Spongy Castle info to README

This commit is contained in:
Dominik Schürmann 2014-01-27 14:34:36 +01:00
parent bd3cf6bd80
commit e360bb10f6
1 changed files with 3 additions and 7 deletions

View File

@ -139,8 +139,9 @@ Only classes related to QR Code generation are utilized.
Spongy Castle is the stock Bouncy Castle libraries with a couple of small changes to make it work on Android. OpenPGP Keychain uses a forked version with some small changes to improve key import speed. These changes have been sent to Bouncy Castle, and Spongy Castle will be used again when they have filtered down.
see
* Spongy Castle: https://github.com/rtyley/spongycastle-old and http://rtyley.github.com/spongycastle/
* Fork: https://github.com/ashh87/spongycastle
* Fork: https://github.com/openpgp-keychain/spongycastle
* Spongy Castle: http://rtyley.github.com/spongycastle/
* Old Fork: https://github.com/ashh87/spongycastle
#### Bouncy Castle resources
@ -170,11 +171,6 @@ When changing build files or dependencies, respect the following requirements:
- Always use a fixed Android Gradle plugin version not a dynamic one, e.g. ``0.7.3`` instead of ``0.7.+``
- Commit the corresponding gradle wrapper version to the repository
TODO:
- include support lib as source
- include Spongy Castle as source
- resolve lint errors (currently abortOnError is false in some build.gradle files of main project and libraries)
### Translations
Translations are hosted on Transifex, which is configured by ".tx/config".