Merge branch 'main' into develop

This commit is contained in:
Julian Raufelder 2022-05-10 12:57:13 +02:00
commit 63daefdcb1
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
12 changed files with 27 additions and 21 deletions

View File

@ -10,20 +10,20 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.571.0)
aws-sdk-core (3.130.0)
aws-partitions (1.587.0)
aws-sdk-core (3.130.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.55.0)
aws-sdk-kms (1.56.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
aws-sdk-s3 (1.114.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-sigv4 (1.5.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
bcrypt_pbkdf (1.1.0)
@ -40,7 +40,7 @@ GEM
dotenv (2.7.6)
ed25519 (1.3.0)
emoji_regex (3.2.3)
excon (0.92.1)
excon (0.92.3)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
@ -70,7 +70,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.205.1)
fastlane (2.205.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
@ -115,7 +115,7 @@ GEM
mime-types (~> 3.3)
fastlane-plugin-get_version_name (0.2.2)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.17.0)
google-apis-androidpublisher_v3 (0.20.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.2)
addressable (~> 2.5, >= 2.5.1)
@ -130,7 +130,7 @@ GEM
google-apis-core (>= 0.4, < 2.a)
google-apis-playcustomapp_v1 (0.7.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.11.0)
google-apis-storage_v1 (0.13.0)
google-apis-core (>= 0.4, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
@ -138,7 +138,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.2.0)
google-cloud-storage (1.36.1)
google-cloud-storage (1.36.2)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
@ -146,7 +146,7 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.1.2)
googleauth (1.1.3)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
@ -176,7 +176,7 @@ GEM
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
rake (13.0.6)
representable (3.1.1)
declarative (< 0.1.0)

View File

@ -42,7 +42,7 @@ ext {
rxAndroidVersion = '2.1.1'
rxBindingVersion = '2.2.0'
daggerVersion = '2.41'
daggerVersion = '2.42'
gsonVersion = '2.9.0'
@ -69,12 +69,12 @@ ext {
googleApiServicesVersion = 'v3-rev20220110-1.32.1'
googlePlayServicesVersion = '19.2.0'
googleClientVersion = '1.34.0' // keep in sync with https://github.com/SailReal/google-http-java-client
googleClientVersion = '1.34.1' // keep in sync with https://github.com/SailReal/google-http-java-client
/*
update using https://github.com/SailReal/google-http-java-client with `mvn clean install`,
copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project
*/
trackingFreeGoogleCLientVersion = '1.41.7'
trackingFreeGoogleCLientVersion = '1.41.8'
msgraphVersion = '5.23.0'
msgraphAuthVersion = '3.0.2'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1,3 @@
- Fehler beim Zugriff auf Dateien wenn eine Verbindung neu hinzugefügt wurde behoben
- Update auf die neueste Android-Zielplatform-Version
- Löschen von Ordnern ohne Verzeichnisdatei im lokalen Cloud-Speicher behoben
- Dateiexport wenn keine App den ausgewählten Dateityp verarbeiten kann behoben

View File

@ -1 +1,3 @@
- Fixed wrong access to files when a connection has been re-added
- Updated to the latest Android target version
- Fixed deletion of folders without a dir-file in local storage cloud
- Fixed file export when no app can process the selected file type

View File

@ -1,3 +1,5 @@
<ul>
<li>Fixed wrong access to files when a connection has been re-added</li>
<li>Updated to the latest Android target version</li>
<li>Fixed deletion of folders without a dir-file in local storage cloud</li>
<li>Fixed file export when no app can process the selected file type</li>
</ul>