aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-22 15:20:11 -0700
committerAllan Wang <me@allanwang.ca>2017-06-22 15:20:11 -0700
commit56678f8a76a4034ae8a63c92e49ba39cc54ee057 (patch)
tree7ebad2c45dc573d6e28824462478b6f9d2bf30ed /app/src/main/res/values
parent297e6704a6332c43408b8a3579ccfaccaa6591a1 (diff)
downloadfrost-56678f8a76a4034ae8a63c92e49ba39cc54ee057.tar.gz
frost-56678f8a76a4034ae8a63c92e49ba39cc54ee057.tar.bz2
frost-56678f8a76a4034ae8a63c92e49ba39cc54ee057.zip
Add notification filtering
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/ids.xml11
-rw-r--r--app/src/main/res/values/strings_preferences24
2 files changed, 25 insertions, 10 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="item_account" type="id" />
- <item name="pref_item_header" type="id" />
- <item name="pref_item_text" type="id" />
- <item name="pref_item_checkbox" type="id" />
-
- <item name="pref_view_title" type="id" />
- <item name="pref_view_desc" type="id" />
- <item name="pref_view_icon" type="id" />
- <item name="pref_view_icon_frame" type="id" />
- <item name="pref_view_inner_frame" type="id" />
- <item name="pref_view_checkbox" type="id" />
+ <item name="item_keyword" type="id" />
</resources> \ 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 @@
<resources>
+ <!--categories-->
+ <string name="appearance">Appearance</string>
+ <string name="appearance_desc">Theme, Items to display, etc</string>
+
+ <string name="notifications_desc">Frequency, filters, etc</string>
+
+ <!--themes-->
<string name="theme">Theme</string>
<string name="text_color">Text Color</string>
<string name="background_color">Background Color</string>
<string name="header_color">Header Color</string>
<string name="icon_color">Icon Color</string>
+
+ <string name="rounded_icons">Rounded Icons</string>
+ <string name="base_customization">Base Customization</string>
+ <string name="feed_customization">Feed Customization</string>
+ <string name="suggested_friends">Suggested Friends</string>
+ <string name="suggested_friends_desc">Show suggested friends in the feed</string>
+
+ <string name="notification_frequency">Notification Frequency</string>
+ <string name="notification_keywords">Keywords</string>
+ <string name="notification_keywords_desc">Does not notify when notification contains any of these keys.</string>
+ <string name="add_keyword">Add Keyword</string>
+ <string name="hint_keyword">Type keyword and press +</string>
+ <string name="empty_keyword">Empty Keyword</string>
+
+ <string name="fancy_animations">Fancy Animations</string>
+ <string name="fancy_animations_desc">Reveal webviews using ripples and animate transitions</string>
+
</resources> \ No newline at end of file