aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished adding advanced preferences.Alex Ning2020-03-291-0/+9
|
* Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues.Alex Ning2020-03-271-9/+0
|
* Implemented share and import themes. Fixed some issues of custom theme.Alex Ning2020-03-271-0/+9
|
* Still implementing custom themes.Alex Ning2020-03-271-0/+0
|
* Still implementing custom themes.Alex Ning2020-03-261-0/+9
|
* Start implementing custom theme settings.Alex Ning2020-03-193-0/+22
|
* Immersive Interface is now available on Android 8.0. Add ↵Alex Ning2020-03-181-0/+0
| | | | ThemePreferenceFragment. Fix theme database.
* Still implementing custom themes.Alex Ning2020-03-152-0/+0
|
* Share image directly in ViewImageActivity.Alex Ning2020-03-021-0/+9
|
* Still prepare to support multiple themes.Alex Ning2020-03-0112-20/+20
|
* Still prepare to add different themes.Alex Ning2020-02-271-1/+1
|
* Add a nsfw toggle in the nav drawer.Alex Ning2020-02-203-0/+18
|
* The new nav bar is now fully functional. Fix wrong icon color in dark theme.Alex Ning2020-02-193-0/+0
|
* Selecting subreddits when creating multireddits is now available.Alex Ning2020-02-181-0/+9
|
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-121-0/+9
|
* Add a dark theme toggle in the navigation drawer.Alex Ning2020-02-022-0/+18
|
* Minor layout tweaks.Alex Ning2020-02-025-1/+1
|
* Fix fab jumps to top-left of the screen. Add more items in the bottom app ↵Alex Ning2020-02-022-0/+0
| | | | bar. Add a bottom app bar in ViewSubredditDetailActivity.
* Confirm to exit.Alex Ning2020-02-021-0/+9
|
* Reorganize settings. Opening link in app is now available.Alex Ning2020-01-313-0/+18
|
* Copying comments is now available. Some UI tweaks.Alex Ning2020-01-303-0/+27
|
* Sharing and copying post links and media links are available.Alex Ning2020-01-063-0/+18
|
* Mute videos by default is now available.Alex Ning2020-01-053-0/+27
|
* Add an option to hide the bottom app bar. Change the icon color in the ↵Alex Ning2019-12-253-3/+3
| | | | bottom app bar.
* Show a play button on the image if the post is a video or an image.Alex Ning2019-12-192-0/+13
|
* Change icon for subscriptions. Fixed wrong margin in bottom app bar.Alex Ning2019-12-192-2/+2
|
* Change icons for multireddit and subscriptions.Alex Ning2019-12-185-18/+27
|
* Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2019-12-183-1/+19
|
* Add a Fab to scroll down parent comments. Use volume up and down keys to ↵Alex Ning2019-11-171-0/+9
| | | | navigate parent comments.
* Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning2019-10-292-9/+8
|
* Placing vote buttons on the right for comments is now available.Alex Ning2019-10-291-2/+2
|
* Make Placing vote buttons on the right an option.Alex Ning2019-10-2919-25/+68
|
* Use FlowLayout to host all the information of a post in item_post and ↵Alex Ning2019-10-281-2/+2
| | | | item_post_detail.
* Disable clicking comment icon in a post to submit a comment. Enlarge the ↵Alex Ning2019-10-255-10/+10
| | | | icons in comments. Fix regex used to linkify subreddits and users.
* Favorite and unfavorite subreddits are now available.Alex Ning2019-10-092-0/+18
|
* Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning2019-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 ↵Alex Ning2019-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 ↵Alex Ning2019-09-223-2/+2
| | | | post. Minor bugs fixed.
* Fixed frames dropping when playing videos. Use smaller icons for saving and ↵Alex Ning2019-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 ↵Alex Ning2019-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.Alex Ning2019-09-141-0/+9
|
* Delete splash icon in drawable folder.Alex Ning2019-09-121-0/+0
|
* Display a splash screen when the app starts.Alex Ning2019-09-032-0/+12
|
* Delete wrong credit. Change the notification icon and color.Alex Ning2019-08-271-0/+19
|
* This app now has an icon (finally)git statusgit statusgit status Add a ↵Alex Ning2019-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 ↵Alex Ning2019-08-261-0/+9
| | | | the post is locked.
* Saving and unsaving post are now available. Disable commenting and replying ↵Alex Ning2019-08-222-0/+18
| | | | for locked posts in last commit.
* Fixed getting same notifications for different accounts (for real this ↵Alex Ning2019-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 ↵Alex Ning2019-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 ↵Alex Ning2019-08-143-0/+27
| | | | available to see.