summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/widget/LockPatternUtils.java
Commit message (Expand)AuthorAgeFilesLines
* LockPatternUtils: userId is requiredWolfgang Wiedmeyer2016-12-161-2/+2
* support separate encryption/lockscreen passwordsDaniel Micay2016-12-161-3/+69
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-2/+2
|\
| * Fix vulnerability in LockSettings serviceJim Miller2016-08-261-2/+2
* | LockPatternUtils: Use the actual user id to set pattern sizeScott Mertz2016-04-141-10/+10
* | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-0/+18
|\ \
| * | Allow access to deprecated LOCK_PATTERN_ENABLED flag.Bryce Lee2015-12-141-0/+18
| |/
* | Fix pattern visibility settings (1/2)Michael Bestas2016-02-031-8/+8
* | LockPatternUtils: Make settings getter and setters protectedd34d2015-12-111-6/+6
* | Forward port CM Screen Security settings (1/2)Michael Bestas2015-12-111-8/+57
* | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-9/+202
|\ \ | |/
| * Fix jank: Don't write lockout deadline if not neededJorim Jaggi2015-09-281-1/+1
| * Merge "reset lockout deadline on device reboot" into mnc-dr-devAndres Morales2015-09-161-2/+12
| |\
| | * reset lockout deadline on device rebootAndres Morales2015-09-091-2/+12
| * | Revert "Disable fingerprint after force lock"Jorim Jaggi2015-09-101-5/+6
| * | Don't disable fingerprint when entering wrong credentialAdrian Roos2015-09-031-3/+10
| * | Disable fingerprint after force lockAdrian Roos2015-08-281-7/+6
| * | Disable fingerprint after user lockoutAdrian Roos2015-08-251-0/+6
| * | Add StrongAuthTrackerAdrian Roos2015-08-211-7/+177
| |/
* | Fix clearing of retained passwordDinesh K Garg2015-10-061-0/+11
|/
* [LockSettings] migrate patterns to be indexed at '1'Andres Morales2015-06-021-2/+16
* Merge "[LockSettings] migrate password attempt throttling to hardware" into m...Andres Morales2015-05-271-23/+73
|\
| * [LockSettings] migrate password attempt throttling to hardwareAndres Morales2015-05-261-23/+73
* | Honor password visible setting in CryptKeeperPaul Lawrence2015-05-181-0/+23
|/
* DOn't save encryption settings when not encryptedPaul Lawrence2015-05-151-2/+5
* Remove LockPatternUtils.getCurrentUser()Adrian Roos2015-04-281-38/+2
* Require explicit userId in LockPatternUtilsAdrian Roos2015-04-281-157/+58
* Introduced DO_NOT_ASK_CREDENTIALS_ON_BOOT flagAndrei Kapishnikov2015-04-211-5/+10
* Set REQUIRE_PASSWORD_TO_DECRYPT to false when insecure screen lock isWen ZHANG2015-04-151-0/+2
* Add challenge to IGateKeeperServiceAndres Morales2015-04-131-0/+36
* Wire up GateKeeper to LockSettingsServiceAndres Morales2015-04-131-10/+18
* Allow disabling the lock screen when multiple users are presentBenjamin Franz2015-04-071-17/+17
* Merge "Ensure new credentails are valid"Adrian Roos2015-02-051-4/+11
|\
| * Ensure new credentails are validAdrian Roos2015-02-031-4/+11
* | Remove UI code from LockPatternUtilsAdrian Roos2015-02-031-74/+2
|/
* LockPatternUtils clean up continuedAdrian Roos2015-01-141-236/+165
* Explicitly specify user on LPU's private methodsAdrian Roos2015-01-081-68/+46
* Directly dispatch USER_REMOVED to LockSettingsServiceAdrian Roos2015-01-071-8/+0
* Purge biometric weak and keyguard widgetsAdrian Roos2015-01-071-418/+54
* am 6d41504d: Merge "Move frameworks users over to libcore hex encoding API."Narayan Kamath2014-12-171-19/+18
|\
| * Move frameworks users over to libcore hex encoding API.Narayan Kamath2014-12-161-19/+18
* | Fix DPM.resetPassword("")Adrian Roos2014-11-211-33/+52
* | Update KeyguardManager.isDeviceLocked APIAdrian Roos2014-11-201-12/+47
* | Obliterate LockPatternUtilsCacheAdrian Roos2014-11-121-12/+1
* | Disable LockPatternUtilsCacheAdrian Roos2014-11-101-2/+14
|/
* Add utility methods to LockPatternUtils for encryptionJim Miller2014-10-171-7/+17
* Use the correct method to check if device is encryptedAmith Yamasani2014-10-171-4/+1
* Add a checkbox option to 'require password to decrypt'Jim Miller2014-10-141-12/+41
* Use default encryption password if an accessibility service is enabled.Svetoslav2014-09-301-0/+24
* Set the system locale correctly even on an encrypted device.Elliott Hughes2014-09-261-2/+2