aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:34:36 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:34:36 +0100
commite360bb10f6a7d59adfeb81a89d92baa341f6a387 (patch)
treeeb433f0c08571360af26f59c9b298646c8b9610c /README.md
parentbd3cf6bd80cea58d976f5068af7165fc72ab3dc7 (diff)
downloadopen-keychain-e360bb10f6a7d59adfeb81a89d92baa341f6a387.tar.gz
open-keychain-e360bb10f6a7d59adfeb81a89d92baa341f6a387.tar.bz2
open-keychain-e360bb10f6a7d59adfeb81a89d92baa341f6a387.zip
Spongy Castle info to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index 41b6168b4..6878722f5 100644
--- a/README.md
+++ b/README.md
@@ -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".