aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning2019-01-111-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.
* New feature: Subscribe or unsubscribe to a subreddit. Allow clear text ↵Alex Ning2019-01-071-1/+2
| | | | traffic in Android Pie. Rewrite some code in lambda.
* Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning2018-10-121-0/+1
|
* Click the subreddit icon or the subreddit name to view the subreddit's ↵Alex Ning2018-09-211-2/+6
| | | | details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
* Cancel loading the user's info when there is nobody logging in. Delete a ↵Alex Ning2018-08-051-1/+0
| | | | line which access a deleted string resource in manifest.
* Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵Alex Ning2018-07-301-1/+9
| | | | subreddits RecyclerView to lauch the ViewSubredditActivity.
* First commitAlex Ning2018-07-261-0/+44