summaryrefslogtreecommitdiff
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java
AgeCommit message (Collapse)Author
2017-02-10Move Keyguard to SystemUIJason Monk
Test: make Change-Id: I3abb67e2b022737d2aa0226bb07f3966ad68fff7
2016-08-02Improved vibration feedback completelySelim Cinek
Certain paths were still vibrating at the wrong time. Change-Id: I660a84efa798a8c1198d8899584ecec48ff2e9d8 Fixes: 30000347
2016-06-01Fixed that volume buttons were not working on the pin inputSelim Cinek
Because we were intercepting all buttons. Change-Id: Id2155f23d55cb5282c87409b9c6b8441540ad894 Fixes: 28786740
2016-05-16Don't always announce accessibility events when resetting passwordJim Miller
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
2016-04-13Improved trust error messaging (2/2)Adrian Roos
More detailed reason strings when trust or fingerprint are not allowed. Bug: 22704995 Change-Id: Ia9e22378d3fc0f5fb42e32adc789e313c3a2beb3
2016-02-22Fixed a bug where the numpad wasn't working correctlySelim Cinek
Also accepting the enter key now from the numpad as a confirm key. Bug: 27108451 Change-Id: I63dbd4b6cad3d2dce74e297dcb7abad9c5e66cbe
2016-01-25Improved trust error messaging (1/2)Adrian Roos
Tracks why trust agents are disabled and shows a generic message on the keyguard. Dedicated strings in follow-up. Bug: 22704995 Change-Id: Ibb4fd9c9386c4dc12f0734004502b9a9cc6ded79
2015-09-01Fix broken enter key after failed PIN attempts.Jim Miller
Fixes bug 23699953 Change-Id: Id099443b830f5608c0bf955075c3407b401f3d53
2015-08-26Don't check the keyguard PIN a second timeJim Miller
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
2015-08-12Require strong authentication after a timeoutJorim Jaggi
Bug: 21594472 Change-Id: Iab169d4fa2e4ad134f8c8579654b28e96b5b1385
2015-06-18Added a message to the keyguard bouncerSelim Cinek
A message can now be shown on the keyguard bouncer explaining why the bouncer is being shown. Bug: 21618072 Change-Id: I25aea9cc242abbf6a133fb42cc4407f5c2f3f688
2015-06-10Remove click listener from PIN viewsAdrian Roos
Bug: 21638812 Change-Id: I382dd0f64092aebeb6fdb6b2e2d465b0abdd5669
2015-05-21Do not show soft keyboard when locked out on keyguard UIXiyuan Xia
- 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
2015-05-13Clear security message on user inputXiyuan Xia
Bug:20536310 Change-Id: I57c2fda9def7db4908303ce3ac1977563fc4bfdd
2015-02-17Revert "Fixed accessibility for the pin input view on keyguard."Adrian Roos
Also removes the Klondike from the content description. This reverts commit c199ef37594b946cb295c29df321e74332ee5408 from change I3dd05fa1714da36795f448718fd70f1cdbfe2584 Bug: 18528774 Change-Id: I8a85076f939a8b78075b5a6322009ebfd78bf8d3
2014-12-09Fixed accessibility for the pin input view on keyguard.Selim Cinek
Passwords are not spoken out loud anymore if the user did not select that option. Bug: 18528774 Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584
2014-07-04Clean up user activity handlingJorim Jaggi
- 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
2014-06-30Fix buildSelim Cinek
Change-Id: I1ddfa0a36b05d0af9e742e083b41b23883f59c00
2014-06-30Removed unused nullcheckSelim Cinek
Change-Id: Iebc3e267d2a80d960e4ee4ebd04b3a96a1b90067
2014-06-30Implemented new PIN unlock designSelim Cinek
The pin unlock design was changed according to the spec and new animations where introduced for the password field. Bug: 13735707 Change-Id: I76f5e873bd0ea4f34ca3d2cd971223f0a83e2f28