aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_post_detail.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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