164 Commits

Author SHA1 Message Date
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
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
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
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
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
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
8ebee7bfc2
Upload instantly when auto upload enabled and vault unlocked (#181) 2021-10-05 01:06:23 +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
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
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
e93c14de03
Simplify ProgressStateModel 2021-09-17 10:47:22 +02:00
Julian Raufelder
2e695b38ec
Update to Gradle 7.0.x 2021-09-14 15:02:15 +02:00
Julian Raufelder
2dd9c00b83
New Crowdin updates 2021-09-14 12:54:46 +02:00
Julian Raufelder
14bcf62cc7
New Crowdin updates 2021-08-25 17:33:05 +02:00
Julian Raufelder
2a221d4297
Merge branch 'develop' into release/1.6.0 2021-07-26 10:06:20 +02:00
Julian Raufelder
f7411f085f
New Crowdin updates
[ci skip]
2021-07-26 10:02:35 +02:00
Julian Raufelder
24dbcf20e1
#334 fix unlock in Android 8.0 by setting windowIsTranslucent to false 2021-07-16 12:19:23 +02:00
Julian Raufelder
1a96a4dd46
#337 show images again in the internal viewer 2021-07-15 14:21:56 +02:00
Julian Raufelder
2b5fed6e68
Remove string in Turkish translation which references itself
This would lead to a RuntimeExecption
2021-07-13 12:48:35 +02:00
Julian Raufelder
1fb70479b3
New Crowdin updates 2021-07-12 16:05:06 +02:00
Julian Raufelder
bed3f3ac04
Show beta disclaimer dialogue 2021-07-09 19:13:38 +02:00
Julian Raufelder
254ea01abb
Fix show provided title when BrowseFilesActivity started with title
BrowseFilesIntent has a title property that is now reused when the BrowseFilesActivity is started and was accidentally deleted
2021-07-09 15:57:42 +02:00
Julian Raufelder
d5436c9b47
Merge pull request #327 from cryptomator/feature/kotlin-refactoring
Kotlin Refactoring
2021-07-07 10:10:16 +00:00
Julian Raufelder
210d0fa7f4
Handle less generic exceptions in catch clauses 2021-07-06 12:52:51 +02:00
Cryptobot
fc108363e4
New Crowdin updates (#322)
* New translations strings.xml (Spanish)
* New translations strings.xml (German)
[ci skip]
2021-07-06 09:43:17 +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
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
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
19d08fa692
User needs to always provide the endpoint in S3 cloud 2021-05-12 11:34:41 +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
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