summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents
Commit message (Expand)AuthorAgeFilesLines
* Fixing potential crash when the task loader is stopped. (Bug 18135583)winsonchung2014-10-271-0/+3
* Merge "Preloading task metadata to improve Recents startup time after reboot....Winson Chung2014-10-243-7/+33
|\
| * Preloading task metadata to improve Recents startup time after reboot. (Bug 1...Winson Chung2014-10-243-7/+33
* | Merge "Fixing issue where Recents would not work if the time is changed. (Bug...Winson Chung2014-10-241-1/+2
|\ \ | |/ |/|
| * Fixing issue where Recents would not work if the time is changed. (Bug 17995039)Winson Chung2014-10-221-1/+2
* | Ensuring that user-specific Recent tasks are removed. (Bug 18036610)Winson Chung2014-10-237-46/+58
* | Should use Activity.onEnterAnimationComplete. (Bug 18031283)Winson Chung2014-10-238-228/+174
|/
* Fixing regression with screen pinning button not animating for the first task...Winson Chung2014-10-141-0/+2
* Fixing issue with excluded tasks sometimes showing in Recents. (Bug 17875770)Winson Chung2014-10-141-1/+1
* Removing unused/dead code related to footer and screenshot transition.Winson Chung2014-10-1410-492/+41
* Adding mouse wheel support. (Bug 17323718)Winson Chung2014-10-147-31/+100
* am d8ab73d7: am d092fc70: Merge "Ensure that we don\'t show excluded tasks wh...Winson Chung2014-10-019-32/+40
|\
| * 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
* | | am 2396f135: am e3206407: Merge "Fixing crash in Recents due to late onBootCo...Winson Chung2014-10-011-5/+5
|\ \ \ | |/ /
| * | Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)Winson Chung2014-09-291-5/+5
| |/
* | am 5299d7e5: am 9b20e012: Merge "Don\'t preload task description icons when o...Jorim Jaggi2014-09-262-15/+50
|\ \ | |/
| * Don't preload task description icons when opening recentsJorim Jaggi2014-09-262-15/+50
* | Only show FAB for the frontmost taskSelim Cinek2014-09-242-15/+32
|/
* 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