AlphaWallet / AlphaWallet/alpha-wallet-android

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

未关闭
#3,174 6 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
646
派生
579
PR 合并指标
30 天内没有已合并 PR

描述

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")

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。