aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-12 00:19:46 -0400
committerGitHub <noreply@github.com>2017-09-12 00:19:46 -0400
commit2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0 (patch)
treea8e5c652a2d87ba9192a2245af2c8895a9022e3b /app/src/main/res
parentcfa645abd84a7dc356e2e158145b039303cd919e (diff)
downloadfrost-2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0.tar.gz
frost-2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0.tar.bz2
frost-2e98f5b32c565dbb8e29f40af4b5b7f2ab978ef0.zip
Enhancement/link to autoplay (#271)
* Add link to autoplay * Update changelog * Update network strings
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings_pref_feed.xml2
-rw-r--r--app/src/main/res/values/strings_pref_networks.xml2
-rw-r--r--app/src/main/res/xml/frost_changelog.xml2
3 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml
index 8d872add..0bd0792b 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="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>
<string name="suggested_friends">Suggested Friends</string>
<string name="suggested_friends_desc">Show "People You May Know" in the feed</string>
diff --git a/app/src/main/res/values/strings_pref_networks.xml b/app/src/main/res/values/strings_pref_networks.xml
index 29eca24a..f06e86e2 100644
--- a/app/src/main/res/values/strings_pref_networks.xml
+++ b/app/src/main/res/values/strings_pref_networks.xml
@@ -1,4 +1,4 @@
<resources>
- <string name="network_media_on_metered">Load images on metered network.</string>
+ <string name="network_media_on_metered">Disable images on metered network.</string>
<string name="network_media_on_metered_desc">If a metered network is detected, Frost will automatically stop all images and videos from loading.</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index 716c2bbf..21f9f5ec 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -13,7 +13,7 @@
<version title="Beta Updates"/>
<item text="Prevent image loading from trimming too many characters" />
<item text="Fix most recent mode for news feed" />
- <item text="" />
+ <item text="Add link to disable video autoplay in settings > newsfeed" />
<item text="" />
<item text="" />
<item text="" />