File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 15-5.5 - 2025-04-04
2+ * Unify scheduling of app and file backup, now they always run one after the other
3+ * Add progress bar to app backup pruning notification
4+ * Fix bug where we didn't find any backups, if user had only file backups
5+ * Allow user to restart restore process during setup wizard (e.g. when wrong code was entered)
6+ * Launch foreground service when finalizing backup to prevent system from freezing us
7+ * Auto-retry more WebDAV connection errors
8+
19## 15-5.4 - 2025-03-13
210* Added support and updated dependencies for 15 QPR2
311
Original file line number Diff line number Diff line change 66<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
77 xmlns : tools =" http://schemas.android.com/tools"
88 package =" com.stevesoltys.seedvault"
9- android : versionCode =" 35050040 "
10- android : versionName =" 15-5.4 " >
9+ android : versionCode =" 35050050 "
10+ android : versionName =" 15-5.5 " >
1111 <!--
1212 The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
1313 The version name is the targeted Android version followed by - and our own version name.
Original file line number Diff line number Diff line change 66<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
77 xmlns : tools =" http://schemas.android.com/tools"
88 package =" org.calyxos.backup.contacts"
9- android : versionCode =" 35050040 "
10- android : versionName =" 15-5.4 " >
9+ android : versionCode =" 35050050 "
10+ android : versionName =" 15-5.5 " >
1111 <!--
1212 The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
1313 The version name is the targeted Android version followed by - and our own version name.
You can’t perform that action at this time.
0 commit comments