From 1421046c6d9a7f153e28b17fbd94e873a1d6aa05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 9 Sep 2013 21:11:16 +0200 Subject: update gradle, description,... --- DESCRIPTION | 18 +++++--- OpenPGP-Keychain/AndroidManifest.xml | 21 +++++++++- OpenPGP-Keychain/build.gradle | 48 ++++++++++++---------- .../keychain/remote_api/CryptoServiceActivity.java | 11 ++--- README.md | 10 +++-- build.gradle | 15 +++++++ settings.gradle | 2 + 7 files changed, 87 insertions(+), 38 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2ec1c84c5..7314de7d8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,15 +1,21 @@ -THIS IS EXPERIMENTAL BETA SOFTWARE. -OpenPGP Keychain contains many remaining bugs, so help us developing on github: - -https://github.com/dschuermann/openpgp-keychain +THIS IS EXPERIMENTAL SOFTWARE. +Use OpenPGP Keychain at your own risk! Description: OpenPGP Keychain is an open source OpenPGP implementation for Android. - OpenPGP Keychain is a fork based on the original Android Privacy Guard (APG) to introduce more features and a new user interface. +Features: +• OpenPGP Keychain is Open Source and Free Software (GPLv3+) (-> verifiable cryptography) +• All basic OpenPGP operations: encrypt/decrypt/sign/verify +• NFC/QR code key exchange +• Key management (import/export/sign/upload) +• Import/export of GPG key rings and exported keys from/to the SD card +• Basic keyserver support +• Easy API + License: -Apache License 2.0 +GPLv3+ Permissions: • Internet access: Internet access is ONLY used for key server queries. diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml index 14d7a1f0a..2c8244055 100644 --- a/OpenPGP-Keychain/AndroidManifest.xml +++ b/OpenPGP-Keychain/AndroidManifest.xml @@ -6,7 +6,26 @@ android:versionCode="20000" android:versionName="2.0" > - +