summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/model
Commit message (Expand)AuthorAgeFilesLines
* Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17...Kenny Guy2014-08-282-18/+68
* Additional changes to improve performance when loading Recents. (Bug 16987565)Winson Chung2014-08-272-125/+138
* Multiple performance changes to speed recents invocation/app launching time. ...Winson Chung2014-08-254-43/+135
* Implementing Recents focus states. (Bug 16950262)Winson Chung2014-08-121-4/+3
* Initial changes to support swiping on the nav bar to switch affiliated tasks.Winson Chung2014-08-113-5/+42
* Initial changes to add task affiliation styling. (Bug 16656169)Winson Chung2014-08-073-12/+42
* Updating the stack layout to use a parameterized curve.Winson Chung2014-08-011-2/+2
* Updating lock-to-app look.Winson Chung2014-07-282-4/+0
* Adding fallback transition for animating in/out of affiliate groups.Winson Chung2014-07-241-0/+12
* Intermediate refactoring to move towards in-app view transitions.Winson Chung2014-07-221-0/+1
* Add setting to guard the lock-to-app recents iconJason Monk2014-07-183-8/+17
* Fixing optimization in Task loading. (Bug 16372369)Winson Chung2014-07-173-93/+79
* DO NOT MERGE Using a fixed sized ImageView to prevent unnecessary layouts.Winson Chung2014-07-152-3/+2
* Fixing potential crash when attemping to read null thumbnail (Bug. 16289301)Winson Chung2014-07-141-120/+0
* DO NOT MERGE Fixing some regressionsWinson Chung2014-07-147-96/+70
* Adding missing passthrough of task affiliate id.Winson Chung2014-07-111-2/+2
* Piping through task affiliation to Recents.Winson Chung2014-07-111-3/+3
* Initial changes to support lock-to-app on the foremost task. (Bug 16221876) Winson Chung2014-07-123-6/+16
* Fixing a few potential crashes, preparing for Task affiliations framework cha...Winson Chung2014-07-115-39/+55
* Updating task grouping logic.Winson Chung2014-07-092-37/+22
* Refactoring to support groups.Winson Chung2014-07-075-24/+294
* Bug fixes and cleanupWinson Chung2014-07-032-16/+19
* Badge document activities in RecentsRobin Lee2014-06-262-4/+4
* Fixing bug where search bar is not updated when search package is first insta...Winson Chung2014-06-252-8/+12
* Use Task last active time to ensure we don't reload items for the cache.Winson Chung2014-06-246-5/+926
* Tweaking enter/scrim animations/styles. Fixing issue with clipping not savin...Winson Chung2014-06-161-0/+7
* Clipping the task bar against the task view.Winson Chung2014-06-131-0/+1
* Incorporating theme colors into task views.Winson Chung2014-05-021-1/+3
* Overriding application icon with activity icon where available.Winson Chung2014-04-211-2/+3
* Refactoring filter animation logic.Winson Chung2014-04-111-2/+2
* Merge "Corp badging for Recents"Amith Yamasani2014-04-111-5/+13
|\
| * Corp badging for RecentsAmith Yamasani2014-04-101-5/+13
* | Removing duplicated code in RecentsWinson Chung2014-04-091-1/+7
* | Allow for different rects when animating to a single task stack view and a mu...Winson Chung2014-04-091-0/+4
|/
* Launch recents with the correct user.Kenny Guy2014-04-041-1/+3
* Adding activity icon to the task viewWinson Chung2014-04-021-15/+12
* Adding system service proxy to help test UI/performance.Winson Chung2014-04-021-9/+1
* Enabling filtering by base intent package.Winson Chung2014-04-012-18/+21
* Fixing issue where we were relaunching each activity from recents instead of ...Winson Chung2014-03-241-3/+6
* Moving task view layout into resource.Winson Chung2014-03-241-2/+2
* Fixing crash with multiple touch pointersWinson Chung2014-03-211-3/+3
* Simplifying memory management, use Task Keys as resource cache keys.Winson Chung2014-03-146-102/+67
* Fixing memory leaks related to Tasks holding onto their callbacks.Winson Chung2014-03-132-0/+22
* Initial changes for recents.Winson Chung2014-03-116-0/+456