summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/model/RecentsTaskLoader.java
Commit message (Expand)AuthorAgeFilesLines
* SystemUI: Fix NPEBadDaemon2015-10-281-1/+1
* Ensuring that we don't try to use and propagate null activity labels.Winson Chung2015-07-311-2/+13
* Improve Accessibility behaviour in recentsBenjamin Franz2015-04-301-0/+21
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Adding dismiss-all button.Winson Chung2015-01-221-12/+0
* 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-171-6/+29
* Fixing crash in querying the task stack from a fresh load plan. (Bug 18371946)Winson Chung2014-11-131-4/+12
* Preload only visible thumbnails and task icons. (Bug 17672056, Bug 18291345)Winson Chung2014-11-111-171/+77
* 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-231-4/+0
* 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-261-13/+44
* 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-151-8/+13
* Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17...Kenny Guy2014-08-281-18/+32
* Additional changes to improve performance when loading Recents. (Bug 16987565)Winson Chung2014-08-271-120/+134
* Multiple performance changes to speed recents invocation/app launching time. ...Winson Chung2014-08-251-34/+80
* Initial changes to support swiping on the nav bar to switch affiliated tasks.Winson Chung2014-08-111-5/+11
* Initial changes to add task affiliation styling. (Bug 16656169)Winson Chung2014-08-071-7/+8
* Updating lock-to-app look.Winson Chung2014-07-281-3/+0
* Add setting to guard the lock-to-app recents iconJason Monk2014-07-181-2/+7
* Fixing optimization in Task loading. (Bug 16372369)Winson Chung2014-07-171-64/+59
* 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-141-85/+62
* 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-121-2/+3
* Fixing a few potential crashes, preparing for Task affiliations framework cha...Winson Chung2014-07-111-3/+3
* Refactoring to support groups.Winson Chung2014-07-071-6/+26
* Bug fixes and cleanupWinson Chung2014-07-031-12/+18
* Badge document activities in RecentsRobin Lee2014-06-261-2/+3
* Fixing bug where search bar is not updated when search package is first insta...Winson Chung2014-06-251-4/+6
* Use Task last active time to ensure we don't reload items for the cache.Winson Chung2014-06-241-0/+613