aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/User (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-07Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning4-43/+36
data is required before launching the app.
2019-02-21Migrate to AndroidXAlex Ning5-19/+17
2019-01-21Click subreddit names and user names in post content and comment content to ↵Alex Ning1-2/+2
start ViewSubredditDetailActiviy and ViewUserDetailActivity respectively. Use Chrome custom tab to open URL in post content and comment content.
2019-01-11Display the Follow Chip only if the user can be followed. Change schemes of ↵Alex Ning1-1/+8
database users.
2019-01-11View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning7-146/+100
properly implemented right now. Change users and subscribed_users databases' schemes. Press Profile in navigation drawer to view my reddit info. Press the username in the post to view that account's info.
2019-01-01Display user name and user icon in each post when loading posts in specific ↵Alex Ning6-4/+224
subreddits.
2018-09-21Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning1-0/+4
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.