From e9729569292d49404e05242bf4f4d899d7119d31 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Wed, 29 Sep 2021 21:00:37 +0530 Subject: [PATCH] Android 12 - 12-3.0 * Bump version following versioning scheme * 3.0 now following new backup format * Add initial entry to changelog Change-Id: Ifca1b3feac0f510890450a1999b42897894d58ee --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc53121..58b41811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [12-3.0] - 2021-10-13 +* Initial release for Android 12 +* Use the same (faster and more secure) crypto that storage backups use, + for app backup. +* Avoid leaking installed app list through filenames by using salted names +* Old backups can still be restored, but new backups will be made with this format +* If you generated the recovery code / setup Seedvault before 11-1.2, you will be prompted + to generate a new code. +* Improve backup behavior in general + ## [11-2.3] - 2021-10-02 ### Fixed * Fix translations for the new BIP39 library diff --git a/README.md b/README.md index f9f6aa44..9ffb0fae 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are having an issue/question, please look at our [FAQ](../../wiki/FAQ). ## Requirements -- Android 11 +- Android 12 For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches). diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b47e44cc..a69d8664 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="31000301" + android:versionName="12-3.0">