summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/fingerprint
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-9/+16
|\
| * Bind fingerprint when we start authentication - DO NOT MERGEJim Miller2016-08-261-9/+16
* | Merge tag 'android-6.0.1_r30' into HEADJessica Wagantall2016-04-201-0/+6
|\ \ | |/
| * Fix missing observer reply callbacksAmith Yamasani2016-02-161-0/+6
* | Fingerprints: allow devices to restrict 3rd party accessRoman Birg2016-01-221-1/+19
|/
* Add logging to track fingerprint reco but not unlockingJim Miller2015-09-141-8/+17
* Use AlarmManager for lockout resetJorim Jaggi2015-09-091-10/+43
* Fingerprint should throttle after 5 attemptsJim Miller2015-09-021-2/+2
* Only allow foreground app and keyguard to access FingerprintManagerJim Miller2015-09-011-13/+55
* Add a private API to get notified about lockout resetsJorim Jaggi2015-09-011-3/+67
* Run callbacks from fingerprintd through handler.Jim Miller2015-08-291-31/+62
* Merge "Handle driver errors from remove, enroll and auth." into mnc-dr-devJim Miller2015-08-251-0/+4
|\
| * Handle driver errors from remove, enroll and auth.Jim Miller2015-08-211-0/+4
* | instrument fingerprint crypto token serviceChris Wren2015-08-241-0/+1
|/
* Reset fingerprint lockout timer when strong auth is used.Jim Miller2015-08-181-0/+10
* Merge "Not allowing empty fingerprint names anymore" into mnc-dr-devSelim Cinek2015-08-171-0/+5
|\
| * Not allowing empty fingerprint names anymoreSelim Cinek2015-08-171-0/+5
* | instrument fingerprint serviceChris Wren2015-08-141-5/+52
|/
* Do not vibrate if we don't have a fingerprint clientJorim Jaggi2015-08-121-2/+6
* [fingerprint] use credential owner in FingerprintServiceAndres Morales2015-08-111-9/+42
* Make FingerprintService more tolerant of fingerprintd crashes.Jim Miller2015-07-221-16/+15
* Touch, wake and unlockJorim Jaggi2015-07-201-8/+0
* Remove redundant cancel events from FingerprintServiceJim Miller2015-07-151-23/+38
* Improve tracking of screen on reasons.Dianne Hackborn2015-07-151-1/+2
* Merge "Fingerprint: Add post enroll interface." into mnc-devSasha Levitskiy2015-07-081-0/+20
|\
| * Fingerprint: Add post enroll interface.Sasha Levitskiy2015-07-081-0/+20
* | Merge "Don't use fingerId when creating names" into mnc-devJim Miller2015-07-082-5/+27
|\ \
| * | Don't use fingerId when creating namesJim Miller2015-07-072-5/+27
| |/
* | Use fingerid 0 when checking failed attempts.Vineeta Srivastava2015-07-081-2/+2
|/
* Only allow fingerprint auth for the current userJim Miller2015-07-061-2/+21
* Have FingerprintService keep the device awake on relevant events.Jim Miller2015-06-171-2/+28
* Limit number of fingerprint templates that can be enrolled per device userJim Miller2015-06-151-6/+16
* Do not require USE_FINGERPRINT for getAuthenticatorId.Alex Klyubin2015-06-111-3/+16
* Update and cleanup FingerprintManager API to new specJim Miller2015-06-082-23/+40
* Fix crash in fingerprint and problem where directory has wrong selinux labelJim Miller2015-05-211-1/+15
* Move from native FingerprintService implementation to fingerprintdJim Miller2015-05-201-177/+279
* Attempt to fix bug with setActiveGroup() in FingerprintService.Jim Miller2015-05-181-5/+5
* Merge "Fix fingerprint for multiuser" into mnc-devJorim Jaggi2015-05-141-4/+42
|\
| * Fix fingerprint for multiuserJorim Jaggi2015-05-131-4/+42
* | Persist fingerprint namesJorim Jaggi2015-05-133-28/+352
|/
* Fingerprint: Add Set Active GroupSasha Levitskiy2015-05-111-0/+9
* Add use fingerprint app op - frameworkSvetoslav2015-04-291-12/+37
* Merge "Don't use a WeakReference for fingerprint notification object."Jim Miller2015-04-251-18/+13
|\
| * Don't use a WeakReference for fingerprint notification object.Jim Miller2015-04-241-18/+13
* | Expose getAuthenticatorId APIAndres Morales2015-04-221-0/+7
|/
* Make fingerprint enroll/authenticate haptic feedback part of framework.Jim Miller2015-04-201-8/+6
* Clean up message dispatch in FingerprintServiceJim Miller2015-04-161-87/+100
* More fingerprint API's for 3rd party appsJorim Jaggi2015-04-151-0/+12
* Several fixes to Fingerprint code after large mergeJim Miller2015-04-141-149/+218
* Clean up FingerprintManager API and make it public.Jim Miller2015-04-111-175/+266