History log of /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a042ac90640c0c3fd3c5349083b86bbfd6319b64 07-Nov-2012 Chris Wren <cwren@android.com> Don't pop the IME for passwors at ScreenOn on tablets.

Change-Id: I4c157559b2a70021d55211607c1d62ba73adc590
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
ebbf5eea2b288700108aaffe3a8dce9ec4b085f7 02-Nov-2012 Daniel Sandler <dsandler@android.com> Merge changes Ib3133583,I0262172d into jb-mr1-lockscreen-dev

* changes:
Show "wrong password" on password screen, not "wrong PIN"
Restore incorrect-PIN lockouts.
16d90923149435cc7f565f684d42ecd074712ce5 01-Nov-2012 Daniel Sandler <dsandler@android.com> Show "wrong password" on password screen, not "wrong PIN"

Bug: 7452916
Change-Id: Ib31335837834dbf47bd55230a526151a502d9467
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
fba4d4a7678862a21d5cf7770ca8bfcc79831bf6 30-Oct-2012 Daniel Sandler <dsandler@android.com> Show the keyboard less aggressively.

Bug: 7427586
Proto-Id: I154ac6faa7609da458157ecfba8d9a94f4e27ccb
Change-Id: I6fcabbdca358f124e362443db1377681378347ae
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
8a26bf5aea45650a14215d398c7d0909fcf80c43 30-Oct-2012 Daniel Sandler <dsandler@android.com> Impose a height & width downward on challenge views.

This means that challenges may no longer wrap_content, even
vertically. But it's the only way to rationalize across
different challenges, some of which want to be a fixed size,
some match_parent, and some wrap_content.

This change also fixes some problems with the password view
as well as PIN view (usable again on sw360 devices like
Galaxy Nexus).

Bug: 7427586
Change-Id: I648e68c5159fef7cf594d4bfe8f6d4bdd5da6b6a
Proto-Id: I280b4875a9deee5dfb7409bdfa8ed0b96fbd0cff
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
1254f2f42f7173ef51d0034975ab5cb7d44f8209 25-Oct-2012 Michael Jurka <mikejurka@google.com> Persist reordering/deleting widgets on keyguard

Also, clean up warnings from unused imports

Change-Id: Id0ef12a584ffdaa8a4fb64ffe93d0dda0af398ec
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
2c1ce0564fbd329e9e9ccfca100c69cfc1fd2645 25-Oct-2012 Daniel Sandler <dsandler@android.com> Cleaning up password input.

Starting to try to show the IME at the right times.

Change-Id: Idc681304c309022666a03c26885a5c94ab4ec2a2
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
86f9637d7bfdc33ab826cc3bbd740f4bf01be280 25-Oct-2012 Jim Miller <jaggies@google.com> Fix new password view in keyguard

The IME wasn't coming up in password mode because the base class always
returned 'false' for needsInput().

Change-Id: Ia5bf508b3e08fa6980e83103322711857af74680
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
6fb841fa219eaae3e87f2fdc05e105d7a1813c42 24-Oct-2012 Adam Cohen <adamcohen@google.com> Fading side pages as per mock

-> Also, adding side pages hints when keyguard is inflated

Change-Id: I33f073ed97510a5982cddc4ee95f1ee3ed3c9397
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
69bdee7c873c4a2295651efda2d0e79c515acc17 23-Oct-2012 Daniel Sandler <dsandler@android.com> Integrate new PIN pad.

Change-Id: I08d6551dfde501c5526eb6fd641ae08475c1365b
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
ac8a59d3d3a6ddb32a293e4dfc74fb55a0ea6e82 15-Oct-2012 Adam Cohen <adamcohen@google.com> Fix issue where pin field doesn't have focus (issue 7348937)

Change-Id: Ia926765271251248701416c001e2e73131cdf4ad
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
6dbf8610e94c1b41e0124577101d6369fd204ad3 15-Oct-2012 Adam Cohen <adamcohen@google.com> Fix for NPE with pattern recovery (issue 7341237)

-> Dealt with this NPE, and guarded against all related NPEs (which probably
can't happen, but given the stakes of a system crash, this is safer).

Change-Id: I3c207839ae0279033b6f3dad791d710b19415439
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
32f9e8ffdd552aef550cd21c97d792b421cb12f9 14-Oct-2012 Adam Cohen <adamcohen@google.com> Merge "Only showing important security messages in status area (issue 7341795)" into jb-mr1-dev
0a4f900463024908220d0c9bf4b291a6e1284846 13-Oct-2012 Adam Cohen <adamcohen@google.com> Only showing important security messages in status area (issue 7341795)

Change-Id: Ie2fcd4dd7130b4684223d0442f50e76435f61768
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
70bc9f24ce6098a8c82245ac1ce7721d354ecd3d 13-Oct-2012 Adam Powell <adamp@google.com> Fix keyguard dimensions; IME state for password view; layouts

Fix a bug where ordering during inflation caused us not to set a
keyguard callback early enough to properly modify window flags. Add a
gross hack to work around this for now.

Fix status layouts to scale a bit more gracefully in the presence of
an IME.

Fix password layouts to scale more gracefully in the presence of an
IME

Bug 7343312
Bug 7341795
Bug 7342963
Bug 7343089

Change-Id: Ifb2c06defef11e8f7f9d0e09855632ed491bb31c
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
0ff7f010f8bfd011f0915031b02739ae3bee401e 12-Oct-2012 Jim Miller <jaggies@google.com> Change keyguard to use single-stage unlock.

Change-Id: Ica175a90ef4400941c7c4f05a494003b85d5e88c
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
9cf2c523d82ec14632fd0db920dcc8909c0f44a5 05-Oct-2012 Jim Miller <jaggies@google.com> More userActivity() calls in keyguard

Some security screens aren't currently calling userActivity(). As such,
they allow keyguard to timeout before the user has a chance to enter
the required information.

The fix uses a TextWatcher to look for changes in the input text
and call userActivity() appropriately.

bug 7291431

Change-Id: I6d7889cc01a4d6bdbefefc5af478e812c35b1a49
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
3af630c8d18bcf4b23a5a308917319dd04cc8ed2 26-Sep-2012 Jim Miller <jaggies@google.com> Update keyguard layouts on phone

- Go back to using old date format
- All keyguard text is now caps
- Lower brightness on emergency call text
- Fixed CR/LF issue with Owner info
- Added new alarm icon and fixed padding
- Swapped Google Now and lock icon in landscape mode
- Centered PIN/Password/Pattern help text in view in portrait
- Fixed keyboard size issue in landscape
- Merge new assets from UX

Change-Id: I7adb44b6c9a57d40cab0a77433d43291fb277568
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
abb53b72fb0dc4ff9f2b917438ec48f0cc0111b6 22-Sep-2012 Kenny Root <kroot@google.com> LockScreen: don't update KeyStore password on unlock

The Gingerbread migration case updated the password when the user
unlocked their device. This is probably not needed anymore and disturbs
multi-user, so just remove it.

Bug: 7169463
Change-Id: Ie62eb9f3fee6953b1123cb7ef3665d519632c6f7
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
08b2b6bfe2550b65c68ad7b4bef8283f1ff17561 15-Sep-2012 Jim Miller <jaggies@google.com> Fix keyguard timeout dialog messages

This fixes an issue where the attempt count was incorrect. We now show the
dialog *after* reporting the failed attempt.

This also fixes an issue where the text wasn't being reset in the password dialog
of keyguard.

Fixes bugs 7170545 and 7120895

Change-Id: Iba2009705373758acca6e10bd670eb34744bece9
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
ac8f5751f52fa445af641604e476703dd5e89504 08-Sep-2012 Jim Miller <jaggies@google.com> Don't hide the PIN keyboard even when a physical keyboard is present.

Originally this was done for aesthetics when we had a physical keyboard on
devices. The code also used to hide the PIN keyboard when a BT keyboard is
attached.

We now always show the keyboard, even when a physical keyboard is present.

Change-Id: I8e1f3af200071382bfe267c28d92062758ebb790
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
d36ebe03c997cc034ba85d06e1fa0da8df047794 01-Sep-2012 Jim Miller <jaggies@google.com> Keyguard bug fixes

Bug:7088530 Lockscreen falsely states "Wrong PIN"
Bug:7091531 Owner name no longer shown on slide to unlock screen, Nakasi
Bug:7091131 When entering a SIM PIN, focus is not put onto the pin entry box
Change-Id: I5c7e957083b25a3445804ea092d962163d187fa1
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java
dcb3d84b82cc2448d04e73359a716581bfb657db 24-Aug-2012 Jim Miller <jaggies@google.com> Replace keyguard with new implementation

This change refactors keyguard to be more modular and maintainable. More
specifically, it replaces the top-level view with just one device-dependent
view that contains two views: a widget area and a security area.

The widget area can be populated with custom widgets.

The security area contains the current security method as dictated by
the stored password quality.

This change contains both the old and the new keyguard with the old keyguard
still enabled. The new keyguard will be enabled in a subsequent change.

Change-Id: Id75286113771ca1407e9db182172b580f870b612
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardPasswordView.java