summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Moving TestInformationProvider to Launcher3 so that it can be used ↵Sunny Goyal2019-05-2413-46/+201
|\ | | | | | | for testing Launcher3 without quickstep" into ub-launcher3-qt-dev
| * Moving TestInformationProvider to Launcher3 so that it can be used forSunny Goyal2019-05-2313-46/+201
| | | | | | | | | | | | | | | | testing Launcher3 without quickstep Also keeping the provider as disabled until needed Change-Id: Ib5f459e02ae551724b390f3b74f43d601568d749
* | Merge "Chips flag turn on by default" into ub-launcher3-qt-devPerumaal Shanmugam2019-05-231-1/+1
|\ \ | |/ |/|
| * Chips flag turn on by defaultPerumaal S2019-05-221-1/+1
| | | | | | | | Change-Id: Ia5d23a4711ec507cce75d205d3b8e17434ab6b1e
* | Merge "Quick patch for PredictionUiStateManager.applyState interrupting ↵TreeHugger Robot2019-05-231-0/+4
|\ \ | | | | | | | | | allapps" into ub-launcher3-qt-dev
| * | Quick patch for PredictionUiStateManager.applyState interrupting allappsvadimt2019-05-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constructor of PredictionUiStateManager posts an action in 5 sec, which may interfere with the process of opening all apps. Waiting until the posted action happens. Hopefully this will fix massive flakes. Bug: 131854153 Change-Id: I6544eae1a3b063c03e78185826c05a76add1f71b
* | | Reading navigation_bar_gesture_height for bottom swipe regionSunny Goyal2019-05-231-3/+2
| | | | | | | | | | | | | | | Bug: 132917885 Change-Id: I39d266fc34a69c3ba50246b5a66350942a85becb
* | | Merge "Adding a utility class to cache views at an activity level" into ↵TreeHugger Robot2019-05-225-18/+112
|\ \ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | Adding a utility class to cache views at an activity levelSunny Goyal2019-05-225-18/+112
| | | | | | | | | | | | | | | | | | | | Bug: 122345781 Change-Id: I9a939e0b19c06c1089c1ceb515f8b97fb5dbb49e
* | | | Fix issue where AllAppsContainerView was blocking touches to part of the ↵Adam Cohen2019-05-221-0/+8
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | home screen => After the scrubber was engaged, it would continue to intercept touches forever (seems like a long standing issue) => Also fixed issue where the All Apps scrubber could be engaged from the Home / Overview states b/133265591 b/132716177 Change-Id: I8c7b9d45be65216f2f1a69f69ab1636accd812c0
* | | Enable debug tracing for a lab-only non-starting app from all appsvadimt2019-05-224-2/+35
|/ / | | | | | | | | Bug: 132900132 Change-Id: I9c5bb51e49f865ea1e1d3d2209a8dfb149f66e87
* | Fix bug where recycled FloatingIconView stays clipped to outline.Jon Miranda2019-05-221-0/+2
| | | | | | | | | | Bug: 123900446 Change-Id: I9507dab86cc0da27626d1b48e0f6a236f2b3f219
* | Merge "Adding tracing for a lab-only flake" into ub-launcher3-qt-devTreeHugger Robot2019-05-225-0/+40
|\ \
| * | Adding tracing for a lab-only flakevadimt2019-05-215-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | We had a resolved case in the past where an app's context menu didn't open on a long click (thanks to app updates), now the menu opens, but the drag gesture doesn't drag the icon. Bug: 133009122 Change-Id: I45d104a92fab6556ecd937aef76f0a8147e67f56
* | | Merge "Not allowing applying dot state to override "disabled" description" ↵TreeHugger Robot2019-05-211-2/+4
|\ \ \ | | | | | | | | | | | | into ub-launcher3-qt-dev
| * | | Not allowing applying dot state to override "disabled" descriptionvadimt2019-05-211-2/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled apps were always accessibility-marked like "Disabled Messenger" With introduction of dots, this degraded, the the "Disabled" part was never added. Restoring the old behavior here. Bug: 129036789 Change-Id: Icb97ea9a190643449d90f558a78039df30c53cbf
* | | Merge "Using squared hypot to optimize some comparisions" into ↵TreeHugger Robot2019-05-212-3/+15
|\ \ \ | |/ / |/| | | | | ub-launcher3-qt-dev
| * | Using squared hypot to optimize some comparisionsSunny Goyal2019-05-202-3/+15
| | | | | | | | | | | | Change-Id: Ia5b99c2e60eedf02dea26857819f0e13127db4e2
* | | Merge "Fix bug where FolderIcon stays visible during swipe up to home ↵TreeHugger Robot2019-05-201-0/+4
|\ \ \ | | | | | | | | | | | | animation." into ub-launcher3-qt-dev
| * | | Fix bug where FolderIcon stays visible during swipe up to home animation.Jon Miranda2019-05-201-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen when opening an app from a folder, and then immediately swiping up back to home. This happens because when we swipe up to go home, there's a race condition where the folder close animation finishes and sets the FolderIcon to VISIBLE right before FloatingIconView sets it to INVISIBLE. To fix it, in OverviewState#onStateEnabled we call AbstractFloatingView#closeAllOpenViews(animate=false). Then we added logic to cancel any Folder closing animation (which there is, from WindowTransformSwipeHandler#onLauncherStart) and to just close the folder right then and there. Bug: 132588097 Change-Id: I4379431815e7cbddede5ea0213fe9323f001484b
* | | Merge "Swipe up to home into FolderIcon animation bug fixes." into ↵TreeHugger Robot2019-05-202-19/+28
|\ \ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | Swipe up to home into FolderIcon animation bug fixes.Jon Miranda2019-05-202-19/+28
| |/ / | | | | | | | | | | | | | | | | | | | | | - Fixes clipping issues. - Fixes badge being shifted. Bug: 124510042 Change-Id: I2520d963fb2041a049650c2b8c12ddb3de7b8d87
* / / Using different resource size for touch region in landscapeSunny Goyal2019-05-201-2/+4
|/ / | | | | | | | | Bug: 132917885 Change-Id: Ib702fd17fecff980db2e1d00f05cd055bcc3185a
* | Updating SDK check now that the version code is finalizedSunny Goyal2019-05-171-3/+1
| | | | | | | | Change-Id: I2b8d65885f83154f7500adb520b1eed1da5c4a4e
* | Merge "Add more logging and commands to service dump" into ub-launcher3-qt-devTreeHugger Robot2019-05-171-1/+6
|\ \
| * | Add more logging and commands to service dumpWinson Chung2019-05-171-1/+6
| | | | | | | | | | | | Change-Id: I03d5ea5aac618eba7e0e5a1555e45a165918bb60
* | | Merge "Add getOverviewFullscreenProgress() to LauncherState" into ↵TreeHugger Robot2019-05-171-1/+4
|\ \ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | Add getOverviewFullscreenProgress() to LauncherStateTony2019-05-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BackgroundAppState sets this to 1, all other states set it to 0 - QuickSwitchState extends BackgroundAppState, and calculations for fullscreen scale/translation are moved to BackgroundAppState - Move fullscreen progress logic out of WindowTransformSwipeHandler and into the launcher activity controller, which uses the new RecentsView.FULLSCREEN_PROGRESS property to animate it Bug: 130020567 Change-Id: If6265fcce3749050be354742e7d2c418d11ee9bb
* | | | Merge "Make folder backgrounds opaque" into ub-launcher3-qt-devTreeHugger Robot2019-05-171-1/+4
|\ \ \ \
| * | | | Make folder backgrounds opaqueHyunyoung Song2019-05-151-1/+4
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 130451254 Change-Id: I3b15d97e44e4ccc2968cfb4402d2479cca958afe
* | | | Add padding between nav bar and hotseat in vertical bar layout.Jon Miranda2019-05-161-3/+2
| |/ / |/| | | | | | | | | | | | | | | | | | | | - Set to match the workspace padding on the opposite side of the screen. Bug: 130521490 Change-Id: I26fd71bb146c56a647397a040dbbac9d1556c3fe
* | | Merge "Add developer options for grid change for Styles Bug: 118758696" into ↵Hyunyoung Song2019-05-165-15/+57
|\ \ \ | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | Add developer options for grid change for StylesHyunyoung Song2019-05-165-15/+57
| |/ / | | | | | | | | | | | | | | | Bug: 118758696 Change-Id: I66cd36cda495d339e0c2550f0957e3fbcddca477
* / / Fix bug where FloatingIconView did not use IconShape normalization scale.Jon Miranda2019-05-161-1/+2
|/ / | | | | | | | | | | | | | | This fix allows for a clean tradeoff between the FIV and the original icon in all icon shapes. Bug: 130292844 Change-Id: Ief2eec2673161e0f9d32d8710713a1f01880040d
* / Using a proxy activity for startActivityForResultSunny Goyal2019-05-153-10/+64
|/ | | | | | | This ensures that the home task is never blocked by a different task Bug: 74500048 Change-Id: I01fd26f1d6242e39b2d8fabac5e064b748aebe62
* Merge "Enabling fake rotation by default" into ub-launcher3-qt-devSunny Goyal2019-05-154-21/+46
|\
| * Enabling fake rotation by defaultSunny Goyal2019-05-154-21/+46
| | | | | | | | | | | | | | Fake rotation is only enabled if homescreen rotation is not enabled Bug: 131360075 Change-Id: Ie56fc4b46b38d3a599ec6da3d506a971e73b0394
* | Fix landscape app open/close animations.Jon Miranda2019-05-151-2/+8
|/ | | | | | Bug: 123900446 Bug: 124510042 Change-Id: I3db80d6f8064ce26f97cdede63c0d25499416e98
* Fade in badges on top of icons after swipe up animation.Jon Miranda2019-05-153-62/+88
| | | | | Bug: 123900446 Change-Id: I54e367e0be72781e24d13ec6ea64dbddd85fb0bd
* Tone down foreground springs until they are properly tuned.Jon Miranda2019-05-141-2/+2
| | | | Change-Id: I8c66bc9b4828da82d5dcf74d1479795c4d75ed7c
* Merge "Center align foreground during app open, use springs during app ↵TreeHugger Robot2019-05-141-10/+87
|\ | | | | | | close." into ub-launcher3-qt-dev
| * Center align foreground during app open, use springs during app close.Jon Miranda2019-05-141-10/+87
| | | | | | | | | | Bug: 123900446 Change-Id: Ic4ffed28f6ba8782c3d8dfa031ebd70022c4c520
* | Merge "Using model-time scrolling in all apps" into ub-launcher3-qt-devTreeHugger Robot2019-05-144-4/+22
|\ \ | |/ |/|
| * Using model-time scrolling in all appsvadimt2019-05-144-4/+22
| | | | | | | | | | | | | | This should solve flakes when the test thread wakes up too rarely to inject enough touch events. Change-Id: I461583d35eb4bfe0192b81c242aacf8d20e353d1
* | Merge "Ensure app widget ids are restored after database is sanitized." into ↵TreeHugger Robot2019-05-144-16/+62
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Ensure app widget ids are restored after database is sanitized.Jon Miranda2019-05-144-16/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was possible for AppWidgetsRestoredReceiver to start the restore process before work profile has finished restoring which resulted in the work profile items being removed from the workspace. Bug: 131315856 Change-Id: I2f295a1ca91f1996522bcc8052aa139979526e3b
* | | Implement 3 shades of folder icon/container fill colorHyunyoung Song2019-05-143-4/+6
|/ / | | | | | | | | | | Bug: 130451254 Change-Id: I36d885a2b0247f1bb84cb98073459853ae723331
* | Merge "Fixing insets mapping in 3-button and 2-button mode" into ↵TreeHugger Robot2019-05-134-46/+22
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Fixing insets mapping in 3-button and 2-button modeSunny Goyal2019-05-134-46/+22
| | | | | | | | | | | | | | | Bug: 131360075 Change-Id: If6e3a4fbb011fc313efeb91686a9d787761862c5
* | | Merge "Swipe up to home animation changes." into ub-launcher3-qt-devTreeHugger Robot2019-05-131-8/+10
|\ \ \