aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/User (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change project structures.Alex Ning2019-09-294-176/+0
|
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-074-43/+36
| | | | data is required before launching the app.
* Migrate to AndroidXAlex Ning2019-02-215-19/+17
|
* Click subreddit names and user names in post content and comment content to ↵Alex Ning2019-01-211-2/+2
| | | | start ViewSubredditDetailActiviy and ViewUserDetailActivity respectively. Use Chrome custom tab to open URL in post content and comment content.
* Display the Follow Chip only if the user can be followed. Change schemes of ↵Alex Ning2019-01-111-1/+8
| | | | database users.
* View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning2019-01-117-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.
* Display user name and user icon in each post when loading posts in specific ↵Alex Ning2019-01-016-4/+224
| | | | subreddits.
* Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning2018-09-211-0/+4
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.