summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/RecentsService.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring to support groups.Winson Chung2014-07-071-212/+0
* Bug fixes and cleanupWinson Chung2014-07-031-1/+1
* Continuing refactor of TaskStackView.Winson Chung2014-06-271-3/+5
* Use Task last active time to ensure we don't reload items for the cache.Winson Chung2014-06-241-0/+1
* Merge "Exploring transitions to/from Recents."Winson Chung2014-06-121-4/+6
|\
| * Exploring transitions to/from Recents.Winson Chung2014-06-121-4/+6
* | Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15...Winson Chung2014-06-111-0/+3
|/
* Merge "Ensuring that the second card is maximally visible when you go into re...Winson Chung2014-05-291-4/+13
|\
| * Ensuring that the second card is maximally visible when you go into recents.Winson Chung2014-05-271-4/+13
* | Fixing issue with configuration states not being reset on configuration change.Winson Chung2014-05-291-2/+2
* | Updating task view style, fixing performance on enter-recents animation.Winson Chung2014-05-291-0/+6
|/
* Wrapping console logs.Winson Chung2014-05-201-7/+19
* Fixing regression in dismissing Recents.Winson Chung2014-05-191-0/+4
* Initial changes to enable keyboard support with alternate Recents. (Bug 14067...Winson Chung2014-05-171-2/+6
* Disabling shadowing (until bugs are addressed) and refactoring some constants.Winson Chung2014-05-071-10/+10
* Adding ability to load a search widget into Recents.Winson Chung2014-05-021-14/+16
* Initial changes to add search bar.Winson Chung2014-04-171-2/+13
* Adding experiment for app-info pane.Winson Chung2014-04-141-1/+0
* Removing duplicated code in RecentsWinson Chung2014-04-091-14/+11
* Allow for different rects when animating to a single task stack view and a mu...Winson Chung2014-04-091-5/+19
* Enabling filtering by base intent package.Winson Chung2014-04-011-1/+1
* Fixing issue where launching a task was delayed due to a previous start delay...Winson Chung2014-03-181-0/+6
* Fixing issue with cards being rendered under the nav bar after a configuratio...Winson Chung2014-03-171-2/+3
* Using the RecentsService connection to toggle recentsWinson Chung2014-03-171-46/+60
* Fixing crash when ActivityManager does not have a proper thumbnailWinson Chung2014-03-141-4/+17
* Fixing memory leaks related to Tasks holding onto their callbacks.Winson Chung2014-03-131-1/+10
* Initial changes for recents.Winson Chung2014-03-111-0/+103