Vadim Tryshev
d7dd3ca0a4
Merge "Better diagnosing when Launcher settings popup is visible" into main
2023-12-07 23:30:25 +00:00
Vadim Tryshev
76dd9d4eb9
Inserting waiting for wallpaper animation into "back" gesture from app to workspace
...
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: Ib0f6d62de5caba00823618bdf661d0e4f27e5650
2023-12-07 14:50:42 -08:00
Vadim Tryshev
d7ef3b4486
Merge "Waiting for Launcher stop when dropping a widget that starts an activity" into main
2023-12-07 22:41:50 +00:00
Sebastian Franco
957e4e513e
Make all tapl test start with Tapl
...
Flag: NA
Bug: 298234173
Test: only test name change
Change-Id: Ib2e67a569599568cf1e681a7f1ac44924da83b84
2023-12-07 22:27:53 +00:00
Vadim Tryshev
fd07533f37
Better diagnosing when Launcher settings popup is visible
...
Bug: 187761685
Test: presubmit
Flag: N/A
Change-Id: I27c28ae5914b8b4d96133afafefc93f650f2eda1
2023-12-07 14:00:53 -08:00
Sunny Goyal
522dfa139a
Adding test for folder preview loading
...
Bug: 315352494
Test: atest FolderIconLoadTest
Flag: N/A
Change-Id: Idcef30427b8ea637eb98b1a7a0d2eda09abd0837
2023-12-07 12:11:38 -08:00
William Leshner
5836cec7ec
Merge "Show Launcher's widget picker in an activity." into main
2023-12-07 19:23:58 +00:00
Tony Wickham
1482ec384c
Merge "Remove ENABLE_TRANSIENT_TASKBAR and long-press stash support" into main
2023-12-07 19:11:07 +00:00
Vadim Tryshev
d987586323
Disable alpha jump detector
...
The detector flakes, and I have no bandwidth now to take care of it.
Bug: 309014345
Test: presubmit
Flag: N/A
Change-Id: I97b02736354274a97ed0eb4eb71773a5c858cae4
2023-12-06 18:57:33 -08:00
Vadim Tryshev
4b3cc96ac2
Waiting for Launcher stop when dropping a widget that starts an activity
...
This will help to ensure that Launcher state has settled before continuing the test.
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I810c3bd1da2839a482422396536acd664f3e4b82
2023-12-06 18:46:14 -08:00
Vadim Tryshev
286581ebf2
Partially reverting waiting for animation when setting widget result
...
It flakes, i.e. sometimes the animation is not detected.
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I829e4124879c3a3abe78762a8d04fcd0494f5b1a
2023-12-06 18:15:52 -08:00
Tony Wickham
18551f29fe
Remove ENABLE_TRANSIENT_TASKBAR and long-press stash support
...
Flag: NA
Test: manual, TaplTestsTaskbar, TaplTestsPersistent, TaplTestsTransient
Fixes: 270395798
Change-Id: I4ecf5ddcd1206e846538175c684043c5e065fd5d
2023-12-06 22:13:10 +00:00
Vadim Tryshev
0156324805
Merge "Waiting for wallpaper animation in widget tests only for Nexus Launcher" into main
2023-12-06 20:23:04 +00:00
Vadim Tryshev
c0fc0d2b0b
Waiting for wallpaper animation in widget tests only for Nexus Launcher
...
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I6235b2ffc66db9f32ce998523cad74bb239588d0
2023-12-06 10:21:50 -08:00
Tony Wickham
5a26b1ce0f
Merge "Change TAPL to swipe to stash taskbar (instead of deprecated long press)" into main
2023-12-06 18:06:44 +00:00
Jordan Silva
c0c1999e8f
Merge "Update TaplOpenCloseAllApps click position to dismiss All Apps" into main
2023-12-06 17:53:45 +00:00
Jordan Silva
6728f40220
Update TaplOpenCloseAllApps click position to dismiss All Apps
...
After enabling responsive grid all apps container for tablet got wider. The previous calculation to click outside the All Apps container for this test no longer works.
This CL updates the click position to click after the All Apps scrollbar position. Also it changes the click to be right next to the container and not halfway to the edge. The calculation to get the position halfway to the edge was leading to a invalid click position where the click was happening inside the 24dp limit of the edge, and it was not dismissing the AllApps container.
Fix: 315076033
Fix: 315084703
Flag: ACONFIG com.android.launcher3.enable_responsive_workspace TEAMFOOD
Test: TaplOpenCloseAllApps
Test: TaplTestsTaskbar
Change-Id: I38bcdb4e0d4c27f35a16fa04411c65627bc88b11
2023-12-06 12:12:03 -03:00
Vadim Tryshev
42476cc355
Merge "Waiting for wallpaper animation completion when configuring new widget" into main
2023-12-06 01:43:07 +00:00
Vadim Tryshev
878784aa2d
Merge "Waiting for Launcher activity to stop in OverviewTaskMenu.tapAppInfoMenuItem" into main
2023-12-05 21:34:23 +00:00
Vadim Tryshev
61434924f0
Waiting for wallpaper animation completion when configuring new widget
...
This will help to ensure that Launcher state has settled before continuing the test.
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: Ice7ae8a2517d68c53d135a34cc33e11f3203f788
2023-12-05 13:32:41 -08:00
Jordan Silva
85cea3e07b
Merge "Update ReorderWidget tests to drag and drop widget inside the board" into main
2023-12-05 21:18:29 +00:00
Will Leshner
9dce65e05a
Show Launcher's widget picker in an activity.
...
Bug: 307306823
Test: atest Launcher3Tests
Flag: NA
Change-Id: I28ef731abcdf1bd44c66366d42a135912dbcc5be
2023-12-05 13:12:05 -08:00
Tony Wickham
d546564f3e
Change TAPL to swipe to stash taskbar (instead of deprecated long press)
...
This also means Taskbar is transient by default in automated tests,
instead of persistent. Updated some checks accordingly.
Flag: LEGACY ENABLE_TRANSIENT_TASKBAR ENABLED
Test: TaskbarExpandCollapse#hideShowTaskbar; TaplTestsTaskbar;
TaplTestsTransientTaskbar; TaplTestsPersistentTaskbar
Bug: 270395798
Change-Id: Ie7b8fcedb94e33742b7bf18cb829dab55af74b7d
2023-12-05 20:38:41 +00:00
Sebastián Franco
8d07e2f80a
Merge "Adding ReorderParameters to ReorderAlgorithm" into main
2023-12-05 19:03:05 +00:00
Jordan Silva
21cdba04c3
Update ReorderWidget tests to drag and drop widget inside the board
...
Fix: 314946012
Flag: N/A
Test: ReorderWidgets
Change-Id: I9e160e76a1fff568af9b21bebc46ef11fb97b962
2023-12-05 10:55:31 -03:00
Satish Yalla
b85266aef2
Merge "Revert "Change TAPL to swipe to stash taskbar (instead of deprec..."" into main
2023-12-05 10:21:18 +00:00
Satish Yalla
de82f8f44f
Revert "Change TAPL to swipe to stash taskbar (instead of deprec..."
...
Revert submission 25532044-tapl-transient-taskbar-default
Reason for revert: <test revert (b/314873201)>
Reverted changes: /q/submissionid:25532044-tapl-transient-taskbar-default
Change-Id: I51e78699f588a8fe8506c96398de921448e0ab6a
2023-12-05 06:48:25 +00:00
Tony Wickham
2f334e9ca7
Merge "Change TAPL to swipe to stash taskbar (instead of deprecated long press)" into main
2023-12-05 02:40:02 +00:00
Vadim Tryshev
01444246cd
Waiting for Launcher activity to stop in OverviewTaskMenu.tapAppInfoMenuItem
...
This will help to ensure that Launcher state has settled before continuing the test.
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I1100ec8e015a67ebef8b7e834b55b1ed5fcabae8
2023-12-04 18:22:33 -08:00
Vadim Tryshev
dc7de0d9fb
Merge "Waiting for Launcher activity to stop when starting an overview task" into main
2023-12-04 21:47:09 +00:00
Vadim Tryshev
7b78d4093b
Merge "Not diagnosing taskbar as <Launcher in invalid state>" into main
2023-12-04 19:21:17 +00:00
Sebastian Franco
25f8e406a7
Adding ReorderParameters to ReorderAlgorithm
...
No logic change made.
Flag: NA
Bug: 229292911
Test: ReorderAlgorithmUnitTest
Change-Id: Iababd2fba688a482cffe6d2243c987b0c022c6a5
2023-12-03 22:39:50 -06:00
Vadim Tryshev
caf5958e57
Waiting for Launcher activity to stop when starting an overview task
...
This will help to ensure that Launcher state has settled before continuing the test.
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: Ie72853a9d289b2688fdfbdf5220ce86808ac2da1
2023-12-01 16:15:45 -08:00
Vadim Tryshev
6edb70f749
Merge "Waiting for Launcher to stop after quick-starting test apps" into main
2023-12-01 18:47:33 +00:00
Vadim Tryshev
0ad6d9bcee
Waiting for Launcher to stop after quick-starting test apps
...
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I795571ec191b01929bb871fd021d8653449bb608
2023-12-01 18:22:04 +00:00
Vadim Tryshev
1ccdc411e5
Not diagnosing taskbar as <Launcher in invalid state>
...
Bug: 187761685
Test: presubmit
Flag: N/A
Change-Id: Ib73785d7421ebc0fb899cb02ae8c29b6bbad968e
2023-11-30 17:20:32 -08:00
Vinit Nayak
440cdc4a4a
Merge "Revert "Add logs for move pointer"" into main
2023-12-01 00:49:23 +00:00
Sebastián Franco
dc3cb09765
Merge "Move expectFail to TestUtil" into main
2023-11-30 21:46:56 +00:00
Vinit Nayak
a2bf68fee2
Revert "Add logs for move pointer"
...
This reverts commit b39abc99cd .
Reason for revert: Test no longer failing
Change-Id: I461d91c88290b820a75bbb4771663558162692ab
2023-11-30 20:07:01 +00:00
Vadim Tryshev
c5d3b1c845
Merge "Disable flash detector" into main
2023-11-30 19:12:25 +00:00
Sebastian Franco
38e8f83392
Move expectFail to TestUtil
...
Flag: NA
Bug: 298234173
Test: atest TaplWorkspaceTest
Change-Id: I7aadab92891ecdb9e8910601a6e1b417ffa5f605
2023-11-30 11:56:43 -06:00
Jordan Silva
0734ef2d7c
Merge "Revert "Make numFolderRows/numFolderColumns accept more values"" into main
2023-11-30 14:27:20 +00:00
Thales Lima
09d42d5340
Revert "Make numFolderRows/numFolderColumns accept more values"
...
Revert submission 25438456-5x5_folder
Reason for revert: http://b/313567919
Reverted changes: /q/submissionid:25438456-5x5_folder
Revert "Use DeviceProfile numFolderRows and numFolderColumns"
Revert submission 25313018-numFolder
Reason for revert: http://b/313567919
Reverted changes: /q/submissionid:25313018-numFolder
Change-Id: I4890016e310c0a2122861f36fcdbf33e98e727c0
2023-11-30 11:47:37 +00:00
Pat Manning
001d1cda52
Merge "Allow right-click of taskbar icons to launch long-click menu." into main
2023-11-30 10:56:46 +00:00
Winson Chung
abb4483f6f
Merge "Add Launcher support for left-right splits on portrait foldables" into main
2023-11-30 05:52:57 +00:00
Sebastián Franco
033a335801
Merge "Revert^2 "Moving rearrangementExists to ReorderLogic since it's only used there"" into main
2023-11-30 00:09:47 +00:00
Vadim Tryshev
54dbd42cae
Merge "Waiting for Launcher activity to stop when starting a Launchable" into main
2023-11-29 21:57:45 +00:00
Vadim Tryshev
1b058fd467
Waiting for Launcher activity to stop when starting a Launchable
...
This will help to ensure that Launcher state has settled before continuing the test.
Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I8bed0225617a225c2dc9587a75d004b98395fe1f
2023-11-29 13:55:46 -08:00
Sebastián Franco
61fbd18e5d
Revert^2 "Moving rearrangementExists to ReorderLogic since it's only used there"
...
This reverts commit 484a7ea4f3 .
Reason for revert: Fixing build error
Change-Id: I00dcbb831dc40a90d43ada7315969251413bb88b
2023-11-29 21:54:51 +00:00
Winson Chung
104a4c8b69
Add Launcher support for left-right splits on portrait foldables
...
Bug: 291018646
Test: Manual
Flag: enable_left_right_split_in_portrait
Change-Id: I92af7ffd83770f7e942c3892a12b1611ff5b50f4
Signed-off-by: Winson Chung <winsonc@google.com >
2023-11-29 20:20:14 +00:00