summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/LockSettingsService.java
Commit message (Expand)AuthorAgeFilesLines
* support separate encryption/lockscreen passwordsDaniel Micay2016-12-161-0/+1
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-0/+6
|\
| * Fix vulnerability in LockSettings serviceJim Miller2016-08-261-0/+6
* | Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEADJessica Wagantall2016-07-071-0/+2
|\ \ | |/
| * Fix missing permission check when saving pattern/passwordJim Miller2016-05-271-0/+2
* | LockSettingsStorage: migrate user pattern size to correct useridRoman Birg2016-04-141-0/+11
* | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-0/+4
|\ \
| * | Allow access to deprecated LOCK_PATTERN_ENABLED flag.Bryce Lee2015-12-141-0/+4
| |/
* | lockscreen: Add option for showing unlock screen directly (1/3)eray orçunus2016-02-081-0/+3
* | Forward port CM Screen Security settings (1/2)Michael Bestas2015-12-111-2/+11
* | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-1/+30
|\ \ | |/
| * Disable fingerprint after user lockoutAdrian Roos2015-08-251-0/+6
| * Add StrongAuthTrackerAdrian Roos2015-08-211-1/+24
* | Fix clearing of retained passwordDinesh K Garg2015-10-061-11/+15
* | Port password retention featureDinesh K Garg2015-10-061-1/+27
|/
* Fix and deprecate lock pattern related settingsAdrian Roos2015-07-271-1/+6
* Merge "[LockSettings] adjust legacy patterns to base 0 for unlocking keystore...Andres Morales2015-06-301-1/+12
|\
| * [LockSettings] adjust legacy patterns to base 0 for unlocking keystoreAndres Morales2015-06-291-1/+12
* | Merge "[LockSettings] clear secure user id when user is removed" into mnc-devAndres Morales2015-06-251-0/+9
|\ \ | |/
| * [LockSettings] clear secure user id when user is removedAndres Morales2015-06-241-0/+9
* | Remove not needed contacts related permissions.Svetoslav Ganov2015-06-231-8/+7
* | Revert "Remove not needed contacts related perissions."Bart Sears2015-06-231-7/+8
* | Remove not needed contacts related perissions.Svet Ganov2015-06-221-8/+7
|/
* [LockSettings] migrate patterns to be indexed at '1'Andres Morales2015-06-021-6/+23
* [LockSettings] migrate password attempt throttling to hardwareAndres Morales2015-05-261-108/+122
* Add keystore onUserAdded/Removed methodsChad Brubaker2015-05-131-12/+4
* Cleanup keystore password changing and unlockingChad Brubaker2015-05-081-22/+17
* Migrate lockscreen.disabled on upgradeAdrian Roos2015-04-231-0/+29
* Recover from dead GateKeeperService BinderAndres Morales2015-04-171-2/+16
* Clear secure user ID and notify keystore when lock is clearedAndres Morales2015-04-161-0/+4
* Add challenge to IGateKeeperServiceAndres Morales2015-04-131-32/+117
* Wire up GateKeeper to LockSettingsServiceAndres Morales2015-04-131-18/+145
* Prevent non-platform apps from reading password typeAdrian Roos2015-04-131-0/+1
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Prevent regular processes from accessing the password historyAdrian Roos2015-02-241-1/+18
* Backup/restore owner info from locksettingsAmith Yamasani2015-02-181-0/+10
* LockPatternUtils clean up continuedAdrian Roos2015-01-141-4/+12
* Directly dispatch USER_REMOVED to LockSettingsServiceAdrian Roos2015-01-071-4/+7
* Purge biometric weak and keyguard widgetsAdrian Roos2015-01-071-0/+26
* Obliterate LockPatternUtilsCacheAdrian Roos2014-11-121-67/+0
* Add caching to LockSettingsStorageAdrian Roos2014-11-101-0/+5
* Disable LockPatternUtilsCacheAdrian Roos2014-11-101-0/+3
* Refactor LockSettingsService into storage and logicAdrian Roos2014-11-041-278/+57
* Reset keystore when user is added or removedRobin Lee2014-09-241-5/+13
* Delete locksettings files for toplevel users onlyRobin Lee2014-09-021-10/+15
* Keep managed profile keystores in sync with ownerRobin Lee2014-08-291-10/+63
* Fixes setting password through DevicePolicyManagerGeoffrey Borggaard2014-07-231-2/+3
* Add a cache to LockPatternUtilsAdrian Roos2014-05-231-0/+63
* Don't double prompt on booting encrypted devicePaul Lawrence2014-03-281-0/+59
* Revert "Don't prompt at boot if we already did that when decrypting"Paul Lawrence2014-03-261-41/+0