Skip to content

Tags: grote/seedvault

Tags

Verified

This tag was signed with the committer’s verified signature.
grote Torsten Grote

16-5.7

Toggle 16-5.7's commit message

Verified

This tag was signed with the committer’s verified signature.
mikeNG Michael Bestas
* First Android 16 release

15-5.7

Toggle 15-5.7's commit message

Verified

This tag was signed with the committer’s verified signature.
mikeNG Michael Bestas
Seedvault 15-5.7

* Use more reliable detection of flash drive presence
* Don't request backup more than once when notified about available USB storage
* Check if one backup is running before requesting a new one
* Import translations from Weblate

15-5.6

Toggle 15-5.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
Seedvault 15-5.6

* Reduce storage backup retention policy
* 7 daily, 4 weekly, 3 monthly, and 2 yearly storage backups are retained now
* Remove file backup snapshots we can't decrypt
* Catch more exceptions to handle errors better

15-5.5

Toggle 15-5.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
Seedvault 15-5.5

* Unify scheduling of app and file backup, now they always run one after the other
* Add progress bar to app backup pruning notification
* Fix bug where we didn't find any backups, if user had only file backups
* Allow user to restart restore process during setup wizard (e.g. when wrong code was entered)
* Launch foreground service when finalizing backup to prevent system from freezing us
* Auto-retry more WebDAV connection errors

15-5.4

Toggle 15-5.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
Seedvault 15-5.4

* Added support and updated dependencies for 15 QPR2

15-5.3

Toggle 15-5.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
Seedvault 15-5.3

* Added support for user CA certificates
* Fixed issue where many Go server implementations of WebDAV did not work with the WebDAV client in Seedvault
* Bumped the app data quota from 1GB to 3GB
* Nextcloud app is no longer allowed for backup (Use built-in WebDAV Cloud support!)
* Improved handling of metered networks, if disallowed, the backup process will be aborted
* Fixed backup errors with USB when file and app backup are both on
* Fixed overdue backups not automatically starting when USB drives are plugged in
* The size of each app backup is now shown on the restore screen
* Fixed a common error (StaleDataException) causing backups to fail
* Fixed error message when no backups are available to restore
* Implemented a wrapper for the backend with a retrying mechanism, giving us less common errors
* Updated dependencies for 15 QPR1

15-5.1

Toggle 15-5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
SeedVault 15-5.1

* It is now possible to verify the integrity of app backups, partially or fully
* The entire WebDAV URL is now shown when in settings
* A launch button is now shown for apps that are force-stopped so that they can be backed up

15-5.0

Toggle 15-5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
SeedVault 15-5.0

* First Android 15 release
* New backup format using compression and deduplication
* Can still restore old backups, but old Seedvault can't restore backups from this version
* Faster and more reliable backups making snapshots that can individually be restored
* Auto-cleaning of old backups
* All backups now mimic device-to-device (allowing backup for all apps)
* All backups now use a high per-app app quota
* App backup (for APKs) moved to expert settings
* Show more information for backups available to restore
* Fix "Waiting to back up..." showing for apps

14-4.1

Toggle 14-4.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chirayudesai Chirayu Desai
SeedVault 14-4.1

* It is now possible to restore after setting up a profile
* It is now possible to select what to restore (e.g. apps, files...)
* Automatic backup scheduling can now be modified by the user
* Native support for WebDAV
* Support for RoundSync (if enabled by the OS)
* Now in Material 3
* Name of profile is now shown when selecting a backup to restore
* Already installed apps are not reinstalled anymore
* Already stored files do not create duplicates anymore
* Respect policy when the installation of apps is disallowed
* Storage backup is now beta instead of experimental
* D2D is now alpha instead of experimental
* Various corrections to the UI