diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ee9240f..da1d32e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Did you find a bug? - Ensure you're running the latest version of Cryptomator. -- Ensure the bug is related to the Android version of Cryptomator. Bugs concerning the Cryptomator desktop application can be reported on the [Cryptomator issues list](https://github.com/cryptomator/cryptomator/issues). +- Ensure the bug is related to the Android version of Cryptomator. Bugs concerning the Cryptomator desktop application and iOS app can be reported on the [Cryptomator issues list](https://github.com/cryptomator/cryptomator/issues) and [Cryptomator for iOS issues list](https://github.com/cryptomator/cryptomator-ios/issues) respectively. - Ensure the bug was not [already reported](https://github.com/cryptomator/cryptomator-android/issues). You can also check out our [FAQ](https://cryptomator.org/faq/). - If you're unable to find an open issue addressing the problem, [submit a new one](https://github.com/cryptomator/cryptomator-android/issues/new). diff --git a/README.md b/README.md index 35cbb669..f85a78f8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ ![cryptomator-android](cryptomator-android.png) -Cryptomator for Android is currently in beta status. If you would like to try it out, subscribe to our newsletter at [cryptomator.org](https://cryptomator.org/#newsletter). +Cryptomator for Android is currently in beta status. If you would like to try it out, visit [cryptomator.org](https://cryptomator.org/android/). To get updated consider subscribing to our [newsletter](https://cryptomator.org/#newsletter). -## Open Source +## Open Core -You can find the open source crypto library to access Cryptomator vaults at this repository: [cryptomator/cryptolib](https://github.com/cryptomator/cryptolib) +Cryptomator for Android is an _open core_ project. This repository is used for collecting issues regarding the Android app of Cryptomator. + +You can find the open source Java crypto library to access Cryptomator vaults at this repository: [cryptomator/cryptolib](https://github.com/cryptomator/cryptolib) For more information on the security details visit [cryptomator.org](https://cryptomator.org/architecture/).