summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-06-04 12:59:42 +0300
committerAndrew Dolgov <[email protected]>2023-06-04 12:59:42 +0300
commit9faf01bba2d237a45a60774daf552b8b501e21cc (patch)
treeaaf7850ba9ece7fea23f770fa9b1055356cfc084 /org.fox.ttrss/src/main/res/xml/preferences.xml
parentd460a8646f8deedd89967ad8d999a5b489efce91 (diff)
* add option to disable update checks9faf01bb
* set uniform ttrss_url_summary pointing to example.com * minor UI tweaks * bump versioncode
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 5555c28f..1d658af4 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -15,7 +15,6 @@
android:title="@string/password" >
</EditTextPreference>
<EditTextPreference
- android:hint="@string/default_url"
android:inputType="textUri"
android:key="ttrss_url"
android:singleLine="true"
@@ -23,6 +22,12 @@
android:title="@string/ttrss_url" >
</EditTextPreference>
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="true"
+ android:key="check_for_updates"
+ android:summary="@string/check_for_updates_summary"
+ android:title="@string/check_for_updates" />
+
<Preference
android:key="network_settings"
android:title="@string/prefs_network_settings" />