summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/SignalTileView.java
Commit message (Collapse)AuthorAgeFilesLines
* Hide activity indicators in SignalTileViewFabian Kozynski2021-03-311-2/+3
| | | | | | Test: manual Bug: 184048391 Change-Id: I955910215de2364eaff297095a841e844716e2aa
* Do not animate QS state changes when not in view.Amin Shaikh2018-09-041-7/+6
| | | | | | | | | | | | 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
* Move the signal traffic indicators out of the QS icon circle boundsRohan Shah2018-01-171-2/+8
| | | | | | | | | Disables clip to padding/clip children to get the indicators outside of the circle bounds. Test: Visual Bug:70798861 Change-Id: Ib2c13f3bd8b3b7dd7d65918afa3eebd75287fdcb
* Fix wifi tile animating full-dark when slashing/unslashingEvan Laird2017-09-211-1/+5
| | | | | | | | | | | | | 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
* resolve merge conflicts of a5b457b3bf6f to oc-dr1-devJason Monk2017-06-081-1/+15
|\ | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: I2aa49bfdbd2c44684d0edb21b52520fea406e167
| * Move QS cell indicator back into mobile data tileJason Monk2017-06-071-1/+15
| | | | | | | | | | | | | | | | | | | | 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
* | Start drawing QS slashes rather than using AVDSJason Monk2017-05-051-1/+2
|/ | | | | | | | These need a bit more work like length control and animations, etc. but this is a decent start. Test: visual Change-Id: I750d777b2b4a19f8c586066712f5a3f7e79befd6
* Updated QS UIJason Monk2017-03-041-3/+3
| | | | | | | | | | | | | - 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
* Add plugin API for individual QS tilesJason Monk2017-03-041-5/+4
| | | | | | | | | | 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
* Visual refresh for QSJason Monk2017-01-201-14/+0
| | | | | | | Adds circles and things Test: visual Change-Id: I7d974fcfe6257357abfd1a7d0ee521f0e6cee588
* Working towards a better QSJason Monk2015-12-081-3/+2
| | | | | | | | | | | | | | | | | | 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
* Quick prototype of new headerJason Monk2015-10-121-0/+5
| | | | | | | | | - 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
* QS: New rotation-lock tile icon, using AVDs.John Spurlock2014-11-031-1/+1
| | | | | | | | | 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
* Merge "Remove a few unnecessary withLayer() calls" into lmp-devJorim Jaggi2014-09-091-2/+1
|\
| * Remove a few unnecessary withLayer() callsJorim Jaggi2014-09-091-1/+0
| | | | | | | | | | | | | | Fixes some jank. Bug: 17287256 Change-Id: I6c518f12decffa0d3a180499a92823b35e2dd4d5
* | Fix padding between R and wifi iconJorim Jaggi2014-09-091-0/+10
|/ | | | | | | | | Also adds some padding for the type and the signal strength icon in LTE, 3G, 4G and 1x case. Bug: 17421452 Change-Id: Ib3e6d2983397833958bca1fd33eb8b8c69e7c7fd
* Made quick settings RTL compatible.Selim Cinek2014-08-271-2/+16
| | | | | | | The layout is now mirrored correctly and the icons as well. Bug: 15284805 Change-Id: I3d6fadad0a987adb49f826d4189f9dd58e20d326
* Fixed unnecessary layouting on wifi signal changesSelim Cinek2014-08-141-2/+0
| | | | | | | | This could cause a layout every few hundred ms, even when the QS panel was closed. Bug: 17001532 Change-Id: I3f2b9b9621dced7f5b6fff67d24efc7444b0a9ad
* QS: Fix datatype overlays.John Spurlock2014-08-011-1/+1
| | | | | | | - And simplify demo mode wiring. Bug:15988601 Change-Id: I6827b87700cd88394b115e5e1609520b3afa8660
* New wifi + radio icons.John Spurlock2014-07-311-6/+0
| | | | | | | | | | - 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
* QS: Signal tile optimizations.John Spurlock2014-07-081-13/+19
| | | | | | | - Only set visibility if changed (all tiles) - Only animate traffic indicators if showing panel Change-Id: I4ca750f65e1f1d36daeaf39668da4d2dc6f496d5
* SystemUI asset update.John Spurlock2014-06-111-2/+2
| | | | | | | | | - Updated location icons. - Updated no-sim, plumb up to QS. - Updated zen mode synthetic notification icon. - Updated color inversion icons. Change-Id: I4849fbe11683feab37160c3d23502b01035de66a
* QuickSettings: Filter signal assets with color filter.John Spurlock2014-06-041-0/+7
| | | | | | | | | Apply static color filter to signal assets to match other tiles. Bug:15186962 Bug:15414911 Change-Id: I0732460a5c337ced35be43418f3deda9395fa215
* New quick settings implementation.John Spurlock2014-05-131-0/+112
Bug:14133785 Change-Id: I7f57f8e7ebcc3e1a06fa5204f477470f14299e1f