| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the navigation bar was originally introduced to phones
(in change Ic613a335) we wanted it to stick to the same spot
on the display so that it felt as much as possible like a
physical button array; pressing the same fingertip-sized
spot on the glass should always invoke BACK, etc. This meant
flipping the nav bar to a vertical orientation when the
phone was in landscape, and then juggling around the window
insets and other system windows to make room for it.
For reasons that are now lost to time, in that original
implementation we made the vertical navigation bar narrower:
42dp (versus 48dp for the horizontal navigation bar, which
incidentally is always horizontal on tablet-type devices).
Nobody really noticed (except app developers looking to
hardcode this value instead of just using fitSystemWindows
or the new WindowInsets).
Here we finally make the navigation bars match perfectly in
portrait and landscape.
Bug: 23724209
Change-Id: I861be84b41c6a227d269469686c8c66a32029f1d
|
|
|
|
| |
Change-Id: I6e338dee76063d7d200967bef0ed1122c2769d42
|
|
|
|
|
|
|
|
| |
Removes unnecessary transparent pixels from navigation
bar assets, saving on-disk, java heap, and texture memory.
Bug: 18412658
Bug: 10918599
Change-Id: I47ee92ed3a3eaf8d02be86f0b67a77f035a8fb43
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use new assets for location, flightmode and "more" notifications
icon.
- Update icon size and clock to spec.
- Change from fixed width of the icons to WRAP_CONTENT, so they look
more evenly distributed.
- Adjust subpixel rendering of battery icon to match other vector
icons.
Bug: 16161255
Change-Id: I0a80f223b7d532bc53a201cff37b8f1cb09f08c2
|
|
|
|
|
| |
Bug: 15981688
Change-Id: Id56cafc17aaf86cd3ce1cc125197fa0ce86ab56b
|
|
|
|
|
|
|
|
| |
- New vectors, remove obsolete pngs.
- New datatype overlays that better handle RTL.
Bug:15988601
Change-Id: I39499f1289a7f4f8381d00653389ffedf9c33552
|
|
|
|
|
|
|
|
|
|
| |
- Replace old pngs with new vectors.
- New problem indication, remove provisional color filters.
- Remove spacing hacks in SignalClusterView.
- Wire up QS tile icons to demo mode.
Bug:15988601
Change-Id: Ib785288eebfb09896a499d562eb56debbd89a456
|
|
|
|
| |
Bug: 15599260
Change-Id: I37688f368ce22f1dc30119fe174ce701c7c147cc
|
|
|
|
|
| |
Bug: 15567777
Change-Id: I248eddca0e75df6ebf421913f12bfa488bb860ec
|
|
|
|
|
|
|
|
| |
- Remove zen mode indicator from LHS.
- Update ringer mode icons to latest design.
- Zen mode trumps ringer mode in slot if enabled (as it will in QS).
Change-Id: I48bd7e8fdb2a19333b0b6d24d34cc98aa142691f
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove temporary harness responsible for creating enabled/disabled
versions of vectors at runtime. Instead, pre-compute the necessary
states as separate files.
Normalize all qs icon names, cleanup obsolete pngs, and replace
the DND hangtag.
Bug:14133785
Change-Id: Ifb58635b832d25ca1de7e9f79cf8ec3503ea8cec
|
|
|
|
|
|
| |
...
Change-Id: I965317ba221092f970dc9324dd538a7bde5c0642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make existing QS panel available via pulldown from header
(or keyguard status view on keyguard), update the affordances
as a hint.
Don't allow QS to scroll, cap to max rows.
Add scrim over panel to indicate that this is purely temporary.
Bug:14081801
Bug:14059974
Change-Id: I166033975cbc44b91f45ee70ea5c7540390670dd
|
|
|
|
|
| |
Bug: 10641374
Change-Id: I6b1bc9b0e86be331b71614b511026a67bc429031
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
bug:10641374
Additionally, fixes incorrect getColor use
Change-Id: Ie56ad5baa099cc421629a5dcc8ef9de14e44079a
|
|/
|
|
|
| |
Bug:10641374
Change-Id: Id4748cf72b4c8c3c59797fc4880926cb4fe57b74
|
|\ |
|
| |
| |
| |
| |
| | |
Bug:7968781
Change-Id: I9f03d92f7682416ad4b99ecfb18317842b85163d
|
|/
|
|
|
| |
Bug: 10825585
Change-Id: Idc312960fa4b6fcb350c256fee3a503c0c40e6f3
|
|
|
|
|
| |
Bug:9795248
Change-Id: If46134afe7560b74ce7758f8dbe221dbe2872262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Status bar:
- Update remaining mute/speakerphone icons.
- Remove orange versions of wifi/signal icons.
- Use only full versions of data type overlays.
- Remove obsolete light versions of data type overlays.
- Low battery color back to red.
Quick settings:
- Update to indicate problem (orange) status.
- Update to new battery style.
And a few remaining xx assets.
Bug:10680149
Bug:10502089
Bug:10729729
Bug:10316062
Change-Id: Iccd936d90271e4ec5c48e688917225136e7d45aa
|
|
|
|
|
|
|
|
| |
Wifi + RSSI now have activity in / activity out indicators
wired up to information coming from NetworkController.
Bug: 10634208
Change-Id: I3cf29dc905eeaeb4aea8e7df4fe46e70645e0013
|
|
|
|
|
| |
Bug:10502089
Change-Id: I7b43fe260ceccba29f896009ce467fe29ec67f64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Global status bar dimming is now 75%.
Signal/wifi: use problem color if not fully connected.
Battery: frame 40% white, charge level = white, new hollow bolt.
(hollow bolt simulated for now until we can draw it in code)
Update ic_notification_overlay, all sizes.
Workaround animation bug on tablets.
Bug:10502089
Change-Id: I10f979b7a48ccb1bc94022d8c189ec216283dbe6
|
|
|
|
|
| |
Bug:10607423
Change-Id: I8d4e1037edf2394a1065c9b0a85a1f3e3c21e70e
|
|\ |
|
| |
| |
| |
| |
| | |
Bug:10607423
Change-Id: Ib58c5a6759b54f5c84aa2de414bef0f7f3d9b21d
|
|/
|
|
|
|
|
| |
Plus a few framework resources used as status icons.
Bug:10502089
Change-Id: I66d3bcbb408a8e008cbb383cb3a1a55f97d3d64c
|
|
|
|
|
| |
Bug:10502089
Change-Id: Id13badd6c729b79492aec5370dbb3dc2479008fd
|
|
Update to new system bar assets (ic_*, stat_*).
Update color resources driving style for battery meter + clock.
Add new xxhdpi versions.
Bug:10502089
Change-Id: Ic957ad9886fbb05ed0ca1765fb9e324bfd8ab609
|