diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-07 21:56:46 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-07 21:56:46 -0700 |
commit | 4c7521d2f773424d76bfe8b4f5beb6cb8b1af815 (patch) | |
tree | 51202714ef65704ea44a5e186d6e93be0fe173b1 /app/src/main/res/values | |
parent | 7fb7dcb5a190d65e66bf9c2dd72b94dfcb60cd1a (diff) | |
download | frost-4c7521d2f773424d76bfe8b4f5beb6cb8b1af815.tar.gz frost-4c7521d2f773424d76bfe8b4f5beb6cb8b1af815.tar.bz2 frost-4c7521d2f773424d76bfe8b4f5beb6cb8b1af815.zip |
Replace web only with native ui and auth requests
Diffstat (limited to 'app/src/main/res/values')
-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 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 32188698..aac56250 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="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 fad29ff6..b1ce508f 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -12,6 +12,8 @@ <!-- Debugging phishing warnings --> <string name="web_only" translatable="false">Web Only</string> <string name="web_only_desc" translatable="false">Having troubles? Enable to use web exclusive features. All parsing and background services will be disabled.</string> + <string name="web_requests" translatable="false">Web Requests</string> + <string name="web_requests_desc" translatable="false">Enables features such as marking notifications as read. Known to potentially cause phishing responses.</string> <string name="leave_web_only_title" translatable="false">Leave web only mode</string> <string name="leave_web_only_desc" translatable="false">Currently in web only mode. Would you like to disable it to continue?</string> </resources>
\ No newline at end of file |