aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/SubredditDatabase (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning2019-01-113-5/+5
| | | | 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.
* New feature: Subscribe or unsubscribe to a subreddit. Allow clear text ↵Alex Ning2019-01-074-48/+15
| | | | traffic in Android Pie. Rewrite some code in lambda.
* Display user name and user icon in each post when loading posts in specific ↵Alex Ning2019-01-011-1/+1
| | | | subreddits.
* Move several classes to other packages.Alex Ning2018-12-275-0/+205