summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
Commit message (Expand)AuthorAgeFilesLines
* SystemUI: add closed all tasks event logRoman Birg2016-04-111-0/+1
* SystemUI: add RecentsView EventLogsRoman Birg2016-04-111-0/+8
* SystemUI: handle hiding recents search bar dynamicallyRoman Birg2016-02-081-2/+2
* Adding metrics to overview.Winson Chung2015-07-061-0/+15
* Refactoring recents search bar widget logic.Winson Chung2015-06-241-13/+10
* Speed up recents -> app #2Jorim Jaggi2015-06-041-28/+70
* Speed up recents -> appJorim Jaggi2015-06-041-1/+3
* Make entering recents a lot fasterJorim Jaggi2015-06-041-0/+7
* Fixing case where we were not preloading tasks correctly.Winson Chung2015-06-031-1/+1
* Make recents use immutable ashmem bitmaps for things it frequently passes acr...Riley Andrews2015-05-181-1/+2
* Ensuring that we reload a widget that was updated in another orientation.Winson Chung2015-04-031-4/+5
* Adding menu to arrange one or two tasks and arrange them accordinglySkuhne2015-03-241-0/+47
* Change resize logic: Use resizeTask and remove stack resize UI/logicSkuhne2015-03-171-52/+3
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Ensuring that the list of stack views are mutable. (Bug 19245963)Winson Chung2015-02-031-19/+10
* Adding some debug controls to test multi-window.Winson Chung2015-01-291-119/+172
* Adding dismiss-all button.Winson Chung2015-01-221-5/+13
* Cherry picking recents fixes to screen pinning and visibility.Winson Chung2015-01-201-1/+1
* Bug 18784289: Fix issue with transition animation callback.Winson Chung2014-12-181-1/+1
* Initial changes to add callback on task stack changes. (Bug 17672056, Bug 182...Winson Chung2014-12-021-0/+5
* Reset the task stack instead of the view when Recents is hidden. (Bug. 184368...Winson Chung2014-11-211-9/+4
* Merge "Preload only visible thumbnails and task icons. (Bug 17672056, Bug 182...Winson Chung2014-11-121-2/+6
|\
| * Preload only visible thumbnails and task icons. (Bug 17672056, Bug 18291345)Winson Chung2014-11-111-2/+6
* | Merge "Material design for screen pinning cling" into lmp-mr1-devJason Monk2014-11-071-2/+4
|\ \ | |/ |/|
| * Material design for screen pinning clingJason Monk2014-11-071-2/+4
* | Merge "Don't reload the layout every time we enter Recents. (Bug 18160176)" i...Winson Chung2014-11-061-24/+52
|\ \ | |/ |/|
| * Don't reload the layout every time we enter Recents. (Bug 18160176)Winson Chung2014-11-051-24/+52
* | Fix issue #17305377: Don't kill process if it still has tasks.Wale Ogunwale2014-11-041-3/+1
|/
* Ensuring that user-specific Recent tasks are removed. (Bug 18036610)Winson Chung2014-10-231-4/+2
* Adding mouse wheel support. (Bug 17323718)Winson Chung2014-10-141-3/+1
* Merge "Handling broader set of exceptions when startingActivity from Recents....Winson Chung2014-09-181-4/+10
|\
| * Handling broader set of exceptions when startingActivity from Recents. (Bug 1...Winson Chung2014-09-171-4/+10
* | Add option for recents to use fake shadowsJorim Jaggi2014-09-181-1/+2
|/
* Removing unnecessary delays, ensuring transition thumbnail is the size of the...Winson Chung2014-09-071-7/+10
* Workaround to prevent starting the same task from Recents twice. (Bug 17322903)Winson Chung2014-08-291-0/+9
* Additional changes to improve performance when loading Recents. (Bug 16987565)Winson Chung2014-08-271-2/+2
* Merge "Fix issue #16311398: Limit number of documents a process can open" int...Dianne Hackborn2014-08-261-10/+0
|\
| * Fix issue #16311398: Limit number of documents a process can openDianne Hackborn2014-08-261-10/+0
* | Multiple performance changes to speed recents invocation/app launching time. ...Winson Chung2014-08-251-11/+31
|/
* Implementing Recents focus states. (Bug 16950262)Winson Chung2014-08-121-6/+15
* Fixing regression with scrolling and launching an out-of-view task. (Bug 1687...Winson Chung2014-08-071-1/+1
* Launch application details for correct profile from recents.Kenny Guy2014-08-071-1/+3
* Unregistering receiver in onStart/Stop vs onCreate/Destroy. (Bug 16513124)Winson Chung2014-08-011-0/+11
* Updating the stack layout to use a parameterized curve.Winson Chung2014-08-011-3/+5
* Adding fallback transition for animating in/out of affiliate groups.Winson Chung2014-07-241-1/+1
* Intermediate refactoring to move towards in-app view transitions.Winson Chung2014-07-221-78/+48
* Create API for launching from recentsCraig Mautner2014-07-221-12/+4
* Fixing optimization in Task loading. (Bug 16372369)Winson Chung2014-07-171-5/+3
* Don't clobber intent flags when starting recent activities anew. (Bug 16327074)Winson Chung2014-07-161-3/+5
* DO NOT MERGE Using a fixed sized ImageView to prevent unnecessary layouts.Winson Chung2014-07-151-2/+2