- APK backup and restore support with the option to toggle them off.
- Note to auto-restore setting in case removable storage is used.
- UX for showing which packages were restored and which failed.
- Show heads-up notification when auto-restore fails due to removed storage.
- Show list of apps and their backup status.
- Support for excluding apps from backups.
- Device initialization and generation of new backup tokens.
- Automatic daily backups that run in the background.
- User friendly UI for creating and restoring backups.
- Support to backing up to and restoring from removable storage.
- Application can now be configured in the settings app.
- BIP39 is now used for key generation.
- This contains breaking changes, any backups made prior to this release can no longer be restored.
- Application can no longer be built in the Android source tree. It must be built using Gradle and binaries can now be found here: https://github.com/stevesoltys/seedvault-prebuilt
- Transport encryption. Some of the application data was not included during encryption.
- This contains breaking changes, any backups made prior to this release can no longer be restored.
- Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.
- Downgrade SDK target version to 26 due to #15.
- Action bar options for selecting all packages during backup / restore.
- Upgrade compile SDK version to 28.
- Upgrade target SDK version to 28.
- Ignore
com.android.providers.downloads.ui
to resolve #14.