530 Commits

Author SHA1 Message Date
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
a018cbd898
#336 hacky way to recover from SQLiteException while inserting old data 2021-07-23 16:42:34 +02:00
Julian Raufelder
05574d952c
Add tests for database upgrades 2021-07-22 19:27:57 +02:00
Julian Raufelder
cf439a1030
Fix database upgrade from version 3 to 4
DAO object was used while upgrade which can lead later to crash when the object changed
2021-07-22 19:02:03 +02:00
Julian Raufelder
8435bd0174
Fix database upgrade from version 2 to 3
The update isn't executed at all :/
2021-07-22 18:11:15 +02:00
Julian Raufelder
7af21eac15
#335 fix crash while unlock using Android 7.0 and 7.1
Due to NoSuchMethodError of withInitial in ThreadLocal
2021-07-19 12:22:42 +02:00
Julian Raufelder
1d6811e1e8
Fix create initial update status entry in database
Fortunately, SqlInsertBuilder.text("LICENSE_TOKEN", null) and SqlInsertBuilder.bool("LICENSE_TOKEN", null) have the same result in this context
2021-07-16 17:38:47 +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
ff2596689f
Add iod-scan-apk.php related files to .gitignore 2021-07-14 19:41:25 +02:00
Julian Raufelder
0f216e023c
Fix indentation and update dependencies 2021-07-14 19:41:06 +02:00
Julian Raufelder
754533ef60
Merge pull request #333 from cryptomator/feature/add-fdroid-iod-apk-scanner
Add F-Droids iod-apk-scanner to Fastlane build process
2021-07-14 17:40:32 +00:00
Julian Raufelder
6855507901
Compare only the report as there are version specific params in the JSON 2021-07-14 12:40:59 +02:00
Julian Raufelder
73bc1578d9
Add F-Droids iod-apk-scanner to Fastlane build process 2021-07-13 23:49:13 +02:00
Julian Raufelder
e76e8016e6
Exclude httpclient of dependency to fix CVE's 2021-07-13 21:33:24 +02:00
Julian Raufelder
0bcfc123dd
Update dependencies 2021-07-13 18:56:22 +02:00
Julian Raufelder
18630948f5
Update auto generated fastlane README 2021-07-13 17:40:32 +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
d696d2e362
Update release notes
[ci skip]
2021-07-13 12:32:09 +02:00
Julian Raufelder
621395754a
Merge branch 'develop' into release/1.6.0 2021-07-13 11:56:02 +02:00
Julian Raufelder
1fb70479b3
New Crowdin updates 2021-07-12 16:05:06 +02:00
Julian Raufelder
ab47ef7287
Use %android_code% to fix lowercase r preceded in region if used
The language is defined by a two-letter ISO 639-1 language code, optionally followed by a two letter ISO 3166-1-alpha-2 region code (preceded by lowercase r). If no r is preceded in e.g. 'en-rUS', build fails.
2021-07-12 15:34:00 +02:00
Julian Raufelder
b24706f72c
Hopefully this fixes that some translation are not exported 2021-07-12 13:18:55 +02:00
Julian Raufelder
651678fe53
Hopefully this fixes that some translation are not exported 2021-07-12 13:12:04 +02:00
Julian Raufelder
bed3f3ac04
Show beta disclaimer dialogue 2021-07-09 19:13:38 +02:00
Julian Raufelder
6090d898ef
Update dependencies 2021-07-09 18:10:58 +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
5ec454d3eb
Remove custom language mapping again 2021-07-08 21:31:00 +02:00
Julian Raufelder
1a4cc43791
Hopefully this fixes that some translation are not exported 2021-07-08 17:43:49 +02:00
Julian Raufelder
bbb5b50acd
Hopefully this fixes that the Chinese translation are not exported 2021-07-08 17:32:38 +02:00
Julian Raufelder
754eac45f2
Map Russian translation eplicitly to ru
Hopefully this fixes that this language are not exported
2021-07-08 16:27:41 +02:00
Julian Raufelder
387871cc01
Use Crowdins %android_code% as placeholder for the translation output
Hopefully this fixes that some languages are not exported
2021-07-08 14:55:44 +02:00
Julian Raufelder
89129c0c35
Update release notes 2021-07-07 17:53:32 +02:00
Julian Raufelder
c88ba3b710
Merge branch 'develop' into release/1.6.0 2021-07-07 17:38:35 +02:00
Julian Raufelder
3ae90ab521
Fix Dropbox vault unlock in vault version 7 and caching enabled 2021-07-07 16:58:43 +02:00
Julian Raufelder
543a03212f
#328 fix rename vault in S3 leads to empty vault 2021-07-07 15:48:35 +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
d18e08f8a4
Fix move in GoogleDrive 2021-07-06 18:58:50 +02:00
Julian Raufelder
10e03d3df2
Remove some unwraps 2021-07-06 17:38:55 +02:00
Julian Raufelder
c23a5a2cfc
Handle further exceptions in a less generic way 2021-07-06 15:30:34 +02:00
Julian Raufelder
210d0fa7f4
Handle less generic exceptions in catch clauses 2021-07-06 12:52:51 +02:00
Julian Raufelder
d82bcaa3e8
Update dependencies 2021-07-06 12:00:29 +02:00
Julian Raufelder
5407544b58
Merge pull request #325 from cryptomator/overheadhunter-patch-1
Update Crowdin Badge
2021-07-06 09:12:22 +00:00
Sebastian Stenzel
34c7ff7fab
Update README.md
[ci skip]
2021-07-06 10:35:26 +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