summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/shortcut
Commit message (Expand)AuthorAgeFilesLines
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-3/+3
* Clean up the legacy split screen (7/n)Tony Huang2022-02-231-27/+2
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-2/+2
* Rename splitscreen package to legacysplitscreenWale Ogunwale2020-12-141-4/+4
* Migrate recents.splitPrimaryTask to WM Shell libraryJerry Chang2020-09-281-16/+5
* Migrate splitscreen to WM shell lib (4/n)Jerry Chang2020-09-021-2/+2
* Migrate splitscreen to WM shell lib (3/n)Jerry Chang2020-08-211-8/+8
* Migrate splitscreen to WM shell lib (2/n)Jerry Chang2020-08-201-22/+30
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Update home bounds when entering split on rotationEvan Rosky2020-05-151-1/+1
* SystemUI Split via TaskOrganizerEvan Rosky2020-02-181-25/+18
* Revert "SystemUI Split via TaskOrganizer"Jorim Jaggi2020-02-171-18/+25
* SystemUI Split via TaskOrganizerEvan Rosky2020-02-141-25/+18
* Final calls to getComponent(Recents.class) removed.Dave Mankoff2019-11-111-3/+4
* Remove Divider from Components.Dave Mankoff2019-11-051-2/+9
* Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-0/+5
* Fixes import ordering.Gus Prevas2018-11-142-0/+2
* Removing dependencies on recents-specific code in SysUIWinson Chung2018-09-261-11/+1
* Split interfaces and service for activities from current AM interfaces (1/n)Wale Ogunwale2018-06-061-2/+2
* Expose methods to invoke split screen.Winson Chung2017-11-271-12/+6
* Renamed moveTaskToDockedStack to setTaskWindowingModeSplitScreenPrimaryMatthew Ng2017-10-271-4/+4
* Moving some recents logic into the shared lib.Winson Chung2017-10-171-17/+3
* 4/Clean up use of hidden recent task flagsWinson Chung2017-10-121-4/+7
* 3/Removing unnecessary filtering logic for recent tasks in SystemUIWinson Chung2017-10-121-1/+1
* Move recents CommandQueue callbacks to recentsJason Monk2017-02-021-1/+1
* Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-2/+1
* Update package names to work with the proto3 compilerTamas Berghammer2016-11-081-1/+1
* sysui: changed split screen shortcut key behavior.Muyuan Li2016-07-251-6/+17
* TRON refinements for multi-windowJorim Jaggi2016-04-121-3/+4
* Added shortcut key to dock windowsMuyuan Li2016-03-091-4/+59
* Allows components to register shortcut key.Muyuan Li2016-02-262-0/+127