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