From 56678f8a76a4034ae8a63c92e49ba39cc54ee057 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 22 Jun 2017 15:20:11 -0700 Subject: Add notification filtering --- app/src/main/res/layout/item_keyword.xml | 25 ++++++++++++++++ app/src/main/res/layout/view_keywords.xml | 44 +++++++++++++++++++++++++++++ app/src/main/res/values/ids.xml | 11 +------- app/src/main/res/values/strings_preferences | 24 ++++++++++++++++ 4 files changed, 94 insertions(+), 10 deletions(-) create mode 100644 app/src/main/res/layout/item_keyword.xml create mode 100644 app/src/main/res/layout/view_keywords.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_keyword.xml b/app/src/main/res/layout/item_keyword.xml new file mode 100644 index 00000000..2c24997f --- /dev/null +++ b/app/src/main/res/layout/item_keyword.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/view_keywords.xml b/app/src/main/res/layout/view_keywords.xml new file mode 100644 index 00000000..88498826 --- /dev/null +++ b/app/src/main/res/layout/view_keywords.xml @@ -0,0 +1,44 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index 76a167af..9ce1b4e3 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,14 +1,5 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 1352360c..2aad590f 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -1,7 +1,31 @@ + + Appearance + Theme, Items to display, etc + + Frequency, filters, etc + + Theme Text Color Background Color Header Color Icon Color + + Rounded Icons + Base Customization + Feed Customization + Suggested Friends + Show suggested friends in the feed + + Notification Frequency + Keywords + Does not notify when notification contains any of these keys. + Add Keyword + Type keyword and press + + Empty Keyword + + Fancy Animations + Reveal webviews using ripples and animate transitions + \ No newline at end of file -- cgit v1.2.3