From 549810783ce651f27bdd386488b6690195522372 Mon Sep 17 00:00:00 2001 From: lookshe Date: Tue, 14 Apr 2015 23:48:28 +0200 Subject: changed received and read confirmation setting to one list and put it to settings class --- src/main/res/values-de/strings.xml | 9 +-- src/main/res/values/arrays.xml | 12 ++++ src/main/res/values/strings.xml | 7 ++- src/main/res/xml/preferences.xml | 123 +++++++++++++++++++------------------ 4 files changed, 83 insertions(+), 68 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml index 9b48bfd5..ccb3c990 100644 --- a/src/main/res/values-de/strings.xml +++ b/src/main/res/values-de/strings.xml @@ -119,10 +119,11 @@ Erweiterte Optionen Sende niemals Absturzberichte Wenn du Absturzberichte einschickst, hilfst du Conversations stetig zu verbessern - Empfangsbestätigung senden - Informiere deine Kontakte, wenn du eine Nachricht empfangen hast - Lesebestätigung senden - Informiere deine Kontakte, wenn du eine Nachricht gelesen hast + Lese- und Empfangsbestätigung senden + Informiere deine Kontakte, wenn du eine Nachricht empfangen oder gelesen hast + Keine Bestätigungen + Nur Empfangsbestätigung + Lese- und Empfangsbestätigung Benutzeroberfläche Smilies ersetzen Zeige Smilie-Bilder anstelle von Emoticons. diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml index c413a3c4..942117d8 100644 --- a/src/main/res/values/arrays.xml +++ b/src/main/res/values/arrays.xml @@ -40,4 +40,16 @@ -1 + + @string/pref_confirm_messages_none + @string/pref_confirm_messages_received + @string/pref_confirm_messages_read_and_received + + + + 0 + 1 + 2 + + diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 03c1386f..d454cc1f 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -122,9 +122,10 @@ Never send crash reports By sending in stack traces you are helping the ongoing development of Conversations Confirm Messages - Let your contact know when you have received a message - Confirm Read Messages - Let your contact know when you have read a message + Let your contact know when you have received or read a message + No confirmation + Confirmation for received message + Confirmation for received and read message UI Options Parse Emoticons Replace emoticons with smilies. diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 72b6a7c8..9cf2ed93 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -43,18 +43,14 @@ - - - + android:title="@string/pref_parse_emoticons"/> - - + - - - - + android:defaultValue="true" + android:key="show_notification" + android:summary="@string/pref_notifications_summary" + android:title="@string/pref_notifications" /> + + + + + + - + - + + + + - -- cgit v1.2.3