aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dark theme in landscape mode. Display the host of the url when the ↵Alex Ning2019-06-061-30/+39
| | | | post is a link.
* Fixed UI problems introduced by dark theme.Alex Ning2019-06-051-1/+1
|
* Dark theme support.Alex Ning2019-05-071-4/+5
|
* Reverse the change of unescaping HTML because it also remove all the HTML ↵Alex Ning2019-05-071-6/+9
| | | | tags. Fixed subreddit name and post time overlapping. Fixed menu item text not shown in MainActivity.
* Unescape HTML for post content and comments. Minor UI fixes.Alex Ning2019-04-261-13/+6
|
* Migrate to AndroidXAlex Ning2019-02-211-6/+6
|
* Enlarge the area which contains subreddit or user name and icon for easier ↵Alex Ning2019-01-221-3/+0
| | | | touching in ViewPostDetailActivity. Fixed subreddit icon cannot be loaded in ViewPostDetailActivity. Smoothly play gif subreddit icon in ViewPostDetailActivity.
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵Alex Ning2019-01-221-26/+37
| | | | refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching.
* Fixed infinite loading duplicate posts when there is no more posts to load. ↵Alex Ning2019-01-211-1/+6
| | | | Minor bugs fixed. Minor layout tweaks.
* Minor UI tweaks.Alex Ning2019-01-041-24/+21
|
* Use GifImageView to display all the images in order to prevent slow playing ↵Alex Ning2018-12-221-4/+4
| | | | of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView.
* Use MVVM design pattern to load and display the posts. Minor bugs fixed.Alex Ning2018-11-091-0/+1
|
* Minor layout tweaks.Alex Ning2018-11-081-3/+5
|
* Use AspectRatiotImageView instead of ImageView to fully display the preview ↵Alex Ning2018-10-281-4/+5
| | | | images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity.
* Move refreshAccessToken method from RefreshAccessToken class to ↵Alex Ning2018-10-191-1/+0
| | | | AccessTokenAuthenticator class. Bind views using Butterknife in PostRecyclerViewAdapter and CommentMultiLevelRecyclerViewAdapter.
* Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ↵Alex Ning2018-10-051-194/+201
| | | | if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed.
* Minor layout tweaks.Alex Ning2018-10-011-3/+3
|
* Add an error view when loading the image fails in ViewImageActivity.Alex Ning2018-10-011-8/+12
|
* Change the layout of post. Add an error view when loading the preview image ↵Alex Ning2018-09-281-169/+190
| | | | fails.
* Blur the preview image if the post is NSFW. Tweak some layouts. Optimize ↵Alex Ning2018-08-301-1/+1
| | | | some methods.
* Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵Alex Ning2018-08-241-9/+37
| | | | and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately.
* Rename some classes and layout resources. Feature added: view posts in ↵Alex Ning2018-08-201-0/+180
ViewSubredditDetailActivity.