A backup application for the Android Open Source Project.
Find a file
Torsten Grote a425ae706e Show percentages in progress notification and x of n status at the end
Fine-grained progress reporting causes apps to show up twice which is
confusing. Also @pm@ metadata and opt-out APKs are too much detail for
normal users. So we decided to only show a percentage in the progress
notification.

When the backup finished, the app now shows "x of n apps backed up"
which is more positive when the previous negative message of how many
apps were not backed up.

Some further minor tweets were done to app counting to report proper
totals.
2020-10-22 03:22:49 +05:30
.idea Check for loading cursor also when checking if files exist 2020-10-22 03:22:49 +05:30
app Show percentages in progress notification and x of n status at the end 2020-10-22 03:22:49 +05:30
gradle/wrapper Upgrade gradle 2020-10-22 03:22:49 +05:30
.gitignore Check for loading cursor also when checking if files exist 2020-10-22 03:22:49 +05:30
.travis.yml Rebrand application as 'Seedvault' 2019-10-28 21:57:47 -04:00
Android.mk Fix APK deployment to prebuilt repo 2019-10-28 23:53:47 -04:00
build.gradle Upgrade gradle 2020-10-22 03:22:49 +05:30
CHANGELOG.md Version bump - 1.0.0 2020-03-07 15:41:49 -05:00
deploy-prebuilt.sh Fix APK deployment to prebuilt repo 2019-10-28 23:53:47 -04:00
gradle.properties Upgrade gradle 2020-10-22 03:22:49 +05:30
gradlew Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
gradlew.bat Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
LICENSE Update license to Apache-2.0 2019-12-22 20:20:19 -05:00
permissions_com.stevesoltys.seedvault.xml Re-install backed-up APKs before restoring from backup 2020-01-14 07:45:37 -03:00
README.md set to Android 10 only 2020-07-31 15:57:17 +02:00
settings.gradle Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
whitelist_com.stevesoltys.seedvault.xml Rebrand application as 'Seedvault' 2019-10-28 21:57:47 -04:00

Seedvault

Build Status

A backup application for the Android Open Source Project.

Features

  • Backup application data to a flash drive.
  • Restore application data from a flash drive.
  • User-friendly encryption using a mnemonic phrase (BIP39).
  • Automatic daily backups that run in the background.

Requirements

  • Android 10

Getting Started

  • Check out the wiki for information on building the application with AOSP.

What makes this different?

This application is compiled with the operating system and does not require a rooted device for use. It uses the same internal APIs as adb backup which is deprecated and thus needs a replacement.

Permissions

  • android.permission.BACKUP to back up application data.
  • android.permission.MANAGE_DOCUMENTS to retrieve the available storage roots.
  • android.permission.MANAGE_USB to access the serial number of USB mass storage devices.
  • android.permission.WRITE_SECURE_SETTINGS to change system backup settings.
  • android.permission.INSTALL_PACKAGES to re-install apps when restoring from backup.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/seedvault.

License

This application is available as open source under the terms of the Apache-2.0 License.