Ghost-Android icon indicating copy to clipboard operation
Ghost-Android copied to clipboard

Support multiple blogs

Open vickychijwani opened this issue 6 years ago • 1 comments

Pro users would like the option to sign in to multiple blogs and switch between them seamlessly.


Task list:

  • [x] Rework storage architecture alongside other breaking changes for Ghost 1.0 (vickychijwani/quill#162)
  • [ ] Build UI for adding / removing blogs and switching among them
  • [ ] Remove android:launchMode="singleTop" attribute from LoginActivity in the manifest
  • [ ] Add lots of logging in AccountManager to help debug any issues that come up
  • [ ] Handle scenario where the password has changed
  • [ ] Test cases:
    • [ ] Trying to add a new account with a blog that was already added earlier (only allow a single account per blog)
    • [ ] Preserve the data Realm in the case where, e.g., credentials expire
    • [ ] Delete the data Realm when a blog is removed (i.e., explicitly logged out)

Migrated from https://github.com/vickychijwani/quill/issues/148

vickychijwani avatar Jan 19 '18 20:01 vickychijwani

Any updates on this?

jlelse avatar May 30 '18 15:05 jlelse