summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardUpdateMonitor.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Keyguard: switch to cm-specific device provisioned flag"Wolfgang Wiedmeyer2016-12-131-5/+3
* Revert "Keyguard: Register for the correct CMSW completed Uri"Wolfgang Wiedmeyer2016-12-131-1/+1
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-2/+7
|\
| * Bind fingerprint when we start authentication - DO NOT MERGEJim Miller2016-08-261-2/+7
* | Add absent sim info to locked screen textWileen Chiu2016-07-021-0/+30
* | keyguard: Allow disabling fingerprint wake-and-unlockSteve Kondik2016-05-021-3/+10
* | Keyguard: Register for the correct CMSW completed Urid34d2016-04-281-1/+1
* | Keyguard: switch to cm-specific device provisioned flagRoman Birg2016-04-221-3/+5
* | SystemUI: Revert CAF UI modificationsMichael Bestas2015-12-121-19/+0
* | Keyguard: Squash undo UI changes after merge of branch 'LA.BF64.1.2.2_rb4.7'myzb2015-11-241-16/+0
* | Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-161-0/+35
|\ \
| * | Hide emergency button when OOSRichard LIU2015-11-091-0/+16
| * | SystemUI: Support display for radio techShufeng Hou2015-11-021-0/+19
* | | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-133/+304
|\ \ \ | |/ / |/| / | |/
| * Do not go over handler to dispatch keyguard visibilityJorim Jaggi2015-09-231-18/+8
| * Start fingerprint authentication in onStartedGoingToSleepJorim Jaggi2015-09-181-4/+31
| * Listen for fingerprint when on bouncerJorim Jaggi2015-09-111-1/+2
| * Merge "Poke fingerprint timeout when vold password is correct" into mnc-dr-devAdrian Roos2015-09-031-3/+1
| |\
| | * Poke fingerprint timeout when vold password is correctAdrian Roos2015-09-031-3/+1
| * | Add a private API to get notified about lockout resetsJorim Jaggi2015-09-011-0/+16
| |/
| * Prevent Fingerprint when SIM is lockedAdrian Roos2015-08-261-2/+4
| * Invoke strong auth callback and default strong auth expired to trueAdrian Roos2015-08-211-9/+9
| * Add StrongAuthTrackerAdrian Roos2015-08-211-4/+28
| * Fix fingerprint listening state race conditionsJorim Jaggi2015-08-211-35/+68
| * Don't call authenticate immediately after getting valid fingerprintJorim Jaggi2015-08-191-2/+18
| * Merge "Improve motion for wake-and-unlocking while pulsing" into mnc-dr-devJorim Jaggi2015-08-191-101/+9
| |\
| | * Improve motion for wake-and-unlocking while pulsingJorim Jaggi2015-08-181-101/+9
| * | Merge "Fix race condition for doze mode and wake-and-unlocking" into mnc-dr-devJorim Jaggi2015-08-191-0/+29
| |\ \ | | |/
| | * Fix race condition for doze mode and wake-and-unlockingJorim Jaggi2015-08-171-0/+29
| * | Only call authenticate when we are not listening yetJorim Jaggi2015-08-191-1/+1
| * | Merge "Reset fingerprint lockout timer when strong auth is used." into mnc-dr...Jim Miller2015-08-181-0/+4
| |\ \
| | * | Reset fingerprint lockout timer when strong auth is used.Jim Miller2015-08-181-0/+4
| | |/
| * | resolved conflicts for merge of 448216e7 to mnc-dr-devJim Miller2015-08-181-3/+0
| |\ \ | | |/ | |/|
| * | Require strong authentication after a timeoutJorim Jaggi2015-08-121-5/+69
| * | Wake device when Keyguard invisible and getting fingerprintJorim Jaggi2015-08-111-7/+12
| * | am 120fc2c7: Merge "Disable fingerprint when remotely reset by DPM" into mnc-devJim Miller2015-08-061-1/+6
| |\ \
| * | | Fix fingerprint icon screen on animationJorim Jaggi2015-07-311-0/+30
| * | | am 30c5da9c: Don\'t call cancel() when fingerprint auth failsJim Miller2015-07-301-2/+0
| |\ \ \
| * \ \ \ am 0d210f63: Animation for touch, wake and unlockJorim Jaggi2015-07-281-21/+53
| |\ \ \ \
| * \ \ \ \ am f8acd1d8: Merge "Adapted the behavior when unlocking with fingerprint is n...Selim Cinek2015-07-251-4/+29
| |\ \ \ \ \
| * | | | | | Send BATTERY_CHANGED if maxChargingCurrent changesAdrian Roos2015-07-211-0/+6
| * | | | | | am 60e15dae: Merge "Fixed a bug where a fingerprint animation was not running...Selim Cinek2015-07-171-2/+5
| |\ \ \ \ \ \
| * | | | | | | Touch, wake and unlockJorim Jaggi2015-07-141-24/+72
| * | | | | | | Merge "Show charging speed on Keyguard" into mnc-dr-devAdrian Roos2015-07-141-3/+19
| |\ \ \ \ \ \ \
| | * | | | | | | Show charging speed on KeyguardAdrian Roos2015-07-141-3/+19
* | | | | | | | | Telephony: SIM De-personalizationBeena More2015-10-061-2/+2
* | | | | | | | | Add change to show Invalid card when erroneous card is insertedSridhar Dubbaka2015-10-061-0/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revert "Disable fingerprint when remotely reset by DPM"Jim Miller2015-08-171-6/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Disable fingerprint when remotely reset by DPMJim Miller2015-08-051-1/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Don't call cancel() when fingerprint auth failsJim Miller2015-07-301-2/+0
| |_|_|_|/ |/| | | |