181 Commits

Author SHA1 Message Date
Julian Raufelder
31c2599276
Handle BadPaddingException if the key in the Keystore got invalidated
Recover from BadPaddingException which can be thrown on some devices if the key in the keystore is invalidated e.g. due to a fingerprint added because of an upstream error in Android, fixes #400
2022-01-13 10:56:30 +01:00
Cryptobot
d9132b505b
New Crowdin updates (#394)
French; Italian; Norwegian Bokmal;
2021-12-07 11:05:04 +01:00
Julian Raufelder
07f93c0833
Better handling of the revocation of the "Storage" permission
* Check if permission is set when launching the app
* Show specific notification when auto upload fails due this state

Fixes #391 and fixes #397
2021-12-06 19:01:14 +01:00
Julian Raufelder
ce9e76bf23
If authentication fails while unlock, resume VaultListActivity
Fixes #396
2021-12-03 16:30:32 +01:00
Julian Raufelder
2dbf6425cc
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
2021-11-30 16:41:27 +01:00
Julian Raufelder
f303d3c48b
Request "REQUEST_INSTALL_PACKAGES" permission only in apkstore variant
Fixes #392
2021-11-30 14:23:22 +01:00
Cryptobot
b268d6a4d3
New Crowdin updates (#388)
Catalan; Czech; Dutch; French; Hebrew; Hungarian; Indonesian; Korean; Portuguese, Brazilian; Russian; Telugu; Ukrainian;
2021-11-29 16:40:08 +01:00
Julian Raufelder
10d34dcac2
Fix crash when starting service outside of UI code (Fixes #390)
Fix crash if not running, vault for the auto upload is removed and picture created
2021-11-29 16:32:54 +01:00
Julian Raufelder
c3278b3c25
Fixes #389 app crash when file deleted during auto upload 2021-11-16 20:45:57 +01:00
Julian Raufelder
5a317e8a1b
Show notification if the vault specified for auto upload doesn't exists 2021-11-16 12:56:14 +01:00
Cryptobot
0d9643f8fe
New Crowdin updates (#378)
Chinese Simplified; Chinese Traditional; German; Greek; Hungarian; Indonesian; Japanese; Polish; Russian; Slovak; Spanish; Swedish; Ukrainian;
2021-11-16 12:03:05 +01:00
Julian Raufelder
482c62e543
Correct spelling of a source string
Signed-off-by: Julian Raufelder <Julian@Raufelder.com>
2021-11-16 11:16:47 +01:00
Julian Raufelder
f4eff63db7
Show notification if the vault specified for auto upload doesn't exists
Fixes #386
2021-11-15 15:16:01 +01:00
Cryptobot
e97f446e6a
New Crowdin updates (#375)
Chinese Traditional; Filipino; Italian; Japanese; Tamil; Telugu;

[ci skip]
2021-11-11 10:03:29 +01:00
Cryptobot
6af9704865
New Crowdin updates (#371)
Chinese Traditional; Czech; German; Turkish; Russian; Swedish; Ukrainian;

[ci skip]
2021-11-05 11:39:36 +01:00
Julian Raufelder
b398a008b0
Instant upload when connected to WIFI or uploadOnlyUsingWifi is disabled
#181
2021-11-03 16:25:43 +01:00
Julian Raufelder
b56a632525
New Crowdin updates 2021-10-29 12:22:21 +02:00
Julian Raufelder
250d756917
Ask user to re-grant local storage permission when revoked #251 2021-10-28 17:50:25 +02:00
Julian Raufelder
fda2927603
Fix neutral button text of VaultIsRootFolderOfCloudDialog 2021-10-28 16:24:03 +02:00
Julian Raufelder
5a890b452b
Show dialog when trying to add a vault in the root folder of the cloud
Fixes #236
2021-10-28 16:20:45 +02:00
Julian Raufelder
810a9877ca
Implement local storage migration by removing them with a hint #251 2021-10-27 22:59:57 +02:00
Julian Raufelder
302a74a0ba
Merge branch 'develop' into feature/251-update-to-API-level-30 2021-10-27 15:28:09 +02:00
Julian Raufelder
a83af094aa
Fix sometimes unable to add a pCloud connection which fixes #368
Problem occurs due to a race condition between onNewIntent and onActivityResult:
If the browser is closed and Cryptomator resumed before the redirection call is processed by the intent framework of Android which in return calls the AuthenticatePCloudActivity again in the onNewIntent, it finishes in onActivityResult but should wait until onNewIntent is called to process the OAuth result.
2021-10-24 21:18:48 +02:00
Julian Raufelder
8b51aa63e3
Update vault list even when the last vault got deleted to show no vaults 2021-10-22 18:09:20 +02:00
Julian Raufelder
91d1a65ba7
Update target API to 30 (Android 11)
Write external storage got removed due to forced scoped storage. Local storage cloud is now only available using the storage access framework implementation. Migration still needs to be implemented as well as how to recover when the authentications fails in the LocalStorageAuthStrategy.

Fixes #251
2021-10-22 15:52:02 +02:00
Julian Raufelder
67366a3d41
Merge branch 'main' into develop 2021-10-15 16:01:27 +02:00
Julian Raufelder
9074ae5aae
Remove Beta disclaimer dialog 2021-10-15 15:35:20 +02:00
Julian Raufelder
2efc38454b
Upload instantly when auto upload enabled and vault unlocked (#181) 2021-10-15 15:14:54 +02:00
Julian Raufelder
38b208b20c
Revert "Upload instantly when auto upload enabled and vault unlocked (#181)"
This reverts commit 8ebee7bfc250bab850be4aa026dc4befb76dfd63.
2021-10-15 11:31:38 +02:00
Julian Raufelder
c4cd7aacaf
New Crowdin updates 2021-10-15 11:28:01 +02:00
Julian Raufelder
7061e5ed1f
Apply text suggestions from TheSparrowLenz via Crowdin 2021-10-11 14:46:46 +02:00
Julian Raufelder
8ebee7bfc2
Upload instantly when auto upload enabled and vault unlocked (#181) 2021-10-05 01:06:23 +02:00
Julian Raufelder
8e90de2efb
New Crowdin updates 2021-10-01 17:17:24 +02:00
Julian Raufelder
e6bd62e937
Update dependencies 2021-10-01 17:10:31 +02:00
Julian Raufelder
49586ba53f
Remove tracking library included by google-http-java-client (fixes #358)
By using https://github.com/SailReal/google-http-java-client which removed in 03a2374c31 all (in our case deactivated) tracking stuff.

And move all submodules to the '/lib'-folder
2021-10-01 13:37:01 +02:00
Julian Raufelder
729dcff816
Remove remaining wildcard imports 2021-09-23 15:03:16 +02:00
Julian Raufelder
a8d789440e
Remove redundant empty and no DirFile handling 2021-09-22 15:53:03 +02:00
Julian Raufelder
828ba7207d
Remove ... after the 'Select'-entry in navbar while browsing files
For consistency, the other entries don't have that either.
2021-09-22 13:15:17 +02:00
Julian Raufelder
ebac2cbc2f
Center "create vault hint" even if it is displayed as multi-line text 2021-09-22 12:58:28 +02:00
Julian Raufelder
e93c14de03
Simplify ProgressStateModel 2021-09-17 10:47:22 +02:00
Julian Raufelder
2e695b38ec
Update to Gradle 7.0.x 2021-09-14 15:02:15 +02:00
Julian Raufelder
2dd9c00b83
New Crowdin updates 2021-09-14 12:54:46 +02:00
Julian Raufelder
14bcf62cc7
New Crowdin updates 2021-08-25 17:33:05 +02:00
Julian Raufelder
2a221d4297
Merge branch 'develop' into release/1.6.0 2021-07-26 10:06:20 +02:00
Julian Raufelder
f7411f085f
New Crowdin updates
[ci skip]
2021-07-26 10:02:35 +02:00
Julian Raufelder
24dbcf20e1
#334 fix unlock in Android 8.0 by setting windowIsTranslucent to false 2021-07-16 12:19:23 +02:00
Julian Raufelder
1a96a4dd46
#337 show images again in the internal viewer 2021-07-15 14:21:56 +02:00
Julian Raufelder
2b5fed6e68
Remove string in Turkish translation which references itself
This would lead to a RuntimeExecption
2021-07-13 12:48:35 +02:00
Julian Raufelder
1fb70479b3
New Crowdin updates 2021-07-12 16:05:06 +02:00
Julian Raufelder
bed3f3ac04
Show beta disclaimer dialogue 2021-07-09 19:13:38 +02:00