summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/external/TileServices.java
Commit message (Expand)AuthorAgeFilesLines
* [Status bar] Clarify the API between TileServices and status bar icons.Caitlin Shkuratov2023-03-151-6/+10
* Extract QSHost interfaceFabian Kozynski2023-02-221-8/+10
* [Status Bar] Append "__external" to external icons.Caitlin Shkuratov2023-01-131-1/+1
* Add Start Activity API for TileServicesRasheed Lewis2022-12-171-1/+16
* Enforce TileServices @SysuiSingletonFabian Kozynski2022-10-181-0/+2
* CompatChange to use hidden API in TileServiceFabian Kozynski2022-03-101-22/+11
* Fix loopers in TileServicesFabian Kozynski2022-03-101-6/+6
* Remove Dependency#get from qs.external.Dave Mankoff2022-02-041-13/+17
* Annotate com.android.systemui.qs with @NullableFedor Kudasov2022-01-071-0/+5
* Explicitly express nullness expectationsFedor Kudasov2021-12-091-2/+10
* Prevent ClassCastExceptionFabian Kozynski2021-11-121-2/+6
* Store state of active TileServiceFabian Kozynski2021-06-161-1/+1
* Migrate to new UserTracker for currentUserFabian Kozynski2020-09-291-2/+6
* Listen for REQUEST_LISTENING on all users.Fabian Kozynski2020-05-291-2/+6
* Finish migrating to BroadcastDispatcherFabian Kozynski2019-11-041-6/+12
* Single source of truth for auth stateLucas Dupin2019-09-231-5/+7
* Fix race condition in TileServicesFabian Kozynski2019-05-031-0/+15
* Remove SignalClusterView in favor of IconManagerEvan Laird2018-03-301-1/+3
* Collapse QS panel forcibly after dismissing KeyguardYoshinori Hirano2017-05-261-2/+2
* Respond to API council feedback.Jeff Sharkey2017-04-281-1/+1
* Updated QS UIJason Monk2017-03-041-1/+1
* Fix test failures on treehugger?Jason Monk2017-02-151-6/+1
* SysUI: Fix race condition that is causing test failureJason Monk2017-01-271-2/+4
* Work on sysui dependenciesJason Monk2017-01-231-3/+3
* Unit testing for fragments.Jason Monk2016-11-111-0/+5
* QS: Fix crash in tile APIJason Monk2016-07-201-8/+8
* QS: Don't use ComponentName to identify tilesJason Monk2016-06-301-33/+39
* QS Tiles: Fix some problems with connecting through intentJason Monk2016-06-221-0/+10
* QS API: Fix mService and mTile being null once and for allJason Monk2016-06-171-3/+3
* Remove QS tiles that get uninstalledJason Monk2016-04-111-0/+5
* Allow mode of TileService to be changedJason Monk2016-04-081-12/+1
* Fix QS FBE-nessJason Monk2016-03-181-1/+17
* Let SysUI watch TileService's dialog lifecycleJason Monk2016-02-011-0/+12
* Referencing static interpolators. Winson2016-01-291-0/+1
* Round out the QS APIJason Monk2016-01-121-0/+33
* Add API for System QS tiles to set status iconsJason Monk2016-01-081-4/+50
* Consistent naming for PackageManager methods.Jeff Sharkey2016-01-061-1/+1
* More QS Tile modes in the APIJason Monk2016-01-051-2/+54
* Better service management for QS 3rd party tilesJason Monk2016-01-041-0/+156