aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API-Demo/res
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:44:20 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:44:20 +0100
commitca462a2d6c2783c380a40ccfb528e3e308fc6410 (patch)
treee3285a94164432cb00f7c846a8f51db15527146f /OpenPGP-Keychain-API-Demo/res
parente360bb10f6a7d59adfeb81a89d92baa341f6a387 (diff)
downloadopen-keychain-ca462a2d6c2783c380a40ccfb528e3e308fc6410.tar.gz
open-keychain-ca462a2d6c2783c380a40ccfb528e3e308fc6410.tar.bz2
open-keychain-ca462a2d6c2783c380a40ccfb528e3e308fc6410.zip
New gradle folder structure for API Demo
Diffstat (limited to 'OpenPGP-Keychain-API-Demo/res')
-rw-r--r--OpenPGP-Keychain-API-Demo/res/drawable-hdpi/ic_launcher.pngbin2626 -> 0 bytes
-rw-r--r--OpenPGP-Keychain-API-Demo/res/drawable-mdpi/ic_launcher.pngbin1732 -> 0 bytes
-rw-r--r--OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/ic_launcher.pngbin3517 -> 0 bytes
-rw-r--r--OpenPGP-Keychain-API-Demo/res/drawable-xxhdpi/ic_launcher.pngbin5717 -> 0 bytes
-rw-r--r--OpenPGP-Keychain-API-Demo/res/layout/aidl_demo2.xml40
-rw-r--r--OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml83
-rw-r--r--OpenPGP-Keychain-API-Demo/res/layout/intent_demo.xml93
-rw-r--r--OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml23
8 files changed, 0 insertions, 239 deletions
diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-hdpi/ic_launcher.png b/OpenPGP-Keychain-API-Demo/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index cf114d7db..000000000
--- a/OpenPGP-Keychain-API-Demo/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-mdpi/ic_launcher.png b/OpenPGP-Keychain-API-Demo/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index d55318843..000000000
--- a/OpenPGP-Keychain-API-Demo/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/ic_launcher.png b/OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 13ed3d450..000000000
--- a/OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-xxhdpi/ic_launcher.png b/OpenPGP-Keychain-API-Demo/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index 831c993d4..000000000
--- a/OpenPGP-Keychain-API-Demo/res/drawable-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/OpenPGP-Keychain-API-Demo/res/layout/aidl_demo2.xml b/OpenPGP-Keychain-API-Demo/res/layout/aidl_demo2.xml
deleted file mode 100644
index 73abd9b5c..000000000
--- a/OpenPGP-Keychain-API-Demo/res/layout/aidl_demo2.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <Button
- android:id="@+id/aidl_demo_select_encryption_key"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="selectEncryptionKeysOnClick"
- android:text="Select encryption key(s)" />
-
- <EditText
- android:id="@+id/aidl_demo_keyrings"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="keyrings output"
- android:textAppearance="@android:style/TextAppearance.Small" />
-
- <Button
- android:id="@+id/aidl_demo_get_keyrings_strings"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="getKeyringsStringsOnClick"
- android:text="getKeyrings as Strings" />
-
- <Button
- android:id="@+id/aidl_demo_get_keyrings_bytes"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="getKeyringsBytesOnClick"
- android:text="getKeyringsBytes" />
- </LinearLayout>
-
-</ScrollView> \ No newline at end of file
diff --git a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml
deleted file mode 100644
index 9f2a0e6ee..000000000
--- a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Encrypt UserIds (split with &apos;,&apos;)"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/crypto_provider_demo_encrypt_user_id"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="dominik@dominikschuermann.de"
- android:textAppearance="@android:style/TextAppearance.Small" />
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Message"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/crypto_provider_demo_message"
- android:layout_width="match_parent"
- android:layout_height="100dip"
- android:scrollHorizontally="true"
- android:scrollbars="vertical"
- android:text="message"
- android:textAppearance="@android:style/TextAppearance.Small" />
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Ciphertext"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/crypto_provider_demo_ciphertext"
- android:layout_width="match_parent"
- android:layout_height="100dip"
- android:text="ciphertext"
- android:textAppearance="@android:style/TextAppearance.Small" />
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" >
-
- <Button
- android:id="@+id/crypto_provider_demo_encrypt"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:onClick="encryptOnClick"
- android:text="Encrypt" />
-
- <Button
- android:id="@+id/crypto_provider_demo_sign"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:onClick="signOnClick"
- android:text="Sign" />
-
- <Button
- android:id="@+id/crypto_provider_demo_encrypt_and_sign"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:onClick="signAndEncryptOnClick"
- android:text="Sign and Encrypt" />
- </LinearLayout>
-
- <Button
- android:id="@+id/crypto_provider_demo_decrypt_and_verify"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="decryptAndVerifyOnClick"
- android:text="Decrypt and Verify" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/OpenPGP-Keychain-API-Demo/res/layout/intent_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/intent_demo.xml
deleted file mode 100644
index a765343f9..000000000
--- a/OpenPGP-Keychain-API-Demo/res/layout/intent_demo.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <Button
- android:id="@+id/Button02"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="encryptOnClick"
- android:text="Encrypt" />
-
- <Button
- android:id="@+id/intent_demo_create_new_key"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="createNewKeyOnClick"
- android:text="Create new key" />
-
- <Button
- android:id="@+id/intent_demo_select_secret_key"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="selectSecretKeyOnClick"
- android:text="Select secret key" />
-
- <Button
- android:id="@+id/intent_demo_select_encryption_key"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="selectEncryptionKeysOnClick"
- android:text="Select encryption key(s)" />
-
- <EditText
- android:id="@+id/intent_demo_message"
- android:layout_width="match_parent"
- android:layout_height="150dip"
- android:text="message"
- android:textAppearance="@android:style/TextAppearance.Small" />
-
- <EditText
- android:id="@+id/intent_demo_ciphertext"
- android:layout_width="match_parent"
- android:layout_height="150dip"
- android:text="ciphertext"
- android:textAppearance="@android:style/TextAppearance.Small" />
-
- <Button
- android:id="@+id/intent_demo_encrypt"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="encryptOnClick"
- android:text="Encrypt" />
-
- <Button
- android:id="@+id/intent_demo_encrypt"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="encryptAndReturnOnClick"
- android:text="Encrypt and return result" />
-
- <Button
- android:id="@+id/intent_demo_decrypt"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="decryptOnClick"
- android:text="Decrypt" />
-
- <Button
- android:id="@+id/intent_demo_decrypt"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:onClick="decryptAndReturnOnClick"
- android:text="Decrypt and return result" />
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="APG Data:" />
-
- <TextView
- android:id="@+id/intent_demo_data"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:minLines="10" />
- </LinearLayout>
-
-</ScrollView> \ No newline at end of file
diff --git a/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml b/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml
deleted file mode 100644
index 5febfad44..000000000
--- a/OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <PreferenceCategory android:title="Intent" >
- <Preference
- android:key="intent_demo"
- android:title="Intent Demo" />
- </PreferenceCategory>
- <!-- <PreferenceCategory android:title="AIDL" > -->
- <!-- <Preference -->
- <!-- android:key="aidl_demo2" -->
- <!-- android:title="AIDL Demo (ACCESS_KEYS permission)" /> -->
- <!-- </PreferenceCategory> -->
- <PreferenceCategory android:title="OpenPGP Provider" >
- <org.openintents.openpgp.OpenPgpListPreference
- android:key="openpgp_provider_list"
- android:title="Select OpenPGP Provider!" />
- <Preference
- android:key="openpgp_provider_demo"
- android:title="OpenPGP Provider" />
- </PreferenceCategory>
-
-</PreferenceScreen> \ No newline at end of file