History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUI.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ad460b087abbd4b523a2e61ff27b0bf6fb5be92 14-Dec-2010 Daniel Sandler <dsandler@google.com> Look again; the system bar is now diamonds.

Lights Out 3.0 (bug 3241144)
- new artwork
- new transition animations
- new interaction (tap anywhere to dismiss & interact)
- much simpler overall design and implementation

Layout (bug 3242949)
- fine-tuned spacing on navigation and notification icons
- notification icon spacing compresses in portrait

Shirt Pocket (bug 3203179)
- disabled for now

Bug: 3241144
Bug: 3242949
Bug: 3203179
Change-Id: I6e9b7f9ebe07317d07609f11d5f03f22269bc7bb
/frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUI.java
f3c3c4fd14cb4185ec6df5a4355aab8b9f4039dc 21-Oct-2010 Joe Onorato <joeo@google.com> Refactor SystemUI so the status bar isn't a Service of its own.

There is now one SystemUIService, which starts the status bar service.
Pretty soon there will be other things running in here too. This way
we don't need to have each of them started by something individually.

This also moves the choice between tablet and phone status bar into
SystemUI.apk, which seems like a much better place for it.

Change-Id: Ib69ef2f43d648764f8dbb52008f5d036a1ee07d9
/frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUI.java