aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Blurring spoiler post images is now available. Change spoiler and flair text ↵2019-09-271-0/+9
| | | | background colors. Fixed collapsed comments shown after orientation change.
* Add a mic icon if the user is the submitter in comments. Add a mod icon if ↵2019-09-272-0/+8
| | | | the user is a moderator. Tweak the vertical bar colors in comments in dark theme.
* Display comments count in the post. Display a comment and a save button in a ↵2019-09-223-2/+2
| | | | post. Minor bugs fixed.
* Fixed frames dropping when playing videos. Use smaller icons for saving and ↵2019-09-192-0/+8
| | | | unsaving comments. Temporarily show precise error message when loading posts failed.
* Saving and unsaving comments are now available. Use xml thumbtack to avoid ↵2019-09-182-0/+4
| | | | crashes on low resolution devices. Add a subreddit link in Settings -> About.
* Fix status bar and navbar icon color in MainActivity.2019-09-141-0/+9
|
* Delete splash icon in drawable folder.2019-09-121-0/+0
|
* Display a splash screen when the app starts.2019-09-032-0/+12
|
* Delete wrong credit. Change the notification icon and color.2019-08-271-0/+19
|
* This app now has an icon (finally)git statusgit statusgit status Add a ↵2019-08-277-170/+123
| | | | credits page in settings. Use another error view and no comment placeholder.
* Display an archived icon if the post is archived. Display a locked icon if ↵2019-08-261-0/+9
| | | | the post is locked.
* Saving and unsaving post are now available. Disable commenting and replying ↵2019-08-222-0/+18
| | | | for locked posts in last commit.
* Fixed getting same notifications for different accounts (for real this ↵2019-08-213-0/+39
| | | | time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.
* View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵2019-08-181-0/+9
| | | | link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.
* Current user's upvoted, downvoted, hidden, saved, gilded posts are now ↵2019-08-143-0/+27
| | | | available to see.
* Editing flair is now available.2019-08-141-0/+9
|
* Editing and deleting comments are now available.2019-08-131-0/+9
|
* Log in other reddit accounts are available. Add an account switcher in the ↵2019-08-085-0/+45
| | | | navigation drawer in MainActivity.
* Sorting posts is now available. Minor bugs fixed.2019-07-261-0/+9
|
* Preparing to submit image posts.2019-07-122-0/+18
|
* Use a modal bottom sheet to display post selection instead of an alert ↵2019-07-125-0/+45
| | | | dialog. Fixed some icons.
* Reimplement ViewPostActivity using one recyclerview to display a post and ↵2019-06-251-0/+0
| | | | its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded.
* Reply to comments. Preparing for comment deletion.2019-06-141-0/+4
|
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.2019-06-132-0/+10
|
* Add a search view in MainActivity and add a SearchActivity.2019-02-221-0/+5
|
* Minor UI tweaks.2019-01-045-37/+18
|
* Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ↵2018-10-051-0/+17
| | | | if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed.
* Add an error view when loading the image fails in ViewImageActivity.2018-10-011-0/+5
|
* Change the layout of post. Add an error view when loading the preview image ↵2018-09-281-0/+9
| | | | fails.
* Add a feature which is refreshing the posts by clicking the refresh button. ↵2018-09-241-0/+5
| | | | Minor bugs fixed. Rewrite some code.
* Replace the RecyclerView for comments to MultiLevelRecyclerView in order to ↵2018-09-025-6/+14
| | | | display the comment trees easily. Click the expand more button to expand the comment tree. Click the expand less button to hide the comment tree. Rewrite some code.
* Display a custom error view when there is something wrong when loading best ↵2018-08-301-0/+0
| | | | posts. Probably fix a bug that holder.getAdapterPosition() returns -1 when loading subreddit icons in the RecyclerView of PostFragment. Subreddit banners are parsed correctly in ParseSubscribedThing. Check if the api call is successful in onResponse. Rewrite some methods.
* Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵2018-08-242-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.
* Fixed a bug which causes the app to crash when there is no comment in a ↵2018-08-111-0/+0
| | | | post. Add a no comment placeholder which is displayed when there is no comment in a post.
* Add RecyclerView for subscribed subreddits in navigation drawer and rewrite ↵2018-07-282-0/+5
| | | | some code
* First commit2018-07-2611-0/+247