summaryrefslogtreecommitdiffstats
path: root/quickstep
Commit message (Collapse)AuthorAgeFilesLines
* Fix quickswitch flickers/ignored swipesTony Wickham2019-10-112-5/+16
| | | | | | | | | | | | | | | | - Don't set current page to running task when applying load plan, if we are already settling on a new task to launch. - When starting a new task, finish to the running app if that's the task being started (should not happen with above change) - When disabling free scroll mode, don't snap to a page if we're already on it. This was setting mNextPage so the first check was falsing. Bug: 142068081 Change-Id: I5b392d9726a81c51718d2f94eee6cd4f78b61f69 Merged-In: I5b392d9726a81c51718d2f94eee6cd4f78b61f69 (cherry picked from commit af33f2c9d4063c2ad95a92777cbd5e66d81d3fab) (cherry picked from commit 4d86c804baf6afb9fad0592ab062a4dba6998a03)
* Don't allow scrolling RecentsView outside navbar during quickswitchTony Wickham2019-10-111-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once the inputProxy (OverviewInputConsumer) was enabled, it was never disabled. And while it was enabled, touches above the nav bar would go through to launcher, allowing you to scroll RecentsView (for example) during quick switch transitions. This breaks some assumptions, since it doesn't go through our normal shared swipe state logic that cancels the animation, updates the new end target (e.g. NEW_TASK vs LAST_TASK), etc. Thus, if you tried returning to LAST_TASK via this route, we would end up starting it as a new activity instead of resuming the existing one, causing a flicker (I guess because that TaskView is hidden). Test: - Swipe up from task A to home (to enable input proxy) - Open A - Swipe to B, and during transition scroll back to A from the center of the screen Before, this caused a flicker, now the last scroll is ignored. TODO: we should increase the nav region during quick switch to make it easier to continue scrolling Bug: 136829198 Bug: 138620399 Change-Id: I5ffb53743b728e1909066c5dd18cc9308aff2c7e (cherry picked from commit c9654eb09158a9878d7ff8fc9e588ec2d4903318) (cherry picked from commit 2784315f7d62ceea51651e57eb0348f23fb57c59) (cherry picked from commit 80090d579fc10f4dcb985259b6b70efcc27bd062)
* Don't crash when swiping up if there are no TaskViewsTony Wickham2019-09-211-0/+4
| | | | | | | | | | | This can happen in LockTask mode, after enabling Overview. In that case, you are locked to the current task, but are allowed to go to overview but no tasks are shown there. Bug: 139917483 Change-Id: I2180cc5e72c343977ea53cc02907ed8dac0f8bc6 Merged-In: I2180cc5e72c343977ea53cc02907ed8dac0f8bc6 (cherry picked from commit 60bf8c117b2388a8f243f20e673c29656548be4a)
* Merging ub-launcher3-qt-qpr1-dev, build 5884665Sunny Goyal2019-09-183-4/+10
|\ | | | | | | | | | | | | | | | | | | | | | | Test: Manual Bug:135864059 P4 [Live Tiles] Empty launcher Bug:139137636 P2 Create memory tests for Launcher Bug:139281702 P2 [Enterprise - Cloud DO] GSOC and Mobile Utilities launcher icons are in broken state Bug:140837771 P1 Failing test: AddConfigWidgetTests and AddWidgetTests are failing Bug:141024521 P2 Tapping nav bar during quick switch causes scroll animation to cancel and not resume Bug:141184247 P1 Clear all button not present in fallback recents in 3-button mode Change-Id: I99f4db995a2af5959d5be4182f4e47bb67c9cbc4
| * Merge "Allow scroll to clear all in 3 button+fallback mode" into ↵Tony Wickham2019-09-183-4/+10
| |\ | | | | | | | | | ub-launcher3-qt-qpr1-dev
| | * Allow scroll to clear all in 3 button+fallback modeTony Wickham2019-09-173-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We weren't calling onSwipeUpToRecentsComplete(), which meant we kept the disallowScrollToClearAll from prepareRecentsUi indefinitely. Also don't update the icon scale if it is supposed to be scaled down, to avoid it from scaling up and overlapping with the app window. Fixes: 141184247 Change-Id: I49406764373e7121e289da7477dcbb58d0b98fd5
| * | Make sure that live tile overlay is added only once.Tracy Zhou2019-09-162-5/+21
| |/ | | | | | | | | | | | | | | | | | | | | | | Users report seeing empty launcher. After adding some logging, live tile overlay can be added twice and removed only once. I added some logic to make sure that it can only be added once. Test: manual Fixes: 135864059 Change-Id: I9d3325c56e76654f1397cc65979b97a6c0a80aee (cherry picked from commit d3ef57b4ddb635580fc5898d22b31193894cda60) (cherry picked from commit 4fa6f63ffd7a5ab230d17e8401d29cae3e5440b8)
* | Make sure that live tile overlay is added only once.Tracy Zhou2019-09-162-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | Users report seeing empty launcher. After adding some logging, live tile overlay can be added twice and removed only once. I added some logic to make sure that it can only be added once. Test: manual Fixes: 135864059 Fixes: 140337263 Change-Id: I9d3325c56e76654f1397cc65979b97a6c0a80aee (cherry picked from commit d3ef57b4ddb635580fc5898d22b31193894cda60) (cherry picked from commit 4fa6f63ffd7a5ab230d17e8401d29cae3e5440b8)
* | Merging ub-launcher3-qt-qpr1-dev, build 5872416Hyunyoung Song2019-09-1213-56/+109
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: Manual Bug:121280703 P2 Finish implementation of PortraitLandscape annotation for tests Bug:135633159 P3 [QPR] Promise icons on home screen Bug:135638690 P1 [QPR] On-device app search Bug:137106918 P2 UX: Accidental NGA triggering when hitting Undo actions in apps Bug:137200188 P3 Home screen app title disappears during animation Bug:138195597 P2 Wrong icon animated on return to home screen Bug:138396187 P1 Swipe and hold from an app no longer uses spring to animate adjacent task Bug:138729157 P1 [Flaky test] java.lang.AssertionError: http://go/tapl : want to fling backwards in widgets, flung back, but the current state is not WIDGETS; Unexpected launcher object visible: workspace Bug:138729456 P1 [Flaky test] java.lang.AssertionError: http://go/tapl : Can't find an object with selector: BySelector [CLASS='\Qandroid.widget.TextView\E', PKG='\Qcom.google.android.apps.nexuslauncher\E', TEXT='\QShortcut 3\E'] (visible state: Workspace) Bug:138964490 P1 Support DeviceConfig to drive ToggleableFlags Bug:139021165 P2 [TEST TRACKER] [QPR] Promise icons on home screen Bug:139137636 P2 Create memory tests for Launcher Bug:139551306 P4 [Polish] Reduce shelf paddings in Overview Bug:139885365 P3 App open animation different between launcher suggested apps and launcher home screen/drawer Bug:139918680 P2 [a11y] Talkback shouldn't keep focusing on the background item and speak the description of the background item again after entering Widget list. Bug:140076379 P1 Launcher ub-launcher3-qt-qpr1-dev Branch Build Keeps Crashing due to Exception Bug:140252951 P2 Add widget launch test. Bug:140308849 P2 Jank during swipe up to home, especially noticeable after pausing first Bug:140311911 P2 Flake in Launcher tests: java.lang.AssertionError: Stable state != state: OverviewState, LauncherState Bug:140405990 P2 [a11y] Unable to add shortcut to Home screen by Voice access or Switch access. Bug:140819614 P1 If an install session is abandoned for an already installed app, the corresponding icon is removed Bug:140823188 P1 AppPredictionsUITests failing Bug:140837771 P1 Failing test: AddConfigWidgetTests and AddWidgetTests are failing Change-Id: I1efae6216c53b1fee3e105c9356ed43c4bf46c6e
| * Merge "Replace OnGlobalLayoutListener with StateListener to update ↵Tony Wickham2019-09-111-7/+11
| |\ | | | | | | | | | predictions" into ub-launcher3-qt-qpr1-dev
| | * Replace OnGlobalLayoutListener with StateListener to update predictionsTony Wickham2019-09-111-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were using OnGlobalLayoutListener, which is only called when AllAppsContainerView or a child is re-laid out or visibility changes to or from GONE. Since we no longer relayout when already scrolled to the top, we need a better hook to check whether all apps has changed visibility for the purpose of updating predictions. Bug: 140823188 Change-Id: I7c4a0d94c529eb86b55729c75843c8b0bd673d8c
| * | Merge "Adding support for building a "spring like animation" with ↵TreeHugger Robot2019-09-111-12/+9
| |\ \ | | | | | | | | | | | | precomputed values" into ub-launcher3-qt-qpr1-dev
| | * | Adding support for building a "spring like animation" with precomputed valuesSunny Goyal2019-09-091-12/+9
| | | | | | | | | | | | | | | | | | | | Bug: 138396187 Change-Id: Idba323090ecd9aca43c01414a32ab3b2e292e73e
| * | | When DeviceConfig/FeatureFlag value is different than the previousHyunyoung Song2019-09-111-2/+19
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value, refresh icon cache Bug: 135638690 Bug: 138964490 Test: manually toggled feature flag UI on/off $ adb shell device_config put launcher APP_SEARCH_IMPROVEMENTS [true|false] when launcher is in foreground and also when it is in the background Afterwards, saw if "bank" would show BofA app or not Change-Id: I98b62bd07b14a225168217d7eb9bfdfc7f74435d
| * | Merge "Add distance threshold for assistant gesture fling" into ↵Miranda Kephart2019-09-092-7/+13
| |\ \ | | | | | | | | | | | | ub-launcher3-qt-qpr1-dev
| | * | Add distance threshold for assistant gesture flingMiranda Kephart2019-08-082-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was possible to invoke the assistant accidentally. This change adds a minimum distance threshold before we register a fling (the same distance as used for drag, 55dp). Bug: 137106918 Test: manual; tested that accidental flings were much more difficult, but intentional invocations were still easy to register Change-Id: I40c8bd43c1a28c7b161467804a1e44746b8e92ef
| * | | Merge "Properly prevent All Apps relayouts by avoiding scrollToPosition" ↵Tony Wickham2019-09-051-5/+0
| |\ \ \ | | | | | | | | | | | | | | | into ub-launcher3-qt-qpr1-dev
| | * | | Properly prevent All Apps relayouts by avoiding scrollToPositionTony Wickham2019-09-031-5/+0
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling scrollToPosition on RecyclerView internally calls requestLayout() (to cacluate where to scroll and then go there). Therefore, we should avoid calling that whenever possible, especially during transitions. In particular, we can optimize scrollToTop() to not scrollToPosition() if we are already at the top. This makes some other workarounds unnecessary, namely setting All Apps to GONE during system gestures. Test: Open an app, swipe up, ensure AllAppsRecyclerView doesn't get onLayout(). If we had scrolled to an app first, we get one layout in prepareRecentsUi(), but not during the transition. Bug: 140308849 Change-Id: I62ee341bf5893c121cfc013cc6542559f79d2a42
| * | | Adding a test method to get a Launcher object when it becomes non-nullvadimt2019-09-041-2/+1
| | | | | | | | | | | | | | | | Change-Id: I1c56777c87827b5edf1c7f55ad9639321e598311
| * | | Merge "Update app open/close animations." into ub-launcher3-qt-qpr1-devTreeHugger Robot2019-09-041-12/+43
| |\ \ \
| | * | | Update app open/close animations.Jon Miranda2019-09-041-12/+43
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - For app open, the icon text remains where it is and only the icon moves. - Similarly for app close, the icon text remains where it is and fades in with the rest of the other icons text. - With this change, the original view is always "VISIBLE" (if BubbleTextView/FolderIcon) but we hide certain elements. Added video to bug. Bug: 137200188 Bug: 139885365 Change-Id: I3d20c5f05bc7c0b9d052d8074ac3bfc21531c83d Merged-In: I3d20c5f05bc7c0b9d052d8074ac3bfc21531c83d
| * | | Merge "Enabling debug tracing for all UI tests" into ub-launcher3-qt-qpr1-devVadim Tryshev2019-09-042-3/+0
| |\ \ \
| | * | | Enabling debug tracing for all UI testsvadimt2019-09-032-3/+0
| | |/ / | | | | | | | | | | | | Change-Id: I434ee378baf35de955c8a589b8380e1751e4107a
| * / / Reduces padding of the Overview shelf in no button mode.Andy Wickham2019-09-033-6/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: https://screenshot.googleplex.com/iw6baTCfoy2.png After: https://screenshot.googleplex.com/8CcsQvLhYDo.png Desired: https://b.corp.google.com/action/issues/139551306/attachments/26925873?download=false Test: Examined before and after padding and verified 3-button is unaffected. Fixes: 139551306 Change-Id: Ia416399cf25e7c6c2fb8aa84ad20e7ad74dcd31b (cherry picked from commit ddc9622e92fb5a4b211a5942ec679d195dc10d19)
| * | Don't update all apps content visibility during home animationTony Wickham2019-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | We already set the all apps content visibility = GONE at the start of the gesture to prevent relayouts, but when animating home we were inadvertently changing it to INVISIBLE, causing a relayout and jank. Bug: 140308849 Change-Id: I285746f8ac8f3f857282e22ebec8eebd0b98647f
* | | Merging from ub-launcher3-qt-qpr1-dev @ build 5834630Hyunyoung Song2019-08-284-12/+44
|\| | | | | | | | | | | | | | | | | | | | Test: manual, presubmit on the source branch http://x20/teams/android-sysui/merge/ub-launcher3-qt-qpr1-dev_5834630.html Change-Id: I39968f831d707800207303e7661193fd74e56124
| * | Saving screenshots for failures in NavigationModeSwitchRulevadimt2019-08-231-5/+14
| | | | | | | | | | | | Change-Id: I732076a5eb14b181f560024e2780e2012a81fd95
| * | Adding debug tracing for All Apps appearing instead of Overviewvadimt2019-08-232-0/+7
| | | | | | | | | | | | | | | Bug: 139941530 Change-Id: Ia9827c6edd48c559e9602e1e37de83293517ad5e
| * | Move swipe actions on container logging to west world.Becky Qiu2019-08-221-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: manual Bug: 137777105 Log result for swiping in and out of -1 screen. data { elapsed_timestamp_nanos: 597609736235111 atom { launcher_event { action: SWIPE_LEFT src_state: HOME dst_state: HOME is_swipe_up_enabled: true } } } data { elapsed_timestamp_nanos: 597610569783111 atom { launcher_event { action: SWIPE_RIGHT src_state: HOME dst_state: HOME is_swipe_up_enabled: true } } } Change-Id: Ic84d3c32d1c9f780f13ec5cd6320e9f1d610f018
* | | ub-launcher3-qt-qpr1-dev @ build 5818303Hyunyoung Song2019-08-2113-14/+68
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: presubmit setup on source branch Bug: 112282235 Starting an app from Launcher sometimes takes > 10 sec Bug: 125027540 Apps to be searchable in different languages Bug: 132336512 Notification dots on pinned shortcuts Bug: 135218095 Disable unnecessary services Bug: 136277517 Widgets often don’t support scroll direction up/down, left/right and use forward/backward instead Bug: 137777105 Make clearcut launcher logging feature parity with westworld logging Bug: 137952354 OnResume() and onStop logging doesn't reflect the real source id for -1 screen Bug: 137953006 Swiping/fling up from workspace logged as hotseat Bug: 138273985 The pause app message takes more than 30 seconds to display after restarting the device. Bug: 138683199 Pass the captured snapshot data to Launcher when recents animation is cancelled Bug: 138729456 [Flaky test] java.lang.AssertionError: http://go/tapl : Can't find an object with selector: BySelector [CLASS='\Qandroid.widget.TextView\E', PKG='\Qcom.google.android.apps.nexuslauncher\E', TEXT='\QShortcut 3\E'] (visible state: Workspace) Bug: 138743758 [Flaky test] java.lang.AssertionError: App still doesn't have Pause action: com.google.android.calculator Bug: 138743792 [Flaky test] java.lang.AssertionError: ensureScrollable didn't add Chrome app Bug: 138964490 Investigate if ToggleableFlags can be connected with DeviceConfig Bug: 139416391 CTS tests crash when app_prediction service is disabled Bug: 139498375 Flake: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission Bug: 139540363 Launcher goes in crash loop Change-Id: Iaba4ed67e9fe4f8f5858324201e4c4e8711f59fa
| * | Merge "Extending the list of test owners" into ub-launcher3-qt-qpr1-devVadim Tryshev2019-08-161-0/+3
| |\ \
| | * | Extending the list of test ownersvadimt2019-08-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise, changes in tests would require my-only approval. Change-Id: Ia957a28a5a8e55dc2ee4efdf9a46c91511d3e611
| * | | Merge "Make TogglableFlag backed by DeviceConfig for e2e testing" into ↵Hyunyoung Song2019-08-151-0/+32
| |\ \ \ | | |/ / | |/| | | | | | ub-launcher3-qt-qpr1-dev
| | * | Make TogglableFlag backed by DeviceConfig for e2e testingHyunyoung Song2019-08-151-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 138964490 TL;DR;; need this to be part of QQ1 or QD1 to verify if DeviceConfig can be supported for launcher toggleableFlags. Not handled in this CL: - When flag is locally modified, that will override the flag value How that scenario is handled should be discussed separately and is not within scope of this CL. Change-Id: I2e6694a40bee9202ed0b0d559e3b5607634071bf
| * | | Merge "Adding support for storing keywords in iconCache" into ↵TreeHugger Robot2019-08-142-7/+4
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-qt-qpr1-dev
| | * | | Adding support for storing keywords in iconCacheSunny Goyal2019-08-142-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1183e63a6556ebfb3eee5df23d149e09728193a9 Merged-In: I1183e63a6556ebfb3eee5df23d149e09728193a9 (cherry picked from commit e529a86fbd2eaf7b13575af6b6adf0eb6e25e45c)
| * | | | Fixed PredictionAppTracker as service might not be available on device.Felipe Leme2019-08-141-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 139416391 Bug: 135218095 Test: echo 'in TreeHugger we trust' Change-Id: Iea89b3d379792327657e01869c9494975e7b0306 (cherry picked from commit 214a45ee02674712542dabdb7d8c70ace21f4501)
| * | | Merge "Log the event for swiping up to dismiss a task in Overview." into ↵Becky Qiu2019-08-142-2/+15
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-qt-qpr1-dev
| | * | | Log the event for swiping up to dismiss a task in Overview.Becky Qiu2019-08-092-2/+15
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: manual Bug: 137777105 Demo logging for dismissing a task: data { elapsed_timestamp_nanos: 70772067228810 atom { launcher_event { action: DISMISS_TASK src_state: OVERVIEW dst_state: BACKGROUND is_swipe_up_enabled: true } } } Change-Id: I5569b80e2e1f35661bc5e9e343c6c298791a1ec1
| * | | Always go to home in case of fling-upSunny Goyal2019-08-131-11/+12
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | am: a2cfc2d95e Change-Id: I560fd690882998a9b503d5c30eda7f9397db138e
| * | | show dot in deep shortcuts when notification contains exactly identicalPinyao Ting2019-08-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set of person Bug: 132336512 Change-Id: I975524e28168c10a186cdc24b188c161faf433cf Merged-In: I975524e28168c10a186cdc24b188c161faf433cf
| * | | Merge "Use task display id when starting split screen" into ↵Sunny Goyal2019-08-051-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-r1-dev am: 6cf32a2e95 Change-Id: I7313eb81291d3fbe353882446d7da39bba355ec9
| * \ \ \ Merge "Fix inability to dismiss Assistant answer when launcher frontmost" ↵James O'Leary2019-08-051-2/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-qt-r1-dev am: 290a9a814a Change-Id: I128fb662ea38a00f3a14734aae9c5c1bbb849b09
| * | | | | Change RecentsAnimationListenerSet interface (Launcher)Tracy Zhou2019-08-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 138683199 Test: N/A Change-Id: Ic53ef92fe4d5b55ff1d105a250accdf6f6c0916b (cherry picked from commit 8e8a36f673de31a31e19131ab286de7798e23b78)
| * | | | | Return mIconLastSetTextAlpha from TEXT_ALPHA propertyTony Wickham2019-08-011-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 8ed3b437b1 Change-Id: I01cada1a1cca22e2e7792b019dd74221c0451cf3
| * | | | | | Fill the log container as hotseat or workspace based on position.Becky Qiu2019-08-014-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: manual Bug: 137953006 Swipe from workspace: 07-30 15:15:44.031 9779 9779 D UserEvent: action:FLING direction=UP direction=UP 07-30 15:15:44.031 9779 9779 D UserEvent: Source child:WORKSPACE id=0 span(951,1313) parent:WORKSPACE id=0 07-30 15:15:44.031 9779 9779 D UserEvent: Destination child:ALLAPPS 07-30 15:15:44.031 9779 9779 D UserEvent: Elapsed container 826 ms, session 9361 ms, action 0 ms Swipe from hotseat: 07-30 15:15:46.010 9779 9779 D UserEvent: action:FLING direction=UP direction=UP 07-30 15:15:46.010 9779 9779 D UserEvent: Source child:HOTSEAT id=0 span(786,1908) parent:WORKSPACE id=0 07-30 15:15:46.010 9779 9779 D UserEvent: Destination child:ALLAPPS 07-30 15:15:46.010 9779 9779 D UserEvent: Elapsed container 1139 ms, session 11339 ms, action 0 ms Change-Id: I959528889fda778efc569bb59e7f44d3bd5b81bc
| * | | | | | Merge "Fix bug where rounded corners were being set despite being disabled." ↵Jon Miranda2019-08-011-1/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-qt-dev am: 9da9a2bd21 am: f20a7d252c Change-Id: I3fcfe4dc137756d5b4a049468632d111ca7fa4f6
| * \ \ \ \ \ \ Don't end launcher components anim early even if it does nothing am: 03c548901fTony2019-08-011-6/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1d7e474c69 Change-Id: I1f1f70c2791755535d1318b636e37a745e97d057
| * \ \ \ \ \ \ \ Merge changes Ib3e373c2,Ia5d6f545 into ub-launcher3-qt-r1-devTony Wickham2019-07-319-43/+81
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1343f03e2e Change-Id: Ie3f4c2c15e331c84f0f048c6337ae4e58111ec56
| * | | | | | | | | Set recents view to be visible from alt+tabVinit Nayak2019-07-312-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recents was being initialized but was not marked as attached to app window. This was causing it's animator to never make it View.VISIBLE. Test: Open any app On physical keyboard press alt+tab Observe that overview shows up fixes: 138396234 Change-Id: I9e6c001242f4552027e79b162fb812f476823a37