Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-26 | Add two features: refresh searching and searching in SearchActivity. Fixed a ↵ | Alex Ning | 1 | -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-29 | Error handling for loading posts now works again. Don't show refresh button ↵ | Alex Ning | 1 | -2/+6 | |
as an icon. Rewrite some code. | |||||
2018-12-27 | Use Android Paging Library to load and display best posts. Loading best ↵ | Alex Ning | 1 | -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-28 | Change the layout of post. Add an error view when loading the preview image ↵ | Alex Ning | 1 | -1/+1 | |
fails. | |||||
2018-09-28 | Fixed a bug which causes the LastItemSynchronizer object in ↵ | Alex Ning | 1 | -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-28 | Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite ↵ | Alex Ning | 1 | -1/+1 | |
some code and minor bugs fixed |