summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2018-09-30 14:06:03 +0200
committerGitHub <noreply@github.com>2018-09-30 14:06:03 +0200
commitc5245f50810fc9b957dc2986553687f6e964168d (patch)
tree06bc87c0b1ae903d2288b8c93ac78439d6e93865 /core/src/main/res/values/arrays.xml
parentc105a63165e6fcb42a3130153edfe24868956909 (diff)
parent96145eed11328e2491a5966b205020afffb5d113 (diff)
downloadAntennaPod-c5245f50810fc9b957dc2986553687f6e964168d.zip
Merge pull request #2838 from AntennaPod/feature/2828-filter-favorites
Add feed filter criteria 'is favorite'
Diffstat (limited to 'core/src/main/res/values/arrays.xml')
-rw-r--r--core/src/main/res/values/arrays.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index d9009d9d5..c02b700e4 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -214,6 +214,7 @@
<item>@string/hide_downloaded_episodes_label</item>
<item>@string/hide_not_downloaded_episodes_label</item>
<item>@string/hide_has_media_label</item>
+ <item>@string/hide_is_favorite_label</item>
</string-array>
<string-array name="episode_filter_values">
@@ -225,6 +226,7 @@
<item>downloaded</item>
<item>not_downloaded</item>
<item>has_media</item>
+ <item>is_favorite</item>
</string-array>
<string-array name="image_cache_size_options">