aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/Account (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-09Anonymous mode is available but it is not useable.Alex Ning1-0/+3
2019-08-08Switch between all logged-in reddit accounts is available.Alex Ning2-3/+6
2019-08-08Log in other reddit accounts are available. Add an account switcher in the ↵Alex Ning3-0/+19
navigation drawer in MainActivity.
2019-08-08Refactored some of the untouched classes last time to support multi user. ↵Alex Ning1-4/+8
Bugs fixed related to subreddit selection in PostXXXActivity.
2019-08-07Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning5-38/+29
data is required before launching the app.
2019-08-07Preparing to support multi user. Use the database to store accounts' info. ↵Alex Ning5-0/+208
LoginActivity is successfully refactored. Any other features are unavailable for now.