aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_main.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning1-3/+1
2020-03-15Implement custom multiple themes (Buggy).Alex Ning1-0/+1
2020-02-19Show image flairs properly. Minor bugs fixed.Alex Ning1-1/+0
2020-02-19Remove code comments.Alex Ning1-219/+0
2020-02-19Start implementing showing subscribed subreddits in the nav drawer. Use a Rec...Alex Ning1-2/+9
2020-02-02Add a dark theme toggle in the navigation drawer.Alex Ning1-0/+13
2020-02-02Minor layout tweaks.Alex Ning1-219/+100
2020-02-02Fix fab jumps to top-left of the screen. Add more items in the bottom app bar...Alex Ning1-2/+2
2019-12-25Add an option to hide the bottom app bar. Change the icon color in the bottom...Alex Ning1-0/+26
2019-12-18Change icons for multireddit and subscriptions.Alex Ning1-1/+1
2019-10-03AMOLED dark theme is now available.Alex Ning1-1/+3
2019-09-22Display comments count in the post. Display a comment and a save button in a ...Alex Ning1-1/+1
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-11/+22
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