You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may store accounts in the database and then create system accounts dynamically (e.g. at sync) from the database information. This yields the following benefits:
Managed DAVx⁵ Auto-Provisioning (bitfireAT/davx5#120): because accounts are automatically created from the database, the auto-provisioning process only has to detect the services and put them into the database
"Samsung update bug" (bitfireAT/davx5#176): in rare cases, Samsung/maybe other devices "forget" all system accounts (or user data stored in the accounts) – wouldn't be a problem anymore when system accounts are dynamically created
Android Backup (bitfireAT/davx5#132): dynamically created system accounts, would allow us to only back up the database, i.e. the default "full backup" would back up everything, without further work.
AccountManager doesn't reliably store user data / AccountSettings. Sometimes they are not written correctly or get lost for some reason.
We may store accounts in the database and then create system accounts dynamically (e.g. at sync) from the database information. This yields the following benefits:
Possible steps
Accounts:
Settings:
Depends on #934
Depends on #935
The text was updated successfully, but these errors were encountered: