History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4db942c21bac097a4c87b479d07d47cc3d7cc002 17-May-2016 Jim Miller <jaggies@google.com> Don't always announce accessibility events when resetting password

The code use to always announce for accessibility when resetting the
password field, which results in announcing "Four characters replaced
with zero characters."

The fix is to only announce this message when the user needs to try
again.

Fixes bug 24331841

Change-Id: Icc9450d37b9338a39709f50666829d4a007b2b65
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
22d1201c39d734273ed4a356de0df0c082623479 07-Apr-2016 Evan Rosky <erosky@google.com> Fixed PIN entry detecting gravity improperly

Bug: 28061319
Change-Id: I289584765203892b7dbac4220b515445b821d621
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
90427507882de8ddbd178c6466896deb4969f5bc 02-Apr-2016 Evan Rosky <erosky@google.com> Added padding and gravity support to PIN entry

Also made it more customizable via attributes

Bug: 25184308
Change-Id: I3cfd48b6bb964ea8db1539586ed70343fda5e40a
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
09eb0337b760c74d73a614edfdc7eaa6e083a29f 14-May-2015 Xiyuan Xia <xiyuan@google.com> Clear security message on user input

Bug:20536310
Change-Id: I57c2fda9def7db4908303ce3ac1977563fc4bfdd
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
a48caee9a717afe80a2210e5db3a4d6dabd952b5 15-Jan-2015 Adrian Roos <roosa@google.com> Added TEXT_CHANGED event to PasswordTextView

Also creates a TextView-like accessibility node
and populates accessibility events with text if
required.

Bug: 18528774
Change-Id: I4a918a092b1e97879c31f54604cf957e01f4bc86
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
6380482d081e557164393417370e0c5da22a5bda 10-Sep-2014 Selim Cinek <cinek@google.com> Fixed unnecessary layer creations in the pin unlock method

This was especially noticible when double tapping a notification
because of the staggered appearing.

Bug: 17287256
Change-Id: I8f39892fa122bb8b7b6f2a7b1e7be8a9570e661e
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java
4e8b9ed30b67e5449d987e674b2966dc7f3ac224 21-Jun-2014 Selim Cinek <cinek@google.com> Implemented new PIN unlock design

The pin unlock design was changed according to the spec
and new animations where introduced for the password field.

Bug: 13735707
Change-Id: I76f5e873bd0ea4f34ca3d2cd971223f0a83e2f28
/frameworks/base/packages/Keyguard/src/com/android/keyguard/PasswordTextView.java