Merge branch 'release/1.6.7'

This commit is contained in:
Julian Raufelder 2021-12-02 17:00:50 +01:00
commit a516cd8aa6
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
6 changed files with 13 additions and 5 deletions

View File

@ -39,7 +39,7 @@ allprojects {
ext {
androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode()
androidVersionName = '1.6.6'
androidVersionName = '1.6.7'
}
repositories {
mavenCentral()

View File

@ -1 +1 @@
- App-Absturz behoben, wenn der für den automatischen Upload angegebene Tresor nicht mehr existiert und der Upload beginnt
- Automatischer Upload bei Geräten mit Android Version 10 behoben

View File

@ -1 +1 @@
- 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

View File

@ -1,3 +1,3 @@
<ul>
<li>Fixed app crash when vault specified for auto upload doesn't exist anymore and upload starts</li>
<li>Fixed auto upload via devices running Android version 10</li>
</ul>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.cryptomator.presentation">
<!-- Required to self update Cryptomator in the apkstore variant -->
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
</manifest>

View File

@ -10,7 +10,6 @@
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission
android:name="android.permission.GET_ACCOUNTS"
@ -27,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">