211 Commits

Author SHA1 Message Date
Julian Raufelder
bed3f3ac04
Show beta disclaimer dialogue 2021-07-09 19:13:38 +02:00
Julian Raufelder
3ae90ab521
Fix Dropbox vault unlock in vault version 7 and caching enabled 2021-07-07 16:58:43 +02:00
Julian Raufelder
543a03212f
#328 fix rename vault in S3 leads to empty vault 2021-07-07 15:48:35 +02:00
Julian Raufelder
d18e08f8a4
Fix move in GoogleDrive 2021-07-06 18:58:50 +02:00
Julian Raufelder
10e03d3df2
Remove some unwraps 2021-07-06 17:38:55 +02:00
Julian Raufelder
c23a5a2cfc
Handle further exceptions in a less generic way 2021-07-06 15:30:34 +02:00
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
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
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
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
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
1eb8c079c6
Verify SHA256 of the APK in update process 2021-05-01 14:32:14 +02: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
Manuel Jenny
13b9fbedf5
feat(S3): add error handling 2021-04-30 09:22:32 +02:00
Julian Raufelder
3894df1587
Improve chunked upload 2.0 in S3 2021-04-30 09:22:32 +02:00
Julian Raufelder
06c23abc62
Improve chunked upload in S3 2021-04-30 09:22:31 +02:00
Manuel Jenny
c332ad91e4
feat(S3): implement chunked upload for files > 100MB 2021-04-30 09:22:31 +02:00
Julian Raufelder
46a41d0d2a
Minor improvements of S3Impl 2021-04-30 09:22:31 +02:00
Manuel Jenny
554cf5f42a
fix(S3): change to void 2021-04-30 09:22:31 +02:00
Manuel Jenny
c55dc62d16
fix(S3): use doesBucketExist() to evaluate bucket existance 2021-04-30 09:22:30 +02:00
Manuel Jenny
2f1f9faeae
feat(S3): provide bucketExists() method 2021-04-30 09:22:30 +02:00
Julian Raufelder
4e6983862f
Implement AuthStrategy for S3 2021-04-30 09:22:29 +02:00
Julian Raufelder
862596114b
Use endpoint or region in S3 2021-04-30 09:22:29 +02:00
Julian Raufelder
ac46aa6a57
Revert "fix(S3): instatiate new Region if it's not provided by the SDK"
This reverts commit ecaa9d4b00ac87fee1711376492334284290596f.
2021-04-30 09:22:28 +02:00
Julian Raufelder
91a0c2e5d3
Revert "Add S3 as module dependency"
This reverts commit 34b69805932fc12f526893932a7bca4a6aeddbf5.
2021-04-30 09:22:28 +02:00
Manuel Jenny
4f97a0d8d8
fix(S3): instatiate new Region if it's not provided by the SDK 2021-04-30 09:22:28 +02:00
Julian Raufelder
1a3b26696c
Add S3 as module dependency 2021-04-30 09:22:28 +02:00
Manuel Jenny
47b31fcd7d
fix(S3): only set Endpoint if not null 2021-04-30 09:22:27 +02:00
Manuel Jenny
c99ff2f190
fix(S3): ProgressListener 2021-04-30 09:22:27 +02:00
Manuel Jenny
5d08581362
fix(S3): folder creation 2021-04-30 09:22:26 +02:00
Manuel Jenny
6503727a40
fix(S3): folder / file handling 2021-04-30 09:22:26 +02:00
Julian Raufelder
e4ad22b00b
Add display name to S3 cloud 2021-04-30 09:22:26 +02:00
Manuel Jenny
4acc7f737e
fix(S3): remove S3ClientOptions 2021-04-30 09:22:25 +02:00
Julian Raufelder
939f3d2c1d
Insert missing return 2021-04-30 09:22:24 +02:00
Manuel Jenny
2a8e635177
fix(S3): switch to Android SDK 2021-04-30 09:22:24 +02:00
Julian Raufelder
76f757293a
Fix name of the method 2021-04-30 09:22:24 +02:00