aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/main_activity.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.