diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-16 01:34:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 01:34:45 -0400 |
commit | 43946902504c1aa5c1217e3fe802697566db4c03 (patch) | |
tree | a10c09b74f42ef69b1c5a72f947040dd0b3d03a2 /app/src/main/res/values | |
parent | 33ca5b2762e0dca515a54a715845ce816215de7a (diff) | |
download | frost-43946902504c1aa5c1217e3fe802697566db4c03.tar.gz frost-43946902504c1aa5c1217e3fe802697566db4c03.tar.bz2 frost-43946902504c1aa5c1217e3fe802697566db4c03.zip |
Feature/recents (#290)
* Create toggle for aggressive recents
* Add toggle
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml index 0bd0792b..42aefbbc 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -3,6 +3,8 @@ <string name="newsfeed_sort">Newsfeed Order</string> <string name="newsfeed_sort_desc">Defines the order in which the posts are shown</string> + <string name="aggressive_recents">Aggressive Recents</string> + <string name="aggressive_recents_desc">Filter out additional old posts from Facebook\'s original most recents feed. Disable this if your feed is empty.</string> <string name="autoplay_settings">Video Autoplay Settings</string> <string name="autoplay_settings_desc">Enable/disable video autoplays on data or at all times.\nThese settings are independent of your settings for desktop.</string> <string name="pro_features">Pro Features</string> |