summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/feed_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/feed_settings.xml')
-rw-r--r--app/src/main/res/xml/feed_settings.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
new file mode 100644
index 000000000..5fd6b2038
--- /dev/null
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <SwitchPreference
+ android:key="keepUpdated"
+ android:title="@string/keep_updated"
+ android:summary="@string/keep_updated_summary"/>
+
+ <Preference
+ android:key="authentication"
+ android:title="@string/authentication_label"
+ android:summary="@string/authentication_descr"/>
+
+ <ListPreference
+ android:entries="@array/spnAutoDeleteItems"
+ android:entryValues="@array/spnAutoDeleteValues"
+ android:title="@string/auto_delete_label"
+ android:key="autoDelete"/>
+
+ <PreferenceCategory android:title="@string/auto_download_settings_label">
+ <SwitchPreference
+ android:key="autoDownload"
+ android:title="@string/auto_download_label"/>
+ <Preference
+ android:key="episodeFilter"
+ android:title="@string/episode_filters_label"
+ android:summary="@string/episode_filters_description"/>
+ </PreferenceCategory>
+</PreferenceScreen>