22 Commits

Author SHA1 Message Date
Julian Raufelder
d84dd297b6
Define Dropbox and Microsoft callbacks only in flavors with access to it 2022-05-24 16:33:55 +02:00
Julian Raufelder
e0f36dbead
Migrate to new AndroidX-SplashScreen 2022-05-24 12:22:54 +02:00
Julian Raufelder
fa8a9cac27
Add Cryptomator variants screen 2022-05-20 14:36:09 +02:00
Julian Raufelder
39c8277904
Update target SDK to 31 (Android 12) 2022-05-09 15:43:56 +02:00
Julian Raufelder
7704ab5b87
Update msgraph-sdk version to 5.12.0 (#405)
* Update API level level to 26
* Support multi OneDrive accounts
* Migrate to the new authentication library
2022-01-24 11:51:02 +01:00
Julian Raufelder
2dbf6425cc
Re-add requestLegacyExternalStorage to reanimate AutoUpload on Android10
Auto upload shows "General error during upload" notification on Android version 10 due to problems regarding scoped storage

Fixes #393
2021-11-30 16:41:27 +01:00
Julian Raufelder
f303d3c48b
Request "REQUEST_INSTALL_PACKAGES" permission only in apkstore variant
Fixes #392
2021-11-30 14:23:22 +01: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
a8d789440e
Remove redundant empty and no DirFile handling 2021-09-22 15:53:03 +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
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
5c024dbda9
Reformat code using new Kotlin formatting rule 2021-05-17 18:26:07 +02:00
Julian Raufelder
b32b76be32
Merge branch 'develop' into feature/vault-format-8 2021-05-03 12:29:33 +02:00
Julian Raufelder
a736a33d88
Update database and UI to support S3 2021-04-30 09:22:23 +02:00
Julian Raufelder
932ea09b62
Merge branch 'develop' into feature/vault-format-8 2021-03-29 14:05:29 +02:00
Julian Raufelder
02cf2521fa
#278 fix restore from backup problem by disabling backup 2021-03-24 15:03:54 +01:00
Julian Raufelder
36fd5b2a8a
Refactor unlock and cloud authentication from UseCase to Activity 2021-03-09 14:06:01 +01:00
Julian Raufelder
2e2ee0e483
#252 Install Debug App in parallel with Release App 2021-01-20 18:44:17 +01:00
Julian Raufelder
0c04d16df0
Support further schemes to enter the license
Most of  the app doesn't allow custom scheme URLs. Now we support the following schemes: 
* https://android.cryptomator.org/app/license#foo (preferred)
* https://android.cryptomator.org/app/license/foo
* cryptomator://license/foo (legacy)
2021-01-20 16:32:28 +01:00
Julian Raufelder
357fb85ae0
#245 Fix issue accessing WebDAV using HTTP introduced in 1.5.11-beta1 2021-01-15 12:36:04 +01:00
Julian Raufelder
be22737d4f
Use ENV variables instead of secrets.properties for Cloud API keys 2021-01-11 18:12:10 +01:00
Julian Raufelder
80444758cc
Initial open source commit 🎉 2020-12-23 12:09:37 +01:00