1. 0a45b66 Send "early canceled" to privileged clients by Kevin Chyn · 4 years, 5 months ago
  2. 127e395 Merge changes I704914b2,I51560dfc,I866e84b2 into rvc-dev by Kevin Chyn · 4 years, 5 months ago
  3. 62190bd Allow BIOMETRIC_CONVENIENCE to register with BiometricService by Kevin Chyn · 4 years, 6 months ago
  4. 7e141fb Improve AuthService logging by Kevin Chyn · 4 years, 6 months ago
  5. 0f598aa Only BIOMETRIC_STRONG HATs should be sent to KeyStore by Kevin Chyn · 4 years, 6 months ago
  6. f4a6928 Merge changes from topic "revert" into rvc-dev by TreeHugger Robot · 4 years, 6 months ago
  7. 244aee6 [DO NOT MERGE] Revert "Add support for fingerprint@2.2 and face@1.1" by Ilya Matyukhin · 4 years, 6 months ago
  8. c8cb685 Pass operationId to LSS, add HAT to KeyStore by Kevin Chyn · 4 years, 6 months ago
  9. b5d71c8 Log packageName in checkAndGetAuthenticators by Kevin Chyn · 4 years, 6 months ago
  10. df244da Merge changes from topic "biometric-and-credential" by Kevin Chyn · 4 years, 7 months ago
  11. 4e6417d Always start AuthController by Kevin Chyn · 4 years, 7 months ago
  12. 7d07c89 Clean up biometric system server by Kevin Chyn · 4 years, 7 months ago
  13. c06c481 Implementations of biometric contraints for weak and convenience tiers by Haining Chen · 4 years, 8 months ago
  14. faebfd0 Merge "Add internal API for credential text in BiometricPrompt" by Curtis Belmonte · 4 years, 7 months ago
  15. 4584d88 Add internal API for credential text in BiometricPrompt by Curtis Belmonte · 4 years, 7 months ago
  16. e383670 Merge "Biometric phenotype updates" by Kevin Chyn · 4 years, 7 months ago
  17. eab9fe1 Biometric phenotype updates by Kevin Chyn · 4 years, 7 months ago
  18. 5cf71d7 Merge changes from topic "bio_service_restrict" by Curtis Belmonte · 4 years, 7 months ago
  19. a8b50a6f Make BiometricService check for internal permission by Curtis Belmonte · 4 years, 7 months ago
  20. dc48d44 Merge changes If2a41e5e,If987a317,I86d3d50f by Ilya Matyukhin · 4 years, 7 months ago
  21. bf23b86 Merge changes from topic "biometric-security" by Kevin Chyn · 4 years, 7 months ago
  22. 7c09d39 Add support for 2.2::FingerprintAcquiredInfo::START by Ilya Matyukhin · 4 years, 7 months ago
  23. b16c7e3 Ensure negative latencies are not being reported by joshmccloskey · 4 years, 7 months ago
  24. 98e9225 Implementation for BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED by Kevin Chyn · 4 years, 7 months ago
  25. a8f15a5 Configure BiometricPrompt to use AuthService. by joshmccloskey · 4 years, 7 months ago
  26. d934370 Use @2.2 callback with @2.2 HAL by Ilya Matyukhin · 4 years, 7 months ago
  27. b642e39 Merge changes I36727599,Iaed8a5cb by Kevin Chyn · 4 years, 7 months ago
  28. 2c55167 AuthService should not attempt to register a null <Biometric>Service by Kevin Chyn · 4 years, 7 months ago
  29. ef410e3 Add support for fingerprint@2.2 and face@1.1 by Ilya Matyukhin · 4 years, 7 months ago
  30. f22da1e Merge "Persist face error message for permanent lockout" by TreeHugger Robot · 4 years, 7 months ago
  31. f40232a Merge "Improve checkAndGetAuthenticators" by Kevin Chyn · 4 years, 7 months ago
  32. c47df86 Persist face error message for permanent lockout by Curtis Belmonte · 4 years, 7 months ago
  33. d5449fd Use FrameworkStatsLog instead of StatsLog by Muhammad Qureshi · 4 years, 7 months ago
  34. 09a5df3 Improve checkAndGetAuthenticators by Kevin Chyn · 4 years, 7 months ago
  35. 0d75a88 Added user ID to AuthenticationEvent by joshmccloskey · 4 years, 8 months ago
  36. 6601bc3 Add auth type to BiometricPrompt.AuthenticationResult by Curtis Belmonte · 4 years, 8 months ago
  37. 0cf243e Merge "Add builder method to check DevicePolicyManager" by Joshua Mccloskey · 4 years, 9 months ago
  38. 15c0a44 Add builder method to check DevicePolicyManager by joshmccloskey · 4 years, 11 months ago
  39. 2748aa1 Merge changes Ib6395a33,I07458f81 by Kevin Chyn · 4 years, 9 months ago
  40. dbaecba Require permission check when caller's package name is keyguard by Kevin Chyn · 4 years, 9 months ago
  41. 24e9073 Skip foregound check if ActivityManagerService returns null list by Kevin Chyn · 4 years, 9 months ago
  42. a531f10 Merge "Add OWNERS to biometrics projects" am: 36af0dc32e am: 57a3c9c3d1 am: 79dc4164fe by Automerger Merge Worker · 4 years, 9 months ago
  43. d856937 Add OWNERS to biometrics projects by Kevin Chyn · 4 years, 9 months ago
  44. 9cef363 Enforce that registered authenticators are not null by Kevin Chyn · 4 years, 9 months ago
  45. 2291072 Ensure that cancelling authentication ends up in the correct state by Kevin Chyn · 4 years, 9 months ago
  46. e8d2d1f Enforce authenticator registration by Kevin Chyn · 4 years, 9 months ago
  47. d04b43d Enforce that only public authenticator combinations are accepted by Kevin Chyn · 4 years, 9 months ago
  48. 5c7ed9a Add phenotype namespace and flag for biometrics by Haining Chen · 4 years, 10 months ago
  49. 30f1dd8 Use @Authenticators.Types for authenticator selection by Ilya Matyukhin · 4 years, 10 months ago
  50. 13eb581 Add setAllowedAuthenticators(int) to BiometricPrompt by Curtis Belmonte · 4 years, 11 months ago
  51. e4675b3 Implemented and integrated AuthService by Ilya Matyukhin · 4 years, 10 months ago
  52. bca81c3 Remove no longer needed getErrorString(...) by Ilya Matyukhin · 4 years, 11 months ago
  53. 0f9da35 Remove strings from low level onError(...) calls by Ilya Matyukhin · 5 years ago
  54. f2da1a1 Prepare BiometricService for migration to a module by Ilya Matyukhin · 5 years ago
  55. b68b769 Refactored SystemServerInitThreadPool.get().submit() into just submit(). by Felipe Leme · 5 years ago
  56. c70d6b8 17/n: Show credential UI if setDeviceCredentialAllowed(true) and no biometrics by Kevin Chyn · 5 years ago
  57. 86f1b8e 15/n: Allow Auth UI to start in credential UI by Kevin Chyn · 5 years ago
  58. 8429da2 14/n: Animate to device credential UI when lockout occurs by Kevin Chyn · 5 years ago
  59. ff168dc 12/n: Add LockPatternView for setDeviceCredentialAllowed(true) by Kevin Chyn · 5 years ago
  60. 568d329 Removing old confirm device credential logic by joshmccloskey · 5 years ago
  61. a610efb Make qualified members "final" by Ilya Matyukhin · 5 years ago
  62. 15daad1 Remove unused AppOpsManager references by Ilya Matyukhin · 5 years ago
  63. 316f7c2 Merge changes from topic "face_slice_update-qt-qpr1-dev" into qt-qpr1-dev am: b61c1bb3ee by Kevin Chyn · 5 years ago
  64. 8cfe371 Clear face re-enroll setting when all faces removed by Curtis Belmonte · 5 years ago
  65. 8344b1bf Improve readability and remove a completed TODO. by Ilya Matyukhin · 5 years ago
  66. a817c44 Merge "Remove unnecessary log" by TreeHugger Robot · 5 years ago
  67. 9a28809 Remove unnecessary log by Kevin Chyn · 5 years ago
  68. 4ceaf6b Added flag to toggle acquire messages on keyguard by joshmccloskey · 5 years ago
  69. 5185d33 Merge "Treat SENSOR_DIRTY as user not detected" into qt-r1-dev am: a4a02a7854 am: e94953ad69 by Ilya Matyukhin · 5 years ago
  70. c90507e Treat SENSOR_DIRTY as user not detected by Ilya Matyukhin · 5 years ago
  71. 050315f 3/n: Move task stack listener to SystemUI by Kevin Chyn · 5 years ago
  72. 9f8b2fc 2/n: Update BiometricService with cleaner lifecycle by Kevin Chyn · 5 years ago
  73. c53d981 1/n: Update BiometricDialog (SystemUI side) with cleaner lifecycle by Kevin Chyn · 5 years ago
  74. 7a207e4 ResetLockout should be scheduled on FaceService's handler by Kevin Chyn · 5 years ago
  75. 27f9231 Do not use canAuthenticate() to check if user can reset lockout by Kevin Chyn · 5 years ago
  76. 5faf43a Merge "Fixed race condition with different profiles" into qt-r1-dev by TreeHugger Robot · 5 years ago
  77. a477206 Fixed race condition with different profiles by joshmccloskey · 5 years ago
  78. f24ae8d Log acquired vendorCode by Kevin Chyn · 5 years ago
  79. 4578854 Use separate enroll timeout for fingerprint and face by Curtis Belmonte · 5 years ago
  80. b33242a Merge "Biometric HAL death should invoke handleError on the handler" into qt-r1-dev by TreeHugger Robot · 5 years ago
  81. 7d95f15 Disable bypass and bouncer delay when no face auth by Lucas Dupin · 5 years ago
  82. 2e31279 Biometric HAL death should invoke handleError on the handler by Kevin Chyn · 5 years ago
  83. b224622 Do task stack work on handler to ensure in-order execution by Kevin Chyn · 5 years ago
  84. 9dac848 Wait for current task to complete before revoking challenge by Ilya Matyukhin · 5 years ago
  85. 593e626 Always send userId to FaceService by Kevin Chyn · 5 years ago
  86. 1f70501 Remove protobuf dumping support from FaceService by Curtis Belmonte · 5 years ago
  87. 9bc1d49 Dump buffer of authentication events for bugreports by Kevin Chyn · 5 years ago
  88. 7fca236 Log the amount of time between authentication and error by Kevin Chyn · 5 years ago
  89. cea66dd Merge "Revert "Change attribute of fingerprint vibrations"" into qt-dev by Alexey Kuzmin · 5 years ago
  90. 24c57b6 Merge changes I96ad00cb,I2b1193b9,I2850007f into qt-r1-dev by Kevin Chyn · 5 years ago
  91. dbfbed4 Remove recalibrate notification when user enrolls by Kevin Chyn · 5 years ago
  92. 8398a71 getFaceDaemon on FaceService's own handler by Kevin Chyn · 5 years ago
  93. 2b418fc Merge "Decrease amount of getAuthenticatorId invocations to the HAL" into qt-r1-dev by Kevin Chyn · 5 years ago
  94. 576811e Decrease amount of getAuthenticatorId invocations to the HAL by Kevin Chyn · 5 years ago
  95. 16cac92f Do not get setting if targetUserId == UserHandle.USER_NULL by Kevin Chyn · 5 years ago
  96. 0c3a998 Make recalibration notification VISIBILITY_SECRET by Kevin Chyn · 5 years ago
  97. 28623b6 LSS must check canAuthenticate(userId) for correct user/profile by Kevin Chyn · 5 years ago
  98. be67ce0 Add much needed logging for face auth challenge / lockout path by Kevin Chyn · 5 years ago
  99. abff2b4 Revert "Change attribute of fingerprint vibrations" by Alexey Kuzmin · 5 years ago
  100. 750663c Initialize biometric settings for user by Kevin Chyn · 5 years ago