aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 13:23:12 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 13:23:12 +0200
commit9bcf7336709f946a64f51057bfdaa0647fcae629 (patch)
tree8912f219383de968e21977bb7351a61bd92e0220 /README.md
parentaae87b894f72a719a850ec32ad6944bd5c743331 (diff)
downloadopen-keychain-9bcf7336709f946a64f51057bfdaa0647fcae629.tar.gz
open-keychain-9bcf7336709f946a64f51057bfdaa0647fcae629.tar.bz2
open-keychain-9bcf7336709f946a64f51057bfdaa0647fcae629.zip
development infos
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6c4ee3cc1..4f82c4929 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,6 @@ OpenPGP Keychain is a EXPERIMENTAL fork of Android Privacy Guard (APG)
see http://sufficientlysecure.org/keychain
-# Contribute
-
-Fork OpenPGP Keychain and do a merge request. I will merge your changes back into the main project.
# Build
@@ -24,9 +21,16 @@ Fork OpenPGP Keychain and do a merge request. I will merge your changes back int
2. Execute ``android update project -p OpenPGP-Keychain`` and ``android update project -p libraries/ActionBarSherlock``
3. Execute ``cd OpenPGP-Kechain``, ``ant debug``
-## Build with Eclipse
+# Contribute
+
+Fork OpenPGP Keychain and do a merge request. I will merge your changes back into the main project.
+
+## Development with Eclipse
+
+Android Studio is currently not supported or recommended!
1. File -> Import -> Android -> Existing Android Code Into Workspace, choose "libraries/ActionBarSherlock"
+1. File -> Import -> Android -> Existing Android Code Into Workspace, choose "libraries/HtmlTextView"
2. File -> Import -> Android -> Existing Android Code Into Workspace, choose "OpenPGP-Keychain"
3. OpenPGP-Kechain can now be build
@@ -35,8 +39,8 @@ Fork OpenPGP Keychain and do a merge request. I will merge your changes back int
All JAR-Libraries are provided in this repository under "libs", all Android Library projects are under "libraries".
* ActionBarSherlock to provide an ActionBar for Android < 3.0
+* HtmlTextView for non-crashing TextViews with HTML content
* forked Spongy Castle Crypto Lib (Android version of Bouncy Castle)
-* android-support-v4.jar: Compatibility Lib
* barcodescanner-android-integration-supportv4.jar: Barcode Scanner Integration
## Build Barcode Scanner Integration