aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Still prepare to support multiple themes.Alex Ning2020-03-014-16/+9
| |
* | Still prepare to support multiple themes.Alex Ning2020-03-017-43/+58
| |
* | Still prepare to support multiple themes.Alex Ning2020-03-0141-747/+453
| |
* | Still prepare to support multiple themes.Alex Ning2020-03-0148-169/+209
|/
* Remove unused comments.Alex Ning2020-02-273-168/+0
|
* Still prepare to add different themes.Alex Ning2020-02-2774-371/+488
|
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-2636-245/+456
|
* Fix stack overflow error when syncing subscribed subreddits and users and ↵Alex Ning2020-02-245-63/+67
| | | | multireddits. Fix app crashes when creating multireddits without selecting any subreddits. Version 2.2.3.
* Version 2.2.2.Alex Ning2020-02-221-2/+2
|
* Revert the change to make some activities immersive.Alex Ning2020-02-2210-404/+25
|
* Show post or body (if it has) in CommentActivity.Alex Ning2020-02-225-10/+99
|
* 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-214-3/+44
| | | | google's material library. Add an Okhttp3 interceptor for debug usage.
* Add an option to show rounded number of votes.Alex Ning2020-02-2013-52/+149
|
* Add a F-Droid option in settings.Alex Ning2020-02-204-3/+21
|
* Add an option to show comment dividers. Put theme option to ↵Alex Ning2020-02-2012-280/+336
| | | | InterfacePreferenceFragment.
* Add a nsfw toggle in the nav drawer.Alex Ning2020-02-2011-10/+113
|
* 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-195-14/+188
|
* Remove code comments.Alex Ning2020-02-195-616/+9
|
* The new nav bar is now fully functional. Fix wrong icon color in dark theme.Alex Ning2020-02-1911-81/+263
|
* 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-197-36/+401
| | | | 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-1812-29/+420
|
* Deleting multireddit is now available.Alex Ning2020-02-189-28/+121
|
* Selecting subreddits when creating multireddits is now available.Alex Ning2020-02-1818-31/+880
|
* Show favorite subreddits when selecting subreddits.Alex Ning2020-02-132-56/+109
|
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-1220-141/+662
|
* Fix bugs related to changing default post layout. Rewrite opening links to ↵Alex Ning2020-02-057-18/+84
| | | | 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-025-30/+98
|
* Minor layout tweaks.Alex Ning2020-02-0219-247/+196
|
* Lock the bottom app bar.Alex Ning2020-02-027-10/+58
|
* Fix fab jumps to top-left of the screen. Add more items in the bottom app ↵Alex Ning2020-02-027-83/+232
| | | | bar. Add a bottom app bar in ViewSubredditDetailActivity.
* Confirm to exit.Alex Ning2020-02-029-3/+70
|
* Showing top-level comments at first is available.Alex Ning2020-02-017-21/+43
|
* Show image preview for some posts which were classified as link posts before.Alex Ning2020-02-014-13/+38
|
* Locking fab in ViewPostDetailActivity, Swiping up to hide fab in ↵Alex Ning2020-02-019-35/+108
| | | | ViewPostDetailActivity are available. Minor bugs fixed.
* Reorganize settings. Opening link in app is now available.Alex Ning2020-01-3122-404/+567
|
* 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-3017-216/+348
|
* Copy post title and content in ViewPostDetailActivity.Alex Ning2020-01-2910-2/+248
|
* Setting default post layout is now available. Add an option to hide the ↵Alex Ning2020-01-1112-20/+113
| | | | divider in post compact layout.
* Sharing and copying post links and media links are available.Alex Ning2020-01-0616-252/+528
|
* Mute videos by default is now available.Alex Ning2020-01-0510-3/+126
|
* Fix the fab in MainActivity shows in wrong places. Put all classes related ↵Alex Ning2020-01-0425-58/+70
| | | | to Post to Package Post.