History log of /frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c355c7a9889fb0171ab593e7a1ba5f53909a27a6 20-Dec-2017 Phil Weaver <pweaver@google.com> Fix accessibility reporting for lock screen PIN

Now reporting what is shown on the screen and generating
events when that changes as dots replace the numbers.

Bug: 69454936
Test: Manually observing the event stream as I enter a PIN
on the lock screen.

Change-Id: I4c0afe1140006192b57febb500ea982976645652
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
d4128ec0df2d40d46b4fa0ff6edae393f3bf67b9 04-Dec-2017 Eugene Susla <eugenesusla@google.com> Revert "Don't generate irrelevant a11y events - framework"

This reverts commit 8ddfb4794f128ad6ac10fed72c73fdec61ea7bcb.

Test: presubmit
Bug: 69975306
Change-Id: I05cb545eb0adc77298dddf2dea2997ef36b58a5f
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
8ddfb4794f128ad6ac10fed72c73fdec61ea7bcb 16-Nov-2017 Svet Ganov <svetoslavganov@google.com> Don't generate irrelevant a11y events - framework

Now before we fire an a11y event we check if this event has an
observer. As a bonus we don't push the state to clients if the
dynamic service config did not change.

Test: cts-tradefed run cts-dev -m CtsAccessibilityServiceTestCases

bug:69427760

Change-Id: Ie208e13b8557bb7a120198a43efcb79c2752f5db
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
dddc362bc94a264e786b21d4d2e46184ee8035dd 27-Jun-2017 Selim Cinek <cinek@google.com> Merge "Fixed an accessibility issue with the pin view" into oc-dev am: 06fdcf8a40
am: 1d9c84b39b

Change-Id: Ia7b2b47db9368348d5a7319f67944fb421cc00d5
8a72b06a26718cb8bdfd2ad6ae31623b60911f39 23-Jun-2017 Selim Cinek <cinek@google.com> Fixed an accessibility issue with the pin view

We were sending an accessibility event even if there were no
characters left, leading to an additional "bullet deleted"
notice.

Test: input pin, delte pins one bye one, observe no talkback spoken anymore at the end
Bug: 62714260
Change-Id: Iee751e31f702f4b0dc6d5a15d31d58e71bfa797e
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
fec8092b216731755d8939758eaa915a7858ad3a 14-Jun-2017 Andrew Sapperstein <asapperstein@google.com> Update lockscreen to use config_headlineFontFamilyLight

Allows OEMs to update the font family that's used for various places in
lockscreen (clock, num pad, and PIN password text). Also updates the
various text sizes to new numbers.

Fixes: 62411304
Fixes: 62411119
Test: ag/2430512 and manual verification
Change-Id: I3ecd1b18bbefe61c6a9cc5f549966ecd71858c9c
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
987f1937a0231a2b6d09bf7c3bbb7df9de04d6b4 14-May-2017 Lucas Dupin <dupin@google.com> Change keyguard theme when wallpaper colors change

Bug: 38163994
Bug: 37014702
Bug: 62053168
Test: visual
Change-Id: I5a2da4ef2ad6fc1dab71588f2d0f5bd207731900
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
385912ee2d78e0e557704cfd5f8c7dbe2b7fd280 10-Feb-2017 Phil Weaver <pweaver@google.com> Deprecate "speak passwords" setting.

This will now be controlled by individual accessibility services.
We'll provide the password information to them, and they can
present or hide the information as it makes sense for their users.

Password information was anyway provided when a headset was
connected.

Bug: 28139568
Test: Manually verified that TalkBack now speaks passwords on the
lock screen and in text views. Since I'm removing functionality
that didn't have tests, it's tricky to have specific tests.
Change-Id: Ic3c724ccce5762ee9dcd9e7dcbd4eae6734dd05e
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java
23f85ec14dab49b2c525dc266d2a1f74f7f9d07c 31-Jan-2017 Jason Monk <jmonk@google.com> Move Keyguard to SystemUI

Test: make
Change-Id: I3abb67e2b022737d2aa0226bb07f3966ad68fff7
/frameworks/base/packages/SystemUI/src/com/android/keyguard/PasswordTextView.java