mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-22 09:00:57 +00:00
Remind users who use biometrics to enter their password periodically
Instead of showing the reminder after x unlocks, I decided to show the reminder 2 weeks after the vault was last unlocked with the password. Let me know if you agree with that. 
This commit is contained in:
parent
7f1ce1e645
commit
fa799e9542
6 changed files with 90 additions and 10 deletions
12
app/src/main/res/layout/popup_password.xml
Normal file
12
app/src/main/res/layout/popup_password.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/cardBackground">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="5dp"
|
||||
android:text="@string/password_reminder"/>
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue