From f303d3c48bf20321fcbdc0f9b704853776bc7b6c Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Tue, 30 Nov 2021 14:22:33 +0100 Subject: [PATCH 1/4] Request "REQUEST_INSTALL_PACKAGES" permission only in apkstore variant Fixes #392 --- presentation/src/apkstore/AndroidManifest.xml | 8 ++++++++ presentation/src/main/AndroidManifest.xml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 presentation/src/apkstore/AndroidManifest.xml diff --git a/presentation/src/apkstore/AndroidManifest.xml b/presentation/src/apkstore/AndroidManifest.xml new file mode 100644 index 000000000..f0b9b94c5 --- /dev/null +++ b/presentation/src/apkstore/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/presentation/src/main/AndroidManifest.xml b/presentation/src/main/AndroidManifest.xml index 5b155c10d..f2d450da1 100644 --- a/presentation/src/main/AndroidManifest.xml +++ b/presentation/src/main/AndroidManifest.xml @@ -10,7 +10,6 @@ - Date: Tue, 30 Nov 2021 16:41:27 +0100 Subject: [PATCH 2/4] Re-add requestLegacyExternalStorage to reanimate AutoUpload on Android10 Auto upload shows "General error during upload" notification on Android version 10 due to problems regarding scoped storage Fixes #393 --- presentation/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/presentation/src/main/AndroidManifest.xml b/presentation/src/main/AndroidManifest.xml index f2d450da1..5852673c5 100644 --- a/presentation/src/main/AndroidManifest.xml +++ b/presentation/src/main/AndroidManifest.xml @@ -26,6 +26,7 @@ android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:requestLegacyExternalStorage="true" android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true"> From dcf35df5e0320dbc8ae6b8881660568012b2f832 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Thu, 2 Dec 2021 16:48:54 +0100 Subject: [PATCH 3/4] Bump to versin 1.6.7 [ci skip] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 05a3cc127..0d5c12667 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ allprojects { ext { androidApplicationId = 'org.cryptomator' androidVersionCode = getVersionCode() - androidVersionName = '1.7.0-SNAPSHOT' + androidVersionName = '1.6.7' } repositories { mavenCentral() From 582ced63ca265b17503a954eaa7e2a716f623a4b Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Thu, 2 Dec 2021 16:56:37 +0100 Subject: [PATCH 4/4] Update release notes [ci skip] --- fastlane/metadata/android/de-DE/changelogs/default.txt | 2 +- fastlane/metadata/android/en-US/changelogs/default.txt | 2 +- fastlane/release-notes.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fastlane/metadata/android/de-DE/changelogs/default.txt b/fastlane/metadata/android/de-DE/changelogs/default.txt index 7562a50d0..413692c63 100644 --- a/fastlane/metadata/android/de-DE/changelogs/default.txt +++ b/fastlane/metadata/android/de-DE/changelogs/default.txt @@ -1 +1 @@ -- App-Absturz behoben, wenn der für den automatischen Upload angegebene Tresor nicht mehr existiert und der Upload beginnt \ No newline at end of file +- Automatischer Upload bei Geräten mit Android Version 10 behoben \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/default.txt b/fastlane/metadata/android/en-US/changelogs/default.txt index b9bf647b3..ccbf9fab4 100644 --- a/fastlane/metadata/android/en-US/changelogs/default.txt +++ b/fastlane/metadata/android/en-US/changelogs/default.txt @@ -1 +1 @@ -- Fixed app crash when vault specified for auto upload doesn't exist anymore and upload starts \ No newline at end of file +- Fixed auto upload via devices running Android version 10 \ No newline at end of file diff --git a/fastlane/release-notes.html b/fastlane/release-notes.html index 473fc0b6c..d18e9f07c 100644 --- a/fastlane/release-notes.html +++ b/fastlane/release-notes.html @@ -1,3 +1,3 @@
    -
  • Fixed app crash when vault specified for auto upload doesn't exist anymore and upload starts
  • +
  • Fixed auto upload via devices running Android version 10
\ No newline at end of file