summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardUpdateMonitor.java
Commit message (Expand)AuthorAgeFilesLines
* Fix CarrierText airplane mode with no simsJason Monk2015-06-111-0/+16
* Fix NPE cause by new fingerprint permission checkJim Miller2015-06-081-5/+3
* Update and cleanup FingerprintManager API to new specJim Miller2015-06-081-1/+1
* Polish animations for fingerprint iconJorim Jaggi2015-05-261-1/+1
* Move from native FingerprintService implementation to fingerprintdJim Miller2015-05-201-3/+1
* Merge "Fix fingerprint for multiuser" into mnc-devJorim Jaggi2015-05-141-48/+6
|\
| * Fix fingerprint for multiuserJorim Jaggi2015-05-131-48/+6
* | Persist fingerprint namesJorim Jaggi2015-05-131-10/+2
|/
* Make sure fingerprint error messages are handled in KeyguardJorim Jaggi2015-05-051-1/+1
* Only enable fingerprint auth after first regular authJorim Jaggi2015-05-051-4/+5
* Track unlock attempts per user.Jorim Jaggi2015-05-041-15/+8
* Merge "Only listen for fingerprint if needed." into mnc-devJorim Jaggi2015-04-281-6/+20
|\
| * Only listen for fingerprint if needed.Jorim Jaggi2015-04-281-6/+20
* | Remove LockPatternUtils.getCurrentUser()Adrian Roos2015-04-281-0/+10
|/
* Allow dismissing Keyguard from TrustAgentServiceAdrian Roos2015-04-171-5/+4
* More fingerprint API's for 3rd party appsJorim Jaggi2015-04-151-10/+3
* Fix fingerprint API for 3rd party appsJorim Jaggi2015-04-141-1/+3
* Merge "Add foreground profile changed to user switch observer."Kenny Guy2015-04-131-0/+4
|\
| * Add foreground profile changed to user switch observer.Kenny Guy2015-04-131-0/+4
* | Merge "Revert "Add foreground profile changed to user switch observer.""Kenny Guy2015-04-131-4/+0
|\ \ | |/
| * Revert "Add foreground profile changed to user switch observer."Kenny Guy2015-04-131-4/+0
* | Merge "Add foreground profile changed to user switch observer."Kenny Guy2015-04-131-0/+4
|\ \ | |/
| * Add foreground profile changed to user switch observer.Kenny Guy2015-04-101-0/+4
* | Clean up FingerprintManager API and make it public.Jim Miller2015-04-111-18/+39
* | Keyguard FP UX updateJorim Jaggi2015-04-101-19/+51
|/
* Prepare to make Fingerprint API public.Jim Miller2015-04-011-4/+4
* Merge "Refactor fingerprint API"Jim Miller2015-03-251-33/+75
|\
| * Refactor fingerprint APIJim Miller2015-03-241-33/+75
* | Fix typo in KeyguardUpdateMonitor.John Spurlock2015-03-241-1/+1
|/
* Remove leftover code causing trust agent issuesAdrian Roos2015-03-051-18/+5
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* resolve merge conflicts of 87f5369 to master.Jorim Jaggi2015-01-151-5/+22
|\
| * Merge "Only notify SIM state changes when it has actually changed" into lmp-m...Jorim Jaggi2015-01-141-6/+23
| |\
| | * Only notify SIM state changes when it has actually changedJorim Jaggi2015-01-131-6/+23
* | | Merge "Directly dispatch USER_REMOVED to LockSettingsService"Adrian Roos2015-01-141-22/+0
|\ \ \
| * | | Directly dispatch USER_REMOVED to LockSettingsServiceAdrian Roos2015-01-071-22/+0
* | | | Merge "Purge biometric weak and keyguard widgets"Adrian Roos2015-01-141-21/+0
|\ \ \ \ | |/ / /
| * | | Purge biometric weak and keyguard widgetsAdrian Roos2015-01-071-21/+0
* | | | am 6a903c31: am 84c5e8eb: Merge "Rename reg/unreg OnSubscriptionsChangedListe...Wink Saville2015-01-131-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Rename reg/unreg OnSubscriptionsChangedListener.Wink Saville2015-01-131-1/+1
| | |/ | |/|
* | | am 2168062b: am 0a1eb640: Merge "Carrier text handle sim removal" into lmp-mr...Jason Monk2015-01-131-1/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Carrier text handle sim removalJason Monk2015-01-091-1/+6
* | Remove detestable tab characters.John Spurlock2015-01-071-1/+1
|/
* Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.Wink Saville2014-12-111-1/+1
* Make CarrierText handle multi-simJason Monk2014-12-041-63/+3
* Unable to unlock SIM with a PIN/PUKxinhe2014-12-031-6/+5
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-221-17/+29
* Add multi-sim support to keyguardJim Miller2014-11-201-39/+175
* Fix a keyguard charging statusAdrian Roos2014-11-041-1/+1
* Auto dismiss lockscreen when switching to guestAdrian Roos2014-09-031-1/+1