aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_post_detail.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d...Alex Ning2018-09-021-1/+6
* Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some...Alex Ning2018-08-301-11/+7
* Display a thumbtack icon if the post is stickied on top. Display a gold icon ...Alex Ning2018-08-241-0/+21
* Load comment and post content text in HTML form instead of String. Fixed a bu...Alex Ning2018-08-201-3/+3
* Fixed a bug which causes the app to crash when there is no comment in a post....Alex Ning2018-08-111-0/+24
* Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning2018-07-301-0/+1
* First commitAlex Ning2018-07-261-0/+257