aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-01-16 14:45:15 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2013-01-16 14:45:15 +0100
commit0fffa4500b99d6802f5c8ec6b1ec831db2b907d9 (patch)
tree9e336febdc7c0c90b1bcbec1eeba44ecb91b6857 /README.md
parent1feb948acf81532f82b36456080920543004b097 (diff)
downloadopen-keychain-0fffa4500b99d6802f5c8ec6b1ec831db2b907d9.tar.gz
open-keychain-0fffa4500b99d6802f5c8ec6b1ec831db2b907d9.tar.bz2
open-keychain-0fffa4500b99d6802f5c8ec6b1ec831db2b907d9.zip
Rename fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 10 insertions, 12 deletions
diff --git a/README.md b/README.md
index e87eff98f..36e48fd9a 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,25 @@
-# APG
+# OpenPGP Keychain (for Android)
-This is a fork of Android Privacy Guard (APG)
-
-I will try to reintegrate the various forks and develope a new user interface and API via AIDL and build a new stable version.
+OpenPGP Keychain is a EXPERIMENTAL fork of Android Privacy Guard (APG)
# Contribute
-Fork APG and do a merge request. I will merge your changes back into the main project.
+Fork OpenPGP Keychain and do a merge request. I will merge your changes back into the main project.
# Build
## Build with Ant
1. Have Android SDK "tools" directory in your PATH (http://developer.android.com/sdk/index.html)
-2. Change to "APG" directory with ``cd APG``
+2. Change to "OpenPGP-Kechain" directory with ``cd OpenPGP-Kechain``
3. Execute ``android update project -p .`` and ``android update project -p android-libs/ActionBarSherlock``
4. Execute ``ant debug``
## Build with Eclipse
-1. File -> Import -> Android -> Existing Android Code Into Workspace, choose "APG/android-libs/ActionBarSherlock"
-2. File -> Import -> Android -> Existing Android Code Into Workspace, choose "APG"
-3. APG can now be build
+1. File -> Import -> Android -> Existing Android Code Into Workspace, choose "OpenPGP-Kechain/android-libs/ActionBarSherlock"
+2. File -> Import -> Android -> Existing Android Code Into Workspace, choose "OpenPGP-Kechain"
+3. OpenPGP-Kechain can now be build
# Libraries
@@ -52,7 +50,7 @@ see http://rtyley.github.com/spongycastle/
## Eclipse: "GC overhead limit exceeded"
-If you have problems starting APG from Eclipse, consider increasing the memory limits in eclipse.ini.
+If you have problems starting OpenPGP Kechain from Eclipse, consider increasing the memory limits in eclipse.ini.
See http://docs.oseems.com/general/application/eclipse/fix-gc-overhead-limit-exceeded for more information.
## Generate pressed dashboard icons
@@ -116,7 +114,7 @@ Android primitives to exchange data: Intent, Intent with return values, Send (al
* ACCESS_KEYS
# Licenses
-APG is licensed under Apache License v2.
+OpenPGP Kechain is licensed under Apache License v2.
## Libraries
* ActionBarSherlock
@@ -152,5 +150,5 @@ APG is licensed under Apache License v2.
Public Domain
* dashboard_scan_qrcode.svg
- New creation for APG
+ New creation for OpenPGP Kechain
Apache License v2 \ No newline at end of file