diff options
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index d768a87f..93f3ac61 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -15,6 +15,8 @@ <string name="search_bar_desc">Enable the search bar instead of a search overlay</string> <string name="force_message_bottom">Force Message Bottom</string> <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="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 269f37fd..26db730d 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,6 +8,9 @@ <version title="v1.8.0" /> <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> + <item text="Update theme to fix comments" /> + <item text="Add option to disable pip (settings > behaviour)" /> + <item text="" /> <version title="v1.7.9" /> <item text="Fix image loading" /> @@ -15,11 +18,6 @@ <item text="Greatly improve load time by displaying page sooner" /> <item text="Fix blank web overlays" /> <item text="Revert back to m.facebook.com" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v1.7.8" /> <item text="Emergency fix for notifications" /> |