aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-06Fixed dark theme in landscape mode. Display the host of the url when the post...Alex Ning1-30/+39
2019-06-05Fixed UI problems introduced by dark theme.Alex Ning1-1/+1
2019-05-07Dark theme support.Alex Ning1-4/+5
2019-05-07Reverse the change of unescaping HTML because it also remove all the HTML tag...Alex Ning1-6/+9
2019-04-26Unescape HTML for post content and comments. Minor UI fixes.Alex Ning1-13/+6
2019-02-21Migrate to AndroidXAlex Ning1-6/+6
2019-01-22Enlarge the area which contains subreddit or user name and icon for easier to...Alex Ning1-3/+0
2019-01-22Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr...Alex Ning1-26/+37
2019-01-21Fixed infinite loading duplicate posts when there is no more posts to load. M...Alex Ning1-1/+6
2019-01-04Minor UI tweaks.Alex Ning1-24/+21
2018-12-22Use GifImageView to display all the images in order to prevent slow playing o...Alex Ning1-4/+4
2018-11-09Use MVVM design pattern to load and display the posts. Minor bugs fixed.Alex Ning1-0/+1
2018-11-08Minor layout tweaks.Alex Ning1-3/+5
2018-10-28Use AspectRatiotImageView instead of ImageView to fully display the preview i...Alex Ning1-4/+5
2018-10-19Move refreshAccessToken method from RefreshAccessToken class to AccessTokenAu...Alex Ning1-1/+0
2018-10-05Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ...Alex Ning1-194/+201
2018-10-01Minor layout tweaks.Alex Ning1-3/+3
2018-10-01Add an error view when loading the image fails in ViewImageActivity.Alex Ning1-8/+12
2018-09-28Change the layout of post. Add an error view when loading the preview image f...Alex Ning1-169/+190
2018-08-30Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some...Alex Ning1-1/+1
2018-08-24Display a thumbtack icon if the post is stickied on top. Display a gold icon ...Alex Ning1-9/+37
2018-08-20Rename some classes and layout resources. Feature added: view posts in ViewSu...Alex Ning1-0/+0
2018-08-19Rename some classes. Change the logic of getting the subreddit icon. Prepare ...Alex Ning1-1/+2