diff --git a/app/src/main/java/com/beemdevelopment/aegis/ui/slides/CustomAuthenticationSlide.java b/app/src/main/java/com/beemdevelopment/aegis/ui/slides/CustomAuthenticationSlide.java
index 289b5980..1c69fb57 100644
--- a/app/src/main/java/com/beemdevelopment/aegis/ui/slides/CustomAuthenticationSlide.java
+++ b/app/src/main/java/com/beemdevelopment/aegis/ui/slides/CustomAuthenticationSlide.java
@@ -38,6 +38,7 @@ public class CustomAuthenticationSlide extends Fragment implements ISlidePolicy,
TextView text = view.findViewById(R.id.text_rb_biometrics);
button.setEnabled(true);
text.setEnabled(true);
+ _buttonGroup.check(R.id.rb_biometrics);
}
view.findViewById(R.id.main).setBackgroundColor(_bgColor);
diff --git a/app/src/main/res/layout/dialog_password.xml b/app/src/main/res/layout/dialog_password.xml
index 63e5094b..d73d74ee 100644
--- a/app/src/main/res/layout/dialog_password.xml
+++ b/app/src/main/res/layout/dialog_password.xml
@@ -7,6 +7,14 @@
android:paddingBottom="10dp"
android:paddingEnd="20dp"
android:paddingTop="10dp">
+
+
+
+ android:layout_marginTop="24dp">
+ android:layout_marginTop="24dp"
+ android:orientation="vertical">
+
+
+ android:layout_height="wrap_content"
+ android:layout_marginTop="24dp">
Set a new password which you will need to unlock your vault
Security
+ Aegis is a security-focused 2FA app. Tokens are stored in a vault, that can optionally be encrypted with a password of your choosing. If an attacker obtains your encrypted vault file, they will not be able to access the contents without knowing the password.\n\nWe\'ve preselected the option that we think would fit best for your device.
None
- You don\'t need a password to unlock the vault and it will not be encrypted. This option is not recommended.
+ No password is needed to unlock the vault and it will not be encrypted. This option is not recommended.
Password
- You need a password to unlock the vault.
+ A password is needed to unlock the vault.
+ Warning: If you forget your password, you will permanently lose access to your tokens. There is no way to recover them without the password.
Biometrics
In addition to a password, biometrics registered on this device, like a fingerprint or your face, can be used to unlock the vault.
Password