Manuel Jenny
c8a2c1dc19
feat: implement toasts for authentication errors
2021-03-26 17:07:00 +01:00
Manuel Jenny
d92e4b0daf
fix: rename PCloudCloud stuff to PCloud
2021-03-26 17:06:59 +01:00
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
73b3dc1459
fix: remove unused pCloud related logout code
2021-03-26 17:06:59 +01:00
Manuel Jenny
0bb01fec0e
fix: remove unused imports
2021-03-26 17:06:58 +01:00
Manuel Jenny
90c7c14471
fix: simplifications
...
- Change all `CloudNode` to `PCloudNode`
- Check `replace` before `exists()`
- Move definition of relocationEntry below exception
- Change `CloudFile` to `PCloudFile`
2021-03-26 17:06:58 +01:00
Manuel Jenny
b6cebf16fb
fix: move decrypt() for accessToken
2021-03-26 17:06:58 +01:00
Manuel Jenny
091f7eeacf
fix: read pCloud Client ID from BuildConfig
2021-03-26 17:06:58 +01:00
Manuel Jenny
c958558f50
fix: change signatures, remove unneccessary methods
...
- Change signatures of PCloudImpl, PCloudFile and PCloudFolder to match
Google Drive implementation
- Remove unneccessary file() and folder() methods (read path directly)
2021-03-26 17:06:57 +01:00
Manuel Jenny
615fe5558e
fix: move() only rename if relocationResult has different name than target
2021-03-26 17:06:57 +01:00
Manuel Jenny
46dbde1103
fix(move): rename file after relocation
2021-03-26 17:06:57 +01:00
Manuel Jenny
8f145735ed
fix: missing IDs in cache
2021-03-26 17:06:57 +01:00
Manuel Jenny
81ee67b378
feat: introduce idCache for pCloud
2021-03-26 17:06:57 +01:00
Manuel Jenny
7dc9456d97
fix: null safe folderid for list
2021-03-26 17:06:56 +01:00
Manuel Jenny
b08a9cb549
fix: override contentLength to return size of data
2021-03-26 17:06:56 +01:00
Manuel Jenny
ad8d5338ca
fix: exist to also check files properly
2021-03-26 17:06:56 +01:00
Manuel Jenny
42abae3a5a
fix: read
2021-03-26 17:06:56 +01:00
Manuel Jenny
ceb2de61d4
fix: make fileid null safe
2021-03-26 17:06:55 +01:00
Manuel Jenny
c29801f132
Revert "fix: instatiate RootPCloudFolder with path /"
...
This reverts commit c93a6b289de6817f693fe00ef1f47130baeca4c6.
2021-03-26 17:06:55 +01:00
Manuel Jenny
85d920da19
fix: instatiate RootPCloudFolder with path /
2021-03-26 17:06:55 +01:00
Manuel Jenny
05b95cf5da
fix: folder listing
2021-03-26 17:06:55 +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
9cc585eaf8
fix: set pCloud predefined to false
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
6a249056b0
fix: set url to null, add TODO
2021-03-26 17:06:53 +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
9e3d0a91dc
fix: return proper type
2021-03-26 17:06:53 +01:00
Manuel Jenny
e2903820f7
fix: add missing withUrl() for pCloud
2021-03-26 17:06:52 +01:00
Manuel Jenny
faaec7a922
feat: add pCloud model and mappers, add strings
2021-03-26 17:06:52 +01:00
Manuel Jenny
80dce5ec60
feat: add pCloud implementation
2021-03-26 17:06:52 +01:00
Manuel Jenny
bb4572b9d0
feat(Data): introduce PCloudCloudNodeFactory
2021-03-26 17:06:52 +01:00
Manuel Jenny
9329062b54
feat(Data): introduce PCloudCloudContentRepositoryFactory
2021-03-26 17:06:51 +01:00
Manuel Jenny
32ce52c93d
feat(Domain): introduce PCLOUD CloudType
2021-03-26 17:06:51 +01:00
Manuel Jenny
fdf144c655
feat(Domain): add PCloudCloud
2021-03-26 17:06:51 +01:00
Manuel Jenny
f14c46fa2a
feat(Data): add PCloudNode, PCloudFile, PCloudFolder and RootPCloudFolder
2021-03-26 17:06:48 +01:00
Julian Raufelder
8ad6ec0df1
Update to latest version of pcloud-sdk-java
2021-03-26 16:41:36 +01:00
Julian Raufelder
8d607e868c
Update dependencies
2021-03-26 11:40:12 +01:00
Julian Raufelder
15df416992
Update to latest version of pcloud-sdk-java
2021-03-25 17:28:51 +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
cf0f447b4d
Update to latest version of pcloud-sdk-java
2021-03-25 11:18:12 +01:00
Julian Raufelder
62dbce1918
Update to latest version of pcloud-sdk-java
2021-03-24 19:01:41 +01:00
Julian Raufelder
5b8e71a0c5
Update to latest version of pcloud-sdk-java
2021-03-24 16:08:27 +01:00
Julian Raufelder
02cf2521fa
#278 fix restore from backup problem by disabling backup
2021-03-24 15:03:54 +01:00
Julian Raufelder
118bcdb5e2
Update to latest version of pcloud-sdk-java
2021-03-24 14:32:29 +01:00
Julian Raufelder
a50152c01c
Update to latest version of pcloud-sdk-java
2021-03-24 13:16:30 +01:00
Julian Raufelder
34022c96ab
Add pCloud license
2021-03-24 12:20:03 +01:00