Started working on authentication methods

This commit is contained in:
Michael Schättgen 2017-08-05 15:15:31 +02:00 committed by Alexander Bakker
parent c79c9f84dc
commit f1b499f101
12 changed files with 593 additions and 6 deletions

View file

@ -30,5 +30,21 @@
<string name="new_fingerprint_enrolled_description">A new fingerprint was added to this device, so your password is required.</string>
<string name="use_fingerprint_in_future">Use fingerprint in the future</string>
<string name="use_fingerprint_to_authenticate_title">Use fingerprint to authenticate</string>
<string name="use_fingerprint_to_authenticate_key" >use_fingerprint_to_authenticate_key</string>
<string name="use_fingerprint_to_authenticate_key">use_fingerprint_to_authenticate_key</string>
<string name="choose_authentication_method">Authentication</string>
<string name="authentication_method_none">None</string>
<string name="authentication_method_none_description">This provides no security at all, use at your own risk</string>
<string name="authentication_method_password">Password</string>
<string name="authentication_method_password_description">This allows you to use a password in order to open the app</string>
<string name="authentication_method_fingerprint">Fingerprint</string>
<string name="authentication_method_fingerprint_description">This allows you to use the fingerprints registered on this device to open the app</string>
<string name="authentication_method_set_password">Password</string>
<string name="set_password">Please enter a password</string>
<string name="set_password_confirm">Please confirm the password</string>
<string-array name="authentication_methods">
<item>None</item>
<item>Password</item>
<item>Fingerprint</item>
</string-array>
</resources>