summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-09-29 20:29:53 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-09-29 20:29:53 -0400
commitf5801c218119d5f4f9015e805f9462d02d4b3c16 (patch)
treeecfcd14e4f2115a722ec81a9570257310f052398 /core/src/main/res/values/arrays.xml
parent057900bc1b69c4fe24ac244a5c5ccb60d336a0a5 (diff)
downloadAntennaPod-f5801c218119d5f4f9015e805f9462d02d4b3c16.zip
Implement cleanup that only removes epiosdes older than a certain number of days
Also set the stage for the queue cleanup algorithm.
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index aefcac2e8..34339783e 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -55,7 +55,8 @@
</string-array>
<string-array name="episode_cleanup_entries">
- <item>@string/episode_cleanup_immediately</item>
+ <item>@string/episode_cleanup_queue_removal</item>
+ <item>0</item>
<item>1</item>
<item>3</item>
<item>5</item>
@@ -64,12 +65,13 @@
</string-array>
<string-array name="episode_cleanup_values">
+ <item>-1</item>
<item>0</item>
<item>1</item>
<item>3</item>
<item>5</item>
<item>7</item>
- <item>-1</item>
+ <item>-2</item>
</string-array>
<string-array name="playback_speed_values">