| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IWindowManager now supports two new methods,
freezeRotation() and thawRotation(), that allow a caller to
temporarily stash the device's current rotation as the
default rotation (when no other constraints are present).
The system bar uses this to implement a user-accessible
rotation lock by calling freezeRotation() and then turning
off accelerometer-based display rotation; unless overridden
by an app, the display will continue to appear in the frozen
rotation until the rotation is unlocked by the user (either
via the rotation lock icon in the system bar or by checking
"rotate screen automatically" in Settings).
Bug: 2949639
Change-Id: Icd21c169d1053719590e72401f229424b254622f
|
|
|
|
| |
Change-Id: I0aea487eb2123d3d7e689c2f8ef24e9025a34aee
|
|
|
|
|
|
|
|
|
|
|
| |
Hold your finger on an individual notification icon to
quickly show that notification's payload.
Also: Quickly swipe up on any icon to open the tray.
Bug: 2994009
Change-Id: I2ae2b546fcfa62994b63b9376f487289b2d06796
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 2510318
Bug: 2974431
Change-Id: I92eb419eeffb657e5572a35a490735a96b303d6b
|
|/
|
|
| |
Change-Id: I2ce0fd4da5c8ac33e90909d49f46cd29565de276
|
|
|
|
| |
Change-Id: I97232a3645e6a817c9c5f5f90b88a7e925d36d13
|
|
|
|
|
|
|
| |
This adds a simplified recents view for devices that
don't handle 3D well.
Change-Id: I8307cd340caf1d65c8fce80eaf55a1d21bc64312
|
|
|
|
| |
Change-Id: Iab93a7d8bd722536fcc5a12ed3274bda3e92aaf6
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
gingerbread
Merge commit 'd3f5bf5aac395cdc7c2faa173141b69adea6e274'
* commit 'd3f5bf5aac395cdc7c2faa173141b69adea6e274':
Import translations for status bar.
|
| |
| |
| |
| | |
Change-Id: I5f40e9c507530fb4110da711e54465c2ae920a94
|
| |
| |
| |
| | |
Change-Id: Ia855f0461a984974e3f54d8f8f5fe146ff330c4f
|
| |
| |
| |
| | |
Change-Id: If901a145b7cdb33b32076dcfb6964be59e3967da
|
| |
| |
| |
| | |
Change-Id: I95ffa7600476f97e3be3c577ef55855abeaeac5e
|
| |
| |
| |
| |
| |
| | |
over-scroll
Change-Id: If34c8ea4e15697420adad0bc404f3c278efd7c1b
|
| |
| |
| |
| | |
Change-Id: Ib37c0a61c5a2b061e4e70268db6d02a9adde10c2
|
| |
| |
| |
| |
| |
| |
| |
| | |
- New icon states per revised UX designs.
- Basic implementation of do-not-disturb mode.
- Removed unused grippies.
Change-Id: I506dcdc8ceb855902f2401e3145c3c676c0de207
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Left: BACK, HOME, RECENT, [MENU], [CLIPBOARD].
Right: NOTIFICATIONS, PANEL TRIGGER.
Many Bothans participated in usability tests to bring us
this change.
Change-Id: I45a0847226fd6264a3d62c60001e2b906ac15133
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Anything that can be dragged using the new drag manager APIs
(View#startDrag) can be dropped here; the pocket will hold
it for you until you're ready to drag it out again.
Known issues:
- currently discarding the clipping whenever you drag it
out; in the future we will only discard it once you
actually drag it somewhere
- there's a bug where dragging things back out of the
pocket's window requires an extra tap (i.e. tap once then
tap and drag)
- almost nothing uses the new drag manager yet :)
Change-Id: Iff3103e4117f31023e1e96667632d77912e21d30
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Windows with FLAG_NEEDS_MENU_KEY (or windowNeedsMenuKey=true
in their theme) will cause the system bar to show a menu
icon. (Note that the phone's status bar currently ignores
this, but phones tend to have hardware menu keys anyway.)
Additionally, all windows whose package's SDK version is
pre-Honeycomb will have FLAG_NEEDS_MENU_KEY set by default.
Bug: 3003728
Change-Id: I2d983763a726ea4f32cd1af9b0390e30478b11d1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change creates a new icon to the right of the
notification area for the IMM to expose control over the
current IME. Currently it shows the IME subtype picker.
TODO: Connect directly to the IMMService to show the correct
icon (and hide the icon entirely when the input panel is not
visible).
Bug: 2975425
Change-Id: If07f30867b81950a0a86b00807a41e2ff2af389c
|
|\ \
| |/
| |
| | |
Change-Id: Ibaa6034dbf87473dfb7d8a324a5f91fc745b99aa
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: Iea08cddee109273fd070a7c9dae7ccb9d22d0e05
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
packages/SystemUI/res/values/colors.xml
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java
Change-Id: I891c8a9f6410037ca7805507e85a17f1655c115e
|
| |/
| |
| |
| |
| | |
Bug: 2993482
Change-Id: I73b1f8c39e995fd4f986c25ea04127eb23c3cd07
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Button text changed to bold by default.
* Change notification divider to lighter gray (new asset).
* Change "Clear" notification button to use system small button assets.
Change-Id: Id1f1bdcf8c034186ad9acbdbdd544546bd32bbd8
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
style" into gingerbread
Merge commit 'aa03f13c3aab16059e6e617fe510f454ed280459'
* commit 'aa03f13c3aab16059e6e617fe510f454ed280459':
Change the 0_fully signal icon to the new style
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
bug:3047901
Change-Id: I1faceb69fa44714bf1d73db0da7bddaaa3bddf3b
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: Iff7f729d1e375902a8d89bb237694913380b0d36
|
| |/
| |
| |
| | |
Change-Id: I32b8e036fc54a912719df660db3063045d8d7c93
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
into gingerbread
Merge commit 'ed1cf3dab59d7af51240269308007546a816b1f4'
* commit 'ed1cf3dab59d7af51240269308007546a816b1f4':
New assets: wifi signal 1, no sim card.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: I2f7571769079998a171ac90d088ca4e82a53ce99
|
| |/
| |
| |
| |
| | |
Bug: 3041579
Change-Id: I72f5a51c86cf0e46143915e6d1fe404ffeceb925
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Unlock has a 1 pixel offset that has to be fixed by code.
dropdown untested on device.
Most of these should be removed from SystemUI (revert 68833).
Pass 4.
Change-Id: Ibbbe4cc404151ec28768af98509082d77b303abe
|
| |
| |
| |
| | |
Change-Id: I5e89891852ff96f113083ac87bcfd74732c43faa
|
| |
| |
| |
| |
| |
| | |
updated assets: pull-my-thumb/unlock (partially complete), 3g status, expander_ic_min/max changes
Change-Id: I1cb4601ec7eb2da7689fa58cb56c294f786ea4e6
|
| |
| |
| |
| | |
Change-Id: I077fd2162e0901b6f31b815459873586f813a753
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It now toggles between show/hide for each tap on the home button.
Added new bitmap generation for lighting and halo effect while loading.
Uses new CarouselViewHelper class to manage textures and threading.
Uses a "real view" to render detail text.
Activities can now overload onCreateDescription() to show a
description in Carousel.
Improved startup and resume speed by posting single event to
refresh the activity list.
Change-Id: Id5552da75b9d022d24f599d11358ddababc97006
|
| |
| |
| |
| |
| | |
Bug: 3038418
Change-Id: Ic27c2e686b918c0238b85658700925c51311df06
|
| |
| |
| |
| |
| |
| |
| | |
This includes adding the new DISABLE_NAVIGATION flag.
Bug: 3000770
Change-Id: I6d1c3586198e13e06b5d26e8b23a9495dc4ba02e
|
| |
| |
| |
| |
| | |
Bug: 3029373
Change-Id: I96760656dcda20ab238305900f9964083a8e5273
|
| |
| |
| |
| |
| |
| |
| | |
When the drawer is open, hide the icons & toasts.
Move Clear button to the bottom and add DND button.
Change-Id: I8b3253eb8f2ff3b1e11a819d58b202e023f00710
|
| |
| |
| |
| | |
Change-Id: I683c784de4d948d2cd3b9a8302bd224f565ee053
|
| |
| |
| |
| |
| | |
Bug: 2994011
Change-Id: I0c5a28de5269f4136e6b118d5f6ac4aa38cd6d07
|
| |
| |
| |
| | |
Change-Id: Ia3db5cc29eac1703123de3e1c6dc7c22e7d024eb
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
gingerbread
Merge commit 'f434dd1660f222a1ee85e77c98893b90857805c2'
* commit 'f434dd1660f222a1ee85e77c98893b90857805c2':
Update Inet Connection Status display
|