aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/thumbtack.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Saving and unsaving comments are now available. Use xml thumbtack to avoid ↵Alex Ning2019-09-181-0/+0
| | | | crashes on low resolution devices. Add a subreddit link in Settings -> About.
* Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵Alex Ning2018-08-241-0/+0
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.