summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/external/TileServiceManager.java
Commit message (Expand)AuthorAgeFilesLines
* Add actions to binding IntentFabian Kozynski2023-02-271-1/+2
* Properly store CustomTile added/removedFabian Kozynski2022-08-041-3/+3
* Fix race condition in QSTileHostFabian Kozynski2022-07-251-1/+1
* Remove Dependency#get from qs.external.Dave Mankoff2022-02-041-4/+4
* Add flags to package Broadcast ReceiversFabian Kozynski2021-09-091-1/+1
* Migrate to new UserTracker for currentUserFabian Kozynski2020-09-291-9/+10
* Change BOOLEAN_TILE to TOGGLEABLE_TILEFabian Kozynski2020-02-071-2/+2
* Finish migrating to BroadcastDispatcherFabian Kozynski2019-11-041-2/+3
* Add support for BooleanState in CustomTileFabian Kozynski2019-09-231-0/+4
* Fix race condition in TileServicesFabian Kozynski2019-05-031-1/+18
* Fixes import ordering.Gus Prevas2018-11-141-1/+2
* Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-04-201-1/+1
* Ensure TileQueryHelper#mTiles is thread safe.Amin Shaikh2018-03-231-1/+0
* Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath2018-02-191-5/+4
* Unit testing for fragments.Jason Monk2016-11-111-0/+1
* Fix QS CTS failure caused by tile backupJason Monk2016-08-301-0/+1
* Backup system QS tilesJason Monk2016-08-261-1/+7
* QS: Don't use ComponentName to identify tilesJason Monk2016-06-301-0/+6
* QS API: Fix mService and mTile being null once and for allJason Monk2016-06-171-3/+4
* Fix crash when an app with an active quicksettings tile is updated to no long...Will Harmon2016-06-081-3/+24
* Update QS custom tile icons when they changeJason Monk2016-05-021-0/+5
* Remove QS tiles that get uninstalledJason Monk2016-04-111-0/+31
* Allow mode of TileService to be changedJason Monk2016-04-081-19/+3
* Fix QS FBE-nessJason Monk2016-03-181-0/+12
* Let SysUI watch TileService's dialog lifecycleJason Monk2016-02-011-3/+11
* More QS Tile modes in the APIJason Monk2016-01-051-1/+39
* Better service management for QS 3rd party tilesJason Monk2016-01-041-0/+159