
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.
Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.
Cryptomator for Android is currently available in the following distribution channels:
- Using Google Play
- Using Cryptomator's Website
- Using Cryptomator's F-Droid Repository
- Building from source using Gradle (instructions below)
Building
Dependencies
- Git
- JDK 11
- Gradle
Run Git and Gradle
git submodule init && git submodule update // (not necessary if cloned using --recurse-submodules)
./gradlew assembleApkstoreDebug
Before connecting to OneDrive or Dropbox you have to provide valid API keys using environment variables:
For build type
- release:
DROPBOX_API_KEY
orONEDRIVE_API_KEY
andONEDRIVE_API_REDIRCT_URI
- debug:
DROPBOX_API_KEY_DEBUG
orONEDRIVE_API_KEY_DEBUG
andONEDRIVE_API_REDIRCT_URI_DEBUG
Contributing to Cryptomator for Android
Please read our contribution guide, if you would like to report a bug, ask a question, translate the app or help us with coding.
Please make sure before creating a PR, to apply the code style by executing reformat code with optimize imports and rearrange code enabled. The best way to do this is to create a macro for it in android studio and set it to the save shortcut.
Code of Conduct
Help us keep Cryptomator open and inclusive. Please read and follow our Code of Conduct.
Deployment
Follow these steps to deploy a release:
- Check
TODO
/FIXME
comments- Create issue for or delete
- Regexp for "Find in Path":
\W(TODO|FIXME)(?! #[0-9]{1,4}:)
- Merge translations
- Check latest dependencies
- Create release branch
- Test database migration
- Smoke-Test changed or added functionality
- Update version
- Create and commit release notes
- Merge in
main
- Create tag and execute deploy app using Fastlane
- Close GitHub-issues or move them to next milestone
- Close milestone
- Update version on website (cryptomator.org/android)
Release Notes
Before tagging the release, create and commit the release notes. For Playstore create fastlane/metadata/android/de-DE/changelogs/default.txt, fastlane/metadata/android/en-US/changelogs/default.txt and for the website create fastlane/release-notes.html.
Deploy app using Fastlane
Deploy production version to Google Play, Website/GitHub-Releases and F-Droid using fastlane android deploy
or bundle exec fastlane deploy
There are further targets and options like beta
, see fastlane/README.md
Initial setup Fastlane
- Make sure you copied
.default.env
to.env
in thefastlane
folder and filled out those variables. - Install Ruby (depends on OS, Ubuntu):
sudo apt install ruby-dev
- Install fastlane (depends on OS, Ubuntu):
gem install fastlane -N
- Install
fdroidserver
usingapt
,pacman
, ..., see https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools/
License
This project is dual-licensed under the GPLv3 for FOSS projects as well as a commercial license for independent software vendors and resellers. If you want to modify this application under different conditions, feel free to contact our support team.