aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/Account (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change project structures.Alex Ning2019-09-294-225/+0
|
* Finish MainActivity if clicking a notification for another user.Alex Ning2019-08-193-12/+3
|
* Fetch all users' messages in PullNotificationWorker. Update the access token ↵Alex Ning2019-08-191-0/+6
| | | | in database instead of inserting an account in AccessTokenAuthenticator to hopefully fix the problem that subscriptions database is cleared implicitly.
* Anonymous mode is available but it is not useable.Alex Ning2019-08-091-0/+3
|
* Switch between all logged-in reddit accounts is available.Alex Ning2019-08-082-3/+6
|
* Log in other reddit accounts are available. Add an account switcher in the ↵Alex Ning2019-08-083-0/+19
| | | | navigation drawer in MainActivity.
* Refactored some of the untouched classes last time to support multi user. ↵Alex Ning2019-08-081-4/+8
| | | | Bugs fixed related to subreddit selection in PostXXXActivity.
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-075-38/+29
| | | | data is required before launching the app.
* Preparing to support multi user. Use the database to store accounts' info. ↵Alex Ning2019-08-075-0/+208
LoginActivity is successfully refactored. Any other features are unavailable for now.