summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-09-06 17:59:17 +0200
committerGitHub <noreply@github.com>2021-09-06 17:59:17 +0200
commitb36cdb0c4ecb987b1a8e0168c15552c7c11d03a1 (patch)
tree02c4645f0ef82fb76d7c2fe575df8aa3ac33d130 /core/src/main/res/values
parentb9f578ed5c83dff7ebf70e2fb5d6ded9c9d4482f (diff)
downloadAntennaPod-b36cdb0c4ecb987b1a8e0168c15552c7c11d03a1.zip
Improvements related to duplicate detection (#5387)
* Move duplicate detection to one single place * Canonicalize some common characters that are often confused * Assume same episode even when date is off by 1 week * Display duplicate detection as warning, not error
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml
index fc2409e11..760044854 100644
--- a/core/src/main/res/values/colors.xml
+++ b/core/src/main/res/values/colors.xml
@@ -8,6 +8,7 @@
<color name="medium_gray">#afafaf</color>
<color name="black">#000000</color>
<color name="download_success_green">#248800</color>
+ <color name="download_warning_yellow">#F59F00</color>
<color name="download_failed_red">#B00020</color>
<color name="image_readability_tint">#80000000</color>
<color name="feed_image_bg">#50000000</color>