From e36e8f1deaccd35e48bbb4080c744695e915dc4c Mon Sep 17 00:00:00 2001 From: Thialfihar Date: Tue, 11 May 2010 14:07:15 +0000 Subject: [PATCH] merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well --- AndroidManifest.xml | 14 +- res/layout/decrypt.xml | 214 +++++++ res/layout/decrypt_file.xml | 149 ----- res/layout/decrypt_message.xml | 99 --- res/values/strings.xml | 4 +- .../android/apg/DecryptActivity.java | 598 ++++++++++++++++++ .../android/apg/DecryptFileActivity.java | 346 ---------- .../android/apg/DecryptMessageActivity.java | 288 --------- src/org/thialfihar/android/apg/Id.java | 1 + .../android/apg/MailListActivity.java | 2 +- .../thialfihar/android/apg/MainActivity.java | 10 +- 11 files changed, 824 insertions(+), 901 deletions(-) create mode 100644 res/layout/decrypt.xml delete mode 100644 res/layout/decrypt_file.xml delete mode 100644 res/layout/decrypt_message.xml create mode 100644 src/org/thialfihar/android/apg/DecryptActivity.java delete mode 100644 src/org/thialfihar/android/apg/DecryptFileActivity.java delete mode 100644 src/org/thialfihar/android/apg/DecryptMessageActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 99d095a37..ba1ec2b4f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -73,8 +73,8 @@ @@ -85,16 +85,6 @@ - - - - - - - diff --git a/res/layout/decrypt.xml b/res/layout/decrypt.xml new file mode 100644 index 000000000..5b97c35e4 --- /dev/null +++ b/res/layout/decrypt.xml @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +