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 --- APG-API-Demo/.gitignore | 23 --- APG-API-Demo/AndroidManifest.xml | 44 ----- APG-API-Demo/build.xml | 83 -------- APG-API-Demo/proguard-project.txt | 20 -- APG-API-Demo/project.properties | 12 -- APG-API-Demo/res/drawable-hdpi/icon.png | Bin 5308 -> 0 bytes APG-API-Demo/res/drawable-ldpi/icon.png | Bin 2027 -> 0 bytes APG-API-Demo/res/drawable-mdpi/icon.png | Bin 3035 -> 0 bytes APG-API-Demo/res/drawable-xhdpi/icon.png | Bin 8165 -> 0 bytes APG-API-Demo/res/layout/aidl_demo.xml | 72 ------- APG-API-Demo/res/layout/aidl_demo2.xml | 40 ---- APG-API-Demo/res/layout/content_provider_demo.xml | 33 ---- APG-API-Demo/res/layout/intent_demo.xml | 93 --------- APG-API-Demo/res/xml/base_preference.xml | 23 --- .../android/apg/demo/AidlDemoActivity.java | 213 --------------------- .../android/apg/demo/AidlDemoActivity2.java | 165 ---------------- .../thialfihar/android/apg/demo/BaseActivity.java | 92 --------- .../apg/demo/ContentProviderDemoActivity.java | 68 ------- .../android/apg/demo/IntentDemoActivity.java | 110 ----------- 19 files changed, 1091 deletions(-) delete mode 100644 APG-API-Demo/.gitignore delete mode 100644 APG-API-Demo/AndroidManifest.xml delete mode 100644 APG-API-Demo/build.xml delete mode 100644 APG-API-Demo/proguard-project.txt delete mode 100644 APG-API-Demo/project.properties delete mode 100644 APG-API-Demo/res/drawable-hdpi/icon.png delete mode 100644 APG-API-Demo/res/drawable-ldpi/icon.png delete mode 100644 APG-API-Demo/res/drawable-mdpi/icon.png delete mode 100644 APG-API-Demo/res/drawable-xhdpi/icon.png delete mode 100644 APG-API-Demo/res/layout/aidl_demo.xml delete mode 100644 APG-API-Demo/res/layout/aidl_demo2.xml delete mode 100644 APG-API-Demo/res/layout/content_provider_demo.xml delete mode 100644 APG-API-Demo/res/layout/intent_demo.xml delete mode 100644 APG-API-Demo/res/xml/base_preference.xml delete mode 100644 APG-API-Demo/src/org/thialfihar/android/apg/demo/AidlDemoActivity.java delete mode 100644 APG-API-Demo/src/org/thialfihar/android/apg/demo/AidlDemoActivity2.java delete mode 100644 APG-API-Demo/src/org/thialfihar/android/apg/demo/BaseActivity.java delete mode 100644 APG-API-Demo/src/org/thialfihar/android/apg/demo/ContentProviderDemoActivity.java delete mode 100644 APG-API-Demo/src/org/thialfihar/android/apg/demo/IntentDemoActivity.java (limited to 'APG-API-Demo') diff --git a/APG-API-Demo/.gitignore b/APG-API-Demo/.gitignore deleted file mode 100644 index 2e423e1a3..000000000 --- a/APG-API-Demo/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -#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/APG-API-Demo/AndroidManifest.xml b/APG-API-Demo/AndroidManifest.xml deleted file mode 100644 index 812b5d45e..000000000 --- a/APG-API-Demo/AndroidManifest.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/APG-API-Demo/build.xml b/APG-API-Demo/build.xml deleted file mode 100644 index e72865c84..000000000 --- a/APG-API-Demo/build.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/APG-API-Demo/proguard-project.txt b/APG-API-Demo/proguard-project.txt deleted file mode 100644 index f2fe1559a..000000000 --- a/APG-API-Demo/proguard-project.txt +++ /dev/null @@ -1,20 +0,0 @@ -# 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/APG-API-Demo/project.properties b/APG-API-Demo/project.properties deleted file mode 100644 index ea95f1b11..000000000 --- a/APG-API-Demo/project.properties +++ /dev/null @@ -1,12 +0,0 @@ -# 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=../APG-API-Lib diff --git a/APG-API-Demo/res/drawable-hdpi/icon.png b/APG-API-Demo/res/drawable-hdpi/icon.png deleted file mode 100644 index 6b8cc3d73..000000000 Binary files a/APG-API-Demo/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/APG-API-Demo/res/drawable-ldpi/icon.png b/APG-API-Demo/res/drawable-ldpi/icon.png deleted file mode 100644 index a1adf6bcb..000000000 Binary files a/APG-API-Demo/res/drawable-ldpi/icon.png and /dev/null differ diff --git a/APG-API-Demo/res/drawable-mdpi/icon.png b/APG-API-Demo/res/drawable-mdpi/icon.png deleted file mode 100644 index 6b10a2ad3..000000000 Binary files a/APG-API-Demo/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/APG-API-Demo/res/drawable-xhdpi/icon.png b/APG-API-Demo/res/drawable-xhdpi/icon.png deleted file mode 100644 index 03ee31bbd..000000000 Binary files a/APG-API-Demo/res/drawable-xhdpi/icon.png and /dev/null differ diff --git a/APG-API-Demo/res/layout/aidl_demo.xml b/APG-API-Demo/res/layout/aidl_demo.xml deleted file mode 100644 index 59977869d..000000000 --- a/APG-API-Demo/res/layout/aidl_demo.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - -