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
35f64792f2
Fix path to the APK while calculating the SHA256 for the JWT
...
[ci skip]
2021-05-07 16:52:21 +02:00
Julian Raufelder
e54e078c3e
Update release notes
...
[ci skip]
2021-05-07 15:25:25 +02:00
Julian Raufelder
db4cba3ca6
Bump version to 1.6.0-alpha1
...
[ci skip]
2021-05-07 14:19:39 +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
Manuel Jenny
13b9fbedf5
feat(S3): add error handling
2021-04-30 09:22:32 +02:00
Julian Raufelder
68203fb88a
ConfigurationMatches should fit as it is implemented in S3
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
f4a6715bd2
Clear endpoint or region when toggling between Amazon and custom S3
2021-04-30 09:22:30 +02:00
Julian Raufelder
bde8f36a58
Validate user input of add or change S3 cloud
2021-04-30 09:22:29 +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