From d97288d6a8d5d152deab68886bd66cfa055006d9 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sun, 22 Mar 2015 22:14:09 +0100 Subject: [PATCH] Also move `persistent=false` to Preferences in app settings --- src/main/res/xml/app_settings.xml | 45 +++++++++++++++++++------------ 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/src/main/res/xml/app_settings.xml b/src/main/res/xml/app_settings.xml index 96f08cc0..0e58d2b1 100644 --- a/src/main/res/xml/app_settings.xml +++ b/src/main/res/xml/app_settings.xml @@ -32,71 +32,82 @@ + android:title="@string/syncthing_options"> + android:title="@string/device_name" + android:persistent="false" /> + android:title="@string/listen_address" + android:persistent="false" /> + android:numeric="integer" + android:persistent="false" /> + android:numeric="integer" + android:persistent="false" /> + android:title="@string/global_announce_enabled" + android:persistent="false" /> + android:title="@string/local_announce_enabled" + android:persistent="false" /> + android:title="@string/upnp_enabled" + android:persistent="false" /> + android:title="@string/global_announce_server" + android:persistent="false" /> + android:title="@string/usage_reporting" + android:persistent="false" /> + android:title="@string/syncthing_gui"> + android:title="@string/gui_address" + android:persistent="false" /> + android:title="@string/gui_user" + android:persistent="false" /> + android:inputType="textPassword" + android:persistent="false" /> + android:enabled="false" + android:persistent="false" />