aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_post_detail.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-111-2/+2
* Continue adding contentDescription for image views.Docile-Alligator2024-09-081-3/+6
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-1/+0
* Change TextInputLayout style. Disable swipe right to go back in CustomizePost...Docile-Alligator2023-09-201-1/+1
* Movable FAB in ViewPostDetailActivity.Docile-Alligator2022-07-181-1/+1
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-011-1/+1
* Optimize some layouts.Alex Ning2021-11-011-1/+2
* Continue migrating to Material Design 3.Alex Ning2021-10-301-0/+1
* Ignore case when searching comments.Alex Ning2021-07-141-1/+2
* Improve the experience of searching in comments.Alex Ning2021-07-121-2/+3
* Apply custom theme to the search panel in ViewPostDetailActivity.Alex Ning2021-07-121-8/+10
* Implement a search panel in ViewPostDetailActivity.Alex Ning2021-07-091-0/+69
* Barebone swiping left or right to go to previous or next post in ViewPostDeta...Alex Ning2021-01-271-36/+3
* Lowercase package names.Alex Ning2020-11-181-1/+1
* Pause autoplaying video in ViewPostDetailActivity in onPause().Alex Ning2020-08-111-1/+1
* Enlarge clicking area for buttons in comments. Add extra bottom padding for C...Alex Ning2020-08-101-0/+1
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-1/+2
* Prepare to add different font support.Alex Ning2020-06-101-1/+2
* Video autoplay in ViewPostDetailActivity. Optimize CommentAndPostRecyclerView...Alex Ning2020-05-071-1/+1
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-3/+0
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-261-1/+1
* Swipe down to refresh is available in other activities.Alex Ning2019-11-191-12/+12
* Add a Fab to scroll down parent comments. Use volume up and down keys to navi...Alex Ning2019-11-171-0/+10
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+2
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-1/+2
* Fixed UI in dark theme.Alex Ning2019-08-121-0/+1
* Transparent navigation bar and status bar in ViewPostDetailActivity (All thes...Alex Ning2019-08-111-5/+16
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Capture images and videos from camera when click capture fab in PostImageActi...Alex Ning2019-07-241-1/+2
* Click a comment to view the corresponding post.Alex Ning2019-07-221-0/+28
* Reimplement ViewPostActivity using one recyclerview to display a post and its...Alex Ning2019-06-251-332/+3
* Minor UI tweaks.Alex Ning2019-06-181-5/+0
* Reimplemented parsing comments using recursion to parse all the child comment...Alex Ning2019-06-171-1/+6
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning2019-06-131-2/+16
* Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark...Alex Ning2019-06-111-1/+10
* Dark theme support.Alex Ning2019-05-071-6/+8
* Reverse the change of unescaping HTML because it also remove all the HTML tag...Alex Ning2019-05-071-1/+4
* Unescape HTML for post content and comments. Minor UI fixes.Alex Ning2019-04-261-15/+11
* Load parent-level comments using pagination. Only load comments of comments o...Alex Ning2019-02-221-0/+1
* Migrate to AndroidXAlex Ning2019-02-211-12/+12
* Temporarily use the old way to load comments instead of Paging library. Load ...Alex Ning2019-02-201-1/+1
* Load All comments of a post using paging library. Loading comments of comment...Alex Ning2019-02-121-1/+1
* Enlarge the area which contains subreddit or user name and icon for easier to...Alex Ning2019-01-221-21/+31
* Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning2019-01-091-5/+2
* Minor UI tweaks.Alex Ning2019-01-041-26/+15
* Display a MaterialLoadingProgressBar instead of a ProgressBar when loading po...Alex Ning2018-12-271-4/+6
* Use MVVM design pattern to load and display the posts. Minor bugs fixed.Alex Ning2018-11-091-0/+1
* Use AspectRatiotImageView instead of ImageView to fully display the preview i...Alex Ning2018-10-281-2/+4
* Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ...Alex Ning2018-10-051-2/+14
* Change the layout of post. Add an error view when loading the preview image f...Alex Ning2018-09-281-6/+23