aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/main_activity.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give back lazy mode control to PostFragment instead of activities.Alex Ning2021-09-291-6/+0
|
* Lowercase package names.Alex Ning2020-11-181-1/+1
|
* Fix color of some icons.Alex Ning2020-10-231-2/+2
|
* Long press the Floating Action Button to see more options.Alex Ning2020-09-271-2/+2
|
* Still prepare to support multiple themes.Alex Ning2020-03-011-2/+2
|
* Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2019-12-181-12/+5
|
* Compact post layout is available. Fixed WebView cannot be inflated on ↵Alex Ning2019-11-081-0/+6
| | | | Android Lollipop. Tweak the comment item UI.
* Change project structures.Alex Ning2019-09-291-1/+1
|
* Fix status bar and navbar icon color in MainActivity.Alex Ning2019-09-141-6/+14
|
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-071-1/+1
| | | | data is required before launching the app.
* Use Brige library and Android-State library to avoid ↵Alex Ning2019-07-311-1/+1
| | | | TransactionTooLargeException during state saving and restoration. Minor bugs fixed.
* Sorting posts is now available. Minor bugs fixed.Alex Ning2019-07-261-3/+10
|
* Lazy Mode: Automatically scroll down the recyclerview in PostFragment to ↵Alex Ning2019-06-081-6/+11
| | | | view posts without using hands.
* Fixed user icon and user banner not displaying after user login. ↵Alex Ning2019-02-261-1/+1
| | | | LoginActivity will not show page not found error after login finish.
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-1/+8
|
* Error handling for loading posts now works again. Don't show refresh button ↵Alex Ning2018-12-291-1/+1
| | | | as an icon. Rewrite some code.
* Add a feature which is refreshing the posts by clicking the refresh button. ↵Alex Ning2018-09-241-0/+12
Minor bugs fixed. Rewrite some code.