summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents
Commit message (Expand)AuthorAgeFilesLines
* Pushing the startActivity before the calls to remove task.Winson2015-08-101-3/+5
* Fixing issue with empty Recents screen.Winson2015-08-061-2/+14
* Moving removeTask to separate thread.Winson Chung2015-07-311-23/+21
* Ensuring that we don't try to use and propagate null activity labels.Winson Chung2015-07-312-3/+14
* Fix assist for hardware long-pressJorim Jaggi2015-07-081-6/+7
* Adding metrics to overview.Winson Chung2015-07-067-0/+78
* Refactoring recents search bar widget logic.Winson Chung2015-06-247-199/+127
* Catching launch errors when trying to go Home while Home is updating.Winson Chung2015-06-241-4/+10
* Merge "Fixing issue with recents not being hidden for translucent apps." into...Winson Chung2015-06-173-10/+9
|\
| * Fixing issue with recents not being hidden for translucent apps.Winson Chung2015-06-173-10/+9
* | Fixing a few accessibility issues.Winson Chung2015-06-172-40/+96
|/
* Skip recents preloading when there is no task to animate to.Winson Chung2015-06-091-3/+5
* Hide View.getBackgroundColor() prior to removalChet Haase2015-06-051-1/+3
* Merge "Speed up recents -> app #2" into mnc-devJorim Jaggi2015-06-042-28/+87
|\
| * Speed up recents -> app #2Jorim Jaggi2015-06-042-28/+87
* | Merge "Speed up recents -> app" into mnc-devJorim Jaggi2015-06-044-5/+8
|\ \ | |/
| * Speed up recents -> appJorim Jaggi2015-06-044-5/+8
* | Merge "Make entering recents a lot faster" into mnc-devJorim Jaggi2015-06-046-40/+167
|\ \ | |/
| * Make entering recents a lot fasterJorim Jaggi2015-06-046-40/+167
* | Merge "Processing non-long clicks on application icon." into mnc-devVadim Tryshev2015-06-042-5/+19
|\ \ | |/ |/|
| * Processing non-long clicks on application icon.Vadim Tryshev2015-06-042-5/+19
* | Merge "Fixing case where we were not preloading tasks correctly." into mnc-devWinson Chung2015-06-034-21/+21
|\ \ | |/ |/|
| * Fixing case where we were not preloading tasks correctly.Winson Chung2015-06-034-21/+21
* | Merge "Don't focus view for invalid task index." into mnc-devWinson Chung2015-06-011-2/+4
|\ \ | |/
| * Don't focus view for invalid task index.Winson Chung2015-06-011-2/+4
* | Allow long-pressing task icon to show app-info.Winson Chung2015-06-012-10/+2
|/
* Adding NPE check when the system has no tasks.Winson Chung2015-05-271-1/+1
* Make recents use immutable ashmem bitmaps for things it frequently passes acr...Riley Andrews2015-05-182-2/+4
* Cleanup propertiesChris Craik2015-05-052-32/+0
* Improve Accessibility behaviour in recentsBenjamin Franz2015-04-305-7/+72
* Consolidate SystemUI SharedPreferences.Andrew Flynn2015-04-103-14/+12
* Merge "Dismiss recents to home without animation when resizing task."Wale Ogunwale2015-04-062-6/+12
|\
| * Dismiss recents to home without animation when resizing task.Wale Ogunwale2015-04-042-6/+12
* | Merge "Ensuring that we reload a widget that was updated in another orientati...Winson Chung2015-04-034-13/+76
|\ \ | |/ |/|
| * Ensuring that we reload a widget that was updated in another orientation.Winson Chung2015-04-034-13/+76
* | Prevent the dismiss icon from fading when multistack debugging is enabled.Winson Chung2015-03-301-2/+4
|/
* Unopened tasks should show the fullscreen item in recentsSkuhne2015-03-271-1/+1
* Merge "Fixing layout button in caption and adding quarter functionality"Skuhne2015-03-262-59/+130
|\
| * Fixing layout button in caption and adding quarter functionalitySkuhne2015-03-252-59/+130
* | Merge "Fixing issue with floating task headers."Winson Chung2015-03-241-0/+2
|\ \ | |/ |/|
| * Fixing issue with floating task headers.Winson Chung2015-03-241-0/+2
* | Adding menu to arrange one or two tasks and arrange them accordinglySkuhne2015-03-245-61/+187
* | Merge "Adding null check for focused stack before trying to switch affiliated...Winson Chung2015-03-231-1/+1
|\ \
| * | Adding null check for focused stack before trying to switch affiliated tasks.Winson Chung2015-03-231-1/+1
| |/
* | Changed recent multi-window UI to use persist.sys.debug.multi_windowWale Ogunwale2015-03-232-4/+2
* | Merge "Fixing issue with screen-pinning for secondary users."Winson Chung2015-03-202-7/+32
|\ \ | |/ |/|
| * Fixing issue with screen-pinning for secondary users.Winson Chung2015-03-192-7/+32
* | Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-182-9/+6
* | Merge "Change resize logic: Use resizeTask and remove stack resize UI/logic"Skuhne2015-03-177-469/+154
|\ \
| * | Change resize logic: Use resizeTask and remove stack resize UI/logicSkuhne2015-03-177-469/+154