History log of /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40e9f2922cae76ffcbc521481e5be8e80e8744ef 28-Nov-2012 Dianne Hackborn <hackbod@google.com> Quiet down a lot of logging.

Also fix a little problem where the USER_STARTED broadcasts
were not being sent as ordered broadcasts(!).

Change-Id: I3aa3e0a9b3900967cdd2d115ee103371b0a50c41
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java
bdca3c0a21ba15e8bb6d7ef0ca1b7e8024f98f19 30-Oct-2012 Jim Miller <jaggies@google.com> Implement correct music widget positioning in keyguard

This always inserts the music widget to the left of the camera
widget if it exists or as the right-most widget when music is
playing.

Fixes bug 7425361

Change-Id: Ida992fbdde254a2de0ab12c63e003ccfeab7a94a
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.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/KeyguardTransportControlView.java
71b3cd56a618e66a407081ee46bf3f64bd0e9582 11-Oct-2012 Jim Miller <jaggies@google.com> Final keyguard tablet layout integration

This change integrates the finalized tablet layouts for keyguard. It supports
both 7" and 10" tablets and makes some minor tweaks on phones.

Bug 7094419

Change-Id: I7b683382974de509e8045210544ea959db82e72d
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java
223ce5c7326f6d13a17ccf2624605bb62864a27a 06-Oct-2012 Jim Miller <jaggies@google.com> Implement music and user priority scheme in keyguard

This fixes an issue where the music transport hangs around indefinitely.
It used to get dismissed when music stopped playing and a notification came in.
This was due to a bug in JB.

Now that the bug is fixed, the music control hangs around indefinitely until
the application actually releases it.

Since we have widget support, we can now leave the transport control in place
for as long as it's possible to resume music (state = playing | paused).

If music is playing, we start with the trasport showing
If not, and multi-user is enabled for more than one user, we show the user switcher.
Otherwise, we show the clock.

Bug 7290707

Change-Id: I6f0553a64b7b66bac7b35eca6d8a8793c15b918c
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java
109f1fd80c90409c0d7f21d49989641dfdf2ad1b 20-Sep-2012 Jim Miller <jaggies@google.com> Update keyguard selector view to match UX design spec
- Use new Roboto-Thin font
- Add new keyguard-specific date format
- Layout tweaks to keyguard selector screen.
- Add smart EmergencyButton class
- Add selective upper-casing of components on the display to enable later UX decision
- Work around SIM state bug

Bug: 7094419
Change-Id: Ic7e0f30697c14d4946372509d98ad81bf6a23c92
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/KeyguardTransportControlView.java
ff2aa0bc8919c247bfc8e81d3f168e5064f52ffb 07-Sep-2012 Jim Miller <jaggies@google.com> Initial pass at adding Music control to new keyguard.

- View is now added or removed based on AudioManager status
- Reduced depth of hierarchy by making KeyguardTransportControl a KeyguardWidgetFrame
- Return to the status view when we return to keyguard (onScreenTurnedOn)

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