History log of /frameworks/base/core/java/com/android/internal/widget/PasswordEntryKeyboardHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16537757decfa09374852f2361b63a8738b67601 18-Mar-2010 Joe Onorato <joeo@android.com> fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't

PasswordEntryKeyboardHelper now sets the FLAG_KEEP_TOUCH_MODE flag for the events
so that the last event we process from the soft keybaord doesn't exit touch mode
and we don't erroneously go into non-touch mode since the on-screen button pressing
left us in touch mode.

Change-Id: Id2546ec3bc4b337aedb5e925de0c709ce62ea059
/frameworks/base/core/java/com/android/internal/widget/PasswordEntryKeyboardHelper.java
281a80da143a977046e5b9f65afc85c7fb0b6d25 19-Feb-2010 Jim Miller <jaggies@google.com> Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock.
/frameworks/base/core/java/com/android/internal/widget/PasswordEntryKeyboardHelper.java
280b6023cb77be1cd18f20c0c6a169eba1ed35dc 10-Feb-2010 Jim Miller <jaggies@google.com> Fix 2373088: Cleanup and minor fixes to PasswordKeyboard*.
/frameworks/base/core/java/com/android/internal/widget/PasswordEntryKeyboardHelper.java
0b31970cac04259a6e20dfc6d6e42cd9532528e3 06-Feb-2010 Jim Miller <jaggies@google.com> Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView

- Added new PasswordEntryKeyboardView to internal/widgets. Widget supports:
- alpha mode with symbols (latin-1 only).
- a numeric keyboard
- IME emulation that applies keyboard input to arbitrary top-level view widget.
- Added new transparent assets to framework resources.
- Modified Keyguard and Keyguard layouts to use new PasswordEntryKeyboardView.
/frameworks/base/core/java/com/android/internal/widget/PasswordEntryKeyboardHelper.java