aboutsummaryrefslogtreecommitdiff
path: root/.idea/misc.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean the repo.Alex Ning2019-09-301-48/+0
|
* Add an acknowledgement page in settings.Alex Ning2019-08-241-3/+7
|
* Add two features: refresh searching and searching in SearchActivity. Fixed a ↵Alex Ning2019-02-261-3/+9
| | | | bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData.
* Error handling for loading posts now works again. Don't show refresh button ↵Alex Ning2018-12-291-2/+6
| | | | as an icon. Rewrite some code.
* Use Android Paging Library to load and display best posts. Loading best ↵Alex Ning2018-12-271-1/+1
| | | | posts in a specific subreddit is broken. Fixed a bug which is PostViewModel's data becoming null after the app restart. Add notch support for Android Pie.
* Change the layout of post. Add an error view when loading the preview image ↵Alex Ning2018-09-281-1/+1
| | | | fails.
* Fixed a bug which causes the LastItemSynchronizer object in ↵Alex Ning2018-09-281-1/+1
| | | | PaginationSynchronizer becomes null when the app is reopened after it was killed. Prepare to use Dagger 2 to manage Retrofit singleton.
* Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite ↵Alex Ning2018-07-281-1/+1
| | | | some code and minor bugs fixed
* First commitAlex Ning2018-07-261-0/+34