summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/RecentsService.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring to support groups.Winson Chung2014-07-071-212/+0
| | | | | | | | - Removing RecentService, determining animations just in time - Fixing a few issues with animations of newly picked up tasks from the pool - Moving helper classes into sub package Change-Id: Ie10385d1f9ca79eea918b16932f56b60e2802304
* Bug fixes and cleanupWinson Chung2014-07-031-1/+1
| | | | | | | | | | | - Don't reinflate the search bar view every time you return to recents - Fixing an issue where the default thumbnail was not being used when querying the thumbnail cache (thought WM still seems to not be giving us screenshots in many cases) - Fixing an issue where an invisible header bar color was used instead of the default header bar color - Fixing an issue where swipe-to-dismiss logic was running before the animation back into place - Using outline clipping instead of doing it ourselves for the rounded TaskView - Small optimization in finding the visible range - Renaming some of the callbacks to make them more clear - Removing some unused code
* Continuing refactor of TaskStackView.Winson Chung2014-06-271-3/+5
| | | | | | - Extracting stack and filtering logic. Change-Id: Id794cb2e36238baa49e614bc436bf07de6680804
* Use Task last active time to ensure we don't reload items for the cache.Winson Chung2014-06-241-0/+1
| | | | Change-Id: I29206de0453f5d7d1370b27a27ef6d3594eff8e7
* Merge "Exploring transitions to/from Recents."Winson Chung2014-06-121-4/+6
|\
| * Exploring transitions to/from Recents.Winson Chung2014-06-121-4/+6
| | | | | | | | | | | | | | | | | | - refactored hwlayers and change view property animations to use a reference counted trigger - cleaned up RecentsConfiguration, and move it into classes using it - moved task bar animations back into TaskBarView - refactoring enter/exit animations to use an animation context Change-Id: Ia66b622b094f22145c2fab07c2a9bdfd62344be2
* | Stop sending broadcasts to RecentsActivity before boot has completed. (Bug ↵Winson Chung2014-06-111-0/+3
|/ | | | | | 15109101) Change-Id: Ic04dc2ef73c75d63e107e7b50842dd618d3a173a
* Merge "Ensuring that the second card is maximally visible when you go into ↵Winson Chung2014-05-291-4/+13
|\ | | | | | | recents." into lmp-preview-dev
| * Ensuring that the second card is maximally visible when you go into recents.Winson Chung2014-05-271-4/+13
| | | | | | Change-Id: Ia13c56941bfc47de341dd57501d156e925a3b2fc
* | Fixing issue with configuration states not being reset on configuration change.Winson Chung2014-05-291-2/+2
| | | | | | | | | | | | - Also updating some interpolators Change-Id: Ia29fc6f10705c7d286246162f894a25de7b4be40
* | Updating task view style, fixing performance on enter-recents animation.Winson Chung2014-05-291-0/+6
|/ | | | Change-Id: I42ca9296170a93a14184ae8963abbd3f0494e503
* Wrapping console logs.Winson Chung2014-05-201-7/+19
|
* Fixing regression in dismissing Recents.Winson Chung2014-05-191-0/+4
| | | | | | - Restoring app info functionality when developer options are enabled and you long-press on the app icon. Change-Id: I8a20ff5f595eefa20db5528c0d5b1a1f0b110834
* Initial changes to enable keyboard support with alternate Recents. (Bug ↵Winson Chung2014-05-171-2/+6
| | | | | 14067913) Change-Id: Icc5d2a784ed3c3c27143eb04cbb4305549ee223a
* Disabling shadowing (until bugs are addressed) and refactoring some constants.Winson Chung2014-05-071-10/+10
| | | | Change-Id: Iaf4c98bcb13441be3e66048687ea5b0673d2bce6
* Adding ability to load a search widget into Recents.Winson Chung2014-05-021-14/+16
| | | | Change-Id: Ie17d9b9a47c979774b39a37e87f75d9dadc79ad9
* Initial changes to add search bar.Winson Chung2014-04-171-2/+13
| | | | | | - Scaling touch overscroll Change-Id: Iee0523ca32efaae3491cbf5dbf3ea2e388f9d644
* Adding experiment for app-info pane.Winson Chung2014-04-141-1/+0
| | | | Change-Id: I647de1a71a2ac82da0a4f8a24125496dd5457441
* Removing duplicated code in RecentsWinson Chung2014-04-091-14/+11
| | | | | | | - Also disabling the animation on the first task view when animating from home - Fixing a case where filtered and non-filtered state can be exactly the same Change-Id: I01665391fc0b0745a89e404b12280d3d919aec83
* Allow for different rects when animating to a single task stack view and a ↵Winson Chung2014-04-091-5/+19
| | | | | | | multiple task stack view. - Fixing regression in task bar enter animation duration - Fixing issue with extra long titles in the task bar - Cleaning up some constants and unused code
* Enabling filtering by base intent package.Winson Chung2014-04-011-1/+1
| | | | | | - Toggling recents now unfilters the current stack before dismissing recents Change-Id: Id0d240bf16bc32957ee7e5a9882a453044903d29
* Fixing issue where launching a task was delayed due to a previous start ↵Winson Chung2014-03-181-0/+6
| | | | | | delay being set on a ViewPropertyAnimator. - adding logging for timing certain paths (including startup and task launch)
* Fixing issue with cards being rendered under the nav bar after a ↵Winson Chung2014-03-171-2/+3
| | | | configuration change due to improperly setting the system insets.
* Using the RecentsService connection to toggle recentsWinson Chung2014-03-171-46/+60
| | | | | - Adding over scroll snap back when flinging stack Change-Id: Ife9692ece95e0a40649d0b4b72ec4ea99ffabc16
* Fixing crash when ActivityManager does not have a proper thumbnailWinson Chung2014-03-141-4/+17
| | | | - Fixing issue with hw layers ref count not properly being incremented and decremented - Preventing message handler from keeping a strong ref to the RecentsService
* Fixing memory leaks related to Tasks holding onto their callbacks.Winson Chung2014-03-131-1/+10
| | | - Switching to SwipeHelper
* Initial changes for recents.Winson Chung2014-03-111-0/+103
Change-Id: Ide2c202b4a5b25410f0f32bd0a81ccf817ede38f