aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/gold.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-27This app now has an icon (finally)git statusgit statusgit status Add a ↵Alex Ning1-0/+0
credits page in settings. Use another error view and no comment placeholder.
2018-08-24Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵Alex Ning1-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.