index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
Keyguard
/
src
/
com
/
android
/
keyguard
/
KeyguardPatternView.java
Age
Commit message (
Expand
)
Author
2017-02-10
Move Keyguard to SystemUI
Jason Monk
2016-11-29
Improve "Try again in 1 seconds" behavior in lockscreen
Hidenari Koshimae
2016-10-17
Merge "Keyguard: Clean up security message display"
Adrian Roos
2016-10-17
Keyguard: Clean up security message display
Adrian Roos
2016-10-07
Unlock latency improvements
Jorim Jaggi
2016-09-05
resolve merge conflicts of 1dfb41c to master
Muyuan Li
2016-09-01
Only do slow unlock transition if real home is not running
Jorim Jaggi
2016-07-11
resolve merge conflicts of 6e57aae to master
Selim Cinek
2016-07-08
Improve initial unlock delay (1/2)
Jorim Jaggi
2016-05-03
Preventing unnecessary switching to a user upon lockscreen dismissing.
Vadim Tryshev
2016-04-13
Improved trust error messaging (2/2)
Adrian Roos
2016-01-25
Improved trust error messaging (1/2)
Adrian Roos
2016-01-12
Fix a race condition during async credential check
Xiyuan Xia
2015-10-16
Reset lock pattern stealth mode when keygueard pattern view is reset
Toni Barzic
2015-08-12
Require strong authentication after a timeout
Jorim Jaggi
2015-08-11
Indicating fingerprint error messages on the bouncer now
Selim Cinek
2015-08-03
Don't wipe device because of short PIN, patterns or passwords
Jim Miller
2015-07-22
Move PIN/Pattern appear animation to RenderThread (1/2)
Jorim Jaggi
2015-06-25
Speedup PIN/Pattern dismissal
Jorim Jaggi
2015-06-18
Added a message to the keyguard bouncer
Selim Cinek
2015-06-09
Animations/success state for external confirm device credentials (1/2)
Jorim Jaggi
2015-05-29
Merge "Hide KeyguardMessageArea if empty" into mnc-dev
Adrian Roos
2015-05-26
[LockSettings] migrate password attempt throttling to hardware
Andres Morales
2015-05-26
Hide KeyguardMessageArea if empty
Adrian Roos
2015-05-13
Clear security message on user input
Xiyuan Xia
2015-05-12
Make PIN/Password/Pattern check async
Xiyuan Xia
2015-04-28
Remove LockPatternUtils.getCurrentUser()
Adrian Roos
2015-04-28
Require explicit userId in LockPatternUtils
Adrian Roos
2015-02-02
Null-protect attempt to get EmergencyButton.
Andrew Lee
2015-02-02
Reset keyguard/bouncer on "return to call".
Andrew Lee
2015-01-07
Remove dead code #8: Remove old keyguard "bouncer"
Jorim Jaggi
2015-01-07
Remove dead code #4: Remove unused Keyguard strings
Jorim Jaggi
2014-12-10
Fixed a bug where the pattern may become invisible
Selim Cinek
2014-11-12
Added dissapear animation to pattern and pin input
Selim Cinek
2014-09-05
Remove "forgot pattern" in pattern view
Jorim Jaggi
2014-08-25
Fix invisible security method
Jorim Jaggi
2014-08-12
Preparations for lockscreen launch animations
Jorim Jaggi
2014-08-07
Animations for Keyguard user switcher.
Jorim Jaggi
2014-07-04
Clean up user activity handling
Jorim Jaggi
2014-06-04
Fix Keyguard crash when in landscape.
Jorim Jaggi
2014-05-30
Implemented the appear animation for the pattern security.
Selim Cinek
2014-05-27
Skeleton for Keyguard security method appear animations.
Jorim Jaggi
2014-05-13
Don't clear the pattern when window focus changes.
Jim Miller
2014-03-31
Reuse KeyguardViewMediator for new Keyguard implementation.
Jorim Jaggi
2014-03-10
Fix bug that allowed avoiding lockout if too many wrong patterns are entered.
Adrian Roos
2014-01-27
Move majority of security-related logic from KeyguardHostView
Jim Miller
2013-02-27
Move keyguard to its own process.
Jim Miller
2013-02-27
Move keyguard source and resources into new package
Jim Miller