summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/widget/LockPatternView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix pattern visibility settings (1/2)Michael Bestas2016-02-031-17/+18
* Forward port CM Screen Security settings (1/2)Michael Bestas2015-12-111-59/+150
* Fix pattern lock for accessibilityAdrian Roos2015-07-291-13/+37
* Move PIN/Pattern appear animation to RenderThread (1/2)Jorim Jaggi2015-07-221-23/+145
* Improve LockPatternView accessibilityJim Miller2015-06-111-11/+218
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-3/+3
* Clean up and fix warnings in LockPatternView: make things finalPaul Crowley2014-12-151-19/+22
* New lock pattern assets and animationsJorim Jaggi2014-08-121-205/+166
* Material themeAlan Viverette2014-06-061-6/+6
* Changed the LockPatternView assets to quantumSelim Cinek2014-06-051-35/+53
* Implemented the appear animation for the pattern security.Selim Cinek2014-05-301-8/+34
* Fix bug #13727850 Input values are not visible when setting up the lockscreen...Fabrice Di Meglio2014-03-311-1/+12
* Don't show incorrect pattern in stealth mode.Adrian Roos2014-01-081-6/+4
* Fix keyguard pattern invalidate bugJim Miller2013-04-101-25/+22
* Fix long-standing bug with LockPatternView drawing artifactsJim Miller2013-03-071-105/+47
* Accessibility support for the lockscreen - phone.Svetoslav Ganov2012-10-311-7/+6
* Send LockPatternView accessibility announcements before callbacksalanv2012-10-031-7/+5
* lock pattern width spec set to maxPeter Ng2011-11-091-1/+1
* Fix 5444675: Fix vibrate regression on Pattern and PIN unlock screens.Jim Miller2011-10-121-37/+10
* Adding accessibility support to the pattern lock.Svetoslav Ganov2011-10-101-17/+70
* Update LockScreen layouts to latest UX spec.Jim Miller2011-06-221-42/+46
* Minor tweaks to GridLayout for KeyGuardScreenUnlock.Philip Milne2011-06-211-2/+1
* Merge "Handle dropped motion events in Pattern Unlock due to high system acti...Jim Miller2011-06-171-152/+169
|\
| * Handle dropped motion events in Pattern Unlock due to high system activityJim Miller2011-06-171-152/+169
* | Update pattern unlock and assets to match new UX design spec.Jim Miller2011-06-171-17/+46
|/
* Fix 3148496: Update LockScreen assets & layoutsJim Miller2010-12-151-10/+33
* Optimize FBO drawing with regions.Romain Guy2010-11-021-5/+5
* Fix 2538826: Allow aspect of LockPatternView to be customized.Jim Miller2010-04-011-8/+44
* Fix for 2139014: Allow platform customization of vibration pattern in LockScr...Jim Miller2009-09-301-2/+27
* Fix for 2137900: Be more conservative about poking the wakelock.Jim Miller2009-09-291-0/+9
* Guard against index out of bounds exception in lock pattern widget.Karl Rosaen2009-08-041-4/+4
* Use MeasureSpec.getWidth instead of default display in lock pattern widget.Karl Rosaen2009-07-101-15/+6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1024
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1024/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+39
* Initial ContributionThe Android Open Source Project2008-10-211-0/+987