diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-07 15:15:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 15:15:10 -0400 |
commit | 1369aa283a2167cf2a9525bd856edd48c39eea21 (patch) | |
tree | 95230383143d2c9997b245058776425f62202e0f /app/src/main/res/values | |
parent | 6bca83c464337c37ebcbabe47f8a8e2e44dd4794 (diff) | |
download | frost-1369aa283a2167cf2a9525bd856edd48c39eea21.tar.gz frost-1369aa283a2167cf2a9525bd856edd48c39eea21.tar.bz2 frost-1369aa283a2167cf2a9525bd856edd48c39eea21.zip |
Add more css hiders (#373)
* Add more css hiders
* Add toggles and injectors
* Fix composer hider
* Update changelog
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 5 |
1 files changed, 5 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 42aefbbc..cc11f850 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -7,9 +7,14 @@ <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="composer">Status Composer</string> + <string name="composer_desc">Show status composer in the feed</string> + <string name="pro_features">Pro Features</string> <string name="suggested_friends">Suggested Friends</string> <string name="suggested_friends_desc">Show "People You May Know" in the feed</string> + <string name="suggested_groups">Suggested Groups</string> + <string name="suggested_groups_desc">Show "Suggested Groups" in the feed</string> <string name="facebook_ads">Facebook Ads</string> <string name="facebook_ads_desc">Show native Facebook ads</string> |