aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/SubredditDatabase/SubredditViewModel.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change project structures.Alex Ning2019-09-291-50/+0
|
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-071-7/+10
| | | | data is required before launching the app.
* Retain comments after orientation changes in ViewPostDetailActivity.Alex Ning2019-07-081-1/+2
|
* Migrate to AndroidXAlex Ning2019-02-211-5/+5
|
* View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵Alex Ning2019-01-111-1/+1
| | | | 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-8/+6
| | | | traffic in Android Pie. Rewrite some code in lambda.
* Move several classes to other packages.Alex Ning2018-12-271-0/+48