Age | Commit message (Collapse) | Author |
|
Test: make
Change-Id: I3abb67e2b022737d2aa0226bb07f3966ad68fff7
|
|
Certain paths were still vibrating at the wrong time.
Change-Id: I660a84efa798a8c1198d8899584ecec48ff2e9d8
Fixes: 30000347
|
|
Because we were intercepting all buttons.
Change-Id: Id2155f23d55cb5282c87409b9c6b8441540ad894
Fixes: 28786740
|
|
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
|
|
More detailed reason strings when trust or
fingerprint are not allowed.
Bug: 22704995
Change-Id: Ia9e22378d3fc0f5fb42e32adc789e313c3a2beb3
|
|
Also accepting the enter key now from the numpad as a
confirm key.
Bug: 27108451
Change-Id: I63dbd4b6cad3d2dce74e297dcb7abad9c5e66cbe
|
|
Tracks why trust agents are disabled and shows
a generic message on the keyguard. Dedicated strings
in follow-up.
Bug: 22704995
Change-Id: Ibb4fd9c9386c4dc12f0734004502b9a9cc6ded79
|
|
Fixes bug 23699953
Change-Id: Id099443b830f5608c0bf955075c3407b401f3d53
|
|
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
|
|
Bug: 21594472
Change-Id: Iab169d4fa2e4ad134f8c8579654b28e96b5b1385
|
|
A message can now be shown on the keyguard bouncer
explaining why the bouncer is being shown.
Bug: 21618072
Change-Id: I25aea9cc242abbf6a133fb42cc4407f5c2f3f688
|
|
Bug: 21638812
Change-Id: I382dd0f64092aebeb6fdb6b2e2d465b0abdd5669
|
|
- 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
|
|
Bug:20536310
Change-Id: I57c2fda9def7db4908303ce3ac1977563fc4bfdd
|
|
Also removes the Klondike from the content description.
This reverts commit c199ef37594b946cb295c29df321e74332ee5408
from change I3dd05fa1714da36795f448718fd70f1cdbfe2584
Bug: 18528774
Change-Id: I8a85076f939a8b78075b5a6322009ebfd78bf8d3
|
|
Passwords are not spoken out loud anymore if the user
did not select that option.
Bug: 18528774
Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584
|
|
- 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
|
|
Change-Id: I1ddfa0a36b05d0af9e742e083b41b23883f59c00
|
|
Change-Id: Iebc3e267d2a80d960e4ee4ebd04b3a96a1b90067
|
|
The pin unlock design was changed according to the spec
and new animations where introduced for the password field.
Bug: 13735707
Change-Id: I76f5e873bd0ea4f34ca3d2cd971223f0a83e2f28
|