aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-20Many small fixes and mior UI fixed.Alex Ning1-1/+3
2019-08-19Finish MainActivity if clicking a notification for another user.Alex Ning1-0/+14
2019-08-18View messages in ViewMessageActivity. Use LinkResolverActivity to handle link...Alex Ning1-0/+26
2019-08-14Current user's upvoted, downvoted, hidden, saved, gilded posts are now availa...Alex Ning1-0/+130
2019-08-09Display a toast to indicate the user to login before voting, replying and com...Alex Ning1-0/+1
2019-08-08Log in other reddit accounts are available. Add an account switcher in the na...Alex Ning1-73/+87
2019-07-12Use a modal bottom sheet to display post selection instead of an alert dialog...Alex Ning1-2/+2
2019-07-10Place all the subscribed subreddits and users to SubscribedThingListingActivi...Alex Ning1-21/+47
2019-05-07Dark theme support.Alex Ning1-3/+4
2019-04-23Hide Toolbar when scrolling content up.Alex Ning1-65/+64
2019-02-27Don't draw under display cutouts in landscape mode (API >= 28).Alex Ning1-2/+1
2019-02-21Migrate to AndroidXAlex Ning1-8/+8
2019-01-11View user details in ViewUserDetailActivity. Follow or unfollow user is not p...Alex Ning1-0/+1
2019-01-04Minor UI tweaks.Alex Ning1-1/+1
2018-08-18Load user info after the new access token is retrieved if the old access toke...Alex Ning1-2/+4
2018-07-29Add a scroll bar in the navigation drawerAlex Ning1-1/+2
2018-07-29Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning1-51/+70
2018-07-28Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite so...Alex Ning1-3/+53