Julian Raufelder
9324bb5b15
Fix auto upload does not catch all images due to battery optimization
...
Fixes #416
2022-03-18 17:58:53 +01:00
Julian Raufelder
d42e0a8ec9
Test MissingVaultConfigFileException thrown when vault format 8 unlocked
...
and no vault config file provided
2022-03-16 23:09:41 +01:00
Julian Raufelder
c19e77170a
Show vault format in error message if it is not supported
2022-03-16 22:55:23 +01:00
Julian Raufelder
0fc53f9242
Show specific message if vault.cryptomator is missing in vault version 8
...
Fixes 381
2022-03-15 17:53:31 +01:00
Julian Raufelder
8f2a94e98f
Remove unused parameter
2022-03-15 16:30:49 +01:00
Julian Raufelder
f38416070f
Merge branch 'hotfix/1.7.1' into develop
2022-03-04 16:32:53 +01:00
Julian Raufelder
360af85d33
Merge branch 'hotfix/1.7.1'
2022-03-04 16:14:40 +01:00
Julian Raufelder
69a4c00989
Update release notes
...
[ci skip]
2022-03-04 16:07:59 +01:00
Julian Raufelder
2bdc6afdb5
Bump to version 1.7.1
...
[ci skip]
2022-03-04 15:54:07 +01:00
Julian Raufelder
8f69701b82
Fix not found dialog during unlock if it contains a blank using OneDrive
...
"Vault not found" dialog is displayed during unlocking if it contains a blank character due to encoding twice. MicrosoftGraph now encodes the provided path to `itemWithPath` itself.
Fixes #419
2022-03-04 15:50:06 +01:00
Julian Raufelder
374867d0da
Add dryRun lane to check tracking for all flavors without publishing
...
[ci skip]
2022-03-02 16:53:50 +01:00
Julian Raufelder
810efe3cb9
Update izzyscript results
...
[ci skip]
2022-03-02 16:50:31 +01:00
Julian Raufelder
fbf67bf465
Merge branch 'main' into develop
2022-03-02 16:42:20 +01:00
Julian Raufelder
d0a3a05afb
Merge branch 'release/1.7.0'
2022-03-02 15:44:34 +01:00
Julian Raufelder
5d2cf771b4
Bump to version 1.7.0
...
[ci skip]
2022-03-02 15:43:33 +01:00
Julian Raufelder
4be55aabdc
Enhance message if no file manager found while using local storage cloud
2022-03-02 01:32:55 +01:00
Julian Raufelder
00bcd54b33
Map more file types to file icons like e.g. docx to text icon
2022-03-01 22:59:34 +01:00
Julian Raufelder
e1a5ff7007
Show specific message if desktop supporter cert entered as license key
2022-02-24 15:43:11 +01:00
Julian Raufelder
1a01ba6f54
Update izzyscript results due to Microsoft Graph changes
...
[ci skip]
2022-02-15 17:19:34 +01:00
Julian Raufelder
95bde8ca45
Update release notes
...
[ci skip]
2022-02-15 15:58:29 +01:00
Julian Raufelder
88ff45e44e
Merge branch 'develop' into release/1.7.0
2022-02-15 15:16:32 +01:00
Cryptobot
71dc76b157
New Crowdin updates ( #413 )
...
New translations strings.xml (Bengali)
2022-02-15 15:14:39 +01:00
Julian Raufelder
00fdb7e69b
Show toast while refreshing token using OneDrive in the FOSS version too
2022-02-15 15:11:20 +01:00
Julian Raufelder
d08ffe68ef
Remove race conditions which could cause ConcurrentModificationException
2022-02-15 15:02:26 +01:00
Julian Raufelder
4d7b5f2971
Fix deleting cloud a also removes vaults of cloud b of the same type
...
Fixes #414
2022-02-15 13:04:20 +01:00
Julian Raufelder
5ad18dd13a
Bump to version 1.7.0-beta1
...
[ci skip]
2022-02-15 11:01:50 +01:00
Julian Raufelder
cc51c5140e
Update release notes
...
[ci skip]
2022-02-15 10:57:44 +01:00
Julian Raufelder
7e25b3cd40
Minor clean-up
2022-02-15 10:51:09 +01:00
Julian Raufelder
bf1279743e
Use custom HTTP client for OneDrive to increase timeouts
2022-02-15 10:51:08 +01:00
Julian Raufelder
7699943dce
Update dependencies
2022-02-15 10:51:01 +01:00
Cryptobot
7758971d99
New Crowdin updates ( #404 )
...
New translations strings.xml (Bengali, Chinese Simplified, Czech, Dutch, French, German, Greek, Hebrew, Hindi, Indonesian, Japanese, Polish, Portuguese, Brazilian, Russian, Slovak, Spanish, Thai, Turkish, Ukrainian)
2022-02-14 17:52:34 +01:00
Julian Raufelder
10cb02f475
Store vault metadata like format in database and refresh while unlock
...
For example, if authentication recovery fails, we load the vault from the database, which may result in a vault format -1 before this commit. We try to avoid this by overwriting the state after the authentication succeeds again, but we can't always avoid the vault format being -1 if, for example, during authentication the user changes activity, so we now store these fields in the database and update them if they have changed during unlock to prevent these states. Alternatively we could have locked the vault but from a UX point of view it makes no sense that the user has to unlock the vault again just because e.g. the token has to be refreshed.
2022-02-14 17:37:10 +01:00
Julian Raufelder
6b708554e5
Update dependencies
2022-02-12 23:13:40 +01:00
Julian Raufelder
017ab520a2
Preserve Cryptors of the same cloud if the cloud gets updated
...
If e.g. a cloud gets updated during token refresh while browsing files we authenticate, save the updated cloud, update the vault and now no longer lock other vaults from the same cloud but update them too.
2022-02-12 22:22:00 +01:00
Julian Raufelder
d9801662dd
Close buffer and null-check response body
2022-02-11 12:11:21 +01:00
Julian Raufelder
a651b273fb
Add access to shortcuts of folders in Google Drive
...
Workaround for #411 ("Shared with me") #363 ("Computers") and #354 ("Shared drives")
2022-02-10 15:44:21 +01:00
Julian Raufelder
b753ec4c01
Reduce connection timeouts from two to one minute
2022-02-08 14:58:49 +01:00
Julian Raufelder
00bc4e4e35
Fix race condition when AuthActivity finished and resumes BrowseFiles
...
Callback method is executed before races against onStart of the Fragment so the fix of d93624c5dd93bdbb947d645187c1a5b0fed34c1b doesn't always help.
2022-02-04 18:57:31 +01:00
Julian Raufelder
f10ac8798a
Show specific message if the server doesn't support WebDAV
...
Fix wrong exception exposed
2022-02-04 15:45:59 +01:00
Julian Raufelder
d93624c5dd
Fix race condition when AuthActivity finished and resumes BrowseFiles
...
CloudList gets refreshed and token is updated, if the token update is faster, resuming overwrites the delegates in DispatchingCloudContentRepository again due to authentication fail because the old folder is used in the onFolderReloadContent because folder in BrowseFilesActivity isn't yet updated.
2022-02-03 22:37:03 +01:00
Julian Raufelder
022e42b8c8
Remove build warnings
2022-01-28 18:23:33 +01:00
Julian Raufelder
aae1974f02
Merge branch 'feature/405-update-msgraph' into develop
2022-01-28 18:22:01 +01:00
Julian Raufelder
f586e447f5
Show notification when Onedrive authentication starts
2022-01-28 18:20:41 +01:00
Julian Raufelder
db050e04f0
Update folder in the BrowseFilesFragment too when credentials changed
2022-01-28 17:38:53 +01:00
Julian Raufelder
11f5a61789
Fix listing when credential changed in background due to auth problem
...
E.g. the token is expired and was refreshed
2022-01-26 16:03:06 +01:00
Julian Raufelder
e11759b23f
Bug fixes and cleanup ( #405 )
2022-01-26 11:30:21 +01:00
Julian Raufelder
4221d299ce
Update Gradle to version 7.2
2022-01-26 11:17:07 +01:00
Julian Raufelder
1d808edd8d
Delete Onedrive cloud only when not set up ( #405 )
2022-01-25 11:47:34 +01:00
Julian Raufelder
2613ba5eae
Fix build -.-
2022-01-24 17:09:46 +01: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