93 Commits

Author SHA1 Message Date
Julian Raufelder
8d7700331a
Switch from SFTP to s3 in Fastlane for publishing release to server
[ci skip]
2021-02-10 12:36:22 +01:00
Julian Raufelder
d72b39c1b0
Add note to update the version on the website during deployment
[ci skip]
2021-02-09 14:34:38 +01:00
Julian Raufelder
9b4a9a2ae2
Remove string resource cycles 2021-02-08 20:57:03 +01:00
Julian Raufelder
f5114b0904
Bump version to 1.5.12-SNAPSHOT 2021-02-08 17:15:37 +01:00
Julian Raufelder
1df9355f8f
Merge branch 'main' into develop 2021-02-08 17:14:32 +01:00
Julian Raufelder
26d68df8a7
Merge branch 'release/1.5.11' 2021-02-08 16:36:18 +01:00
Tobias Hagemann
df3664d031
updated full description 2021-02-08 16:25:16 +01:00
Julian Raufelder
2051928dc4
Bump version to 1.5.11 2021-02-08 15:35:08 +01:00
Julian Raufelder
cd4fd204b9
Add deployment chapter to README.md
[ci skip]
2021-02-08 15:30:32 +01:00
Julian Raufelder
656276e991
Create lane for F-Droid build and save all variants to release folder 2021-02-08 14:30:19 +01:00
Julian Raufelder
244a141363
Merge pull request #261 from cryptomator/feature/add-fastlane
Add fastlane 🚀
2021-02-07 11:37:59 +01:00
Julian Raufelder
c87a37a25a
Apply suggestions from code review
Co-authored-by: Tobias Hagemann <tobias.hagemann@skymatic.de>
2021-02-06 12:40:54 +01:00
Julian Raufelder
af456eb994
Add fastlane 🚀 2021-02-05 22:20:10 +01:00
Julian Raufelder
0a76b8bcd3
Update dependencies 2021-02-03 16:16:52 +01:00
Julian Raufelder
dc8f2f0333
Update dependencies 2021-01-31 17:22:56 +01:00
Julian Raufelder
e7e3017365
Update dependencies 2021-01-27 15:34:36 +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
16d8e937a6
Bump version to 1.5.11-beta2 2021-01-26 09:14:02 +01:00
Julian Raufelder
4c3ffbc649
Merge branch 'develop' into release/1.5.11 2021-01-26 09:11:34 +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
8ae7d06c49
Update dependencies 2021-01-22 15:25:15 +01:00
Julian Raufelder
85aa265b16
Fix auto PhotoContentJob in debug build variant 2021-01-22 12:09:02 +01:00
Julian Raufelder
24651e9095
Use redirect_uri to get access token from OneDrive 2021-01-21 12:10:44 +01:00
Julian Raufelder
559455aac6
Add Contributing and Code of Conduct into README 2021-01-21 12:04:35 +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
f83768ea4a
Update dependencies 2021-01-20 14:08:36 +01:00
Julian Raufelder
e68c22d0f3
Reformat code
[ci skip]
2021-01-20 11:01:00 +01:00
Julian Raufelder
9f5b2c44dd
Improve UI for RTL mode 2021-01-19 15:37:37 +01:00
Julian Raufelder
69705ddfc7
#249 fix app crashes on startup in RTL (right to left) mode 2021-01-19 15:33:26 +01:00
Julian Raufelder
3e6a3f88b3
Simplify issue template
[ci skip]
2021-01-15 21:25:25 +01:00
Julian Raufelder
f686b0cabb
Add shell script to enable demo mode for e.g. creating screenshots
[ci skip]
2021-01-15 20:45:44 +01:00
Julian Raufelder
c81b9463a6
Prepare for reproducible builds 2021-01-15 20:39:46 +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
fe775d092b
Follow system color scheme with the curved line when vault list is empty 2021-01-14 10:38:13 +01:00
Julian Raufelder
41149b9607
Introduce flavor for F-Droid 2021-01-12 15:23:31 +01:00
Julian Raufelder
9d43a2eefd
Crypto cloud name isn't translatable as well 2021-01-12 13:17:27 +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
5b786014ff
Mark untranslatable texts 2021-01-11 15:50:29 +01:00
Julian Raufelder
9c8d774bbc
Merge pull request #244 from Gusted/patch-1
Update secrets.properties link
2021-01-04 21:00:15 +01:00
Gusted
39b4dc34cf
Update secrets.properties link
The current link in `README.md` links to the `master` branch which is non-existent on this repo and would default to the current 'main' branch `develop`.
2021-01-04 19:33:52 +00:00
Julian Raufelder
9158da8279
Bump version to 1.5.11-beta1
[ci skip]
2020-12-23 15:59:29 +01:00
Julian Raufelder
a6a8cae13f
Add Crowdin badge
[ci skip]
2020-12-23 15:54:30 +01:00
Sebastian Stenzel
8b70abb93a Update Crowdin configuration file 2020-12-23 15:38:28 +01:00
Sebastian Stenzel
47c9dba4ee
Update and rename crowdin.yml to .crowdin.yml
[ci skip]
2020-12-23 15:37:01 +01:00
Sebastian Stenzel
5e8d82014f Update Crowdin configuration file 2020-12-23 15:26:15 +01:00
Sebastian Stenzel
f3817960c6 Update Crowdin configuration file 2020-12-23 15:21:43 +01:00