History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0fc298ffc7f6807fe8e14f29996ab113a136cb87 02-Aug-2016 Selim Cinek <cinek@google.com> Improved vibration feedback completely

Certain paths were still vibrating at the wrong time.

Change-Id: I660a84efa798a8c1198d8899584ecec48ff2e9d8
Fixes: 30000347
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
470bf5eccb8484a1e816926ea501496348bcf963 01-Jun-2016 Selim Cinek <cinek@google.com> Fixed that volume buttons were not working on the pin input

Because we were intercepting all buttons.

Change-Id: Id2155f23d55cb5282c87409b9c6b8441540ad894
Fixes: 28786740
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
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/KeyguardPinBasedInputView.java
d6d253a5a1e9cd29e1059262206ef9beb8e49fe5 13-Apr-2016 Adrian Roos <roosa@google.com> Improved trust error messaging (2/2)

More detailed reason strings when trust or
fingerprint are not allowed.

Bug: 22704995
Change-Id: Ia9e22378d3fc0f5fb42e32adc789e313c3a2beb3
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
ce2bd0fac7d4f59310061a71ab3b82b96fcc95f8 20-Feb-2016 Selim Cinek <cinek@google.com> Fixed a bug where the numpad wasn't working correctly

Also accepting the enter key now from the numpad as a
confirm key.

Bug: 27108451
Change-Id: I63dbd4b6cad3d2dce74e297dcb7abad9c5e66cbe
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
c13723f22e476b4558061942c001ee62eaca79e4 12-Jan-2016 Adrian Roos <roosa@google.com> Improved trust error messaging (1/2)

Tracks why trust agents are disabled and shows
a generic message on the keyguard. Dedicated strings
in follow-up.

Bug: 22704995
Change-Id: Ibb4fd9c9386c4dc12f0734004502b9a9cc6ded79
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
c467bd641f17491b90be6e046221cfdd54671eb5 02-Sep-2015 Jim Miller <jaggies@google.com> Fix broken enter key after failed PIN attempts.

Fixes bug 23699953

Change-Id: Id099443b830f5608c0bf955075c3407b401f3d53
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
ed7dcc2dc593e7b75340df2b22cb4b07cce351eb 26-Aug-2015 Jim Miller <jaggies@google.com> Don't check the keyguard PIN a second time

If you tap the enter key twice on the keyguard PIN entry
screen, the second tap can sometimes register because keyguard
hasn't been dismissed yet. The fix is to ignore a second attempt
after the PIN has already been verified.

Fixes bug 19216025

Change-Id: I73a004e91e43f3da65ec84f90de6943e717d737f
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
25b4d4b280c6aa07656328bd9dd90977781d00e1 12-Aug-2015 Jorim Jaggi <jjaggi@google.com> Require strong authentication after a timeout

Bug: 21594472
Change-Id: Iab169d4fa2e4ad134f8c8579654b28e96b5b1385
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
3122fa85b2f18c0a89f5fe1ef0942c530a271843 18-Jun-2015 Selim Cinek <cinek@google.com> Added a message to the keyguard bouncer

A message can now be shown on the keyguard bouncer
explaining why the bouncer is being shown.

Bug: 21618072
Change-Id: I25aea9cc242abbf6a133fb42cc4407f5c2f3f688
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
2285308629a6826c63fbaf5174207accf1a57e91 11-Jun-2015 Adrian Roos <roosa@google.com> Remove click listener from PIN views

Bug: 21638812
Change-Id: I382dd0f64092aebeb6fdb6b2e2d465b0abdd5669
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
de26ea65a8ca248907688f5b73f6b43f07e0c2d8 20-May-2015 Xiyuan Xia <xiyuan@google.com> Do not show soft keyboard when locked out on keyguard UI

- Split password entry enabled and input enabled into two states;
- Disable input during lock check;
- Disable password entry when locked out;
- Don't show soft keyboard if password entry is disabled on resume;
- Auto show soft keyboard when password entry becomes enabled;

Bug:20542149
Change-Id: Iffe3f205776143ac21e25e337d5b7a0e6994ebf2
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.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/KeyguardPinBasedInputView.java
42661cba30aaf9a0945a9edede1b18a64fb8b8f9 17-Feb-2015 Adrian Roos <roosa@google.com> Revert "Fixed accessibility for the pin input view on keyguard."

Also removes the Klondike from the content description.

This reverts commit c199ef37594b946cb295c29df321e74332ee5408
from change I3dd05fa1714da36795f448718fd70f1cdbfe2584

Bug: 18528774
Change-Id: I8a85076f939a8b78075b5a6322009ebfd78bf8d3
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
c199ef37594b946cb295c29df321e74332ee5408 09-Dec-2014 Selim Cinek <cinek@google.com> Fixed accessibility for the pin input view on keyguard.

Passwords are not spoken out loud anymore if the user
did not select that option.

Bug: 18528774
Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
b690f0d5023fcf144f2701058d5a6f88d66cc97a 03-Jul-2014 Jorim Jaggi <jjaggi@google.com> Clean up user activity handling

- Only call userActivity in down touch event
- Use normal timeout when QS is open
- Clean up old code regarding user activity in Keyguard

Change-Id: I968eeed33fef44def37b68eb1ddc63f1a531ab35
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
103a6c41c05b33b24b417992cf072f847303bc42 30-Jun-2014 Selim Cinek <cinek@google.com> Fix build

Change-Id: I1ddfa0a36b05d0af9e742e083b41b23883f59c00
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
5b1662d4671d08fb9caccae09dd938fdb7bb2da8 30-Jun-2014 Selim Cinek <cinek@google.com> Removed unused nullcheck

Change-Id: Iebc3e267d2a80d960e4ee4ebd04b3a96a1b90067
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.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/KeyguardPinBasedInputView.java