diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-15 01:26:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-15 01:26:10 -0700 |
commit | 96908453abbd7e40e13af4359d1bce4524b979a6 (patch) | |
tree | 4c3ff473e164f793121673524788e830ccc49edb /app/src/main/res | |
parent | 5071a44197cdc3b7ad4a2c3d188fcfd205f32449 (diff) | |
parent | c9b34f5fdad8a890f05ae4189a5e819340ce1ee5 (diff) | |
download | frost-96908453abbd7e40e13af4359d1bce4524b979a6.tar.gz frost-96908453abbd7e40e13af4359d1bce4524b979a6.tar.bz2 frost-96908453abbd7e40e13af4359d1bce4524b979a6.zip |
Merge pull request #1542 from AllanWang/remove-authv2.4.0
Remove auth and native ui elements by default
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/values/strings_pref_experimental.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index aac56250..32188698 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -17,8 +17,6 @@ <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="native_ui">Native UI</string> - <string name="native_ui_desc">Enables native UI for certain options in the main activity. Done through parsing.</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> diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index 2d2ca131..fea94d49 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -7,7 +7,4 @@ <string name="restart_frost">Restart Frost</string> <string name="restart_frost_desc">Launch a cold restart for the application.</string> - <!-- Debugging phishing warnings --> - <string name="auth_requests" translatable="false">Auth Requests</string> - <string name="auth_requests_desc" translatable="false">Enables post features such as marking notifications as read. Known to potentially cause phishing responses.</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 2fb9984a..3e267f69 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -7,7 +7,7 @@ --> <version title="v2.4.0" /> - <item text="Removed web only mode for auth requests. Marking notifications as read is now disabled by default to deal with phishing accusations." /> + <item text="Removed request services, which potentially caused phishing warnings." /> <item text="Save images with the correct extensions." /> <item text="" /> |