-
Notifications
You must be signed in to change notification settings - Fork 23
Import of Face Unlock for S #36
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
itstarzan
wants to merge
14
commits into
Octavi-OS:12
Choose a base branch
from
itstarzan:12
base: 12
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: If784cd1283dade71e72995e828586e3be2b4abb0 Signed-off-by: Joey Huab <joey@evolution-x.org>
Useful for devices with popup camera Change-Id: Ifba770dd1681858844d5d0290cbf385bfa47f841 Signed-off-by: Joey Huab <joey@evolution-x.org>
Our impl disable face unlock if the device is not unlocked in 4 hours, a friendly message will be shown to the user Change-Id: I5b8af871bf6f3ee792fc2788c632b00524ce61cb Signed-off-by: Joey Huab <joey@evolution-x.org>
This reverts commit 441f7aa.
- bypassEnabled will always evaluate to false now. - Introduce bypassEnabledBiometric which is only used to tell the biometric service whether we can bypass lockscreen without swipe dependant on Settings.Secure.FACE_UNLOCK_DISMISSES_KEYGUARD. Signed-off-by: Ethan Halsall <ethan.halsall@gmail.com> Change-Id: Ibdbf16df18543382219a75ce1aaf4e25f3fb4ddb Signed-off-by: Joey Huab <joey@evolution-x.org>
Change-Id: I1897aa22a9c29627b2f03e14f093151453df7be4 Signed-off-by: Joey Huab <joey@evolution-x.org>
Google removed the animation on Android 12, let's use a text instead Change-Id: I93c4121c57137764edb0b31678d103fd5f7d4dcc Signed-off-by: Joey Huab <joey@evolution-x.org>
Change-Id: Id21b9fd5b2ae11fc27fe919079c3afbb2724c064 Signed-off-by: Joey Huab <joey@evolution-x.org>
Change-Id: I9a8e812bbe869dead94d631fa0a2f53f3bf67cc6 Signed-off-by: Joey Huab <joey@evolution-x.org>
Change-Id: Ib9041442572885ceda3afbafd23f8e89226b0364 Signed-off-by: Joey Huab <joey@evolution-x.org>
…print_instead Change-Id: I8c6c5db346c28742e798e27af04985721f62e14e Signed-off-by: Joey Huab <joey@evolution-x.org>
Change-Id: I237f1bbb49dec279a22cfd78004f93a71843d25e Signed-off-by: Joey Huab <joey@evolution-x.org>
There is currently no feedback or indication that biometric authentication is in progress. The user must explicitly tap the "Unlock to Pay" button for biometrics to be requested. Change-Id: I8b1a7bb160a2623cc0ec7ac0cc5060c7d6fad6c9 Signed-off-by: Joey Huab <joey@evolution-x.org>
Only using user-selected fonts for a subset of system apps leads to an inconsistent visual experience. While we've already applied them to the system's Material UI themes, many apps have hard-code references to sans-serif (whether it's through XML styles or Typeface.SANS_SERIF), so it is also necessary to override Typeface fonts at runtime. Changing overlays causes OverlayManagerService to schedule ApplicationInfo updates for affected apps, which forces a configuration change by incrementing Configuration#assetsSeq. TODO: figure out why not all apps get consistent configuration updates until manually relaunching activities Change-Id: I684a56315808f78f24a14cd6efeda0ea05e25abf Signed-off-by: Dmitrii <bankersenator@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.