aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/SubredditDatabase (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-29Change project structures.Alex Ning4-170/+0
2019-08-07Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning4-46/+43
data is required before launching the app.
2019-07-08Retain comments after orientation changes in ViewPostDetailActivity.Alex Ning1-1/+2
2019-02-21Migrate to AndroidXAlex Ning5-17/+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-11View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning3-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.
2019-01-07New feature: Subscribe or unsubscribe to a subreddit. Allow clear text ↵Alex Ning4-48/+15
traffic in Android Pie. Rewrite some code in lambda.
2019-01-01Display user name and user icon in each post when loading posts in specific ↵Alex Ning1-1/+1
subreddits.
2018-12-27Move several classes to other packages.Alex Ning5-0/+205