summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset home bounce as unseen for users upgrading from Android O/N to P.Tracy Zhou2018-05-091-0/+19
* Merge "Enforce Swipe Up gesture to be enabled based on the shipped SDK versio...Mehdi Alizadeh2018-05-091-3/+20
|\
| * Enforce Swipe Up gesture to be enabled based on the shipped SDK versionMehdi Alizadeh2018-05-081-3/+20
* | Merge "Using surface rotation instead of insets to determine seascape configu...android-build-team Robot2018-05-099-19/+151
|\ \
| * | Using surface rotation instead of insets to determine seascape configurationSunny Goyal2018-05-079-19/+151
* | | Merge "Cleanup swipe detector in case of double cancel" into ub-launcher3-edm...Tony Wickham2018-05-092-0/+9
|\ \ \
| * | | Cleanup swipe detector in case of double cancelTony Wickham2018-05-042-0/+9
* | | | Fixing task icon not animating when swiping upSunny Goyal2018-05-081-1/+1
* | | | Merge "Consuming launcher instets in multi-window mode" into ub-launcher3-edm...android-build-team Robot2018-05-081-25/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | Consuming launcher instets in multi-window modeSunny Goyal2018-05-081-25/+35
* | | | Merge "Chaniging all-apps scrim" into ub-launcher3-edmontonSunny Goyal2018-05-0818-240/+390
|\ \ \ \
| * | | | Chaniging all-apps scrimSunny Goyal2018-05-0818-240/+390
| |/ / /
* | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-edmontonandroid-build-team Robot2018-05-08155-158/+312
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBill Yi2018-05-07155-158/+312
* | | | | Fixing stateManager not correctly deduping existing animationsSunny Goyal2018-05-081-1/+12
| |/ / / |/| | |
* | | | Merge "Insted of animating the icon of the first task, animating the running ...android-build-team Robot2018-05-084-18/+21
|\ \ \ \
| * | | | Insted of animating the icon of the first task, animating the running task iconSunny Goyal2018-05-074-18/+21
| | |_|/ | |/| |
* | | | Simplifying clear-all transparency calculationVadim Tryshev2018-05-071-17/+4
| |/ / |/| |
* | | Merge "Improving "shortcuts" window for TalkBack users" into ub-launcher3-edm...android-build-team Robot2018-05-076-24/+19
|\ \ \ | |/ / |/| |
| * | Improving "shortcuts" window for TalkBack usersVadim Tryshev2018-05-076-24/+19
* | | Merge "Fixes an issue where on resetup of the FloatingHeaderView it defaulted...android-build-team Robot2018-05-071-1/+3
|\ \ \
| * | | Fixes an issue where on resetup of the FloatingHeaderView it defaultedMario Bertschler2018-05-071-1/+3
| |/ /
* | | Merge "Fix bug where launcher closing animation isn't run." into ub-launcher3...android-build-team Robot2018-05-072-9/+13
|\ \ \
| * | | Fix bug where launcher closing animation isn't run.Jon Miranda2018-05-072-9/+13
* | | | Merge "Removing extra accessibility box from Recents" into ub-launcher3-edmontonandroid-build-team Robot2018-05-072-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Removing extra accessibility box from RecentsVadim Tryshev2018-05-042-2/+3
| |/ /
* | | Clear refs to the controller and saved snapshot upon finishing animationWinson Chung2018-05-072-0/+2
* | | Fixing memory leak on rebindSunny Goyal2018-05-071-0/+1
|/ /
* | Merge "Tweaks to opening app window animation." into ub-launcher3-edmontonandroid-build-team Robot2018-05-041-8/+27
|\ \
| * | Tweaks to opening app window animation.Jon Miranda2018-05-021-8/+27
* | | Merge "Annotating groups of views in Overview for accessibility" into ub-laun...android-build-team Robot2018-05-042-0/+4
|\ \ \
| * | | Annotating groups of views in Overview for accessibilityVadim Tryshev2018-05-042-0/+4
| | |/ | |/|
* / | Using the system color extraction logic instead of inbuild logicSunny Goyal2018-05-0414-19/+156
|/ /
* | Merge "Only detect swipe directions that lead to new states" into ub-launcher...Tony Wickham2018-05-035-52/+72
|\ \
| * | Only detect swipe directions that lead to new statesTony Wickham2018-05-035-52/+72
* | | Merge "Fixing wrong padding being set in multi-window + landscape" into ub-la...android-build-team Robot2018-05-031-2/+3
|\ \ \
| * | | Fixing wrong padding being set in multi-window + landscapeSunny Goyal2018-05-031-2/+3
* | | | Merge "Don't crash if getWidth is 0" into ub-launcher3-edmontonTony Wickham2018-05-031-1/+6
|\ \ \ \
| * | | | Don't crash if getWidth is 0Tony Wickham2018-05-031-1/+6
| | |/ / | |/| |
* | | | Fix incorrect reporting of launch failureWinson Chung2018-05-031-4/+7
* | | | Also setEarlyWakeup for single frame transaction to hide window.Winson Chung2018-05-032-1/+2
* | | | Fixing transaction regression.Winson Chung2018-05-033-1/+3
* | | | Skip snapping to page when there are no pagesWinson Chung2018-05-021-1/+1
| |/ / |/| |
* | | Merge "Handling activity recreate due to configuration changes in the middle ...android-build-team Robot2018-05-022-8/+15
|\ \ \
| * | | Handling activity recreate due to configuration changesSunny Goyal2018-05-022-8/+15
* | | | Merge "Using a custom view instead of ImageView to avoid relayout when the ic...android-build-team Robot2018-05-024-7/+98
|\ \ \ \
| * | | | Using a custom view instead of ImageView to avoid relayout when the icon changesSunny Goyal2018-05-024-7/+98
| |/ / /
* | | | Merge "Clear all task button should not log as individual swipe up Bug: 78895...Hyunyoung Song2018-05-021-6/+9
|\ \ \ \
| * | | | Clear all task button should not log as individual swipe upHyunyoung Song2018-05-011-6/+9
* | | | | Merge "Refactors ButtonDropTarget to add extension data" into ub-launcher3-ed...Mehdi Alizadeh2018-05-025-11/+32
|\ \ \ \ \ | |_|/ / / |/| | | |