summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure that we don't show excluded tasks when we are not in that task ...Winson Chung2014-10-019-32/+40
|\
| * Ensure that we don't show excluded tasks when we are not in that task (Bug 17...Winson Chung2014-10-019-32/+40
* | Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)Winson Chung2014-09-291-5/+5
|/
* Don't preload task description icons when opening recentsJorim Jaggi2014-09-262-15/+50
* Merge "Try and bind search widget before initial calculations of transition r...Winson Chung2014-09-181-0/+18
|\
| * Try and bind search widget before initial calculations of transition rects. (...Winson Chung2014-09-151-0/+18
* | Merge "Handling broader set of exceptions when startingActivity from Recents....Winson Chung2014-09-184-9/+27
|\ \
| * | Handling broader set of exceptions when startingActivity from Recents. (Bug 1...Winson Chung2014-09-174-9/+27
| |/
* | Merge "Listening for widget changes while Recents is in the background. (Bug ...Winson Chung2014-09-181-21/+21
|\ \
| * | Listening for widget changes while Recents is in the background. (Bug 17153663)Winson Chung2014-09-171-21/+21
| |/
* | Enabling recents stack clippingWinson Chung2014-09-1810-48/+197
* | Add option for recents to use fake shadowsJorim Jaggi2014-09-188-32/+343
* | Removed round rect clipping and hardware layers from recentsSelim Cinek2014-09-186-48/+189
* | Fix priority for recent task thumbnail loaderJorim Jaggi2014-09-151-1/+1
* | Aggressive tuning of recents memory usageJorim Jaggi2014-09-157-38/+15
* | Merge "Adding null check for invalid recents task list. (Bug 17476926)" into ...Winson Chung2014-09-141-0/+6
|\ \
| * | Adding null check for invalid recents task list. (Bug 17476926)Winson Chung2014-09-121-0/+6
| |/
* | Fixing issue with stack not being fully centered. (Bug 17015153)Winson Chung2014-09-121-2/+2
|/
* Announcing the task list as you scroll. (Bug 15699050)Winson Chung2014-09-092-0/+64
* Fixing issue with Recents showing blank. (Bug 16987565)Winson Chung2014-09-091-3/+6
* Adding task switching animation xmls for further tweaking. (Bug 16656169)Winson Chung2014-09-091-3/+11
* Merge "Fixing issue with screen pinning not working. (Bug 17436123)" into lmp...Winson Chung2014-09-091-1/+1
|\
| * Fixing issue with screen pinning not working. (Bug 17436123)Winson Chung2014-09-091-1/+1
* | Merge "Separating the notion of transposed search vs nav bar. (Bug 17402331)"...Winson Chung2014-09-092-10/+10
|\ \
| * | Separating the notion of transposed search vs nav bar. (Bug 17402331)Winson Chung2014-09-052-10/+10
* | | Ensuring that the start delay matches the transition delay. (Bug 16987565)Winson Chung2014-09-082-6/+9
| |/ |/|
* | Merge "Use correct API for badging" into lmp-devAmith Yamasani2014-09-071-1/+1
|\ \
| * | Use correct API for badgingAmith Yamasani2014-09-071-1/+1
* | | Ensuring that we retry if the callback for animation started comes before the...Winson Chung2014-09-072-2/+30
* | | Removing unnecessary delays, ensuring transition thumbnail is the size of the...Winson Chung2014-09-073-26/+33
|/ /
* | Addressing API council comments for UserManager.Svetoslav2014-09-051-5/+2
* | Generalizing Recents widget category to Search box. (Bug 17334589)Winson Chung2014-09-042-3/+3
|/
* Fixing Recents crash with non-primary user. (Bug 17343688)Winson Chung2014-09-011-0/+2
* Providing a more seamless transition to Home (Bug. 17012456)Winson Chung2014-09-014-21/+94
* Workaround to prevent starting the same task from Recents twice. (Bug 17322903)Winson Chung2014-08-291-0/+9
* Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17...Kenny Guy2014-08-282-18/+68
* Change API to return thumbnail size instead of individual dimensions. (Bug 17...Winson Chung2014-08-281-30/+20
* Additional changes to improve performance when loading Recents. (Bug 16987565)Winson Chung2014-08-2712-161/+189
* Fix issue #17179314: Make recents limits consistentDianne Hackborn2014-08-261-1/+2
* Merge "Fix issue #16311398: Limit number of documents a process can open" int...Dianne Hackborn2014-08-262-22/+0
|\
| * Fix issue #16311398: Limit number of documents a process can openDianne Hackborn2014-08-262-22/+0
* | Multiple performance changes to speed recents invocation/app launching time. ...Winson Chung2014-08-2514-189/+300
|/
* Minor tweaks to recents thumbnails.Winson Chung2014-08-221-1/+1
* Fix issue #17038762: Add API to add entries to the recents listDianne Hackborn2014-08-201-1/+9
* Merge "Adding shadows to the focus state and fab button. (Bug 16950262)" into...Winson Chung2014-08-162-24/+67
|\
| * Adding shadows to the focus state and fab button. (Bug 16950262)Winson Chung2014-08-192-24/+67
* | Small tweaks to the stack curve and header transition. (Bug 16656169)Winson Chung2014-08-193-9/+11
|/
* Anchoring the front most task to make the dismiss animation more stable. (Bug...Winson Chung2014-08-132-2/+22
* Adding scrim to task views. (Bug 15704955)Winson Chung2014-08-137-23/+141
* Implementing Recents focus states. (Bug 16950262)Winson Chung2014-08-1211-103/+344