diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-13 19:00:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 19:00:40 -0400 |
commit | b70bdd67219502dc16d4c9ec387afdbc8f124d33 (patch) | |
tree | fafba2e6a2a74a4e1eb1adaae1704a0042a6df85 /app/src/main/res | |
parent | c39b86013320642f8e346a4554e183d5e78c9975 (diff) | |
download | frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.tar.gz frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.tar.bz2 frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.zip |
Video settings (#1390)
* Add autoplay setting option
* Update changelog
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 62e94112..77c35c1c 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -17,6 +17,8 @@ <string name="force_message_bottom_desc">When loading a message thread, trigger a scroll to the bottom of the page rather than loading the page as is.</string> <string name="enable_pip">Enable PIP</string> <string name="enable_pip_desc">Enable picture in picture videos</string> + <string name="autoplay_settings">Autoplay Settings</string> + <string name="autoplay_settings_desc">Open Facebook\'s auto play settings. Note that it must be disabled for PIP to work.</string> <string name="exit_confirmation">Exit Confirmation</string> <string name="exit_confirmation_desc">Show confirmation dialog before exiting the app</string> <string name="analytics">Analytics</string> diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index c9b8477e..1895e46f 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,7 +8,9 @@ <version title="v2.2.4" /> <item text="Show top bar to allow sharing posts" /> - <item text="" /> + <item text="Fix unmuting videos when autoplay is enabled" /> + <item text="Add shortcut to toggle autoplay in settings > behaviour" /> + <item text="Update theme" /> <item text="" /> <version title="v2.2.3" /> @@ -17,6 +19,7 @@ <item text="Apply notification keyword filter to title as well" /> <item text="Remove round icon settings as they are the default in Facebook" /> <item text="Update theme" /> + <item text="Update translations" /> <version title="v2.2.2" /> <item text="New marketplace shortcut" /> |