From 88691c109ab59dace0082e1e264f89055ce8c65e Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Mon, 19 Aug 2024 23:33:59 -0400
Subject: Explain every option in CustomizePostFilterActivity. Refine UI in
CustomizePostFilterActivity.
---
app/src/main/res/values/strings.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to 'app/src/main/res/values/strings.xml')
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 444c95b9..9792add7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1154,6 +1154,21 @@
Click here to apply it to some post feeds
and %1$d more
To see certain types of posts, please turn on the switch corresponding to the types.
+ To only see NSFW or spoiler posts, please turn on the corresponding switch.
+ Posts will be filtered out if they contain the following keywords in their title.
+ Posts will be filtered out if they do not contain the following keywords in their title.
+ Posts will be filtered out if their title matches the following regular expression.
+ Posts will be filtered out if their title does not match the following regular expression.
+ Posts from the following subreddits will be filtered out.
+ Posts submitted by the following users will be filtered out.
+ Posts that have the following flairs will be filtered out.
+ Posts that do not have the following flairs will be filtered out.
+ Link posts that have the following urls will be filtered out.
+ Link posts that do not have the following urls will be filtered out.
+ Posts that have a score lower than the following value will be filtered out (-1 means no restriction).
+ Posts that have a score higher than the following value will be filtered out (-1 means no restriction).
+ Posts will be filtered out if the number of their comments is less than the following value. (-1 means no restriction).
+ Posts will be filtered out if the number of their comments is larger than the following value. (-1 means no restriction).
Exclude keywords (key1,key2)
Comment Filter Name
--
cgit v1.2.3