From 40eca5e0f600f0579c8e4001da74d19b8785e820 Mon Sep 17 00:00:00 2001 From: Lilia Markham Date: Wed, 27 Mar 2013 20:16:38 -0700 Subject: [PATCH] Remove whitespace tag preference The vast majority of users will never uncheck this option. Those who would can send an unencrypted untagged message through the system sms app. It would then be stored locally in the clear, but it was already transmitted in the clear and likely stored on the recipient's side in the clear, so the security gains of locally encrypting are low, and again, this seems an extremely rare edge case. By android design pattern specs for the settings menu, we should kill this preference. --- res/xml/preferences.xml | 5 ----- .../securesms/ApplicationPreferencesActivity.java | 1 - src/org/thoughtcrime/securesms/protocol/Tag.java | 3 +-- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index c084080eb6..748f77ba77 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -66,11 +66,6 @@ android:title="@string/preferences__complete_key_exchanges" android:summary="@string/preferences__automatically_complete_key_exchanges_for_new_sessions_or_for_existing_sessions_with_the_same_identity_key" /> - -