From d9c4637b31c79095d7acff43fee03daa83859ea3 Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Mon, 8 Sep 2014 22:11:48 +0200 Subject: hide encryption settings under 'expert options' --- res/values/strings.xml | 3 +- res/xml/preferences.xml | 120 +++++++++++++++++++++++++----------------------- 2 files changed, 65 insertions(+), 58 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index dde45e06..841620e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -249,5 +249,6 @@ Always send messages encrypted (execpt for conferences) Don’t save encrypted messages Warning: This could lead to message loss - + Expert options + Please be very careful with those \ No newline at end of file diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 37331a0e..3d2f85c9 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -1,84 +1,90 @@ - - + - + + - + - + + + android:title="@string/pref_confirm_messages" /> - - + + android:title="@string/pref_notifications" /> - + + - + + + android:summary="@string/pref_conference_notifications_summary" + android:title="@string/pref_conference_notifications" /> - - - - + android:title="@string/pref_notification_grace_period" /> - - + + + + + + + + + android:title="@string/pref_never_send_crash" /> - + + \ No newline at end of file -- cgit v1.2.3