aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement custom multiple themes (Buggy).Alex Ning2020-03-1560-542/+1628
* Start implementing CustomThemeWrapper.Alex Ning2020-03-064-9/+387
* Add a custom theme table in database.Alex Ning2020-03-0552-40/+371
* Merge pull request #67 from GeorgeNewby/masterDocile-Alligator2020-03-031-6/+6
|\
| * Swapped video mute iconGeorgeNewby2020-02-271-6/+6
* | Share gif directly in ViewGifActivity.Alex Ning2020-03-033-2/+106
* | Share image directly in ViewImageActivity.Alex Ning2020-03-024-5/+108
* | Still prepare to support multiple themes.Alex Ning2020-03-011-7/+0
* | Still prepare to support multiple themes.Alex Ning2020-03-017-43/+58
* | Still prepare to support multiple themes.Alex Ning2020-03-0130-695/+301
* | Still prepare to support multiple themes.Alex Ning2020-03-016-86/+131
|/
* Still prepare to add different themes.Alex Ning2020-02-2723-151/+163
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-2613-165/+248
* Fix stack overflow error when syncing subscribed subreddits and users and mul...Alex Ning2020-02-244-61/+65
* Revert the change to make some activities immersive.Alex Ning2020-02-225-309/+0
* Show post or body (if it has) in CommentActivity.Alex Ning2020-02-223-6/+77
* Show a error message in toast for voting things.Alex Ning2020-02-225-16/+25
* Fix blurred images become thumbnails in the compact layout.Alex Ning2020-02-212-4/+1
* Handle multireddit links.Alex Ning2020-02-212-5/+20
* Fix post card has empty space under vote buttons once again by upgrading goog...Alex Ning2020-02-212-0/+41
* Add an option to show rounded number of votes.Alex Ning2020-02-2010-51/+141
* Add a F-Droid option in settings.Alex Ning2020-02-202-3/+14
* Add an option to show comment dividers. Put theme option to InterfacePreferen...Alex Ning2020-02-207-56/+93
* Add a nsfw toggle in the nav drawer.Alex Ning2020-02-202-8/+71
* Hide the fab in ViewPostDetailActivity when the recyclerview is scrolled to t...Alex Ning2020-02-191-37/+57
* Show image flairs properly. Minor bugs fixed.Alex Ning2020-02-194-13/+188
* Remove code comments.Alex Ning2020-02-194-397/+9
* The new nav bar is now fully functional. Fix wrong icon color in dark theme.Alex Ning2020-02-194-81/+236
* Implemented ItemClickListener for the nav drawer.Alex Ning2020-02-192-5/+93
* Start implementing showing subscribed subreddits in the nav drawer. Use a Rec...Alex Ning2020-02-192-34/+341
* Fix the bottom app bar shows under the nav bar. Fix the bottom app bar vanish...Alex Ning2020-02-181-4/+7
* Implement immersive mode in many other activities.Alex Ning2020-02-187-3/+313
* Deleting multireddit is now available.Alex Ning2020-02-187-28/+111
* Selecting subreddits when creating multireddits is now available.Alex Ning2020-02-1812-30/+732
* Show favorite subreddits when selecting subreddits.Alex Ning2020-02-132-56/+109
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-1211-131/+499
* Fix bugs related to changing default post layout. Rewrite opening links to ha...Alex Ning2020-02-056-16/+82
* Fix crashes on scrolling posts using volume keys.Alex Ning2020-02-038-10/+43
* Fix bugs of showing top-level comments.Alex Ning2020-02-032-6/+11
* Add a dark theme toggle in the navigation drawer.Alex Ning2020-02-021-29/+63
* Minor layout tweaks.Alex Ning2020-02-021-20/+20
* Lock the bottom app bar.Alex Ning2020-02-025-9/+50
* Fix fab jumps to top-left of the screen. Add more items in the bottom app bar...Alex Ning2020-02-022-70/+119
* Confirm to exit.Alex Ning2020-02-024-1/+41
* Showing top-level comments at first is available.Alex Ning2020-02-015-20/+36
* Show image preview for some posts which were classified as link posts before.Alex Ning2020-02-013-10/+38
* Locking fab in ViewPostDetailActivity, Swiping up to hide fab in ViewPostDeta...Alex Ning2020-02-016-33/+93
* Reorganize settings. Opening link in app is now available.Alex Ning2020-01-3111-347/+448
* Fix unsubscribed subreddits and deleted multireddits still show in lists.Alex Ning2020-01-319-49/+165
* Copying comments is now available. Some UI tweaks.Alex Ning2020-01-307-172/+202