aboutsummaryrefslogtreecommitdiff
path: root/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a modal bottom sheet to display post selection instead of an alert ↵Alex Ning2019-07-121-3/+3
| | | | dialog. Fixed some icons.
* Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵Alex Ning2019-06-111-2/+2
| | | | dark mode.
* Refresh post in ViewPostDetailActivity.Alex Ning2019-06-061-1/+1
|
* Synchronizing voting state between PostRecyclerViewAdapter and ↵Alex Ning2019-04-181-1/+1
| | | | ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed.
* Fixed displaying wrong score when rapidly clicking vote buttons in ↵Alex Ning2019-04-181-3/+3
| | | | PostRecyclerViewAdapter.
* Migrate to AndroidXAlex Ning2019-02-211-2/+2
|
* Load All comments of a post using paging library. Loading comments of ↵Alex Ning2019-02-121-1/+1
| | | | comments is now broken.
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵Alex Ning2019-01-221-1/+1
| | | | refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching.
* Use Android Paging Library to load and display best posts. Loading best ↵Alex Ning2018-12-271-0/+3
| | | | 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.
* Use AspectRatiotImageView instead of ImageView to fully display the preview ↵Alex Ning2018-10-281-0/+1
| | | | images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity.
* Bind views using ButterKnife. Let volume controls adjust music stream in ↵Alex Ning2018-10-261-1/+1
| | | | ViewVideoActivity.
* Load user info after the new access token is retrieved if the old access ↵Alex Ning2018-08-181-1/+1
| | | | token expired. Feature added: vote comment
* Save subscribed subreddits and users to the SQLite database by using Room ↵Alex Ning2018-07-291-0/+5
| | | | Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer.
* First commitAlex Ning2018-07-261-0/+27