From 984a4a7bf1d08c0d3143ea6d3ea637d7e674f0c2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 1 May 2019 16:41:52 -0700 Subject: Add security settings for biometrics --- app/src/main/res/values/strings_pref_behaviour.xml | 2 -- app/src/main/res/values/strings_pref_experimental.xml | 3 +-- app/src/main/res/values/strings_pref_security.xml | 6 ++++++ app/src/main/res/values/strings_preferences.xml | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/values/strings_pref_security.xml (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 09d4fc63..77c35c1c 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -21,8 +21,6 @@ Open Facebook\'s auto play settings. Note that it must be disabled for PIP to work. Exit Confirmation Show confirmation dialog before exiting the app - Enable biometrics - Require biometric authentication after inactivity Analytics Enable anonymous analytics and bug reports to help improve the app. No personal information is ever exposed. diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index 9ccf5577..5ae860f1 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -1,7 +1,6 @@ - - Disclaimer + Disclaimer Experimental features may be unstable and may never make it to production. Use at your own risk, send feedback, and feel free to disable them if they don\'t work well. Experimental by Default Feeling risky or just want to help with debugging? Checking this will enable future experimental functions be default. diff --git a/app/src/main/res/values/strings_pref_security.xml b/app/src/main/res/values/strings_pref_security.xml new file mode 100644 index 00000000..5e0bcac3 --- /dev/null +++ b/app/src/main/res/values/strings_pref_security.xml @@ -0,0 +1,6 @@ + + + Security preferences help protect access to Frost from the UI. However, note that local data is not encrypted, and can still be accessed by rooted users. + Enable biometrics + Require biometric authentication after inactivity + \ No newline at end of file diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml index 84f39850..646e3595 100644 --- a/app/src/main/res/values/strings_preferences.xml +++ b/app/src/main/res/values/strings_preferences.xml @@ -10,6 +10,9 @@ Behaviour Define how the app interacts in certain settings + Security + Lock screen, biometrics, etc + Network Define options that affect metered networks -- cgit v1.2.3