Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 1 | -4/+11 |
| | |||||
* | Pause lazy mode if the user is swiping posts. | Alex Ning | 2019-06-09 | 1 | -2/+2 |
| | |||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 1 | -5/+9 |
| | |||||
* | View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵ | Alex Ning | 2019-01-11 | 1 | -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 Ning | 2019-01-07 | 1 | -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 Ning | 2018-10-12 | 1 | -0/+1 |
| | |||||
* | Click the subreddit icon or the subreddit name to view the subreddit's ↵ | Alex Ning | 2018-09-21 | 1 | -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 Ning | 2018-08-05 | 1 | -1/+0 |
| | | | | line which access a deleted string resource in manifest. | ||||
* | Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵ | Alex Ning | 2018-07-30 | 1 | -1/+9 |
| | | | | subreddits RecyclerView to lauch the ViewSubredditActivity. | ||||
* | First commit | Alex Ning | 2018-07-26 | 1 | -0/+44 |