From 1aabeefab76ee393ccf1d0735cdcd1458192f941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 9 Sep 2013 14:30:10 +0200 Subject: api docs --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 724e4e5d9..dca5361e7 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,24 @@ Android Studio is currently not supported or recommended! ## API without registering the app -### Intents +### Intent Actions These Intents require user interaction! -All Intents start with ``org.sufficientlysecure.keychain.action.`` - * ``android.intent.action.VIEW`` connected to .gpg and .asc files: Import Key and Decrypt * ``android.intent.action.SEND`` connected to all mime types (text/plain and every binary data like files and images): Encrypt and Decrypt -* ``KEY_IMPORT`` with extra "keyring_bytes" or Uri in data with file schema -* ``KEY_IMPORT_FROM_QR_CODE`` without extras -* ``ENCRYPT`` TODO: explain extras (see source) + +All Intents start with ``org.sufficientlysecure.keychain.action.`` + +* ``KEY_IMPORT`` + * Extras: ``keyring_bytes`` + * or Uri in data with file schema +* ``KEY_IMPORT_FROM_QR_CODE`` + * without extras +* ``ENCRYPT`` + * TODO: explain extras (see source) * ``ENCRYPT_FILE`` -* ``DECRYPT`` TODO: explain extras (see source) +* ``DECRYPT`` + * TODO: explain extras (see source) * ``DECRYPT_FILE`` TODO: -- cgit v1.2.3