721 Commits

Author SHA1 Message Date
Julian Raufelder
b163353c1e
Simplify TrustManager assignment 2021-11-05 11:40:26 +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
ad8a2ae747
Set TLS1.3 as enabled protocol in WebDAV-client on Android >= v10
Fixes #374
2021-11-04 14:57:06 +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
409f64a9c1
Merge branch 'develop' into release/1.6.3 2021-10-29 12:24:49 +02:00
Julian Raufelder
b56a632525
New Crowdin updates 2021-10-29 12:22:21 +02:00
Julian Raufelder
6e1124d6b7
Update release notes
[ci skip]
2021-10-29 12:03:23 +02:00
Julian Raufelder
c2b9d22fdd
Bump to versin 1.6.3-beta1
[ci skip]
2021-10-29 11:47:11 +02:00
Julian Raufelder
599f58972b
Update dependencies 2021-10-28 21:07:56 +02:00
Julian Raufelder
c18632106e
Merge branch 'feature/251-update-to-API-level-30' into develop 2021-10-28 20:37:39 +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
05584a2127
Merge branch 'main' into develop 2021-10-25 16:28:33 +02:00
Julian Raufelder
fd7ff7bb55
Fix release note
[ci skip]
2021-10-25 16:11:59 +02:00
Julian Raufelder
65e0a9f64c
Merge branch 'hotfix/1.6.2' 2021-10-25 15:39:56 +02:00
Julian Raufelder
87109bc9cb
Merge branch 'hotfix/1.6.2' into develop 2021-10-25 15:39:20 +02:00
Julian Raufelder
337afeef75
Update release notes
[ci skip]
2021-10-25 15:37:11 +02:00
Julian Raufelder
acd4336758
Bump to version 1.6.2
[ci skip]
2021-10-25 15:37:11 +02:00
Julian Raufelder
a807c29540
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-25 13:56:11 +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
f39cc8da7c
Fix delete local cloud (#251) 2021-10-22 17:51:12 +02:00
Julian Raufelder
7add3e5bed
Delete local storage cloud and set its vault connection to null (#251) 2021-10-22 17:40:55 +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
3b641a22d8
Remove unused Context variable from the WebDavClient 2021-10-21 11:20:44 +02:00
Julian Raufelder
f17619a4f4
Update gradle to 7.0.3 2021-10-21 11:19:56 +02:00
Julian Raufelder
1fedb10403
Merge branch 'main' into develop 2021-10-20 12:26:13 +02:00
Julian Raufelder
f6cc2c75e0
Fix MasterkeyCryptoCloudProviderTest as we now use HS256 2021-10-20 11:25:36 +02:00
Julian Raufelder
c405f30bbb
Update release notes 2021-10-20 11:00:49 +02:00
Julian Raufelder
fd7180e377
Bump to versin 1.6.1
[ci skip]
2021-10-20 10:54:26 +02:00
Julian Raufelder
fdb6341773
Use HS256 instead of defaulting to HS512 for signing vault.cryptomator
New vaults should be created using HS256 to be compatible with the desktop and iOS app. Before, we was defaulting to HS512. Now we specify the correct version.
While unlock, the algorithm specified in the header is used. 

Fixes #366
2021-10-20 10:53:34 +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
4b26755df3
Update fastlane dependencies
[ci skip]
2021-10-15 15:12:24 +02:00
Julian Raufelder
ac47b68119
Bump to versin 1.6.1-SNAPSHOT
[ci skip]
2021-10-15 15:11:57 +02:00
Julian Raufelder
c42ca981e3
Merge branch 'main' into develop 2021-10-15 15:11:10 +02:00
Julian Raufelder
7e5d64fe6a
Merge branch 'release/1.6.0' 2021-10-15 11:38:59 +02:00
Julian Raufelder
82e37c0293
Bump to versin 1.6.0
[ci skip]
2021-10-15 11:32:40 +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
396ee964e2
Merge branch 'develop' into release/1.6.0 2021-10-15 11:31:26 +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
d4e642ae83
Generic error while unlock when WebDAV password changed (fixes #364) 2021-10-08 22:40:14 +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
e60333865f
Update dependencies 2021-10-04 16:14:29 +02:00
Julian Raufelder
0471c108f9
Merge branch 'release/1.6.0' into develop 2021-10-01 18:01:45 +02:00