From 398d53c162f32acb38feee588d2342d0876772ad Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 1 Apr 2021 08:33:17 +0800 Subject: New option in ViewPostDetailFragment: Add to Post Filter. Fix a bug when saving a Post Filter. --- app/src/main/res/values/arrays.xml | 8 ++++++++ app/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 764afcf1..38311b43 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -421,4 +421,12 @@ 2 + + @string/exclude_subreddit + @string/exclude_user + @string/exclude_flair + @string/contain_flair + @string/exclude_domain + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5a46106f..52700094 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -81,6 +81,7 @@ Add to Multireddit Share Link Copy Link + Add to Post Filter Error occurred when parsing the JSON response Error Retrieving the token @@ -1083,4 +1084,11 @@ Upvote Downvote + Select + Exclude this subreddit + Exclude this user + Exclude this flair + Contain this flair + Exclude Domain + -- cgit v1.2.3