summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/recents/Recents.java
Commit message (Expand)AuthorAgeFilesLines
* fwb: Slim recents TSpiritCroc2023-08-041-5/+61
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-2/+3
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Migrate recents.splitPrimaryTask to WM Shell libraryJerry Chang2020-09-281-12/+0
* Remove legacy callbacks between recents and split screenJerry Chang2020-07-311-4/+0
* Remove SysUiServiceProvider and mComponents.Dave Mankoff2019-11-141-1/+1
* Remove Recents from components.Dave Mankoff2019-11-071-6/+0
* Remove all calls to getComponent(CommandQueue.class).Dave Mankoff2019-11-011-2/+6
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-1/+3
* Remove calls to Dependency.get(FalsingManager.class)Dave Mankoff2019-09-271-25/+8
* Make Some APIs in CommandQueue aware of multi-display (3/N)Charles Chen2019-01-031-2/+4
* Make CommandQueue implement CallbackControllerJason Monk2018-12-041-1/+1
* Fixes import ordering.Gus Prevas2018-11-141-0/+2
* Moving SysUI with legacy Recents to another build targetWinson Chung2018-10-261-749/+44
* Removing dependencies on recents-specific code in SysUIWinson Chung2018-09-261-59/+34
* Merge "Fix issue with quickstep recents button not unlocking before entering ...TreeHugger Robot2018-04-051-5/+27
|\
| * Fix issue with quickstep recents button not unlocking before entering PIP.Winson Chung2018-04-021-5/+27
* | Skip waiting for draw when triggering split screen from global action.Winson Chung2018-03-291-0/+7
|/
* Tapping overview button when quickstep enabled shows overviewMatthew Ng2018-03-071-9/+22
* Fixes set lock task (and screen pinning) state with/out quickstepMatthew Ng2018-02-281-1/+1
* 1/ Fixing docked task animation when entering split screen from homeWinson Chung2018-02-271-0/+34
* Move lock task check to shared lib.Winson Chung2018-02-011-1/+1
* Fix Recents regressionsWinson Chung2018-01-191-4/+3
* Expose some methods in the recents lib.Winson Chung2017-11-011-3/+3
* Move more calls to the lib.Winson Chung2017-10-311-1/+2
* Renamed moveTaskToDockedStack to setTaskWindowingModeSplitScreenPrimaryMatthew Ng2017-10-271-4/+5
* Moving some recents logic into the shared lib.Winson Chung2017-10-171-4/+13
* Prevent dismiss divider going minimized to recents for other usersMatthew Ng2017-10-161-0/+18
* Remove unused recents freeform task code.Winson Chung2017-10-121-1/+1
* Remove unused recents affiliated task code.Winson Chung2017-10-121-54/+1
* HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone!Wale Ogunwale2017-09-271-2/+8
* Fixes quick switch animation entering recents for low ram devicesMatthew Ng2017-09-131-3/+5
* Skip handling recents toggle if a task is locked.Winson Chung2017-08-291-0/+7
* Revert "Add plugin to swap out recents"Dan Sandler2017-08-151-5/+0
* Merge "Reset wait for transition state to false when recents goes invisible" ...Matthew Ng2017-08-081-0/+14
|\
| * Merge "Reset wait for transition state to false when recents goes invisible" ...TreeHugger Robot2017-08-081-0/+14
| |\
| | * Reset wait for transition state to false when recents goes invisibleMatthew Ng2017-08-071-0/+14
* | | Merge "Revert "Revert "Fixing occasional jump when launching certain apps fro...Matthew Ng2017-08-081-0/+20
|\| |
| * | Revert "Revert "Fixing occasional jump when launching certain apps from Recen...Matthew Ng2017-08-021-0/+20
| |/
* | Merge "Revert "Fixing occasional jump when launching certain apps from Recent...Adam Cohen2017-08-011-20/+0
|\|
| * Revert "Fixing occasional jump when launching certain apps from Recents."Adam Cohen2017-07-311-20/+0
* | Merge "Android Recents implementation for low ram devices" into oc-mr1-devMatthew Ng2017-07-241-1/+1
|\ \
| * | Android Recents implementation for low ram devicesMatthew Ng2017-07-201-1/+1
* | | Merge "Fixing occasional jump when launching certain apps from Recents." into...Winson Chung2017-07-241-0/+20
|\ \ \ | |/ / |/| / | |/
| * Fixing occasional jump when launching certain apps from Recents.Winson Chung2017-07-201-0/+20
* | Merge "Add plugin to swap out recents" into oc-dr1-dev am: a69c03b6b1Jason Monk2017-06-281-0/+5
|\|
| * Add plugin to swap out recentsJason Monk2017-06-271-0/+5
* | Only require that system UIDs tag their sockets.Jeff Sharkey2017-06-271-1/+1
|/
* Fixing regression in Recents preloading.Winson Chung2017-05-181-7/+2