Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish MainActivity if clicking a notification for another user. | Alex Ning | 2019-08-19 | 1 | -6/+0 |
| | |||||
* | Switch between all logged-in reddit accounts is available. | Alex Ning | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Log in other reddit accounts are available. Add an account switcher in the ↵ | Alex Ning | 2019-08-08 | 1 | -0/+8 |
| | | | | navigation drawer in MainActivity. | ||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 1 | -4/+4 |
| | | | | data is required before launching the app. | ||||
* | Preparing to support multi user. Use the database to store accounts' info. ↵ | Alex Ning | 2019-08-07 | 1 | -0/+40 |
LoginActivity is successfully refactored. Any other features are unavailable for now. |