109 Commits

Author SHA1 Message Date
Manuel Jenny
f17df0e179
fix: don't specify activityResult as optional 2021-03-26 17:06:59 +01:00
Manuel Jenny
9fc4626e61
fix: remove PCLOUD_CLIENT_ID from manifestPlaceholders 2021-03-26 17:06:59 +01:00
Manuel Jenny
091f7eeacf
fix: read pCloud Client ID from BuildConfig 2021-03-26 17:06:58 +01:00
Manuel Jenny
4fd187e697
chore: simplify check if account was already registered 2021-03-26 17:06:54 +01:00
Manuel Jenny
bd2bfa9724
feat: implement account removal for pCloud 2021-03-26 17:06:54 +01:00
Manuel Jenny
550415627e
feat: add authentication for pCloud (including UI) 2021-03-26 17:06:54 +01:00
Manuel Jenny
c9a73ced8f
feat: support multi instances, fix display name resource
- Allow multiple instances for pCloud
- Use correct display name resource
2021-03-26 17:06:53 +01:00
Manuel Jenny
85e2b16232
fix: add id() and url() 2021-03-26 17:06:53 +01:00
Manuel Jenny
faaec7a922
feat: add pCloud model and mappers, add strings 2021-03-26 17:06:52 +01:00
Julian Raufelder
a94bddd96d
Enhance usage of cloud, vault and selected vault asset 2021-03-25 16:26:59 +01:00
Julian Raufelder
f3342943f9
Change clouds from grid to list view 2021-03-25 15:08:13 +01:00
Julian Raufelder
02cf2521fa
#278 fix restore from backup problem by disabling backup 2021-03-24 15:03:54 +01:00
Julian Raufelder
34022c96ab
Add pCloud license 2021-03-24 12:20:03 +01:00
Julian Raufelder
253aab651e
Add pcloud-sdk-android project as sub module 2021-03-14 12:05:35 +01:00
Julian Raufelder
36fd5b2a8a
Refactor unlock and cloud authentication from UseCase to Activity 2021-03-09 14:06:01 +01:00
Julian Raufelder
8719ecf6c8
#274 split text in some prefs in title/summary to prevent word squashing
As well as added some further summaries to make those settings more expressive [ci skip]
2021-02-26 15:30:05 +01:00
Julian Raufelder
d8d4c6f9e7
#275 when deleting the last image using preview jump to vault content
As well as fixing a logged IndexOutOfBoundsException when deleting the image with the last indices from the list.
2021-02-24 15:09:16 +01:00
Julian Raufelder
e311128a99
New Crowdin updates (#270)
[ci skip]
2021-02-22 15:08:21 +01:00
Julian Raufelder
f8cc7aedc1
Merge branch 'main' into develop 2021-02-22 12:24:03 +01:00
Julian Raufelder
9767466064
Apply sorting of vaults when sharing with CM and biometric setup too 2021-02-21 00:32:33 +01:00
Julian Raufelder
d6d5546c17
#268 Optionally upload newly created videos via automatic upload as well 2021-02-21 00:19:23 +01:00
Julian Raufelder
667fb82165
Create new project code style config and reformat code base with it 2021-02-18 16:13:21 +01:00
Julian Raufelder
3755eed300
Merge pull request #260 from markuskreusch/feature/253-cancel-unlocking
Feature/253 cancel unlocking
2021-02-17 20:33:42 +01:00
Markus Kreusch
abd7e74590
Allow unlock cancellation using cancel flag in the use case 2021-02-17 20:03:46 +01:00
Julian Raufelder
d398c069b5
Show arc from creation hint to fab in WebDAV- and Local-cloud-list too 2021-02-17 12:32:17 +01:00
Julian Raufelder
174016dd37
Partially revert 8dc310b to re-add custom storage location like SD cards 2021-02-16 18:26:27 +01:00
Julian Raufelder
f0396c37f1
Partially revert 8dc310b to re-add custom storage location like SD cards 2021-02-16 18:19:39 +01:00
Julian Raufelder
7dca46864d
Register photo creation receiver for internal storage for auto upload 2021-02-16 12:13:29 +01:00
Julian Raufelder
5b1d7cfefb
Merge pull request #264 from feature/168-sort-vault-list
Feature/168 sort vault list
2021-02-12 18:52:51 +01:00
Julian Raufelder
8d6bc95073
#265 unlocking vaults after changing OneDrive password displays error
This should be still enhanced by displaying the login screen but is already better than being stuck in a black screen.
2021-02-12 18:38:57 +01:00
Julian Raufelder
93ae29e1a2
Final clean-up
[ci skip]
2021-02-10 19:41:30 +01:00
Julian Raufelder
22c53f5abe
#168 start position indices by 0 and test position helper 2021-02-10 19:15:44 +01:00
Julian Raufelder
c5e05df01a Merge branch 'develop' into feature/168-sort-vault-list 2021-02-10 18:14:43 +01:00
Julian Raufelder
8dc310bcee
Remove version handling in some methods due to min version increase 2021-02-10 15:15:08 +01:00
Julian Raufelder
9b4a9a2ae2
Remove string resource cycles 2021-02-08 20:57:03 +01:00
Julian Raufelder
9b63b7c525
#168 set vault position while creating, adding and deleting vaults 2021-02-04 23:38:30 +01:00
Julian Raufelder
657e2877ba
#168 final clean-up 2021-02-01 00:37:31 +01:00
Julian Raufelder
a6b327f264
Remove dead code 2021-02-01 00:12:59 +01:00
Julian Raufelder
52e88b865d
Fix tests -.- 2021-01-31 23:12:43 +01:00
Julian Raufelder
00174fdf5a
#168 implement backend for sorting vault list. 2021-01-31 22:54:49 +01:00
Julian Raufelder
dc7cef7fb5
#168 implement UI for sorting vault list. Backend still WIP 2021-01-31 16:45:02 +01:00
Julian Raufelder
3abd40e726
Recreate CryptoBot assets and create new yellow assets for debug build 2021-01-26 14:03:01 +01:00
Julian Raufelder
2054b9ba1d
New translations strings.xml 2021-01-26 07:37:26 +01:00
Julian Raufelder
5f428b5963
#250 Recover AutoUploadFilesStore due to class obfuscation
AutoUploadFilesStore, which handles serializing the paths marked to upload, is obfuscated in version 1.5.10 and 1.5.11-beta1, each differently. This causes deserialisation to fail in 1.5.11-beta1 which is now fixed for the next version.
2021-01-26 07:18:15 +01:00
Julian Raufelder
85aa265b16
Fix auto PhotoContentJob in debug build variant 2021-01-22 12:09:02 +01:00
Julian Raufelder
2e2ee0e483
#252 Install Debug App in parallel with Release App 2021-01-20 18:44:17 +01:00
Julian Raufelder
8e60975cf5
Fix crash when opening EmptyDirFileDialog or viewing the used licenses 2021-01-20 18:36:28 +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
527dde9304
Update dependencies and clean up
[ci skip]
2021-01-20 15:50:16 +01:00
Julian Raufelder
9f5b2c44dd
Improve UI for RTL mode 2021-01-19 15:37:37 +01:00