summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/CommandQueue.java
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce IUdfpsHbmListenerIlya Matyukhin2021-03-181-8/+40
* Attach navigation bar to app during quick switching (2/N)shawnlin2021-03-121-0/+20
* Add BEHAVIOR_DEFAULT for visual immersive modeTiger Huang2021-01-191-48/+25
* Break out of switch/case after handling launch_emergency.Fan Zhang2020-11-161-0/+1
* Change BiometricService/AuthController interface to sensorIdKevin Chyn2020-10-261-12/+14
* Launch Panic gesture from SysUIMatthew Fritze2020-10-141-0/+19
* Add a command line interface to SystemUIEvan Laird2020-09-221-3/+35
* Link wm shell command to enable protolog in shellWinson Chung2020-09-151-0/+35
* Create a DemoMode controllerEvan Laird2020-08-131-2/+6
* Clean up BiometricPrompt bundleKevin Chyn2020-05-151-4/+5
* Split IBiometricServiceReceiverInternal between sensor and sysuiKevin Chyn2020-04-171-4/+4
* Merge changes from topic "biometric-id"Kevin Chyn2020-04-171-3/+5
|\
| * 4/n: AuthContainerView should filter out non-biometric modalitiesKevin Chyn2020-04-161-3/+5
* | Merge "Wire user info and use user context for text toasts" into rvc-dev am: ...Bernardo Rufino2020-04-061-6/+8
|\ \ | |/ |/|
| * Wire user info and use user context for text toastsBernardo Rufino2020-04-061-6/+8
* | Merge "Add method to request window magnification connection"Ryan Lin2020-03-161-0/+23
|\ \ | |/ |/|
| * Add method to request window magnification connectionryanlwlin2020-03-111-0/+23
| * Store ambient display suppression state in memory.Yogisha Dixit2020-02-211-0/+16
* | Pass operationId to LSS, add HAT to KeyStoreKevin Chyn2020-03-121-3/+7
* | Store ambient display suppression state in memory.Yogisha Dixit2020-03-021-0/+16
|/
* Add initial SysUI trace supportWinson Chung2020-01-271-0/+38
* Move text toast creation to system UIBernardo Rufino2020-01-271-0/+66
* Merge "Window Manager Flag Migration (6/n)"Tiger Huang2019-11-211-3/+3
|\
| * Window Manager Flag Migration (6/n)Tiger Huang2019-11-181-3/+3
* | Fade out inattentive sleep warning overlayRobert Horvath2019-11-121-4/+4
|/
* Add setting to go to sleep after long user inactivityRobert Horvath2019-11-081-47/+87
* Merge "Window Manager Flag Migration (5/n)"Tiger Huang2019-11-061-41/+0
|\
| * Window Manager Flag Migration (5/n)Tiger Huang2019-11-061-41/+0
* | Make CommandQueue optional.Dave Mankoff2019-11-051-8/+0
|/
* Remove all calls to getComponent(CommandQueue.class).Dave Mankoff2019-11-011-14/+5
* Merge changes from topic "biometric-service-migration"Ilya Matyukhin2019-10-211-15/+18
|\
| * Remove strings from low level onError(...) callsIlya Matyukhin2019-10-181-15/+18
* | Window Manager Flag Migration (4/n)Jorim Jaggi2019-10-191-43/+129
* | Revert "Window Manager Flag Migration (4/n)"Ioannis Ilkos2019-10-171-129/+43
* | Window Manager Flag Migration (4/n)Jorim Jaggi2019-10-171-43/+129
|/
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-0/+4
* 15/n: Allow Auth UI to start in credential UIKevin Chyn2019-10-041-10/+11
* 14/n: Animate to device credential UI when lockout occursKevin Chyn2019-10-031-4/+4
* 3/n: Move task stack listener to SystemUIKevin Chyn2019-08-151-3/+5
* Move InputMethodSytemProperty to server from client.Tarandeep Singh2019-07-181-6/+6
* Notify SysUI of the recents animation so it can disable autohideWinson Chung2019-05-211-0/+20
* Removing support for menu button from NavBarSunny Goyal2019-05-021-23/+2
* Propagate light nav bar infoTarandeep Singh2019-04-301-3/+8
* Do not dismiss BiometricPrompt when "soft" errors are receivedKevin Chyn2019-04-241-6/+15
* Propogate per-display IME status to SysUIlumark2019-04-191-4/+38
* Add tests for multi-display in System UICharles Chen2019-03-151-2/+4
* Add restart button for size compatibility mode activityRiddle Hsu2019-03-061-2/+11
* Notify SystemUI when ActivityDisplay is readyCharles Chen2019-01-281-0/+18
* 2/n: Add BiometricPrompt implicit UIKevin Chyn2019-01-101-18/+4
* Make Some APIs in CommandQueue aware of multi-display (3/N)Charles Chen2019-01-031-66/+246