From 53bc417f8f77a9f92786457281d02431ef614ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 15 Sep 2014 10:19:55 +0200 Subject: New decrypt activity design (WIP), saner UTF8 decoding (replacing non-decodable characters) --- .../src/main/res/layout-large/decrypt_activity.xml | 18 +++++ .../src/main/res/layout/decrypt_activity.xml | 11 +++ .../src/main/res/layout/decrypt_content.xml | 78 +++++++++++++++++++ .../src/main/res/layout/decrypt_files_activity.xml | 14 ++++ .../main/res/layout/decrypt_message_fragment.xml | 87 --------------------- .../src/main/res/layout/decrypt_text_activity.xml | 14 ++++ .../src/main/res/layout/decrypt_text_fragment.xml | 90 ++++++++++++++++++++++ .../src/main/res/layout/encrypt_file_content.xml | 2 +- .../src/main/res/layout/encrypt_text_content.xml | 2 +- OpenKeychain/src/main/res/values/strings.xml | 1 - 10 files changed, 227 insertions(+), 90 deletions(-) create mode 100644 OpenKeychain/src/main/res/layout-large/decrypt_activity.xml create mode 100644 OpenKeychain/src/main/res/layout/decrypt_activity.xml create mode 100644 OpenKeychain/src/main/res/layout/decrypt_content.xml create mode 100644 OpenKeychain/src/main/res/layout/decrypt_files_activity.xml delete mode 100644 OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml create mode 100644 OpenKeychain/src/main/res/layout/decrypt_text_activity.xml create mode 100644 OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml b/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml new file mode 100644 index 000000000..06487a982 --- /dev/null +++ b/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/decrypt_activity.xml b/OpenKeychain/src/main/res/layout/decrypt_activity.xml new file mode 100644 index 000000000..bb0e463b3 --- /dev/null +++ b/OpenKeychain/src/main/res/layout/decrypt_activity.xml @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/OpenKeychain/src/main/res/layout/decrypt_content.xml b/OpenKeychain/src/main/res/layout/decrypt_content.xml new file mode 100644 index 000000000..1fa6ea848 --- /dev/null +++ b/OpenKeychain/src/main/res/layout/decrypt_content.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/decrypt_files_activity.xml b/OpenKeychain/src/main/res/layout/decrypt_files_activity.xml new file mode 100644 index 000000000..0380787db --- /dev/null +++ b/OpenKeychain/src/main/res/layout/decrypt_files_activity.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml deleted file mode 100644 index 3b4eba3ef..000000000 --- a/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml b/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml new file mode 100644 index 000000000..e08ecb39e --- /dev/null +++ b/OpenKeychain/src/main/res/layout/decrypt_text_activity.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml new file mode 100644 index 000000000..5e9189fd3 --- /dev/null +++ b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenKeychain/src/main/res/layout/encrypt_file_content.xml b/OpenKeychain/src/main/res/layout/encrypt_file_content.xml index 34f6eadda..5bf652780 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_file_content.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_file_content.xml @@ -16,7 +16,7 @@ android:orientation="vertical" /> diff --git a/OpenKeychain/src/main/res/layout/encrypt_text_content.xml b/OpenKeychain/src/main/res/layout/encrypt_text_content.xml index ee87b8a7e..809f00204 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_text_content.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_text_content.xml @@ -16,7 +16,7 @@ android:orientation="vertical" /> diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index e1fcf4a0b..b4f1a2753 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -521,7 +521,6 @@ "Type text" - "Enter ciphertext here to decrypt and/or verify…" "default" -- cgit v1.2.3