summaryrefslogtreecommitdiff
path: root/core/java/android/service/quicksettings/TileService.java
AgeCommit message (Expand)Author
2021-01-22Revert ag/13072747Fabian Kozynski
2020-11-19Empty message queue on TileService#onDestroyFabian Kozynski
2020-02-07Change BOOLEAN_TILE to TOGGLEABLE_TILEFabian Kozynski
2019-12-13Remove a few hard coded references to SystemUI in fw/base/servicesWinson Chung
2019-09-23Add support for BooleanState in CustomTileFabian Kozynski
2019-05-03Fix race condition in TileServicesFabian Kozynski
2019-03-25Clarified docs for ACTION_QS_TILE_PREFERENCESFabian Kozynski
2017-04-28Respond to API council feedback.Jeff Sharkey
2017-03-31Add test API for if the device supports QSJason Monk
2017-03-28Speculative fix for QS CTS testJason Monk
2017-03-02Add API to indicate which tile was long-clicked.Jason Monk
2017-02-06Add tile information to ACTION_QS_TILE_PREFERENCES intentAkira Oshimi
2016-06-30QS: Don't use ComponentName to identify tilesJason Monk
2016-06-23QS: Hacks to fix bigger problems in TileService bindingJason Monk
2016-06-22QS Tiles: Fix some problems with connecting through intentJason Monk
2016-06-17QS API: Fix mService and mTile being null once and for allJason Monk
2016-04-08Allow mode of TileService to be changedJason Monk
2016-02-19Add TileService settings APIJason Monk
2016-02-01Let SysUI watch TileService's dialog lifecycleJason Monk
2016-01-12Round out the QS APIJason Monk
2016-01-08Add API for System QS tiles to set status iconsJason Monk
2016-01-06QS Customize panel cleanupJason Monk
2016-01-05More QS Tile modes in the APIJason Monk
2016-01-04Better service management for QS 3rd party tilesJason Monk
2015-12-17Small fixes in TileServiceJason Monk
2015-12-03Allow QS tiles to open dialogsJason Monk
2015-11-19Add Quick Settings APIJason Monk