summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/external/TileLifecycleManager.java
Commit message (Expand)AuthorAgeFilesLines
* Unbind TileService onNullBindingFabián Kozynski2024-02-151-0/+5
* Update linter formatting, add new testsPeter Kalauskas2022-10-101-0/+5
* Properly store CustomTile added/removedFabian Kozynski2022-08-041-9/+4
* Add unbind if bind call returns falseFabian Kozynski2022-02-251-0/+3
* Remove Dependency#get from qs.external.Dave Mankoff2022-02-041-12/+16
* Annotate com.android.systemui.qs with @NullableFedor Kudasov2022-01-071-0/+4
* Add flags to package Broadcast ReceiversFabian Kozynski2021-09-091-1/+2
* Add guards around unbindFabian Kozynski2021-07-151-3/+23
* Add boot flags for metadata queryFabian Kozynski2021-06-241-2/+8
* Use the correct user context in CustomTileFabian Kozynski2020-02-241-0/+1
* Change BOOLEAN_TILE to TOGGLEABLE_TILEFabian Kozynski2020-02-071-4/+4
* BroadcastDispatcher can use Executors nowFabian Kozynski2020-01-091-1/+1
* Prevent removing a BR that has been removedFabian Kozynski2020-01-021-8/+24
* Finish migrating to BroadcastDispatcherFabian Kozynski2019-11-041-4/+11
* Add support for BooleanState in CustomTileFabian Kozynski2019-09-231-0/+18
* Add BIND_WAIVE_PRIORITY for TileServiceFabian Kozynski2019-08-221-2/+5
* Add new BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS binding flagMichal Karpinski2019-03-131-2/+2
* Fixes import ordering.Gus Prevas2018-11-141-4/+3
* Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-04-201-1/+1
* Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath2018-02-191-3/+2
* Refactor TileLifecycleManagerTest to eliminate flakesGeoffrey Pitsch2016-09-131-3/+7
* Mock PackageManager for TileLifecycleManagerTestsGeoffrey Pitsch2016-09-011-12/+19
* Fix QS CTS failure caused by tile backupJason Monk2016-08-301-0/+6
* Backup system QS tilesJason Monk2016-08-261-0/+12
* QS: Don't use ComponentName to identify tilesJason Monk2016-06-301-1/+8
* QS: Hacks to fix bigger problems in TileService bindingJason Monk2016-06-231-0/+1
* QS Tiles: Fix some problems with connecting through intentJason Monk2016-06-221-1/+0
* QS API: Fix mService and mTile being null once and for allJason Monk2016-06-171-28/+4
* Fix crash when an app with an active quicksettings tile is updated to no long...Will Harmon2016-06-081-3/+8
* QS API: Handle return value from bindServiceAsUserJason Monk2016-05-251-2/+7
* Update QS custom tile icons when they changeJason Monk2016-05-021-1/+13
* QS tile lifecycle managementJason Monk2016-04-201-3/+10
* Allow mode of TileService to be changedJason Monk2016-04-081-2/+14
* Fix QS FBE-nessJason Monk2016-03-181-4/+8
* Don't cache QS custom tiles across usersJason Monk2016-03-081-3/+4
* Referencing static interpolators. Winson2016-01-291-1/+2
* Round out the QS APIJason Monk2016-01-121-0/+19
* QS Customize panel cleanupJason Monk2016-01-061-0/+13
* More QS Tile modes in the APIJason Monk2016-01-051-1/+17
* Better service management for QS 3rd party tilesJason Monk2016-01-041-0/+331