aboutsummaryrefslogtreecommitdiff
path: root/build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-12Use a modal bottom sheet to display post selection instead of an alert ↵Alex Ning1-3/+3
dialog. Fixed some icons.
2019-06-11Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵Alex Ning1-2/+2
dark mode.
2019-06-06Refresh post in ViewPostDetailActivity.Alex Ning1-1/+1
2019-04-18Synchronizing voting state between PostRecyclerViewAdapter and ↵Alex Ning1-1/+1
ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed.
2019-04-18Fixed displaying wrong score when rapidly clicking vote buttons in ↵Alex Ning1-3/+3
PostRecyclerViewAdapter.
2019-02-21Migrate to AndroidXAlex Ning1-2/+2
2019-02-12Load All comments of a post using paging library. Loading comments of ↵Alex Ning1-1/+1
comments is now broken.
2019-01-22Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵Alex Ning1-1/+1
refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching.
2018-12-27Use Android Paging Library to load and display best posts. Loading best ↵Alex Ning1-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.
2018-10-28Use AspectRatiotImageView instead of ImageView to fully display the preview ↵Alex Ning1-0/+1
images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity.
2018-10-26Bind views using ButterKnife. Let volume controls adjust music stream in ↵Alex Ning1-1/+1
ViewVideoActivity.
2018-08-18Load user info after the new access token is retrieved if the old access ↵Alex Ning1-1/+1
token expired. Feature added: vote comment
2018-07-29Save subscribed subreddits and users to the SQLite database by using Room ↵Alex Ning1-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.