433 Commits

Author SHA1 Message Date
Julian Raufelder
210d0fa7f4
Handle less generic exceptions in catch clauses 2021-07-06 12:52:51 +02:00
Julian Raufelder
d82bcaa3e8
Update dependencies 2021-07-06 12:00:29 +02:00
Julian Raufelder
7deebbd919
Refactore further code to Kotlin 2021-07-05 17:54:42 +02:00
Julian Raufelder
3db60452c9
Fix Onedrive silent login, which was broken in 1.6.0-alpha1 2021-06-21 12:37:33 +02:00
Julian Raufelder
ae053b34d0
Fix build -.- 2021-06-18 13:24:16 +02:00
Julian Raufelder
46aec2022a
#316 fix OAuth login in pCloud using Google
By switching from WebView to real browser
2021-06-18 13:12:17 +02:00
Julian Raufelder
c4496ca148
#320 finish BrowseFilesActivity when the phone gets locked
After unlocking the phone screen, the vault content isn't visible for a second before the app switches to the vault list any longer
2021-06-04 15:01:55 +02:00
Julian Raufelder
a52502f510
Update pcloud-sdk-java 2021-06-04 12:12:04 +02:00
Julian Raufelder
68bb87c04b
#319 show hint when blocked cause of obscured while entering the license
Need to manually handle this in case of dialogs as otherwise the onFilterTouchEventForSecurity method of the ViewGroup isn't called when filterTouchesWhenObscured is set to true in the BaseDialog and in contrast to if set in an Activity
2021-06-02 15:20:18 +02:00
Julian Raufelder
9a65f62ae5
Update dependencies 2021-05-26 14:32:56 +02:00
Julian Raufelder
4ec0f3d2d8
Refactor deprecated toUpperCase / toLowerCase methods 2021-05-17 18:31:33 +02:00
Julian Raufelder
5c024dbda9
Reformat code using new Kotlin formatting rule 2021-05-17 18:26:07 +02:00
Julian Raufelder
bb07076ba8
Fix build project using Java 11 2021-05-17 17:01:09 +02:00
Julian Raufelder
5192194cf7
Merge pull request #313 from cryptomator/feature/switch-s3-dependency
Switch S3 dependency which closes #312
2021-05-12 13:20:45 +00:00
Julian Raufelder
60e7a025a0
Enhance error handling in S3 access denied 2021-05-12 15:11:03 +02:00
Julian Raufelder
fe96e1ad64
Enhance error handling in S3 delete 2021-05-12 14:55:18 +02:00
Julian Raufelder
e16ba4e5a9
Fix creating folders in the RootFolder of the bucked in S3
Stat requests throws an IllegalStateException if key is empty string
2021-05-12 12:30:37 +02:00
Julian Raufelder
19d08fa692
User needs to always provide the endpoint in S3 cloud 2021-05-12 11:34:41 +02:00
Julian Raufelder
d5598c3dd0
Save stats request if lastmodify is set in header of write result in S3 2021-05-11 19:13:54 +02:00
Julian Raufelder
98d22547b1
Minor improvements in S3 error handling 2021-05-11 18:30:10 +02:00
Julian Raufelder
ed3401836e
Using the new S3 dependency, region must be set when endpoint is set 2021-05-11 17:56:56 +02:00
Julian Raufelder
318a7422f4
Drop S3 clouds and vaults from the database
This is necessary because the path/region handling has changed with the new dependency in the s3 cloud
2021-05-11 17:32:22 +02:00
Julian Raufelder
bf2341af21
Use path and path prefix correctly in S3 2021-05-11 17:04:07 +02:00
Julian Raufelder
5e0f88bcff
Switch from aws-android-sdk-s3 to minio-java 2021-05-11 14:56:04 +02:00
Julian Raufelder
33eb4ce735
Merge branch 'feature/enable-desugaring' into develop 2021-05-11 14:29:38 +02:00
Julian Raufelder
9068f955ed
Bump version to 1.6.1-SNAPSHOT
[ci skip]
2021-05-07 16:54:54 +02:00
Julian Raufelder
cb34a35160
Fix path to the APK while calculating the SHA256 for the JWT
[ci skip]
2021-05-07 16:53:50 +02:00
Julian Raufelder
403dfd4dd3
Merge branch 'main' into develop 2021-05-07 12:50:21 +02:00
Julian Raufelder
18a44bf08b
New Crowdin updates
[ci skip]
2021-05-07 11:48:26 +02:00
Julian Raufelder
fe3c408a53
Merge branch 'release/1.5.18' 2021-05-07 11:32:38 +02:00
Julian Raufelder
6f93965531
Bump version to 1.5.18
[ci skip]
2021-05-07 11:31:35 +02:00
Julian Raufelder
5a78e3206d
Add the possibility to publish the app as alpha version
[ci skip]
2021-05-06 17:31:47 +02:00
Julian Raufelder
cd986981c2
Merge branch 'feature/vault-format-8' into develop 2021-05-06 15:26:52 +02:00
Julian Raufelder
47e9600d27
Update dependencies 2021-05-05 15:34:19 +02:00
Julian Raufelder
454bf9406e
Update dependencies 2021-05-05 15:06:41 +02:00
Julian Raufelder
c9185b142b
Update dependencies 2021-05-05 14:54:56 +02:00
Julian Raufelder
df57e01fce
Throw specific Exception if Masterkey is not at the default location
And fix displaying those errors in local storage cloud because the enter password dialog was only partial present when this exception is thrown which leads to a nullpointer.
2021-05-05 14:41:03 +02:00
Julian Raufelder
b32b76be32
Merge branch 'develop' into feature/vault-format-8 2021-05-03 12:29:33 +02:00
Julian Raufelder
3381a12da4
BiometricManager.canAuthenticate() is deprecated
Switching to BiometricManager.canAuthenticate(BiometricManager.Authenticators.BIOMETRIC_STRONG)
2021-05-02 20:42:46 +02:00
Julian Raufelder
1eb8c079c6
Verify SHA256 of the APK in update process 2021-05-01 14:32:14 +02:00
Julian Raufelder
714223743e
Skip deployment to F-Droid when beta option set
[ci skip]
2021-05-01 14:30:45 +02:00
Julian Raufelder
0ce6ce33f9
Skip deployment to F-Droid when beta option set
[ci skip]
2021-04-30 16:27:04 +02:00
Julian Raufelder
1180f6cb41
Update release notes
[ci skip]
2021-04-30 16:09:53 +02:00
Julian Raufelder
ad092928f7
Bump version to 1.5.18-beta1 2021-04-30 15:46:51 +02:00
Julian Raufelder
3937a59ea2
New Crowdin updates 2021-04-30 15:45:09 +02:00
Julian Raufelder
6ad9f0d0c9
Merge pull request #299 from mjenny/feature/support-s3-buckets
Add support for S3 compatible storage
2021-04-30 10:00:50 +00:00
Julian Raufelder
50fbec1bae
Response can be null in afterError of LoggingAwareRequestHandler in S3 2021-04-30 11:51:32 +02:00
Julian Raufelder
3e36de814d
Handle NoSuchBucketException in S3 2021-04-30 11:49:41 +02:00
Julian Raufelder
b6b3cd2d9b
Implement S3 logging 2021-04-30 11:03:12 +02:00
Julian Raufelder
ee3787e8bb
Update dependencies 2021-04-30 10:05:58 +02:00