| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Test: manual
Bug: 184048391
Change-Id: I955910215de2364eaff297095a841e844716e2aa
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Skip QS state change animations when the target view is not fully
visible on screen.
Some tiles require extra time before the status is fully changed and
therefore will be animated later.
Change-Id: I08e76e0fdeab2b260cb7a41a117a6ff484ca3329
Fixes: 111680760
Test: visual and runtest systemui
|
| |
|
|
|
|
|
|
|
| |
Disables clip to padding/clip children to get the indicators outside of
the circle bounds.
Test: Visual
Bug:70798861
Change-Id: Ib2c13f3bd8b3b7dd7d65918afa3eebd75287fdcb
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
WifiTile now owns a specific tile view that will animate the tint/alpha
of the slash but not the underlying drawable. Becasue we always animate
from the disconnected icon <-> disabled icon, this fixes the problem
where the disabled icon will start off as full-dark and appear to flash.
Fixes: 63534380
Test: turn wifi on/off; runtest -x
tests/src/com/android/systemui/qs/AlphaControlledSignalTileViewTest.java
Change-Id: I824572fdf00e122b7c17104b727171d81ff104c5
|
| |\
| |
| |
| |
| | |
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I2aa49bfdbd2c44684d0edb21b52520fea406e167
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove it from the header and drop it back in its old location.
This reverts commit 10b4c8a4ab3fc1fd55e5a636066e210ad17cf92b.
Test: runtest systemui
Fixes: 62331189
Change-Id: I087589c256894e0972656619e665b6a16536ce6c
|
| |/
|
|
|
|
|
|
| |
These need a bit more work like length control and animations, etc.
but this is a decent start.
Test: visual
Change-Id: I750d777b2b4a19f8c586066712f5a3f7e79befd6
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Adds footer to QS which contains the date/alarm info
and all touch targets (settings, edit, etc.)
- Swaps out emergency + carrier text on cell tile for a
standard CarrierText from lock screen in the header
to make the header only contain status info.
- Add dividing line
- Work on animations
Test: runtest systemui
Change-Id: I97dfea1b1ea7006b53eb61ac3a1f942c64dd282d
|
| |
|
|
|
|
|
|
|
|
| |
This will allow prototyping of individual QS tiles and/or their
visual representation without having to write a plugin for the
entire panel. This will allow quick iteration on QS UI + dual
target tiles.
Test: Install plugin using new API
Change-Id: I05ca9d9f5a200a1dad2c3582251a36edb5cb9aba
|
| |
|
|
|
|
|
| |
Adds circles and things
Test: visual
Change-Id: I7d974fcfe6257357abfd1a7d0ee521f0e6cee588
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some work (mostly on the new QS only) to make things more like they
will be.
- Remove Quick Tiles
- Remove Dual Tiles
- All tiles are the same, with slightly different UI in the header
- QS tiles in the header match the beginning of QS
- handleClick is a click from QS, handleSecondaryClick is a click
from the header, but defaults to normal behavior.
- Opening a detail panel from the header opens QS and the detail
selected
- Fix onStartListening bug in CustomTile
- UI updates towards how QS will look
Change-Id: Id820586ccdaa258a5bcb72cadbeb14941fc5f935
|
| |
|
|
|
|
|
|
|
| |
- Has first 4 quick tiles shown in collapsed mode
- Shows date + settings gear in expanded mode
- Still has a few gaps (alarms probably don't work)
- Fix issue with placement of cell data type indicator
Change-Id: I629798b96f4f088fde47c7b67feea304dcc8450c
|
| |
|
|
|
|
|
|
|
| |
Also:
- Better icon change detection, unify tile.icon vs tile.iconId.
- Fix regression in touch feedback by fixing a11y string calculation.
Bug: 17426910
Change-Id: I14772f4e9b3be127bc39106ae9146ed46488fa48
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Fixes some jank.
Bug: 17287256
Change-Id: I6c518f12decffa0d3a180499a92823b35e2dd4d5
|
| |/
|
|
|
|
|
|
|
| |
Also adds some padding for the type and the signal strength icon in
LTE, 3G, 4G and 1x case.
Bug: 17421452
Change-Id: Ib3e6d2983397833958bca1fd33eb8b8c69e7c7fd
|
| |
|
|
|
|
|
| |
The layout is now mirrored correctly and the icons as well.
Bug: 15284805
Change-Id: I3d6fadad0a987adb49f826d4189f9dd58e20d326
|
| |
|
|
|
|
|
|
| |
This could cause a layout every few hundred ms, even
when the QS panel was closed.
Bug: 17001532
Change-Id: I3f2b9b9621dced7f5b6fff67d24efc7444b0a9ad
|
| |
|
|
|
|
|
| |
- And simplify demo mode wiring.
Bug:15988601
Change-Id: I6827b87700cd88394b115e5e1609520b3afa8660
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
- Only set visibility if changed (all tiles)
- Only animate traffic indicators if showing panel
Change-Id: I4ca750f65e1f1d36daeaf39668da4d2dc6f496d5
|
| |
|
|
|
|
|
|
|
| |
- Updated location icons.
- Updated no-sim, plumb up to QS.
- Updated zen mode synthetic notification icon.
- Updated color inversion icons.
Change-Id: I4849fbe11683feab37160c3d23502b01035de66a
|
| |
|
|
|
|
|
|
|
| |
Apply static color filter to signal assets to match other
tiles.
Bug:15186962
Bug:15414911
Change-Id: I0732460a5c337ced35be43418f3deda9395fa215
|
|
|
Bug:14133785
Change-Id: I7f57f8e7ebcc3e1a06fa5204f477470f14299e1f
|