summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2019-06-1353-120/+126
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I0d9465551d819e650a05175aea087bb9e3423c96
* Merge "Adding support for custom callback when starting ProxyActivity" into ↵TreeHugger Robot2019-06-121-6/+12
|\ | | | | | | ub-launcher3-qt-dev
| * Adding support for custom callback when starting ProxyActivitySunny Goyal2019-06-121-6/+12
| | | | | | | | | | Bug: 133443741 Change-Id: Ifd6a289b7f49d52efe0767b600cecc2b460a87fc
* | Merge "Gracefully handle failed task launches during quick switch" into ↵Tony Wickham2019-06-126-2/+43
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Gracefully handle failed task launches during quick switchTony Wickham2019-06-126-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | When quick switching from home or overview, go to OverviewState if the task launch failed. Otherwise we get stuck in BackgroundAppState. Bug: 135038270 Change-Id: I42785c261cef0df95666bc106ec5ca6ef0553cc7
* | | Merge "Expose getTaskView to Overlays." into ub-launcher3-qt-devTreeHugger Robot2019-06-122-2/+3
|\ \ \
| * | | Expose getTaskView to Overlays.Zak Cohen2019-06-122-2/+3
| | | | | | | | | | | | | | | | | | | | Test: Manual Change-Id: Ie8583606e65f9a77536de4a7cbd1aa3d88e81e1e
* | | | Merge "Not using settings app in tests" into ub-launcher3-qt-devVadim Tryshev2019-06-122-2/+3
|\ \ \ \
| * | | | Not using settings app in testsvadimt2019-06-122-2/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I7542dab07a0d5a76cc90f4b5eee0d376b5d8ca11
* | | | | Fading out the home surface if home and recents are shown in separate surfaceSunny Goyal2019-06-122-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 134725160 Change-Id: Ia4c5e0eefc4d8b869840645f403d943831c471f1
* | | | | Updating consumed insets when dispatching to child viewsSunny Goyal2019-06-121-6/+19
| |/ / / |/| | | | | | | | | | | | | | | Bug: 134963243 Change-Id: I4fa072128398cfd22b906037c6c444495781c9d0
* | | | Merge "Resetting taskView alpha to proper value onAnimationEnd" into ↵TreeHugger Robot2019-06-122-3/+9
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | | Resetting taskView alpha to proper value onAnimationEndSunny Goyal2019-06-122-3/+9
| |/ / / | | | | | | | | | | | | | | | | Bug: 135114549 Change-Id: I4effc4c9d8e6c03e41c8f06c441477076ce7a622
* | | | Do not rebind when when deviceProfile has not changedSunny Goyal2019-06-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids UI flicker when using fakeLandscape UI during swipe-up animation Bug: 131360075 Change-Id: I651e0acb79b54be66b93c746eed6e9b099f2f767
* | | | Merge "Initializing ActivityManagerWrapper before device unlock" into ↵TreeHugger Robot2019-06-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | | Initializing ActivityManagerWrapper before device unlockSunny Goyal2019-06-121-1/+1
| |/ / / | | | | | | | | | | | | | | | | Bug: 134406364 Change-Id: I30339c3790efeaa60db7ea3cbae76d97474c16cc
* | | | Merge "Removing unused method" into ub-launcher3-qt-devTreeHugger Robot2019-06-121-10/+0
|\ \ \ \
| * | | | Removing unused methodSunny Goyal2019-06-071-10/+0
| | |_|/ | |/| | | | | | | | | | Change-Id: I25016d58b130e99c8983af48fde32e05bf6c66b1
* | | | Merge "Saving instance state so that widget cache is updated properly before ↵TreeHugger Robot2019-06-121-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | rebind" into ub-launcher3-qt-dev
| * | | | Saving instance state so that widget cache is updated properly before rebindSunny Goyal2019-06-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | List widgets use a static cache which is initialized as part of saveInstanceState. Calling this ensures that no extra binder calls are made on rotation Bug: 134707989 Change-Id: I8d4450134168bd412ba2911c57354a603868bc47
* | | | | Merge "Bypass systemstate check when using shared state" into ↵TreeHugger Robot2019-06-126-39/+121
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev
| * | | | | Bypass systemstate check when using shared stateSunny Goyal2019-06-126-39/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | System state can change using the interaction, for eg: an app can enter immersive mode in the middle of quickswitch. Ignore such changes to prevent system gestures getting blocked by an app > Fixing nullpointer in device locked consumer construction when user is not locked yet > Creating a fallback resetGesture input consumer, which cancels any pending transition in case we missed to cancel it Bug: 134091263 Bug: 134406364 Change-Id: Iafc4e53691f50862b013ad9c4023839044cf1d72
* | | | | | Merge changes I0b96f623,I019084a1 into ub-launcher3-qt-devTony Wickham2019-06-122-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix double swipe on nav bar from an app Fix state/anim clobbering when touching down during recents animation
| * | | | | | Fix double swipe on nav bar from an appTony Wickham2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use normal OverviewInputConsumer instead of OverviewWithoutFocusInputConsumer if we are animating to launcher. This allows launcher to properly handle a second swipe in the nav region. Test: enable 2-button mode, double swipe up on nav bar to all apps Bug: 135050372 Change-Id: I0b96f6236bed4f9ac3284a921e4259e1b0d00c75
| * | | | | | Fix state/anim clobbering when touching down during recents animationTony Wickham2019-06-111-3/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses 2 problems: - Set mLauncherTransitionController = null after ending it, to prevent a subsequent end from re-setting OVERVIEW state. - Cancel the shelf animation so that it doesn't clobber the animation to all apps (for instance). Bug: 134309036 Bug: 134309189 Change-Id: I019084a1ba38c6208a6256843cb5c4b6dbb4a662
* | | | | | Merge "Merge branch 'ub-launcher3-qt-r1-dev' into ub-launcher3-qt-dev" into ↵TreeHugger Robot2019-06-1261-207/+324
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev
| * \ \ \ \ \ Merge branch 'ub-launcher3-qt-r1-dev' into ub-launcher3-qt-devSunny Goyal2019-06-1261-207/+324
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | Change-Id: If7adf6f7d151175a71ff54944970151c3510d990
| | * | | | | Merge "Calling sendStateEventToTest() from a place guaranteed to be called" ↵vadimt2019-06-113-5/+3
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-qt-dev am: c1fa3abd2e Change-Id: I90802248680747645bc975e81fb4fe477f2db679
| | * | | | | Merge "Tweak spring stiffness/damping for attaching recents" into ↵Tony Wickham2019-06-111-5/+2
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: 070866931b Change-Id: I71bf6a8dac3a4243b5ac67bdff9a829db0966b8e
| | * \ \ \ \ \ Merge "Check if RecentsView is null before setting live tile icon." into ↵Tracy Zhou2019-06-112-2/+18
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: fc1db5861a Change-Id: I939827655df665fed9598dc4bc3d8b3d72be35cc
| | * \ \ \ \ \ \ Merge "Defer listening for notification changes until resume" into ↵Winson Chung2019-06-111-1/+3
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: ca29259673 Change-Id: I135a79f492491c6c5c0bc449bc0c7faabbd8fd10
| | * \ \ \ \ \ \ \ Merge "Fix potential NPE in BackgroundAppState" into ub-launcher3-qt-devTony Wickham2019-06-111-2/+4
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6129e4737c Change-Id: Ifb7aeb3ba9b3cf31b8d3b7d05553e11e88c1d16e
| | * | | | | | | | Merge "Fixing some thread errors in TouchInteractionService" into ↵Sunny Goyal2019-06-101-34/+32
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: 1a66df255a Change-Id: I16036763c01935133f39851acb3cc1a984e6be51
| | * | | | | | | | Merge "Making sure that we drag icon far enough to cross the threshold" into ↵Vadim Tryshev2019-06-101-3/+7
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: 5d8283a87d Change-Id: Ie54994f1f1851d277cb79a25223b844f20a8082e
| | * \ \ \ \ \ \ \ \ Merge "Task footer - use temporary motion for show and hide." into ↵Zak Cohen2019-06-102-0/+4
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-r1-dev
| | | * | | | | | | | | Task footer - use temporary motion for show and hide.Zak Cohen2019-06-062-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 125844074 Test: manual Change-Id: I9a26760f4bd976d0c3475db1322ee0da639d8209
| | * | | | | | | | | | Merge "Translate recents when attaching to app window instead of fading" ↵Tony Wickham2019-06-104-33/+106
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-qt-dev am: 0234edeb08 Change-Id: I0d4d559518d8202a40957a3c5c1e90ed72745a66
| | * \ \ \ \ \ \ \ \ \ \ Merge "Not assuming that the activity is Launcher for the fallback recents" ↵vadimt2019-06-101-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-qt-dev am: e61c8343e1 Change-Id: I77694efb0d152905da60c19ef1ddccd808a5db0e
| | * \ \ \ \ \ \ \ \ \ \ \ More tracing for b/133009122vadimt2019-06-102-0/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 34b2f03b30 Change-Id: I4487817d7b2905bf8837a35a2e13147c63ed1344
| | * | | | | | | | | | | | More tracing for b/133009122vadimt2019-06-071-0/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c25d975342 Change-Id: Iee85b5a93612867c8eabae37b0d6fa1a388a4084
| | * | | | | | | | | | | | Merge "Folder name should follow folder icon text color Bug: 134674880" into ↵Hyunyoung Song2019-06-061-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: c11ea4e965 Change-Id: Ifa061aa75dd46f42b8b47c7825cbd696d84c77fb
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge "Freezing all apps updates during certain tests" into ↵Vadim Tryshev2019-06-078-88/+201
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-r1-dev
| | | * | | | | | | | | | | | | Freezing all apps updates during certain testsvadimt2019-06-068-88/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds a very low risk because most (but not all) changes affect only Launcher behavior during the test. This should fix a lab-only flake when all apps keeps changing while the test is working with it. Example: test figures out which icon to click, by the moment it clicks there, there is another icon there, or the icon is under the search box, and clicking opens IME. Switching test devices to airplane mode didn't help. The earlier change that prevents popup menu cancellation is not general enough. Now the tests are given an API to explicitly freeze and unfreeze all-apps, which should be a final solution. Bug: 132900132 Bug: 133765434 Change-Id: I8b81cc9be004482beb6cdcdd05406e2d9b4c7629
| | * | | | | | | | | | | | | | Merge "Add tracing for b/134532571" into ub-launcher3-qt-devvadimt2019-06-065-0/+34
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: bfe171f9cb Change-Id: I86539398e74beb527cbede66143ff1c61990cca8
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Disable seamless rotation for 3 and 2 button mode" into ↵Sunny Goyal2019-06-064-10/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: 19f7c6fefb Change-Id: Iec2636f14a157e9a9b5e9c47e1c258b9158dc942
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Test: using RuleChain to create a correct order of rules." into ↵Vadim Tryshev2019-06-062-9/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: 8278148e41 Change-Id: I764fef9315039c1272b63495c261a5ec83839220
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Reduce alpha delay 25ms to reduce flashy feeling of appearing large." ↵Jon Miranda2019-06-061-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-qt-dev am: 256762251e Change-Id: I99bd2383244e0b753ee18cb8657efe0bd0b676d0
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Using a separate InputConsumer when Launcher is resumed but not ↵Sunny Goyal2019-06-068-37/+255
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | focused" into ub-launcher3-qt-dev am: 7183795ff8 Change-Id: Idafa9bc76dc8d22b3f69388824859d86e0737a81
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Fix flicker to OVERVIEW state during quick switch" into ↵Tony Wickham2019-06-061-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-qt-dev am: 215ab0ca87 Change-Id: I04e1068111893c41a6ade925daf3f37259e0591f
| | * | | | | | | | | | | | | | | | | | | Temporarily not using RuleChain as it mysteriously breaks testsvadimt2019-06-052-7/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 63013c5e57 Change-Id: I0e105abbf0f3a52124f40a44ba4c5f0cc2bc2fc8