summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/external/CustomTile.java
Commit message (Expand)AuthorAgeFilesLines
* Make active tiles always listen on creationFabian Kozynski2023-03-031-1/+1
* [DO NOT MERGE] Add centralized DisplayTracker for SystemUIAlex Stetson2023-01-261-9/+17
* Add Start Activity API for TileServicesRasheed Lewis2022-12-171-5/+39
* Remove Dependency#get from qs.external.Dave Mankoff2022-02-041-7/+13
* Annotate com.android.systemui.qs with @NullableFedor Kudasov2022-01-071-2/+5
* Fix QSFactoryImpl createTileInternalFabian Kozynski2021-12-131-1/+3
* Actually destroy the tile if unavailableFabian Kozynski2021-09-021-3/+3
* Postpone available check for CustomTileFabian Kozynski2021-08-271-1/+19
* Store state of active TileServiceFabian Kozynski2021-06-161-13/+64
* Animate activities launched by QS click (1/2).Jordan Demeulenaere2021-04-211-1/+3
* Add falsing to quick settings buttons.Dave Mankoff2021-03-111-2/+8
* Remove addWindowTokenWithOptionsCharles Chen2021-02-061-1/+2
* Migrate to new UserTracker for currentUserFabian Kozynski2020-09-291-3/+1
* Refactor QSTileImpl and remove Dependency.getFabian Kozynski2020-07-211-4/+103
* Add new QS Ui EVentsFabian Kozynski2020-04-301-0/+5
* Provide QSFactoryJohn Li2020-03-171-3/+3
* Merge "Use the correct user context in CustomTile" into rvc-devFabian Kozynski2020-02-281-7/+11
|\
| * Use the correct user context in CustomTileFabian Kozynski2020-02-261-7/+11
* | Prevent NPE in CustomTileFabian Kozynski2020-02-261-0/+1
|/
* Add QSLogs using new loggersFabian Kozynski2020-02-111-0/+2
* Merge "Revert "Partially revert "modify quick settings to adopt the accessibi...Yinglei Wang2020-02-111-0/+7
|\
| * Revert "Partially revert "modify quick settings to adopt the accessibility st...yingleiw2020-02-101-0/+7
* | Change BOOLEAN_TILE to TOGGLEABLE_TILEFabian Kozynski2020-02-071-2/+2
|/
* Partially revert "modify quick settings to adopt the accessibility state api"yingleiw2020-01-301-7/+0
* modify quick settings to adopt the accessibility state apiyingleiw2020-01-281-0/+7
* Add support for BooleanState in CustomTileFabian Kozynski2019-09-231-2/+16
* Add an API to Tile for subtitlesEvan Laird2018-12-131-0/+9
* Fixes import ordering.Gus Prevas2018-11-141-5/+6
* Update QS tile icon and label upon service binding.Amin Shaikh2018-08-291-11/+17
* Fix QSTileImpl NPE on startup.Amin Shaikh2018-03-201-1/+1
* Remove uses of libcore.util.Objects.hashCode / equals.Narayan Kamath2018-02-191-2/+2
* Fix incorrect colors for CustomTile in QSEvan Laird2017-10-171-1/+9
* Update QS if the content gets staleJason Monk2017-09-081-1/+9
* Fix QS visibility logs missing some infoJason Monk2017-05-031-2/+1
* Respond to API council feedback.Jeff Sharkey2017-04-281-1/+1
* Clean up and cover more QS metricsJason Monk2017-03-271-0/+6
* Updated QS UIJason Monk2017-03-041-1/+1
* Add plugin API for individual QS tilesJason Monk2017-03-041-4/+5
* Fix small tile state issueJason Monk2017-03-031-1/+1
* Add method for plugins to reference global dependenciesJason Monk2017-03-011-5/+1
* Delete @removed APIs that never shipped.Jeff Sharkey2017-02-241-1/+1
* Merge "Add tile information to ACTION_QS_TILE_PREFERENCES intent" am: ff1d8da...Jason Monk2017-02-061-0/+2
|\
| * Merge "Add tile information to ACTION_QS_TILE_PREFERENCES intent" am: ff1d8da...Jason Monk2017-02-061-0/+2
| |\
| | * Add tile information to ACTION_QS_TILE_PREFERENCES intentAkira Oshimi2017-02-061-0/+2
* | | Work on sysui dependenciesJason Monk2017-01-231-7/+6
* | | Visual refresh for QSJason Monk2017-01-201-24/+9
* | | Add TileColorPicker to remove hardcoded tile state colorjackqdyulei2017-01-031-19/+4
* | | Fix animations for app QS tiles. am: d2274f848cJason Monk2016-12-121-3/+15
|\| |
| * | Fix animations for app QS tiles.Jason Monk2016-12-121-3/+15
| |\ \ | | |/ | |/|
| | * Fix animations for app QS tiles.Jason Monk2016-12-121-3/+15