538 Commits

Author SHA1 Message Date
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
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
9074ae5aae
Remove Beta disclaimer dialog 2021-10-15 15:35:20 +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
Julian Raufelder
6a49aad43c
Bump to version 1.6.0-beta5
[ci skip]
2021-10-01 17:38:56 +02:00
Julian Raufelder
72c52ce833
Update release notes 2021-10-01 17:35:08 +02:00
Julian Raufelder
1335776759
Merge branch 'develop' into release/1.6.0 2021-10-01 17:22:26 +02:00
Julian Raufelder
843c3dde2d
Update fastlane dependencies
[ci skip]
2021-10-01 17:19:14 +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
a6fcde64e0
Use exodus and Izzys script and test all flavors to detect tracking #358
To sustainably detect such problems early, we are now using exodus next to Izzys script and testing against all build flavors #358
2021-10-01 16:40:56 +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
3896db3631
Display parent folder in NoDirFileDialog instead of the dir.c9r file 2021-09-22 15:54:23 +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
48166023c7
Update dependencies 2021-09-22 11:55:27 +02:00
Julian Raufelder
e93c14de03
Simplify ProgressStateModel 2021-09-17 10:47:22 +02:00
Julian Raufelder
6d7d8718f4
Merge branch 'release/1.6.0' into develop 2021-09-14 18:37:07 +02:00
Julian Raufelder
87ae82b1cb
Update fastlane dependencies
[ci skip]
2021-09-14 18:00:30 +02:00
Julian Raufelder
716cdd4372
Adjust release note which was too long (max: 500) for Google Playstore 2021-09-14 17:59:07 +02:00
Julian Raufelder
aec539f4b4
Update release notes
[ci skip]
2021-09-14 17:42:35 +02:00
Julian Raufelder
36a985e064
Bump version to 1.6.0-beta4 2021-09-14 17:41:22 +02:00
Julian Raufelder
31308c6992
Merge branch 'develop' into release/1.6.0 2021-09-14 17:40:24 +02:00
Julian Raufelder
2e695b38ec
Update to Gradle 7.0.x 2021-09-14 15:02:15 +02:00
Julian Raufelder
f4d4eb3c47
Update dependencies 2021-09-14 13:14:31 +02:00
Julian Raufelder
2dd9c00b83
New Crowdin updates 2021-09-14 12:54:46 +02:00
Julian Raufelder
2ae54f8748
#323 fix http status code 500 on some devices using Google Drive
Due to too complex query, see https://github.com/cryptomator/android/issues/323#issuecomment-911907421 for more details
2021-09-14 12:32:05 +02:00
Julian Raufelder
d4bf3ff668
Implement ExponentialBackOff to GoogleDrive to hopefully workaround #323
We now retry a request if e.g. a status code 500 was received for max 15 seconds with exponential back off
2021-09-01 09:32:39 +02:00
Julian Raufelder
218b5c0b77
Merge branch 'release/1.6.0' into develop 2021-09-01 09:31:24 +02:00
Julian Raufelder
7ccdbb8539
Merge branch 'develop' into release/1.6.0 2021-08-25 18:20:30 +02:00
Julian Raufelder
d59d840444
Update fastlane dependencies
[ci skip]
2021-08-25 18:13:39 +02:00
Julian Raufelder
beb1484f72
Update release notes
[ci skip]
2021-08-25 17:55:21 +02:00
Julian Raufelder
2570afd89b
Bump version to 1.6.0-beta3 2021-08-25 17:50:52 +02:00
Julian Raufelder
b7e9aab2da
Update dependencies 2021-08-25 17:49:07 +02:00
Julian Raufelder
14bcf62cc7
New Crowdin updates 2021-08-25 17:33:05 +02:00