summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...George Zacharia2023-08-021-0/+4
|\
| * [tile] Consolidate some functions to be reuse by LauncherTileService.Holly Sun2023-02-141-0/+4
* | Merge tag 'android-13.0.0_r16' into t13.0George Zacharia2022-12-151-6/+17
|\|
| * Add logs to handleClick methods in QSTileImplFabian Kozynski2022-08-081-6/+17
* | SystemUI: QSTileImpl: bail out early in handleLongClick if getLongClickIntent...Alfred Mathew2022-10-261-0/+1
|/
* Do not use mStaleListener if tile is listeningFabian Kozynski2022-05-161-1/+7
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Fix refresh tile when tile is already listeningFabian Kozynski2022-03-241-1/+6
* Add restriction to BluetoothTileFabian Kozynski2022-02-231-1/+2
* Remove QSDetailFabian Kozynski2022-02-101-65/+7
* Annotate com.android.systemui.qs with @NullableFedor Kudasov2022-01-071-2/+6
* Deprecate unused methods in QSTileImplFabian Kozynski2021-12-291-17/+7
* Postpone available check for CustomTileFabian Kozynski2021-08-271-1/+1
* Merge "Store state of active TileService" into sc-devFabian Kozynski2021-06-171-0/+29
|\
| * Store state of active TileServiceFabian Kozynski2021-06-161-0/+29
* | Instrument SysUI app launchesJordan Demeulenaere2021-06-161-1/+3
|/
* Create state strings for every stock tileFabian Kozynski2021-05-191-2/+5
* Refactor QSTileView hierarchyFabian Kozynski2021-05-041-17/+0
* Animate activities launched by QS click (1/2).Jordan Demeulenaere2021-04-211-10/+14
* Remove QS flagFabian Kozynski2021-04-141-2/+2
* Move ActivityLaunchAnimator in its own lib. (1/n)Jordan Demeulenaere2021-04-081-1/+1
* Merge changes from topic "b172655679-bayes-falsing" into sc-devDave Mankoff2021-04-071-1/+1
|\
| * Separate out FalsingManager#isFalseTapDave Mankoff2021-04-071-1/+1
* | Merge changes from topic "qs-animation" into sc-devJordan Demeulenaere2021-04-071-6/+15
|\ \ | |/ |/|
| * Animate QuickSettings long press (1/2).Jordan Demeulenaere2021-04-071-6/+15
* | Ensure that FalsingManager#isFalseTap handles delayed clicks.Dave Mankoff2021-04-061-4/+4
|/
* Implement new QQS/QS headersFabian Kozynski2021-03-241-7/+0
* Add falsing to quick settings buttons.Dave Mankoff2021-03-111-1/+7
* Migrate to new UserTracker for currentUserFabian Kozynski2020-09-291-3/+2
* Wait for state refreshed in TileQueryHelperFabian Kozynski2020-09-161-1/+22
* setCurrentState(DESTROYED) called from main threadFabian Kozynski2020-08-101-2/+14
* Revert "setCurrentState(DESTROYED) called from main thread"Adam Wright2020-08-101-14/+2
* setCurrentState(DESTROYED) called from main threadFabian Kozynski2020-08-061-2/+14
* Enforce setCurrentState calls are on main threadFabian Kozynski2020-08-051-3/+5
* Refactor QSTileImpl and remove Dependency.getFabian Kozynski2020-07-211-14/+27
* QSTileImpl is set to DESTROYED when handleDestroyFabian Kozynski2020-07-151-0/+3
* Fix lifecycle states in QSTileImplFabian Kozynski2020-06-231-3/+5
* Remove QS details prototype codeFabian Kozynski2020-05-141-13/+0
* Add new QS Ui EVentsFabian Kozynski2020-04-301-0/+23
* Add QSLogs using new loggersFabian Kozynski2020-02-111-2/+36
* Merge "Documentation for QSTiles"Fabian Kozynski2020-02-101-0/+45
|\
| * Documentation for QSTilesFabian Kozynski2020-02-081-0/+45
* | Remove prototype for color QS tiles.Fabian Kozynski2020-02-041-42/+1
|/
* Remove Handler messages on QSTileImpl destroyFabian Kozynski2019-12-121-0/+1
* Add support for BooleanState in CustomTileFabian Kozynski2019-09-231-0/+10
* Add colors to tilesFabian Kozynski2019-09-101-3/+46
* Prototype to use details or settings panelsFabian Kozynski2019-09-051-0/+13
* Make ResourceIcon#get thread safeFabian Kozynski2019-05-171-1/+1
* Add dumpable to QSTile. Dump QSTileHost, QSPanel, QuickQSPanelFabian Kozynski2019-04-191-1/+10
* Make StatusBarStateController available to pluginsBeverly2019-02-071-1/+1