History log of /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23d7a6e605f9c6c1c57550e1053d9e6ddd22741e 02-Nov-2012 Daniel Sandler <dsandler@android.com> PUK support.

Bug: 7413109
Change-Id: I7ccfe79a17fd9b1273bc0ac821ac0e2884ae7ab2
Proto-Id: Ie49c04cf3d373e57ef0bbfd0c59589fe905c8aae
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.java
0b728244dc87b4a453f2191c2cb37a86e91aee0a 29-Oct-2012 Jim Miller <jaggies@google.com> Update status area and emergency call logic to match new spec

Change-Id: Ic43d9d58168166aacf2b145663dc9412b099f9c2
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.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/KeyguardSimPukView.java
838906b165e4d3cb2c512b2db344aa50cb5d4751 20-Oct-2012 Jim Miller <jaggies@google.com> Get basic keyguard working in new branch

This merges the changes from the proto app into the framework.
Basic functionality tested on phone in portrait:

- Slide
- Pattern
- PIN
- Password (wonky)
- SIM PIN

Change-Id: I21b2c30cf05dc01ffb20948f41a044e7af1db25f
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.java
87d57952af662a94637c1519b2189e22456af2db 15-Oct-2012 Jim Miller <jaggies@google.com> Minor layout tweaks and bug fix in keyguard

- fix wrong string in SIM PUK unlock
- use buttonBar style for "emergency" and "forgot pattern" buttons

Bug 7341237

Change-Id: Id5593b54c345e3f869b6febc8554da01e7cb319e
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.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/KeyguardSimPukView.java
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/KeyguardSimPukView.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/KeyguardSimPukView.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/KeyguardSimPukView.java
3efe106264262924a9218268d3c7d19d272fb7a2 29-Sep-2012 Jim Miller <jaggies@google.com> Clean up SIM PIN and PUK screens in keyguard.

- new flow for PUK screen
- clean up SIM and PUK screen to match UX designs
- simplified logic for showing emergency call button

Change-Id: I66fcd312f3c52dd212d9836dc020735dbc88d5ee
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.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/KeyguardSimPukView.java
4b09dd31fb1cefcaee87e7a206f22ba31527e250 04-Sep-2012 Jim Miller <jaggies@google.com> Better flow for SIM PIN/ SIM PUK screens in keyguard.

We now fade between security screens when not coming from selection view.
In the case of SIM PIN/PUK screens, this means we show the user's security
screen without going back to the selector view.

This change also adds a fade animation for when we go between security screens
without going back to the selector view.

This also fixes a bug where we were invoking two checks for the SIM
state - one for ACTION_DOWN and another for ACTION_UP.

Change-Id: I260f9a2e0316cbf26ec7621f774bfdf9956ca488
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardSimPukView.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/KeyguardSimPukView.java