summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/model
Commit message (Expand)AuthorAgeFilesLines
* Improve Accessibility behaviour in recentsBenjamin Franz2015-04-303-5/+31
* Merge "Remove unused imports in frameworks/base."John Spurlock2015-03-021-1/+0
|\
| * Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* | Force single stack id workaround. (Bug 19560619)Winson Chung2015-03-021-0/+1
|/
* Adding some debug controls to test multi-window.Winson Chung2015-01-294-160/+158
* Adding dismiss-all button.Winson Chung2015-01-223-38/+38
* Cherry picking recents fixes to screen pinning and visibility.Winson Chung2015-01-201-0/+2
* Fixing issue with old thumbnails on first launch of app. (Bug 18718114)Winson Chung2014-12-111-1/+8
* Reset the task stack instead of the view when Recents is hidden. (Bug. 184368...Winson Chung2014-11-211-0/+16
* Fixing high cpu usage due to case not falling through to wait logic. (Bug 183...Winson Chung2014-11-181-50/+50
* Add some flags to reduce memory usage on svelte devices.Winson Chung2014-11-172-9/+37
* Fixing crash in querying the task stack from a fresh load plan. (Bug 18371946)Winson Chung2014-11-132-4/+13
* Preload only visible thumbnails and task icons. (Bug 17672056, Bug 18291345)Winson Chung2014-11-112-171/+301
* Don't reload the layout every time we enter Recents. (Bug 18160176)Winson Chung2014-11-051-8/+11
* Fixing potential crash when the task loader is stopped. (Bug 18135583)winsonchung2014-10-271-0/+3
* Preloading task metadata to improve Recents startup time after reboot. (Bug 1...Winson Chung2014-10-241-2/+14
* Ensuring that user-specific Recent tasks are removed. (Bug 18036610)Winson Chung2014-10-235-40/+50
* Ensure that we don't show excluded tasks when we are not in that task (Bug 17...Winson Chung2014-10-011-8/+9
* Don't preload task description icons when opening recentsJorim Jaggi2014-09-262-15/+50
* Removed round rect clipping and hardware layers from recentsSelim Cinek2014-09-181-9/+5
* Fix priority for recent task thumbnail loaderJorim Jaggi2014-09-151-1/+1
* Aggressive tuning of recents memory usageJorim Jaggi2014-09-155-37/+13
* 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