summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set the chips flag to false in QP1A. This flag should be off by default. Chip...Anna Wasewicz2019-07-151-1/+1
|\
| * Set the chips flag to false in QP1A. This flag should be off by default.Anna Wasewicz2019-07-111-1/+1
* | Merge "Fix bug where app icons are clipped when transitioning from app to hom...TreeHugger Robot2019-07-151-1/+4
|\ \
| * | Fix bug where app icons are clipped when transitioning from app to home.Jon Miranda2019-07-101-1/+4
* | | Merge "Fill the logging container in the AllAppsContainerView" into ub-launch...Becky Qiu2019-07-121-1/+6
|\ \ \
| * | | Fill the logging container in the AllAppsContainerViewBecky2019-07-111-1/+6
* | | | Merge "Switching flinging gestures injection to model time" into ub-launcher3...TreeHugger Robot2019-07-121-0/+2
|\ \ \ \
| * | | | Switching flinging gestures injection to model timevadimt2019-07-101-0/+2
* | | | | Merge "Defer jumping to NORMAL state if overview is still peeking" into ub-la...Tony Wickham2019-07-121-6/+8
|\ \ \ \ \
| * | | | | Defer jumping to NORMAL state if overview is still peekingTony Wickham2019-07-111-6/+8
* | | | | | Remove tracing for a fixed bugvadimt2019-07-118-54/+2
|/ / / / /
* | | | | Merge "Removing tracing for a fixed bug." into ub-launcher3-qt-r1-devVadim Tryshev2019-07-117-63/+0
|\ \ \ \ \
| * | | | | Removing tracing for a fixed bug.vadimt2019-07-117-63/+0
| | |/ / / | |/| | |
* | | | | Merge "Fix bug where floating icon and workspace icon visible at the same tim...TreeHugger Robot2019-07-111-3/+2
|\ \ \ \ \
| * | | | | Fix bug where floating icon and workspace icon visible at the same time.Jon Miranda2019-07-101-3/+2
| | |/ / / | |/| | |
* | | | | Correctly restarting Launcher from OOP testsvadimt2019-07-112-0/+6
| |/ / / |/| | |
* | | | Merge "Copy resume callbacks list prior to making callbacks" into ub-launcher...Winson Chung2019-07-101-3/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Copy resume callbacks list prior to making callbacksWinson Chung2019-07-091-3/+7
* | | Merge "Fix bug where icon is no present during app close animation." into ub-...TreeHugger Robot2019-07-102-11/+9
|\ \ \ | |_|/ |/| |
| * | Fix bug where icon is no present during app close animation.Jon Miranda2019-07-022-11/+9
* | | Fix issue where can't interact with Workspace while App => Home is runningAdam Cohen2019-07-061-3/+6
|/ /
* | Revert "Revert "Enable FLAG_SLIPPERY window flag when swipe down on workspace""Winson Chung2019-06-291-283/+0
* | Merge "Revert "Enable FLAG_SLIPPERY window flag when swipe down on workspace"...Winson Chung2019-06-281-0/+283
|\|
| * Merge "Revert "Enable FLAG_SLIPPERY window flag when swipe down on workspace"...TreeHugger Robot2019-06-281-0/+283
| |\
| | * Revert "Enable FLAG_SLIPPERY window flag when swipe down on workspace"Winson Chung2019-06-281-0/+283
* | | Adding tracing for a bug about missing input eventsvadimt2019-06-272-0/+7
|/ /
* | Merge "Enable FLAG_SLIPPERY window flag when swipe down on workspace" into ub...Winson Chung2019-06-261-283/+0
|\|
| * Enable FLAG_SLIPPERY window flag when swipe down on workspaceHyunyoung Song2019-06-261-283/+0
* | Finish recents animation when starting a new activityWinson Chung2019-06-262-9/+20
|/
* Merge "Cleaning up some animation states:" into ub-launcher3-qt-devTreeHugger Robot2019-06-216-7/+84
|\
| * Cleaning up some animation states:Sunny Goyal2019-06-216-7/+84
* | Workaround issue with latest version of RecyclerView which is overriding our ...Adam Cohen2019-06-211-0/+13
|/
* Using FloatProperty for spring animation, instead of a interfaceSunny Goyal2019-06-194-88/+53
* Merge "Some improvements to home to overview transition for 0 button mode" in...Sunny Goyal2019-06-194-68/+72
|\
| * Some improvements to home to overview transition for 0 button modeTony Wickham2019-06-194-68/+72
* | Disable fake landscape UISunny Goyal2019-06-193-2/+7
|/
* Merge "Fixing onStateTransitionEnd is not called at the end of reset state" i...TreeHugger Robot2019-06-191-0/+4
|\
| * Fixing onStateTransitionEnd is not called at the end of reset stateSunny Goyal2019-06-181-0/+4
* | Merge "Set mNextPage after springBack when overscrolling" into ub-launcher3-q...TreeHugger Robot2019-06-181-0/+1
|\ \
| * | Set mNextPage after springBack when overscrollingTony Wickham2019-06-181-0/+1
| |/
* / Fix bugs with hotseat in overviewTony2019-06-182-4/+26
|/
* Merge "Fix HOME/RECENTS/BACK duplicated, missing logging" into ub-launcher3-q...Hyunyoung Song2019-06-142-15/+7
|\
| * Fix HOME/RECENTS/BACK duplicated, missing loggingHyunyoung Song2019-06-122-15/+7
* | Merge "Adding null check before accessing shortcut extras" into ub-launcher3-...Sunny Goyal2019-06-141-0/+1
|\ \
| * | Adding null check before accessing shortcut extrasSunny Goyal2019-06-141-0/+1
* | | Merge "Notifying widgets to use dark text when rendered on light wallpaper" i...TreeHugger Robot2019-06-131-0/+4
|\ \ \
| * | | Notifying widgets to use dark text when rendered on light wallpaperSunny Goyal2019-06-131-0/+4
* | | | Merge "More tracing for app not starting from all apps" into ub-launcher3-qt-devTreeHugger Robot2019-06-133-0/+13
|\ \ \ \
| * | | | More tracing for app not starting from all appsvadimt2019-06-133-0/+13
* | | | | Merge "Preloads the icon drawable for app open to reduce latency b/w swapping...Jonathan Miranda2019-06-133-135/+248
|\ \ \ \ \ | |_|/ / / |/| | | |