aboutsummaryrefslogtreecommitdiff
path: root/.idea/misc.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-26Add two features: refresh searching and searching in SearchActivity. Fixed a ↵Alex Ning1-3/+9
bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData.
2018-12-29Error handling for loading posts now works again. Don't show refresh button ↵Alex Ning1-2/+6
as an icon. Rewrite some code.
2018-12-27Use Android Paging Library to load and display best posts. Loading best ↵Alex Ning1-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.
2018-09-28Change the layout of post. Add an error view when loading the preview image ↵Alex Ning1-1/+1
fails.
2018-09-28Fixed a bug which causes the LastItemSynchronizer object in ↵Alex Ning1-1/+1
PaginationSynchronizer becomes null when the app is reopened after it was killed. Prepare to use Dagger 2 to manage Retrofit singleton.
2018-07-28Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite ↵Alex Ning1-1/+1
some code and minor bugs fixed