summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-06-14 00:38:34 +0200
committerByteHamster <info@bytehamster.com>2019-06-14 00:38:34 +0200
commit8f11f8a27149ce3a25bed7c2f97a0e03301929f1 (patch)
tree1e9480855c14ae39c7da3f7c8dccc2990968d92d /core/src
parent8931d5b795a9a8114f5ee9d404ad9e44e4b1e8f2 (diff)
downloadAntennaPod-8f11f8a27149ce3a25bed7c2f97a0e03301929f1.zip
Updated feed settings screen
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/arrays.xml6
-rw-r--r--core/src/main/res/values/strings.xml1
2 files changed, 7 insertions, 0 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 6d310e0e5..39d1c0a94 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -7,6 +7,12 @@
<item>@string/feed_auto_download_never</item>
</string-array>
+ <string-array name="spnAutoDeleteValues">
+ <item>global</item>
+ <item>always</item>
+ <item>never</item>
+ </string-array>
+
<string-array name="smart_mark_as_played_values">
<item>0</item>
<item>15</item>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index d67e9d417..a71b0be25 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -693,6 +693,7 @@
<string name="episode_filters_exclude">Exclude</string>
<string name="episode_filters_hint">Single words \n\"Multiple Words\"</string>
<string name="keep_updated">Keep Updated</string>
+ <string name="keep_updated_summary">Include this feed when (auto-)refreshing all feeds</string>
<!-- Progress information -->
<string name="progress_upgrading_database">Upgrading the database</string>