From 1feb948acf81532f82b36456080920543004b097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 16 Jan 2013 14:31:16 +0100 Subject: Renaming APG to OpenPGP Keychain --- OpenPGP-Keychain-API-Demo/.gitignore | 23 +++ OpenPGP-Keychain-API-Demo/AndroidManifest.xml | 44 +++++ OpenPGP-Keychain-API-Demo/build.xml | 83 ++++++++ OpenPGP-Keychain-API-Demo/proguard-project.txt | 20 ++ OpenPGP-Keychain-API-Demo/project.properties | 12 ++ .../res/drawable-hdpi/icon.png | Bin 0 -> 5308 bytes .../res/drawable-ldpi/icon.png | Bin 0 -> 2027 bytes .../res/drawable-mdpi/icon.png | Bin 0 -> 3035 bytes .../res/drawable-xhdpi/icon.png | Bin 0 -> 8165 bytes OpenPGP-Keychain-API-Demo/res/layout/aidl_demo.xml | 72 +++++++ .../res/layout/aidl_demo2.xml | 40 ++++ .../res/layout/content_provider_demo.xml | 33 ++++ .../res/layout/intent_demo.xml | 93 +++++++++ .../res/xml/base_preference.xml | 23 +++ .../keychain/demo/AidlDemoActivity.java | 216 +++++++++++++++++++++ .../keychain/demo/AidlDemoActivity2.java | 168 ++++++++++++++++ .../keychain/demo/BaseActivity.java | 92 +++++++++ .../keychain/demo/ContentProviderDemoActivity.java | 68 +++++++ .../keychain/demo/IntentDemoActivity.java | 111 +++++++++++ 19 files changed, 1098 insertions(+) create mode 100644 OpenPGP-Keychain-API-Demo/.gitignore create mode 100644 OpenPGP-Keychain-API-Demo/AndroidManifest.xml create mode 100644 OpenPGP-Keychain-API-Demo/build.xml create mode 100644 OpenPGP-Keychain-API-Demo/proguard-project.txt create mode 100644 OpenPGP-Keychain-API-Demo/project.properties create mode 100644 OpenPGP-Keychain-API-Demo/res/drawable-hdpi/icon.png create mode 100644 OpenPGP-Keychain-API-Demo/res/drawable-ldpi/icon.png create mode 100644 OpenPGP-Keychain-API-Demo/res/drawable-mdpi/icon.png create mode 100644 OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/icon.png create mode 100644 OpenPGP-Keychain-API-Demo/res/layout/aidl_demo.xml create mode 100644 OpenPGP-Keychain-API-Demo/res/layout/aidl_demo2.xml create mode 100644 OpenPGP-Keychain-API-Demo/res/layout/content_provider_demo.xml create mode 100644 OpenPGP-Keychain-API-Demo/res/layout/intent_demo.xml create mode 100644 OpenPGP-Keychain-API-Demo/res/xml/base_preference.xml create mode 100644 OpenPGP-Keychain-API-Demo/src/org/sufficientlysecure/keychain/demo/AidlDemoActivity.java create mode 100644 OpenPGP-Keychain-API-Demo/src/org/sufficientlysecure/keychain/demo/AidlDemoActivity2.java create mode 100644 OpenPGP-Keychain-API-Demo/src/org/sufficientlysecure/keychain/demo/BaseActivity.java create mode 100644 OpenPGP-Keychain-API-Demo/src/org/sufficientlysecure/keychain/demo/ContentProviderDemoActivity.java create mode 100644 OpenPGP-Keychain-API-Demo/src/org/sufficientlysecure/keychain/demo/IntentDemoActivity.java (limited to 'OpenPGP-Keychain-API-Demo') diff --git a/OpenPGP-Keychain-API-Demo/.gitignore b/OpenPGP-Keychain-API-Demo/.gitignore new file mode 100644 index 000000000..2e423e1a3 --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/.gitignore @@ -0,0 +1,23 @@ +#Android generated +bin +gen +obj +libs/armeabi +lint.xml +local.properties + +#Eclipse +.project +.classpath +.settings + +#IntelliJ IDEA +.idea +*.iml + +#Maven +target +release.properties + +#Mac +.DS_Store \ No newline at end of file diff --git a/OpenPGP-Keychain-API-Demo/AndroidManifest.xml b/OpenPGP-Keychain-API-Demo/AndroidManifest.xml new file mode 100644 index 000000000..9d735860c --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/AndroidManifest.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenPGP-Keychain-API-Demo/build.xml b/OpenPGP-Keychain-API-Demo/build.xml new file mode 100644 index 000000000..e72865c84 --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/build.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenPGP-Keychain-API-Demo/proguard-project.txt b/OpenPGP-Keychain-API-Demo/proguard-project.txt new file mode 100644 index 000000000..f2fe1559a --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/OpenPGP-Keychain-API-Demo/project.properties b/OpenPGP-Keychain-API-Demo/project.properties new file mode 100644 index 000000000..85ec9915d --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/project.properties @@ -0,0 +1,12 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-15 +android.library.reference.1=../OpenPGP-Keychain-API-Lib diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-hdpi/icon.png b/OpenPGP-Keychain-API-Demo/res/drawable-hdpi/icon.png new file mode 100644 index 000000000..6b8cc3d73 Binary files /dev/null and b/OpenPGP-Keychain-API-Demo/res/drawable-hdpi/icon.png differ diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-ldpi/icon.png b/OpenPGP-Keychain-API-Demo/res/drawable-ldpi/icon.png new file mode 100644 index 000000000..a1adf6bcb Binary files /dev/null and b/OpenPGP-Keychain-API-Demo/res/drawable-ldpi/icon.png differ diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-mdpi/icon.png b/OpenPGP-Keychain-API-Demo/res/drawable-mdpi/icon.png new file mode 100644 index 000000000..6b10a2ad3 Binary files /dev/null and b/OpenPGP-Keychain-API-Demo/res/drawable-mdpi/icon.png differ diff --git a/OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/icon.png b/OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/icon.png new file mode 100644 index 000000000..03ee31bbd Binary files /dev/null and b/OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/icon.png differ diff --git a/OpenPGP-Keychain-API-Demo/res/layout/aidl_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/aidl_demo.xml new file mode 100644 index 000000000..59977869d --- /dev/null +++ b/OpenPGP-Keychain-API-Demo/res/layout/aidl_demo.xml @@ -0,0 +1,72 @@ + + + + + +