Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: biometrics type#15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
kierancrown wants to merge10 commits intosmallcase:master
base:master
Choose a base branch
Loading
fromkierancrown:master

Conversation

@kierancrown
Copy link

This change adds biometrics type. So you can differentiate between FaceID and TouchID on iOS and Fingerprint and Face unlock on Android.

Tested on iPhone 15 PM and Google Pixel 8

HamoBoker, maksym-kyryliuk, and zabojad reacted with thumbs up emoji
@kierancrown
Copy link
Author

@akul-smallcase Wondering if this can be merged in?

@zabojad
Copy link

@LonelyCpp ?

Comment on lines +105 to +107
if (pm.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) {
promise.resolve("Fingerprint");
}elseif (pm.hasSystemFeature(PackageManager.FEATURE_FACE)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

can you add some references to docs explaining how this works?

does this handles cases where the system has both features but the user has only enabled one of them?

@LonelyCpp
Copy link
Member

LonelyCpp commentedNov 17, 2024
edited
Loading

Hey@kierancrown, sorry for the delayed response here - I don't get much time to look at PRs here.

I've added a comment on the android implementation, would be great if you can answer

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

question: did you mean to commit these changes?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@LonelyCppLonelyCppLonelyCpp left review comments

+1 more reviewer

@george-g-y-bgeorge-g-y-bgeorge-g-y-b left review comments

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@kierancrown@zabojad@LonelyCpp@george-g-y-b

[8]ページ先頭

©2009-2025 Movatter.jp