aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values-de/strings.xml2
-rw-r--r--src/main/res/values/strings.xml2
-rw-r--r--src/main/res/xml/preferences.xml5
3 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index 4cfbd67a..826bbbb7 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -635,4 +635,6 @@
<string name="select_image_and_crop">Bild auswählen und zuschneiden</string>
<string name="this_account_is_disabled">Du hast diesen Account deaktiviert</string>
<string name="cplus_are_you_sure">Bist du dir sicher?</string>
+ <string name="pref_log_stanzas_summary">Stanzas protokollieren, um das Debugging zu erleichtern</string>
+ <string name="pref_log_stanzas">Stanzas protokollieren</string>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index eb1fefb8..b76be95d 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -686,4 +686,6 @@
<string name="cplus_remote_file_delete_failed">Failed to delete remote file.</string>
<string name="remote_filestatus_not_found">Remote file not found.</string>
<string name="checking_remote_filesize">Checking file size on remote host.</string>
+ <string name="pref_log_stanzas_summary">Log stanzas messages to logcat to improve debugging</string>
+ <string name="pref_log_stanzas">Log stanzas</string>
</resources>
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 44b66ab7..96be892e 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -252,6 +252,11 @@
android:summary="@string/pref_use_indicate_received_summary"
android:title="@string/pref_use_indicate_received"/>
<CheckBoxPreference
+ android:defaultValue="true"
+ android:key="log_stanzas"
+ android:summary="@string/pref_log_stanzas_summary"
+ android:title="@string/pref_log_stanzas"/>
+ <CheckBoxPreference
android:defaultValue="false"
android:key="keep_foreground_service"
android:summary="@string/pref_keep_foreground_service_summary"