summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/biometrics/AuthController.java
Commit message (Expand)AuthorAgeFilesLines
...
| * Add tap target for when udfps is unavailableBeverly2020-11-251-0/+5
* | Switch some recent tasks calls from IATM to ATMWale Ogunwale2020-11-301-8/+5
|/
* Merge changes Id6ec26ec,Ie0484267TreeHugger Robot2020-11-181-0/+4
|\
| * Handle rotation in the UDFPS overlayIlya Matyukhin2020-11-171-0/+4
* | Merge changes I77ed66b3,Iaedc26c5Kevin Chyn2020-11-141-0/+14
|\ \
| * | Start UDFPS sensors only after BiometricPrompt UI is showingKevin Chyn2020-11-131-0/+14
| |/
* / Add logic for when to start the Udfps fp serviceBeverly2020-11-111-31/+1
|/
* Use cached KeyguardUpdateMonitor#isUdfpsEnrolledBeverly2020-11-031-14/+22
* Merge "Recalculate max # notifs on keyguard w/ udfps"Beverly Tai2020-11-021-1/+9
|\
| * Recalculate max # notifs on keyguard w/ udfpsBeverly2020-11-021-1/+9
* | Pass major/minor FP info through to AuthControllerBeverly2020-10-301-2/+5
|/
* Merge "Change BiometricService/AuthController interface to sensorId"Kevin Chyn2020-10-281-19/+37
|\
| * Change BiometricService/AuthController interface to sensorIdKevin Chyn2020-10-261-19/+37
* | Update AOD udfpsBeverly2020-10-231-0/+9
|/
* Rename existing getSensorProperties, prepare for TestApiKevin Chyn2020-09-301-4/+4
* Match Framework and AIDL SensorPropsKevin Chyn2020-09-231-1/+1
* Hide UDFPS overlay when bouncer is showingRobert Snoeberger2020-09-181-1/+31
* Just use dagger to inject dependencies.Robert Snoeberger2020-09-151-32/+13
* UDFPS on AODRobert Snoeberger2020-09-141-4/+40
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Add anti burn-in logic for UdfpsViewKevin Chyn2020-08-151-6/+20
* Clean up UdfpsController intitialization logicIlya Matyukhin2020-08-121-1/+1
* Fix AuthControllerTestKevin Chyn2020-07-231-4/+5
* Update Fingerprint/Face getSensorPropertiesKevin Chyn2020-07-171-4/+9
* Fix AuthController crashKevin Chyn2020-07-141-22/+6
* Implement a bare-bones UDFPS overlayIlya Matyukhin2020-06-291-0/+29
* Clean up BiometricPrompt bundleKevin Chyn2020-05-151-11/+13
* Split IBiometricServiceReceiverInternal between sensor and sysuiKevin Chyn2020-04-171-4/+4
* 4/n: AuthContainerView should filter out non-biometric modalitiesKevin Chyn2020-04-161-4/+6
* Send "early canceled" to privileged clientsKevin Chyn2020-03-271-0/+13
* Pass operationId to LSS, add HAT to KeyStoreKevin Chyn2020-03-121-16/+33
* Merge changes from topic "biometric-and-credential"Kevin Chyn2020-02-211-14/+8
|\
| * Always start AuthControllerKevin Chyn2020-02-201-14/+8
* | Fix stealth mode for managed profilesKevin Chyn2020-02-201-1/+1
|/
* Fix corner case when auth is canceled but credential was already confirmedKevin Chyn2020-01-171-1/+7
* Ensure that cancelling authentication ends up in the correct stateKevin Chyn2019-12-131-0/+4
* Add setAllowedAuthenticators(int) to BiometricPromptCurtis Belmonte2019-12-121-2/+2
* Dismiss the BiometricPrompt upon Intent.ACTION_CLOSE_SYSTEM_DIALOGSKevin Chyn2019-11-051-0/+30
* Remove all calls to getComponent(CommandQueue.class).Dave Mankoff2019-11-011-4/+11
* Check for null receiver in biometric AuthControllerCurtis Belmonte2019-10-241-3/+14
* Remove strings from low level onError(...) callsIlya Matyukhin2019-10-181-14/+42
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-3/+4
* 15/n: Allow Auth UI to start in credential UIKevin Chyn2019-10-041-25/+24
* 14/n: Animate to device credential UI when lockout occursKevin Chyn2019-10-031-3/+11
* 13/n: persist device credential across configuration changesKevin Chyn2019-10-031-6/+21
* 12/n: Add LockPatternView for setDeviceCredentialAllowed(true)Kevin Chyn2019-10-031-3/+17
* 10/n: Remove old biometric UIKevin Chyn2019-09-161-23/+8
* 9/n: Add work profile background, enable new dialog by defaultKevin Chyn2019-09-111-3/+3
* 7/n: Gracefully handle configuration change during animationsKevin Chyn2019-09-111-1/+6
* 5/n: Restore biometric dialog state across configuration changesKevin Chyn2019-09-051-6/+2