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. --- .../res/layout/activity_customize_post_filter.xml | 1415 +++++++++++++------- app/src/main/res/values/strings.xml | 15 + 2 files changed, 910 insertions(+), 520 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_customize_post_filter.xml b/app/src/main/res/layout/activity_customize_post_filter.xml index e41d0643..89c59f4e 100644 --- a/app/src/main/res/layout/activity_customize_post_filter.xml +++ b/app/src/main/res/layout/activity_customize_post_filter.xml @@ -64,597 +64,972 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + android:orientation="vertical"> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + android:orientation="vertical"> - + - + + + + + + + + + + + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - + android:orientation="vertical"> - + - + + + + + + + + + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - - - - - - - + android:orientation="vertical"> - - - - - - - - - - - + android:textColor="?attr/primaryTextColor" + android:fontFamily="?attr/font_family" /> - + + + + + + - - - - + android:textColor="?attr/primaryTextColor" + android:fontFamily="?attr/font_family" /> - - - + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - + android:orientation="vertical"> - - - - - + - + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - + android:orientation="vertical"> - - - - - + - + + + + + + + - + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - + android:orientation="vertical"> - + - + + + + + + + + + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - + android:orientation="vertical"> - + - + + + + + + + + + + + + + + + + + + + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="12dp"> - - - + android:orientation="vertical"> - + - + + + + + + + - + + + + + + + + + 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