diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-22 15:20:11 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-22 15:20:11 -0700 |
commit | 56678f8a76a4034ae8a63c92e49ba39cc54ee057 (patch) | |
tree | 7ebad2c45dc573d6e28824462478b6f9d2bf30ed /app/src/main/res/values/strings_preferences | |
parent | 297e6704a6332c43408b8a3579ccfaccaa6591a1 (diff) | |
download | frost-56678f8a76a4034ae8a63c92e49ba39cc54ee057.tar.gz frost-56678f8a76a4034ae8a63c92e49ba39cc54ee057.tar.bz2 frost-56678f8a76a4034ae8a63c92e49ba39cc54ee057.zip |
Add notification filtering
Diffstat (limited to 'app/src/main/res/values/strings_preferences')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 24 |
1 files changed, 24 insertions, 0 deletions
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 |