AlphaWallet / AlphaWallet/alpha-wallet-android

Add option to Settings enable app protection via default biometrics/swipe/passcode/PIN + a app-managed 6 digit PIN

Abierto
#3,174 6 comentarios 2 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Java
Estrellas
646
Forks
579
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When user taps to enable in Settings:

```
if enabled
//let user enter a 6 digit PIN mananged by the app
//enter again to confirm
end
```

Upon app launch/resume:

```
if enabled
if biometrics/swipe/passcode/PIN enabled in OS
//Gate with biometrics/swipe/passcode/PIN
else
//Gate with app-managed 6-digit PIN
end
else
//Show app as usual
end
```

This is how it looks like on iOS:

Settings|Set|Confirm|Upon launch/resume
-|-|-|-
Screenshot 2023-04-03 at 10 02 40 AM|Screenshot 2023-04-03 at 10 02 44 AM|Screenshot 2023-04-03 at 10 02 49 AM|Screenshot 2023-04-03 at 10 03 25 AM

Looks like this if entry fails:

First few times|After exceeding the number of attempts
-|-
Screenshot 2023-04-03 at 10 10 04 AM|Screenshot 2023-04-03 at 10 10 56 AM

(screenshot should say "passcode" instead of "password")

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.