mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Replaced the sqlcipher database with a custom one
Still a WIP. This change was made to allow us to use Android's SecretKey API. Which in turn allows us to store our secret keys in the Android KeyStore. You can read about the database file format here: doc/db.md
This commit is contained in:
parent
a90e35eb97
commit
9de0f35104
32 changed files with 1551 additions and 163 deletions
|
@ -7,4 +7,28 @@
|
|||
<string name="pref_night_mode_description">Enable this to use darker colors</string>
|
||||
<string name="pref_issuers">Show the issuer</string>
|
||||
<string name="pref_issuers_description">Enable this to show the issuer next to the profile name</string>
|
||||
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="use_password">Use password</string>
|
||||
<string name="sign_in">Sign in</string>
|
||||
<string name="ok">Ok</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="fingerprint_description">Confirm fingerprint to continue</string>
|
||||
<string name="fingerprint_hint">Touch sensor</string>
|
||||
<string name="password_description">Enter your store password to continue</string>
|
||||
<string name="purchase">Purchase</string>
|
||||
<string name="purchase_not_invalidated">Purchase not invalidated</string>
|
||||
<string name="purchase_button_not_invalidated_description">
|
||||
You can proceed to purchase with this button \n even if a new fingerprint is enrolled
|
||||
</string>
|
||||
<string name="fingerprint_not_recognized">Fingerprint not recognized. Try again</string>
|
||||
<string name="fingerprint_success">Fingerprint recognized</string>
|
||||
<string name="item_title">White Mesh Pluto Backpack</string>
|
||||
<string name="item_price">$62.68</string>
|
||||
<string name="item_description">Mesh backpack in white. Black textile trim throughout.</string>
|
||||
<string name="purchase_done">Purchase successful</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue