diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-09 13:23:12 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-09 13:23:12 +0200 |
commit | 9bcf7336709f946a64f51057bfdaa0647fcae629 (patch) | |
tree | 8912f219383de968e21977bb7351a61bd92e0220 | |
parent | aae87b894f72a719a850ec32ad6944bd5c743331 (diff) | |
download | open-keychain-9bcf7336709f946a64f51057bfdaa0647fcae629.tar.gz open-keychain-9bcf7336709f946a64f51057bfdaa0647fcae629.tar.bz2 open-keychain-9bcf7336709f946a64f51057bfdaa0647fcae629.zip |
development infos
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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 |