summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/widget/LockPatternView.java
Commit message (Expand)AuthorAgeFilesLines
* Forward port CM Screen Security settings (1/2)Michael Bestas2022-10-261-78/+162
* Extract LockPatternView animation parameters.Aleksandr Litovchenko2022-03-241-8/+13
* Fix PIN lock pattern not respecting user settingsLais Andrade2022-03-221-3/+1
* Make LockPatternView dot hit area circular.Aleksandr Litovchenko2022-03-091-72/+37
* Deprecate boolean settings for haptic feedback and vibrate when ringingLais Andrade2022-01-181-35/+5
* LockPatternView: Combine all cell activation animations.Aleksandr Litovchenko2021-09-031-86/+70
* LockPatternView dot activation animation.Aleksandr Litovchenko2021-09-031-12/+57
* Add new line disappearing animation to LockPatternView.Aleksandr Litovchenko2021-09-031-25/+122
* Fix crash when BiometricPrompt requests swipe pattern and talk back is enabled.Joe Bolinger2021-06-211-2/+3
* Lock Pattern View - Visual updateMatt Pietal2021-02-021-25/+38
* 1/N The road to Material NEXT (bouncer and shade)Lucas Dupin2020-12-011-0/+14
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Introduce LockscreenCredentialRubin Xu2019-10-081-1/+1
* Do not let pattern be draggedLucas Dupin2019-06-131-0/+7
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-221-0/+26
* Refactor passwords/pins/patterns to byte[]Rich Cannings2019-02-211-1/+3
* Make pattern fade slowerLucas Dupin2018-11-051-1/+1
* Make pattern animation a little fasterLucas Dupin2018-10-241-2/+3
* Rename & package shuffleJohn Reck2018-10-041-6/+4
* Clear all fade-out timeoutsLucas Dupin2018-06-041-1/+1
* Don't clear mPattern when clearing visual pattern.Vishwath Mohan2018-03-301-0/+5
* Revert "Clear pattern on completion (if fade is enabled)."Vishwath Mohan2018-03-291-3/+0
* Clear pattern on completion (if fade is enabled).Vishwath Mohan2018-03-271-0/+3
* Provide the option to disable fading the pattern.Vishwath Mohan2018-02-161-2/+19
* Add fading to the pattern unlock screen.Vishwath Mohan2018-01-311-2/+16
* Initialize list of virtual views before using it.Phil Weaver2017-05-301-10/+8
* Add colorErrorJason Monk2017-02-241-7/+5
* Deprecate "speak passwords" setting.Phil Weaver2017-02-211-13/+2
* widget: Adding support for custom LockPatternView.Alain Vongsouvanh2017-01-061-7/+51
* Recycle TypedArray in LockPatternViewJim Miller2016-02-021-0/+1
* 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