aboutsummaryrefslogtreecommitdiff
path: root/.idea/caches/gradle_models.ser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Synchronizing voting state between PostRecyclerViewAdapter and ↵Alex Ning2019-04-181-0/+0
| | | | ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed.
* Fixed displaying wrong score when rapidly clicking vote buttons in ↵Alex Ning2019-04-181-0/+0
| | | | PostRecyclerViewAdapter.
* Fixed user icon and user banner not displaying after user login. ↵Alex Ning2019-02-261-0/+0
| | | | LoginActivity will not show page not found error after login finish.
* Add a feature: Search for users. Change some names of interfaces and methods.Alex Ning2019-02-231-0/+0
|
* Add a feature: Search for users. Fixed calling callback.onResult twice when ↵Alex Ning2019-02-231-0/+0
| | | | loading user's posts.
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-0/+0
|
* Migrate to AndroidXAlex Ning2019-02-211-0/+0
|
* Use another GifImageView library.Alex Ning2019-02-211-0/+0
|
* Temporarily use the old way to load comments instead of Paging library. Load ↵Alex Ning2019-02-201-0/+0
| | | | more parent-level comments once. Loading comments of comments is now working.
* Load All comments of a post using paging library. Loading comments of ↵Alex Ning2019-02-121-0/+0
| | | | comments is now broken.
* Enlarge the area which contains subreddit or user name and icon for easier ↵Alex Ning2019-01-221-0/+0
| | | | touching in ViewPostDetailActivity. Fixed subreddit icon cannot be loaded in ViewPostDetailActivity. Smoothly play gif subreddit icon in ViewPostDetailActivity.
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵Alex Ning2019-01-221-0/+0
refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching.