aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/Account/AccountRepository.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish MainActivity if clicking a notification for another user.Alex Ning2019-08-191-6/+0
|
* Switch between all logged-in reddit accounts is available.Alex Ning2019-08-081-1/+1
|
* Log in other reddit accounts are available. Add an account switcher in the ↵Alex Ning2019-08-081-0/+8
| | | | navigation drawer in MainActivity.
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-071-4/+4
| | | | data is required before launching the app.
* Preparing to support multi user. Use the database to store accounts' info. ↵Alex Ning2019-08-071-0/+40
LoginActivity is successfully refactored. Any other features are unavailable for now.