aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix status bar color in MainActivity.Alex Ning2020-03-152-1/+11
|
* Still implementing custom themes.Alex Ning2020-03-1556-666/+733
|
* 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 icon
| * 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 ↵Alex Ning2020-02-244-61/+65
| | | | multireddits. Fix app crashes when creating multireddits without selecting any subreddits. Version 2.2.3.
* 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 ↵Alex Ning2020-02-212-0/+41
| | | | google's material library. Add an Okhttp3 interceptor for debug usage.
* 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 ↵Alex Ning2020-02-207-56/+93
| | | | InterfacePreferenceFragment.
* 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 ↵Alex Ning2020-02-191-37/+57
| | | | the bottom. Fix the fab shows under the nav bar in ViewPostDetailActivity.
* 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 ↵Alex Ning2020-02-192-34/+341
| | | | RecyclerView to display all the items in the nav drawer.
* Fix the bottom app bar shows under the nav bar. Fix the bottom app bar ↵Alex Ning2020-02-181-4/+7
| | | | vanishes after orientation change.
* 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 ↵Alex Ning2020-02-056-16/+82
| | | | handle error. Version 2.2.0.
* 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 ↵Alex Ning2020-02-022-70/+119
| | | | bar. Add a bottom app bar in ViewSubredditDetailActivity.
* 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 ↵Alex Ning2020-02-016-33/+93
| | | | ViewPostDetailActivity are available. Minor bugs fixed.
* Reorganize settings. Opening link in app is now available.Alex Ning2020-01-3111-347/+448
|