aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-11View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning1-2/+2
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 Ning1-1/+2
traffic in Android Pie. Rewrite some code in lambda.
2018-10-12Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning1-0/+1
2018-09-21Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning1-2/+6
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
2018-08-05Cancel loading the user's info when there is nobody logging in. Delete a ↵Alex Ning1-1/+0
line which access a deleted string resource in manifest.
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵Alex Ning1-1/+9
subreddits RecyclerView to lauch the ViewSubredditActivity.