summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents
Commit message (Expand)AuthorAgeFilesLines
* Refactoring RecentsActivityValues into TaskDescription, and ensuring they are...Winson Chung2014-05-162-11/+11
* Adding dismiss method on the top cards, and disabling the app info pane.Winson Chung2014-05-096-16/+79
* Better transition between excluded-from-recent applications to recents.Winson Chung2014-05-088-130/+68
* Removing the old tasks on launching recents task if they trigger a new task.Winson Chung2014-05-084-11/+31
* Listening for system changes to active recent tasks. (Bug 14260718)Winson Chung2014-05-077-17/+229
* Disabling shadowing (until bugs are addressed) and refactoring some constants.Winson Chung2014-05-0711-136/+145
* Merge "Fixing issue with animation not running after SystemUI crashes (Bug 14...Winson Chung2014-05-076-63/+154
|\
| * Fixing issue with animation not running after SystemUI crashes (Bug 14453240)Winson Chung2014-05-066-63/+154
* | Exposing the API to support widgets in Recents.Winson Chung2014-05-052-23/+17
|/
* Adding ability to load a search widget into Recents.Winson Chung2014-05-028-116/+358
* Incorporating theme colors into task views.Winson Chung2014-05-029-27/+81
* Disable Filtering.Winson Chung2014-04-302-3/+1
* Fixing crash in SystemServicesProxy getting activity label (Bug. 14260718)Winson Chung2014-04-231-0/+2
* Merge "Fixing transition from tasks excluded from Recents into Recents."Winson Chung2014-04-222-7/+24
|\
| * Fixing transition from tasks excluded from Recents into Recents.Winson Chung2014-04-212-7/+24
* | Merge "Overriding application icon with activity icon where available."Winson Chung2014-04-213-16/+16
|\ \ | |/ |/|
| * Overriding application icon with activity icon where available.Winson Chung2014-04-213-16/+16
* | Initial changes to add search bar.Winson Chung2014-04-177-39/+204
|/
* Adding stack dimming.Winson Chung2014-04-144-2/+74
* Adding experiment for app-info pane.Winson Chung2014-04-148-34/+437
* Refactoring filter animation logic.Winson Chung2014-04-115-257/+163
* Merge "Corp badging for Recents"Amith Yamasani2014-04-113-18/+48
|\
| * Corp badging for RecentsAmith Yamasani2014-04-103-18/+48
* | Removing duplicated code in RecentsWinson Chung2014-04-098-39/+58
* | Allow for different rects when animating to a single task stack view and a mu...Winson Chung2014-04-098-98/+109
|/
* Prevent Recents from lingering after screen-off.Winson Chung2014-04-076-29/+55
* Merge "Launch recents with the correct user."Kenny Guy2014-04-073-4/+6
|\
| * Launch recents with the correct user.Kenny Guy2014-04-043-4/+6
* | Fixing error in calculating translation animation.Winson Chung2014-04-042-4/+4
* | Fixing crash when filtering tasks too quickly.Winson Chung2014-04-047-81/+261
|/
* Adding activity icon to the task viewWinson Chung2014-04-026-91/+80
* Adding system service proxy to help test UI/performance.Winson Chung2014-04-028-215/+366
* Merge "Rename related users to profiles."Kenny Guy2014-04-022-3/+3
|\
| * Rename related users to profiles.Kenny Guy2014-04-022-3/+3
* | Enabling filtering by base intent package.Winson Chung2014-04-0111-94/+389
|/
* Fixing issue where we were relaunching each activity from recents instead of ...Winson Chung2014-03-243-15/+34
* Moving task view layout into resource.Winson Chung2014-03-247-257/+262
* Fixing crash with multiple touch pointersWinson Chung2014-03-214-37/+93
* Catching case where the activity we are launching from Recents no longer exists.Winson Chung2014-03-202-9/+20
* Fixing issue where launching a task was delayed due to a previous start delay...Winson Chung2014-03-187-2/+69
* Moving alternate recents component logic into its own file.Winson Chung2014-03-184-1/+384
* Fixing issue with cards being rendered under the nav bar after a configuratio...Winson Chung2014-03-172-6/+7
* Using the RecentsService connection to toggle recentsWinson Chung2014-03-177-88/+195
* Fixing crash when ActivityManager does not have a proper thumbnailWinson Chung2014-03-145-39/+78
* Simplifying memory management, use Task Keys as resource cache keys.Winson Chung2014-03-1414-325/+243
* Fixing memory leaks related to Tasks holding onto their callbacks.Winson Chung2014-03-1311-241/+393
* Initial changes for recents.Winson Chung2014-03-1120-0/+3730