Dan Willemsen
26b0938f09
Fix Launcher3Tests SDK version
...
In a879f9c481
, the ub-launcher-aosp-tapl
was switched from current to system_current. Since Launcher3Tests links
against this library, we require it to use the system stubs as well.
But I broke the check in the build system while doing some cleanup, so
we never noticed. I'm fixing the check in:
https://android-review.googlesource.com/c/platform/build/+/1156840
Bug: 143748700
Test: treehugger
Change-Id: Ifcf47b19f7ed8f907e437325b4fd6a599fcca4cf
(cherry picked from commit 981ec8b789
)
2019-12-26 22:18:32 +00:00
vadimt
a8523300da
Temporary workaround for long failure messages when running from AS
...
AS installs tests in such a way that they don't get necessary
permissions; the result is a long message starting with "Failed to get
system health diags" when a test fails.
While I'm looking for a good solution, removing this annoyance.
Change-Id: I9e439c3aefb9dd365c841c98d530b9346d7ccd10
2019-12-20 19:15:20 -08:00
Pinyao Ting
e94baee999
include integration test for open settings menu from workspace
...
Bug: 146432215
Change-Id: I2d42984dd77506385230744361ae74944cc9b3bd
2019-12-20 15:37:36 -08:00
vadimt
97d7b9024d
Fixing typo
...
Change-Id: Ifba10c3d804f6c009b9ce40732c08ea17ee7b559
2019-12-17 14:58:10 -08:00
TreeHugger Robot
45657afdde
Merge "Adding diagnostics for failing click-to-home" into ub-launcher3-master
2019-12-16 22:49:21 +00:00
TreeHugger Robot
c9a907bec1
Merge "Removing temporary workarounds to make tests pass on Cuttlefish" into ub-launcher3-master
2019-12-16 22:37:09 +00:00
TreeHugger Robot
0f58b63445
Merge "Diagnosing visible windows' packages for Background mode" into ub-launcher3-master
2019-12-16 22:36:48 +00:00
TreeHugger Robot
7d8901689c
Merge "Improving navigation mode switch rule and around" into ub-launcher3-master
2019-12-16 22:36:42 +00:00
vadimt
44e697b0a3
Adding diagnostics for failing click-to-home
...
Bug: 133010698
Change-Id: Id887543f65812bb5607043a1cfcb2e95cf97ccb5
2019-12-16 13:38:27 -08:00
Vadim Tryshev
f4b5bcac43
Merge "Starting swipe-to-all-apps outside of areas triggering long-press" into ub-launcher3-master
2019-12-13 18:50:22 +00:00
vadimt
08eca2fa2e
Removing temporary workarounds to make tests pass on Cuttlefish
...
Bug: 136278866
Change-Id: Ie537a578bb871921c0cbea1f197261e703de98f5
2019-12-12 18:15:48 -08:00
vadimt
03cd58e575
Diagnosing visible windows' packages for Background mode
...
Change-Id: I3caeef4cd890500585f033024b1b6c3521b9e39d
2019-12-12 18:07:42 -08:00
vadimt
a45ee97074
Recycling accessibility event as the docs require
...
Change-Id: I94a2ea7ab93690d0216110b5f77f0116177788a7
2019-12-12 17:43:38 -08:00
vadimt
f0c80528ab
Starting swipe-to-all-apps outside of areas triggering long-press
...
I suspect that some tests using TAPL run under pressure (mem or CPU,
created either intentionally or as a result of a leak somewhere)
where test process may generate a pause between DOWN and MOVE events
enough to be recognized as a long tap, which opens a context menu
instead of swiping.
While the clean solution is b/140252325, this is a workaround.
Bug: 144853809
Change-Id: I135eaee608270b7e60bb072cb360632763cbe5c5
2019-12-12 16:27:25 -08:00
vadimt
2eb48498b4
Improving navigation mode switch rule and around
...
Logging assertion failures.
Modifying waits for condition to avoid timing out the whole test if the
iteration takes too long in favor of failing with an actionable diag.
Bug: 145985438
Change-Id: Ie32d93e1548ce6ec64c38449eb1be1287ff9cf56
2019-12-12 15:10:52 -08:00
vadimt
526c630500
Simplify diagnosing of the context menu being present when not expected
...
Change-Id: I3550a724665f908ef70570e2e151c53fc7fa1844
2019-12-11 18:09:39 -08:00
TreeHugger Robot
98833d525c
Merge "Updating some non-final static objects" into ub-launcher3-master
2019-12-11 22:07:53 +00:00
TreeHugger Robot
7d2f42d97a
Merge "Moving logging Launcher and platform versions before matching" into ub-launcher3-master
2019-12-11 21:30:35 +00:00
Sunny Goyal
73b5a27b14
Updating some non-final static objects
...
Updating various static objects to use a standard pattern so that
it is easier to track and cleanup those objects
Bug: 141376165
Change-Id: Ia539cbfa338d544dddad771c5027b6748762768b
2019-12-11 13:22:58 -08:00
TreeHugger Robot
4f37a5e268
Merge "Removing static instances of UserManagerCompat and AppWidgetManager" into ub-launcher3-master
2019-12-11 18:41:04 +00:00
Sunny Goyal
337c81f664
Removing static instances of UserManagerCompat and AppWidgetManager
...
> Changing the lifecycle to follow other static objects in Launcher
> Removing compat interface and inlining everything to helpers
Bug: 141376165
Change-Id: I82bd5db1969101de9a7eac77f32728d70195bb35
2019-12-11 10:03:19 -08:00
vadimt
61e285245e
Moving logging Launcher and platform versions before matching
...
I suspect that sometimes APIs return versions that are different from
ones in the bugreport. We want to see them before possible non-match
failures.
Bug: 145935261
Change-Id: Ia1a9208de111368245eac9147ae4a189db823105
2019-12-09 18:15:33 -08:00
vadimt
bdaa179b92
Consistently checking state change messages
...
Checking for events whenever Launcher sends them.
Checking for correct events (final events, not for events from
intermediate state changes).
This should simplify diagnosing of bugs involving TAPL.
This is also supposed to fix Fallback overview tests.
Bug: 143488140
Change-Id: If053ed808ec71bf2b652ab680be5bdfe9ff8cbb9
2019-12-09 12:33:39 -08:00
Sunny Goyal
4b5b0eb60d
Moving some tests to robolectric
...
> Adding support for simulating model load
Bug: 130562632
Change-Id: I1de8c0abe2e74d4e7e47e18914316c339920609a
2019-12-09 11:17:12 -08:00
Tony Wickham
8a50a6d858
Send home intent after reaching 3P launcher on swipe up
...
Also keep the 3P launcher's alpha at 0 during the gesture, and
don't send the home intent if user touches during the transition.
Bug: 139682945
Change-Id: Ie758f0b337bb173b34f5585ec1915b7ea1145094
2019-12-05 14:40:13 -08:00
TreeHugger Robot
0868d999f1
Merge "Improving error messages when swiping up to home" into ub-launcher3-master
2019-11-22 18:40:56 +00:00
vadimt
7d6e7add97
Improving error messages when swiping up to home
...
Change-Id: I7c230d657eacb7a386a906e1f5470a15e1fe5868
2019-11-21 19:12:19 -08:00
TreeHugger Robot
9ccea3961c
Merge "Accelerating dragging to workspace by using pause at the end of the gesture" into ub-launcher3-master
2019-11-21 22:30:04 +00:00
thiruram
5e1ecf6d73
Adds proto-lite libraries to Launcher3 make files.
...
Change-Id: Icb2f8fcdb4d5344de835f4702fc01ec80d4a3b84
2019-11-20 21:49:44 +00:00
vadimt
83b7a6d8bf
Accelerating dragging to workspace by using pause at the end of the
...
gesture
Change-Id: Ib14b9519e23aa34156dab9eff75cd2609ad57e14
2019-11-19 15:00:29 -08:00
TreeHugger Robot
10bf76941f
Merge "Making the default launcher rule outer for the Portrait-Landscape one" into ub-launcher3-master
2019-11-19 22:51:54 +00:00
vadimt
4d627f09c0
Staring swipe-to-all-apps gesture from above bottom gesture area
...
Bug: 139682945
Change-Id: I2fe8929c1dea8448c23394afd6f9d711b73f2562
2019-11-19 21:48:55 +00:00
vadimt
f9e559275d
Making the default launcher rule outer for the Portrait-Landscape one
...
Portrait-Landscape uses Launcher activity and needs it to be set up
correctly.
Change-Id: I13c9712647b3e45a259039d7968bb95cfe8158ef
2019-11-19 13:36:29 -08:00
vadimt
73cd121122
When scrolling in All apps, scroll to last clickable row
...
Not the last row. This fixes tests broken after some assumption broke in
platform at an unknown moment.
Since the gesture distance became smaller in some cases, the speed of
the gesture became slower, and on some devices, the scroll gesture
triggers icon dragging.
To prevent this, I reduced the number of steps in the gesture to 10, but
added a slow-down at the end of the gesture to avoid inertia.
Also made some names and calculations clearer.
Bug: 144180777
Change-Id: Ie6c5776606ecff64d553fa836bdb3d90f32c5d9e
2019-11-15 13:40:29 -08:00
Vadim Tryshev
d82d667194
Merge "Revert "When scrolling in All apps, scroll to last clickable row"" into ub-launcher3-master
2019-11-15 00:58:22 +00:00
Vadim Tryshev
a354835c6e
Revert "When scrolling in All apps, scroll to last clickable row"
...
This reverts commit 7afd271a17
.
Reason for revert: b/144522058
Bug: 144522058
Change-Id: Ie104b092a44e3a2fee0803fa83f1af7f8fd0afdf
2019-11-14 22:34:08 +00:00
Pinyao Ting
44677f7e88
fix custom shortcut test
...
Bug: 143725213
Change-Id: I296452faea67568b39a35968bb813dc4e51a51fc
2019-11-14 14:13:22 -08:00
vadimt
fa6f56761b
Improving error message
...
The old one could be misunderstood as "the whole Launcher is missing".
Change-Id: I91cad52ee297b0250cba23215743a47c24757ae1
2019-11-13 18:26:28 -08:00
TreeHugger Robot
236ef051fd
Merge "Tapl: AllApps: ensuring a minimal vertical size of an icon" into ub-launcher3-master
2019-11-13 20:52:36 +00:00
vadimt
480083490f
Tapl: AllApps: ensuring a minimal vertical size of an icon
...
Clicking an icon within its padding area is ignored by Launcher. Hence,
ensuring that the whole icon is visible.
Bug: 141770616
Change-Id: I19e3ba7cfa25de75a47202845d0838bea46af92c
2019-11-13 20:20:57 +00:00
Pinyao Ting
fed4d8e8da
disable custom shortcut test in oop
...
am: d9dd8ef3ba
Change-Id: I6cb1f18c3e7ca1cd79aa5f58a0e03ef07eb797ee
2019-11-13 10:40:01 -08:00
Pinyao Ting
d9dd8ef3ba
disable custom shortcut test in oop
...
Bug: 142154748
Change-Id: I08ec8f665a3cc45610f8f2b27a60f7334a2b1b24
2019-11-12 23:37:20 -08:00
vadimt
7afd271a17
When scrolling in All apps, scroll to last clickable row
...
Not the last row.
Also scrolling in the middle of All Apps, not at the top, because
otherwise the scroll can start on search box.
Bug: 144180777
Change-Id: I219faec165b8b403530a9c09d419cc453aea6039
2019-11-11 10:46:28 -08:00
vadimt
b0a14e96ae
Removing temporary tweaks to make tests pass in presubmit
...
Now that we have a more reliable build of CF
Bug: 142828227
Change-Id: Ib385443048b6ccd9e1eb3372dc39947536f948bd
2019-11-11 09:23:28 -08:00
Jon Miranda
13a7980e09
System apps must target API 29 or higher
...
AndroidManifest.xml already updated
Bug: 143991628
Change-Id: Ia9ddeda016548a0ebe5c5ec527741a7a8f9c0e4d
2019-11-06 16:01:25 -08:00
vadimt
137f5b62ac
Improve diags when system errors cause failing Launcher tests
...
Now, for example, we won't diagnose a locked phone as a
"home button not showing in 3-button mode", even though it's technically
correct.
Change-Id: Ibdfa0741af7ff8545a811f6702dda74dc6c31c2e
2019-11-04 14:50:22 -08:00
Pinyao Ting
5eee5f4da0
enable custom shortcut test
...
Bug: 141568904
Change-Id: Ie51ef6f7a2f5d4579689a82184bdd7681a266d04
2019-10-31 17:09:40 -07:00
Sunny Goyal
3808a69a6c
Storing BitmapInfo instead of icon and color directly in itemInfo
...
This will allow subclassing BitmapInfo to support custom icon/dynamic
icons which can be loaded on the background thread instead of going
through IconFactory which runs on UiThread
Change-Id: Ieced6e91330bdff1b505826d097a8df711dfe967
2019-10-28 11:12:47 -07:00
vadimt
b7eedb4579
Support for overriding test run flavor
...
Change-Id: I054a1eaa888cd97a7c7fa5fcc65513d6d89c3a1c
2019-10-25 16:44:29 -07:00
vadimt
23c8341096
Removing tracing and @Stability for a fixed bug
...
Bug: 142514365
Change-Id: I147850db274c465fb964eca30b97b3ebaaa2ccf6
2019-10-25 11:21:33 -07:00
Winson Chung
ef558648e6
Bump time to scroll to last visible row (affects jank/perf tests)
...
- Regression from ag/9592395, bump the time of scrolling to the
last visible row slightly to prevent a fling
Bug: 141484300
Change-Id: I41c041fe591aceebc63b7e869a705164babb09ea
2019-10-24 15:31:34 -07:00
TreeHugger Robot
f13109df05
Merge "Refactor SwipeDetector to track both axes" into ub-launcher3-qt-future-dev
2019-10-24 19:24:12 +00:00
Tony Wickham
eed585b0c3
Refactor SwipeDetector to track both axes
...
Existing clients now use the SingleAxisSwipeDetector subclass. A
followup CL will add BothAxesSwipeDetector, whose first client will be
the quick switch from home controller.
Bug: 126596417
Change-Id: I54c71088cfe99ff28cdc719a1eb7a7d06ac95d2d
Merged-In: I54c71088cfe99ff28cdc719a1eb7a7d06ac95d2d
2019-10-24 18:56:44 +00:00
Tony Wickham
5aeb3b84b8
Refactor SwipeDetector to track both axes
...
Existing clients now use the SingleAxisSwipeDetector subclass. A
followup CL will add BothAxesSwipeDetector, whose first client will be
the quick switch from home controller.
Bug: 126596417
Change-Id: I54c71088cfe99ff28cdc719a1eb7a7d06ac95d2d
2019-10-24 10:38:17 -07:00
TreeHugger Robot
85561d1e44
Merge "Fix testQuickSwitchFromApp" into ub-launcher3-master
2019-10-24 00:12:09 +00:00
Tony Wickham
bc42d64c85
Fix testQuickSwitchFromApp
...
Instead of starting getAppPackageName() and relying on it being our Test
Pin Item activity, instead launch our own test activities with the
FLAG_ACTIVITY_MULTIPLE_TASK and FLAG_ACTIVITY_NEW_DOCUMENT flags.
Test:
- Locally run testQuickSwitchFromApp() from Android Studio
- flake -oop -t com.android.quickstep.TaplTestsQuickstep#testQuickSwitchFromApp
Bug: 140252765
Change-Id: Ie137261ce65bfd3dd39df78d57784854a026e967
2019-10-23 23:42:19 +00:00
Tony Wickham
476b7d4378
Fix testQuickSwitchFromApp
...
Instead of starting getAppPackageName() and relying on it being our Test
Pin Item activity, instead launch our own test activities with the
FLAG_ACTIVITY_MULTIPLE_TASK and FLAG_ACTIVITY_NEW_DOCUMENT flags.
Test:
- Locally run testQuickSwitchFromApp() from Android Studio
- flake -oop -t com.android.quickstep.TaplTestsQuickstep#testQuickSwitchFromApp
Bug: 140252765
Change-Id: Ie137261ce65bfd3dd39df78d57784854a026e967
Merged-In: Ie137261ce65bfd3dd39df78d57784854a026e967
2019-10-23 23:40:57 +00:00
Winson Chung
f6448e62e6
Merge "Reduce animation time for some common TAPL actions (affects jank/perf tests)" into ub-launcher3-master
2019-10-23 23:40:53 +00:00
Winson Chung
82b2ef27c8
Reduce animation time for some common TAPL actions (affects jank/perf tests)
...
- All apps swipe up 1s -> 200ms (doesn't matter if it's a fling)
- Scroll to last visible row 2.5s -> 1.25s (seems sufficient to not be a fling)
- Drag icon to workspace 2s -> 500ms (seems sufficient to not be a fling)
- This changes the total frames produced for the jank tests, but should not
change the jank proportion or the individual frame drawing times
Bug: 141484300
Change-Id: I9f2e647ebc2c27c6269238daa4c3e6ad314c8161
Signed-off-by: Winson Chung <winsonc@google.com>
2019-10-23 23:31:20 +00:00
TreeHugger Robot
7caa519140
Merge "Step 4 from the plan below:" into ub-launcher3-master
2019-10-23 17:54:19 +00:00
vadimt
3a13366e00
Restoring 10-sec wait for model initialization
...
Will see if ag/9573576 fixed long model loading
Bug: 136278866
Bug: 142514365
Change-Id: If0dc61faff00683cf3248c127a64ff5b065f9ae4
2019-10-18 12:43:10 -07:00
vadimt
ad81b816f0
Step 4 from the plan below:
...
1. Skip all tests that fail in inproc mode on CF (this CL)
2. Observe postsubmit and make sure no inproc tests are failing or too
flaky on CF
3. Enable presubmit
4. Switch to skipping tests from step 1 only for inproc presubmit;
they'll start failing in postsubmit
5. Gradually make all tests pass and not flaky and enable them back on
presubmit
Bug: 142828227
Change-Id: I0092d6b92b0358866f8cbf9e00dbe3fabe23703d
2019-10-17 17:52:29 -07:00
vadimt
af317c7821
More preparation for enabling inproc presubmits
...
Bug: 136278866
Change-Id: Icc4a0d935acf76950197bc184f8dba5d07ee85c5
2019-10-17 12:07:10 -07:00
TreeHugger Robot
35903d2cb2
Merge "Reducing the time for expected launcher initialization back to 10 sec" into ub-launcher3-master
2019-10-17 07:18:37 +00:00
vadimt
6332b7d73c
Reducing the time for expected launcher initialization back to 10 sec
...
It was temporarily raised to 60 sec.
https://googleplex-android-review.git.corp.google.com/9563509
should've fixed some problems with loading time, but likely not all.
We need to observe whether this test starts flaking again.
testDragIcon will run only in Launcher postsubmit, and won't block
merges to platform if it fails.
Bug: 142514365
Change-Id: I2b9a9d043346ebda721221cefd6118a1a799501f
2019-10-16 17:49:29 -07:00
vadimt
3680357a67
Preparing to enabling Inproc launcher tests as presubmit
...
The plan:
1. Skip all tests that fail in inproc mode on CF (this CL)
2. Observe postsubmit and make sure no inproc tests are failing or too
flaky on CF
3. Enable presubmit
4. Switch to skipping tests from step 1 only for inproc presubmit;
they'll start failing in postsubmit
5. Gradually make all tests pass and not flaky and enable them back on
presubmit
Bug: 142828227
Change-Id: I6ea3d53771503e8fd968555bb2e4cb1be10d83ef
2019-10-16 17:35:18 -07:00
Winson Chung
40f8756793
Merge "Fix a couple trace issues" into ub-launcher3-master
2019-10-16 20:54:43 +00:00
Winson Chung
5cc62c7d0b
Fix a couple trace issues
...
- Adding trace tokens since we can be starting/ending traces out of order
- Fixing issue with draw hitting twice causing the trace stack to be
popped twice
- Fix issue with endFlagOverrides not removing from the stack
Bug: 142803200
Change-Id: I8649b94249910a352f00f2f2c2459c355d2bab00
2019-10-16 12:34:58 -07:00
Sunny Goyal
8409284b2c
Merge "Cleaning up properly after RaceConditionReproducerTest" into ub-launcher3-master
2019-10-16 19:11:23 +00:00
Sunny Goyal
bffbd7521d
Cleaning up properly after RaceConditionReproducerTest
...
Change-Id: I43362fbc63789d3ce3468266a5189a9f9d209d00
2019-10-16 11:57:43 -07:00
Tony Wickham
6b62f28ef9
Fix quick switch test gesture in landscape 2-button mode
...
am: a0f77c4449
Change-Id: I998081a53a94ff3b1559a7e77d4d470056cfab00
2019-10-15 21:20:24 -07:00
vadimt
36d7be7fc9
Implementing test stability attribute
...
Change-Id: I5d78a19039ab2bcdb217886fdaca29e3df412780
2019-10-15 18:40:53 -07:00
Tony Wickham
a0f77c4449
Fix quick switch test gesture in landscape 2-button mode
...
It should swipe from the bottom right to top right when the nav bar is
on the right, rather than from the bottom left to bottom right.
For now, disable testQuickSwitchFromApp() because it seems to have
other failures as well.
Bug: 140252765
Change-Id: I1f4989f3ea5456c18bb9cbf42ea4b157cee500d7
2019-10-15 17:30:47 -07:00
Vadim Tryshev
984187b0a1
Merge "Increasing wait time for loading model to 60s" into ub-launcher3-master
2019-10-16 00:08:22 +00:00
vadimt
4565739fb7
Increasing wait time for loading model to 60s
...
Bug: 142514365
Change-Id: I15e0ff8e2a721f7ffdefdf2eb02e114212dded3b
2019-10-15 17:06:41 -07:00
Pinyao Ting
b3d3ca87dd
temporarily disable a regression test to unblock merging to master
...
The test case testDragCustomShortcut was created initially to prevent future regression on custom shortcut (b/141568904), which was caused by ag/9342399.
Some times after ag/9342399 was reverted on ub-launcher3-master, a different error is causing custom shortcut to not working intermittently (b/141528961). Since this is different from b/141568904, it should not be a blocker to merging to master.
Bug: 141568904
Change-Id: Ia11e1ae44d0ef86c16876c002954aa662f1edbc8
2019-10-15 21:32:47 +00:00
TreeHugger Robot
6c12641bee
Merge "Unifying various tracing calls" into ub-launcher3-master
2019-10-14 22:29:59 +00:00
Sunny Goyal
17c72fbb60
Unifying various tracing calls
...
Change-Id: Iedf6662ad1d7281b850bdc43b3a1e373ce535ac6
2019-10-14 14:23:19 -07:00
Tony Wickham
2f767469ae
Merge "Add tests for quick switch from an app and home" into ub-launcher3-qt-future-dev
...
am: 7a2076e3ab
Change-Id: Id525dae6616757688ccf0e203fefeb9bd6ef08ff
2019-10-14 12:20:37 -07:00
Tony Wickham
1e73e320b7
Add tests for quick switch from an app and home
...
Bug: 140252765
Change-Id: I5621b614ae2d8cd3db03cae818cf8b8c1c6cb20f
2019-10-14 11:51:19 -07:00
TreeHugger Robot
4be6169d4e
Merge "Fix test bug where launcher throws NPE because it isnt loaded yet." into ub-launcher3-master
2019-10-14 17:49:41 +00:00
Winson Chung
c062580b5a
Wait for the task to be in recents before validation
...
- There are two issues:
1) Currently the system does not add the task to the task list until
the activity starting the task has been resumed (to be fixed in a
follow up platform CL). When the three activities are started in
sequence, it's possible for one of the activities to not reach the
resumed state leading to an unexpected number of recent tasks the
next time it's fetched.
2) When swiping up, it may take time for getTasks to return and call
applyLoadPlan, so try and wait until the task views have had a
chance to be applied before continuing.
3) Use the launcher activity tracker instead of activity rule since it
will return the same activity even after the activity is destroyed
- Move the margin handling to the caller instead of the scroll method
Bug: 141580748
Change-Id: I2b7634f5ac6869ba4b369b3bd60e0f63747c0f0b
2019-10-11 17:10:38 -07:00
Winson Chung
c039634c25
Workaround for failing test & fix scrolling in tests
...
- Workaround issue where instrumentation will fail to finish an activity
causing the activity to linger longer than expected (leading to issues
with ordering of static resources like the app widget host registration)
- Fix calculation for scrolling the screen, the previous calculation
would result in the gesture starting at the left gesture margin due
to rounding which can trigger a back action instead of the desired
scroll
Bug: 142351228
Change-Id: I34bdb471030518d2b983cac2badd4d8b0e7d571b
2019-10-10 17:31:38 -07:00
TreeHugger Robot
f31dab5e02
Merge "Removing static instance of LauncherAppsCompat and unnecessary wrapper classes" into ub-launcher3-master
2019-10-08 18:49:36 +00:00
vadimt
4b5c1ef71b
Adding support for intentionally leaking views.
...
Bug: 139137636
Change-Id: I923d1781daee9ae47eb306ee8fa3c44790c6993f
2019-10-08 17:04:26 +00:00
TreeHugger Robot
86017c9611
Merge "Removing access to LauncherModel.getCallbacks" into ub-launcher3-master
2019-10-08 16:26:12 +00:00
TreeHugger Robot
fedd5f1fd7
Merge "Removing host deletion on startup and corresponding callbacks" into ub-launcher3-master
2019-10-07 18:28:44 +00:00
Vadim Tryshev
7949c5a7e4
Merge "Diagnosing anomalies prior to swiping up to Home" into ub-launcher3-qt-qpr1-dev am: c3a4819b8c
...
am: af754b9a9a
Change-Id: I9a65f1c85623f801adbd380c85a039b5c55526bf
2019-10-03 18:18:33 -07:00
Vadim Tryshev
af754b9a9a
Merge "Diagnosing anomalies prior to swiping up to Home" into ub-launcher3-qt-qpr1-dev
...
am: c3a4819b8c
Change-Id: Ifc6a781cea4dc38b58435314b8760e89b327446a
2019-10-03 18:11:32 -07:00
Vadim Tryshev
c3a4819b8c
Merge "Diagnosing anomalies prior to swiping up to Home" into ub-launcher3-qt-qpr1-dev
2019-10-04 00:48:34 +00:00
vadimt
f4255c6c1b
Dump view hierarchy before swiping to home am: 233afe98e9
...
am: 3878d3ef09
Change-Id: Ief39f3c713dd94b93b6dfa2f1e0732c810ba5d3a
2019-10-03 17:41:35 -07:00
vadimt
3878d3ef09
Dump view hierarchy before swiping to home
...
am: 233afe98e9
Change-Id: Ib67aa2247ae43f4e875deb07a9d8b53aa5e6f181
2019-10-03 17:35:28 -07:00
vadimt
43c3d2d40a
Diagnosing anomalies prior to swiping up to Home
...
Bug: 141864547
Change-Id: I5f3814c6a90df85136484813ca4ee684da101016
2019-10-03 17:09:16 -07:00
Vadim Tryshev
35d9ac924c
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev am: c49ec38140
...
am: f078975e9d
Change-Id: I7cff417f917643adb1835eb4b7ccad0e75cb22ce
2019-10-03 14:40:14 -07:00
Vadim Tryshev
aef50a5985
Merge "Waiting until context menu goes away after attempting to close it." into ub-launcher3-qt-qpr1-dev am: 7c09214298
...
am: 12de08a3b1
Change-Id: I34cf6e29d2ed39efabca6d43eaccf62763e67693
2019-10-03 14:39:58 -07:00
Vadim Tryshev
f078975e9d
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev
...
am: c49ec38140
Change-Id: If74c630902a212270bae1a58b2085d8a30d2343f
2019-10-03 14:33:31 -07:00
Vadim Tryshev
12de08a3b1
Merge "Waiting until context menu goes away after attempting to close it." into ub-launcher3-qt-qpr1-dev
...
am: 7c09214298
Change-Id: If209a43004a41ca682473232789810a4d1828521
2019-10-03 14:33:04 -07:00
vadimt
1ac98548a7
resolve merge conflicts of 08776ada1e
to ub-launcher3-qt-future-dev
...
Bug: None
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I9a3b0f67ee874b5ec4ad67f41a46ec7876d19082
Merged-in: I9a3b0f67ee874b5ec4ad67f41a46ec7876d19082
2019-10-03 20:58:15 +00:00
Pinyao Ting
f2a3e79e76
Merge "correct naming and add comments for test case of custom shortcut." into ub-launcher3-qt-future-dev
...
am: 055c22e8e6
Change-Id: I64b7723a8ad9bbf9836b9b3c4d45add80b54107a
2019-10-03 11:04:37 -07:00
Pinyao Ting
d7fdcab612
correct naming and add comments for test case of custom shortcut.
...
Bug: 141934188
Change-Id: I69ce5f05214df10e2a376ff68c713efe8874df15
2019-10-03 10:15:30 -07:00
Pinyao Ting
d9bef1f3f0
include integration test for adding shortcut widget
...
am: d625e49552
Change-Id: Id0b8963f2c34355de97ddb4cbb1daf10d2f78e0c
2019-10-03 09:48:00 -07:00
Pinyao Ting
d625e49552
include integration test for adding shortcut widget
...
this integration test help us catching app crashes when adding shortcut
widgets to the workplace. see b/141568904 for more context.
Bug: 141934188
Change-Id: I4d33d6127793efe2071d0d146aef24db6b676360
2019-10-03 07:46:50 -07:00
vadimt
233afe98e9
Dump view hierarchy before swiping to home
...
Bug: 141864547
Change-Id: Ifd444c4516f7f27b0dc19c0faa1d4c8716d2254a
2019-10-02 17:10:02 -07:00
Sunny Goyal
e7b00128c7
Removing static instance of LauncherAppsCompat and unnecessary wrapper classes
...
Bug: 141376165
Change-Id: I8c1f1ab7d83ec50fe9c7bf39960ef9c360025ec7
2019-10-02 16:20:22 -07:00
Sunny Goyal
b0adac23e0
Removing access to LauncherModel.getCallbacks
...
Bug: 137568159
Change-Id: Ic074dec6a8981a4b9aabf028cf3b878b532abb11
2019-10-02 14:27:40 -07:00
Sunny Goyal
01615a69d2
Removing host deletion on startup and corresponding callbacks
...
> Launcher deletes the phantom widget ids in loader
Bug:141376165
Change-Id: Icf0542535f194f9abc67e7190f34cb60f69e9f66
2019-10-02 12:08:26 -07:00
Sunny Goyal
1456522cab
Merge "Removing static listeners from PackageInstallerCompat" into ub-launcher3-master
2019-10-02 18:27:45 +00:00
Vadim Tryshev
c49ec38140
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev
2019-10-02 17:43:00 +00:00
Vadim Tryshev
7c09214298
Merge "Waiting until context menu goes away after attempting to close it." into ub-launcher3-qt-qpr1-dev
2019-10-02 02:00:28 +00:00
vadimt
7458d4aa4a
Logging the initial state for swiping up to home
...
Change-Id: Iff2003f7e6dfe4072613b775722166dc5fec9e02
2019-10-01 18:40:24 -07:00
vadimt
8ecf1b3dd3
Waiting until context menu goes away after attempting to close it.
...
Bug: 141770616
Change-Id: I528072e830627d825906ce7c1e3dbb914e2c814e
2019-10-01 18:28:46 -07:00
Andy Wickham
b9efb9ad71
Merge "Some cleanup for SwipeDetector." into ub-launcher3-qt-future-dev
...
am: d39f7b51c8
Change-Id: Ifadf65abe4239a703c3d15eddc6ebd51a405a5e9
2019-10-01 14:57:43 -07:00
Andy Wickham
769c795edf
Some cleanup for SwipeDetector.
...
It is now organized as follows:
- private constants
- public constants
- private final fields
- private variable fields
- constructors
- public methods
- private methods
- public interface/abstract class
This is intended to be a functional no-op.
Bug: 141939911
Change-Id: Iad5a9b3b73b35641f8a4f1d52ada6adef3825c47
Tested: Built and sanity checked manually.
2019-10-01 14:38:56 -07:00
TreeHugger Robot
08776ada1e
Merge "Waiting for Launcher model load in out-of-proc tests." into ub-launcher3-qt-qpr1-dev
2019-10-01 19:48:05 +00:00
vadimt
7371e4da68
Waiting for Launcher model load in out-of-proc tests.
...
Not doing this seems to have caused flakes.
Bug: 141770616
Change-Id: Ia9caf20e4a2d93298adf4249ca815ad79bced802
Merged-in: Ia9caf20e4a2d93298adf4249ca815ad79bced802
2019-10-01 19:18:14 +00:00
Vadim Tryshev
f7a2971530
Merge "Waiting for Launcher model load in out-of-proc tests." into ub-launcher3-master
2019-10-01 18:43:24 +00:00
vadimt
542b7df7fd
Waiting for Launcher model load in out-of-proc tests.
...
Not doing this seems to have caused flakes.
Bug: 141770616
Change-Id: Ia9caf20e4a2d93298adf4249ca815ad79bced802
2019-10-01 17:46:35 +00:00
Sunny Goyal
045b4fab76
Removing static listeners from PackageInstallerCompat
...
Bug: 141376165
Change-Id: I2b49d53a05a04c622ed5a7b723109a6cc230d230
2019-09-30 23:17:15 -07:00
Vadim Tryshev
67138875fa
Merge "Not unlocking phone on the test start" into ub-launcher3-qt-qpr1-dev am: 872a380b59
...
am: 4c420047cf
Change-Id: I23f87d541771baa7ba3e5857999a5e5c96c301ce
2019-09-30 14:01:37 -07:00
Vadim Tryshev
4c420047cf
Merge "Not unlocking phone on the test start" into ub-launcher3-qt-qpr1-dev
...
am: 872a380b59
Change-Id: I6e0831a2660459803eef6c755e4fcfc9f414c94f
2019-09-30 13:54:36 -07:00
Pinyao Ting
d843673434
Merge "removed extra test protocol for unit test" into ub-launcher3-qt-future-dev
...
am: d8aef47393
Change-Id: I0d69c2ec0e3d693d4556314fd1b74dabd0a8cbd2
2019-09-30 13:54:36 -07:00
TreeHugger Robot
d8aef47393
Merge "removed extra test protocol for unit test" into ub-launcher3-qt-future-dev
2019-09-30 20:46:15 +00:00
Vadim Tryshev
872a380b59
Merge "Not unlocking phone on the test start" into ub-launcher3-qt-qpr1-dev
2019-09-30 20:31:28 +00:00
vadimt
38763eca5d
fixingtypo am: 5d58d25ea3
...
am: 5500f3513e
Change-Id: Ie5e6f944167552c13de1320fdd161067b93a3e01
2019-09-30 13:26:32 -07:00
vadimt
5500f3513e
fixingtypo
...
am: 5d58d25ea3
Change-Id: I7785e6162a79743b2a8c3f6851ade7bea31c1058
2019-09-30 13:19:32 -07:00
vadimt
ee3db65ecc
Not unlocking phone on the test start
...
Somehow tests unlock the phone anyways.
Bug: 141772190
Change-Id: I66de70ec10a7e9ae05ba942570bf9eff9d9e7a82
2019-09-30 12:48:47 -07:00
vadimt
5d58d25ea3
fixingtypo
...
Change-Id: I0d9d9f3f712fc90e82e7660c14ea31779648614a
2019-09-30 12:22:01 -07:00
Pinyao Ting
ea38c25854
removed extra test protocol for unit test
...
Bug: 140406263
Test: run TaplTestsLauncher3
Change-Id: I73b3098bd3aa92fed41d22a94cb58fd07263d26a
2019-09-30 18:34:49 +00:00
Vadim Tryshev
cc4a9725a9
Merge "Removing a too noisy dropbox diag" into ub-launcher3-qt-qpr1-dev am: 7cb5b73dfb
...
am: 75b713c71e
Change-Id: Ibd07e3d018145a2717f6e29600b8edef32045368
2019-09-27 16:27:51 -07:00
Vadim Tryshev
75b713c71e
Merge "Removing a too noisy dropbox diag" into ub-launcher3-qt-qpr1-dev
...
am: 7cb5b73dfb
Change-Id: Iae6af5771238f8b6c13714e1e43b7a21ad38acee
2019-09-27 16:21:21 -07:00
Vadim Tryshev
7cb5b73dfb
Merge "Removing a too noisy dropbox diag" into ub-launcher3-qt-qpr1-dev
2019-09-27 23:11:36 +00:00
vadimt
41390b8eea
Removing a too noisy dropbox diag
...
Change-Id: Ia4dee0b3f20533754b24a91a4a8d2a837bb8e60f
2019-09-27 14:24:46 -07:00
Vadim Tryshev
6254e5e246
Merge "Deprecating LauncherInstrumentation constructor with parameter" into ub-launcher3-qt-qpr1-dev am: dd079691c1
...
am: 1430f132f3
Change-Id: If494e30957893c4e3414ebdbd274601d16a66a98
2019-09-27 13:28:18 -07:00
Vadim Tryshev
1430f132f3
Merge "Deprecating LauncherInstrumentation constructor with parameter" into ub-launcher3-qt-qpr1-dev
...
am: dd079691c1
Change-Id: I7419be6416f26274bf03abfd84eedef20fd6f084
2019-09-27 13:21:46 -07:00
Vadim Tryshev
dd079691c1
Merge "Deprecating LauncherInstrumentation constructor with parameter" into ub-launcher3-qt-qpr1-dev
2019-09-27 19:57:00 +00:00
vadimt
2611d79f69
Deprecating LauncherInstrumentation constructor with parameter
...
Change-Id: I779b4a8fde2db73cced8133f12d1356ad0b8729e
2019-09-27 12:00:09 -07:00
vadimt
8bb74d4214
Removing a 'percent' parameter for scroll am: 83b03b08de
...
am: 79e9d0adba
Change-Id: I0b882af2be3eb961684b90385c954922151d9a20
2019-09-26 18:47:07 -07:00
vadimt
79e9d0adba
Removing a 'percent' parameter for scroll
...
am: 83b03b08de
Change-Id: I7d082d145f211f984982d73fb3a81b8fde21fd19
2019-09-26 18:40:59 -07:00
vadimt
aaa5fcf4da
Removing magic constant 0.8f from AllApps
...
am: 7028b10c54
Change-Id: Ifb5c044f0297f2944efd348b6dff97e02ddbfb91
2019-09-26 17:57:31 -07:00
vadimt
83b03b08de
Removing a 'percent' parameter for scroll
...
It's an invitation to use magic constants.
Bug: 123904290
Change-Id: I485abbbb868c41949dddd6e2c4cf363cc44a5ccd
2019-09-26 17:52:32 -07:00
vadimt
7028b10c54
Removing magic constant 0.8f from AllApps
...
Bug: 123904290
Change-Id: I52aeb3c0452175ba37b2524d632e8069ba0911c9
Merged-in: I91ff4d4f962eefea787989362c32d987f546e84d
2019-09-26 23:54:30 +00:00
vadimt
22c4b3c91d
Removing magic constant 0.8f from AllApps
...
Bug: 123904290
Change-Id: I91ff4d4f962eefea787989362c32d987f546e84d
2019-09-26 16:35:24 -07:00
Vadim Tryshev
880d233bb4
Merge "Removing magic constants from TAPL/Widgets" into ub-launcher3-qt-qpr1-dev am: 77f045b607
...
am: 12db478e46
Change-Id: I1e4329b456819e02b072595a192e64b964ed1329
2019-09-26 14:47:11 -07:00
Vadim Tryshev
12db478e46
Merge "Removing magic constants from TAPL/Widgets" into ub-launcher3-qt-qpr1-dev
...
am: 77f045b607
Change-Id: I8ea519aca0ef3830f506c91c2086e1eb31b4b6f2
2019-09-26 14:40:40 -07:00
Vadim Tryshev
77f045b607
Merge "Removing magic constants from TAPL/Widgets" into ub-launcher3-qt-qpr1-dev
2019-09-26 21:15:00 +00:00
vadimt
aca7e6da5b
Removing magic constants from TAPL/Widgets
...
Bug: 123904290
Change-Id: I8abc6cde6be8a51b38782f5c94749fe0c33384c1
2019-09-26 13:45:42 -07:00
vadimt
fac899b489
Avoiding swiping down from the from the extended touchable region around the notch in Widgets am: 46f3999fb3
...
am: 7601d12a91
Change-Id: Iaef68417c256cef8a73e9b7ac47df78f17dec02a
2019-09-26 13:27:38 -07:00
vadimt
7601d12a91
Avoiding swiping down from the from the extended touchable region around the notch in Widgets
...
am: 46f3999fb3
Change-Id: I59ad5cd711326caa64deb819083a77174338ef71
2019-09-26 13:22:10 -07:00
vadimt
46f3999fb3
Avoiding swiping down from the from the extended touchable region around the notch in Widgets
...
Bug: 141697444
Change-Id: I8edd6a05e34c8a7e91dab1757938d40efffb766f
2019-09-26 19:43:05 +00:00
Vadim Tryshev
4357da3cf3
Merge "Reducing usage of magic constants in TAPL's widgets (fling back)" into ub-launcher3-qt-qpr1-dev am: 8a2cb67d07
...
am: 79a4c590c5
Change-Id: I5d37faa3ff2a19db924329c9eb09b4493897fbd8
2019-09-25 21:30:20 -07:00
Vadim Tryshev
c64c4d95c8
Merge "Reducing usage of magic constants in TAPL's widgets" into ub-launcher3-qt-qpr1-dev am: 92e3cec417
...
am: 137e3c28b0
Change-Id: I4a8e7b462704c906bbcc3a841821fee82e90fc90
2019-09-25 21:30:02 -07:00
Vadim Tryshev
79a4c590c5
Merge "Reducing usage of magic constants in TAPL's widgets (fling back)" into ub-launcher3-qt-qpr1-dev
...
am: 8a2cb67d07
Change-Id: Ib3a8cd665238acdc03f45be5326399a526d52e39
2019-09-25 21:19:15 -07:00
Vadim Tryshev
137e3c28b0
Merge "Reducing usage of magic constants in TAPL's widgets" into ub-launcher3-qt-qpr1-dev
...
am: 92e3cec417
Change-Id: Iac12e2303e000791687ae56187b9988e50796245
2019-09-25 21:18:58 -07:00
Vadim Tryshev
8a2cb67d07
Merge "Reducing usage of magic constants in TAPL's widgets (fling back)" into ub-launcher3-qt-qpr1-dev
2019-09-26 02:18:57 +00:00
Vadim Tryshev
92e3cec417
Merge "Reducing usage of magic constants in TAPL's widgets" into ub-launcher3-qt-qpr1-dev
2019-09-26 01:50:07 +00:00
vadimt
3887500f8e
Reducing usage of magic constants in TAPL's widgets (fling back)
...
Bug: 123904290
Change-Id: I398ff2ebd418551e3fed825edf79398e32025859
2019-09-25 18:31:36 -07:00
vadimt
7bd93b1639
Reducing usage of magic constants in TAPL's widgets
...
Bug: 123904290
Change-Id: I5f158eb06ab5d40825cc975e798296ab06fc1f1f
2019-09-25 18:15:10 -07:00
vadimt
48a45bf148
Continuing experiments with test stability attribute am: 7ad1026cad
...
am: 7ab1d09f84
Change-Id: Ic98bb7366224c567ed20ae7ee5bf2be5c152d342
2019-09-25 14:53:58 -07:00
vadimt
7ab1d09f84
Continuing experiments with test stability attribute
...
am: 7ad1026cad
Change-Id: I0bb9774313856cd90cb23aea85779d4220d61271
2019-09-25 14:46:57 -07:00
vadimt
7ad1026cad
Continuing experiments with test stability attribute
...
Change-Id: I7ada0a7f4f0e0e9ca90a3d44ae88fc00d54d74df
2019-09-25 13:59:37 -07:00
Vadim Tryshev
93f36ca868
Merge "Removing unused method isAvd" into ub-launcher3-qt-qpr1-dev am: 1a706cd538
...
am: 0b72d6a891
Change-Id: I830b5d86342c85b7f4d39ac72022b25cc6f0b766
2019-09-24 19:23:30 -07:00
Vadim Tryshev
0b72d6a891
Merge "Removing unused method isAvd" into ub-launcher3-qt-qpr1-dev
...
am: 1a706cd538
Change-Id: I0791eef6d1d10ed8b2779591c4ad75c38b7f84b3
2019-09-24 19:15:30 -07:00
vadimt
b899787811
Remove unused getDisplayDensity am: 5f660f40c7
...
am: c3dfd4ef2b
Change-Id: I16f84721a05ca7b5770744263d1a268212602ed0
2019-09-24 19:07:43 -07:00
Vadim Tryshev
1a706cd538
Merge "Removing unused method isAvd" into ub-launcher3-qt-qpr1-dev
2019-09-25 02:03:35 +00:00
vadimt
c3dfd4ef2b
Remove unused getDisplayDensity
...
am: 5f660f40c7
Change-Id: I126ce4fa342f5d89c6e7f0d83b059479854a08aa
2019-09-24 19:00:42 -07:00
Vadim Tryshev
c86abf0ed0
Merge "Removing temporary checks that tests are running on AVD" into ub-launcher3-qt-qpr1-dev am: 6929199c8a
...
am: ec1ae481d4
Change-Id: I3cf67561ae50575486db5360d0139ff916c5dfaf
2019-09-24 18:24:50 -07:00
vadimt
5f660f40c7
Remove unused getDisplayDensity
...
Change-Id: I4c63f4f8c0b0d8596e6b2db9839af059961157a8
2019-09-24 18:18:35 -07:00
Vadim Tryshev
ec1ae481d4
Merge "Removing temporary checks that tests are running on AVD" into ub-launcher3-qt-qpr1-dev
...
am: 6929199c8a
Change-Id: Iaa6200f0371a4deca630194ac8ecfcfc04313750
2019-09-24 18:18:19 -07:00
vadimt
39eb7ec877
Removing unused method isAvd
...
Bug: 136278866
Change-Id: I06396a60e44d25cd2b532f6ce31c2ce965263817
2019-09-24 18:13:45 -07:00
vadimt
926e29f8b6
Removing temporary checks that tests are running on AVD
...
Bug: 136278866
Change-Id: I2b7b63b7745936ea84b7cba599e21d954b682ba5
2019-09-24 17:19:51 -07:00
TreeHugger Robot
86634e19f0
Merge "Fixing some tests" into ub-launcher3-master
2019-09-24 22:28:37 +00:00
Sunny Goyal
599e95bdde
Fixing some tests
...
> Adding retry to fallback recents tests
> Fixing provider test after provider name change
> Fixing AllApps icon detection when there is no more scroll available
Bug: 141390432
Bug: 141523101
Bug: 141517004
Bug: 141524555
Bug: 141522764
Change-Id: I425638d20c053206134835dabde819f16160f035
2019-09-24 15:10:06 -07:00
Pinyao Ting
30414c5699
Merge changes from topic "a11y-minus-one" into ub-launcher3-qt-future-dev
...
am: ff4977d42d
Change-Id: I5c565a2d67274240dcd06e41ad03564526d486ce
2019-09-24 14:58:53 -07:00
Pinyao Ting
7752023c08
fix test for a11y change in supporting -1 page
...
Bug: 140406263
Change-Id: I0a39db135a5e5b0fe570ace55a368a7f4b6cb453
Test: run TaplTestLauncher3 locally
2019-09-23 13:06:36 -07:00
Vadim Tryshev
52b1ff2050
Merge "Not using dropbox entries before the test start for diagnostics" into ub-launcher3-qt-qpr1-dev
...
am: dcb5412e1c
Change-Id: I70b2434f162f6575a88bcc0b43bdf8cce1cbc359
2019-09-20 19:48:40 -07:00
Vadim Tryshev
dcb5412e1c
Merge "Not using dropbox entries before the test start for diagnostics" into ub-launcher3-qt-qpr1-dev
2019-09-21 02:11:26 +00:00
vadimt
3bdba61542
Not using dropbox entries before the test start for diagnostics
...
Change-Id: Ieb48d969d86a855c91109f4ace0d636fa01aafc7
Merged-in: Ia060b5d2b98ea9ea3b6e61ae11d610f1a888d7a0
2019-09-21 01:37:56 +00:00
Vadim Tryshev
8a499867a6
Merge "Not using dropbox entries before the test start for diagnostics" into ub-launcher3-master
2019-09-21 01:37:32 +00:00
Vadim Tryshev
b35bf23ef4
Merge "Adding recognition of R launcher builds for test stability rule" into ub-launcher3-qt-qpr1-dev am: f8a9a14aca
...
am: 7cb5a6e973
Change-Id: Id72382adcdeac4360c23a5671fde28dcb5aabfc9
2019-09-20 18:32:22 -07:00
Vadim Tryshev
7cb5a6e973
Merge "Adding recognition of R launcher builds for test stability rule" into ub-launcher3-qt-qpr1-dev
...
am: f8a9a14aca
Change-Id: I0eb777bd191da9708976431a944fc7441c1800ff
2019-09-20 18:25:52 -07:00
vadimt
6a585df8d1
Not using dropbox entries before the test start for diagnostics
...
Change-Id: Ia060b5d2b98ea9ea3b6e61ae11d610f1a888d7a0
2019-09-20 18:12:05 -07:00
vadimt
fc041efe92
Adding recognition of R launcher builds for test stability rule
...
Change-Id: Icf1251c02d328e634bf4d5c951dd53f203905838
2019-09-20 17:23:11 -07:00
Sunny Goyal
8f90d5da8a
Adding test to check view inflation during swipe up
...
Bug: 137851409
Change-Id: Ic8e6f0b3c667051b921d1d4fad03c94122ee92e9
2019-09-20 15:36:02 -07:00
Sunny Goyal
3d56046ff8
Fixing some tests for 2-button mode
...
Bug: 141315387
Change-Id: I66db3e790f5fbe6bc30999ed599cce03874509be
2019-09-20 10:40:14 -07:00
Winson Chung
075da3d352
Merge "Adding binder tracking support in tests" into ub-launcher3-master
2019-09-19 06:09:35 +00:00
Vadim Tryshev
493ea23bfd
Merge "Experimenting with detecting whether a test runs in presubmit" into ub-launcher3-qt-qpr1-dev
...
am: 37cc797fd0
Change-Id: I0ab81659ea9aaf6b75cd1106bbbaf9c75c679a41
2019-09-18 19:33:40 -07:00
vadimt
fead086f2d
Experimenting with detecting whether a test runs in presubmit
...
Change-Id: I386c6ad29182170326c557252fe6e20a8d2af34a
Merged-in: I386c6ad29182170326c557252fe6e20a8d2af34a
2019-09-19 01:18:46 +00:00
vadimt
6d88752eeb
Experimenting with detecting whether a test runs in presubmit
...
Change-Id: I386c6ad29182170326c557252fe6e20a8d2af34a
2019-09-19 00:59:32 +00:00
Winson Chung
a879f9c481
Adding binder tracking support in tests
...
- Whitelist specific binder calls when handling touch during swipe up
gestures
- Only track binding for touch handling and certain launcher lifecycle
changes for now
Bug: 140246642
Change-Id: I6ba30280dd17da358662870f8719ae851536ad8b
2019-09-18 17:08:05 -07:00
TreeHugger Robot
1cd69ab250
Merge "Adding recents test for 3P Launcher" into ub-launcher3-master
2019-09-17 21:18:19 +00:00
Sunny Goyal
ed83cf6df0
Adding recents test for 3P Launcher
...
Bug: 140749967
Change-Id: I3644822accfd229d1e46ca5e43ad827aef776787
2019-09-17 13:41:10 -07:00
vadimt
c708384087
resolve merge conflicts of a24ed7267c
to ub-launcher3-qt-future-dev
...
Bug: None
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I89f3bcf309b10a359b12167474fcb3f93640787f
2019-09-17 13:03:18 -07:00
Vadim Tryshev
a24ed7267c
Merge "Support for tests that a leak is detected" into ub-launcher3-qt-qpr1-dev
2019-09-17 19:16:00 +00:00
Jon Miranda
935cfb8633
Key by both package and user for list of active install sessions. am: c1322b6ac8
...
am: bf7371e510
Change-Id: I7b18a068f88ec3aef84d04d80b54f6252230bbc8
2019-09-17 12:06:21 -07:00
Jon Miranda
bf7371e510
Key by both package and user for list of active install sessions.
...
am: c1322b6ac8
Change-Id: I112298649de8f9abd0898fdf4feda02395b7a31c
2019-09-17 12:00:03 -07:00
vadimt
8c2ae545cf
Support for tests that a leak is detected
...
Bug: 139137636
Change-Id: Ib4f02d6b3798e3fdf3d8e5758c09d2b642404af5
Merged-in: Ib4f02d6b3798e3fdf3d8e5758c09d2b642404af5
2019-09-17 18:49:42 +00:00
Jon Miranda
c1322b6ac8
Key by both package and user for list of active install sessions.
...
This fixes the bug where items are left on the home screen for the wrong
user.
Bug: 139281702
Change-Id: I03c31bb308fc496b9fc633c2fde23ae4568f8c44
2019-09-17 11:20:35 -07:00
vadimt
4e4e4da66a
Support for tests that a leak is detected
...
Bug: 139137636
Change-Id: Ib4f02d6b3798e3fdf3d8e5758c09d2b642404af5
2019-09-17 18:17:10 +00:00
vadimt
25f9eb1e64
Fully qualifying @Ignore am: b1ccbd9def
...
am: c563ec22ef
Change-Id: I2c6fb106418f1d7fc1f2641dca497282855402fd
2019-09-16 20:49:58 -07:00
Vadim Tryshev
764bb788b6
Merge "Disable failing widget tests" into ub-launcher3-qt-qpr1-dev am: 90f4536ae3
...
am: a8a23bd745
Change-Id: I204ce821f8e10dcc95e71f0228965ca40fc4989c
2019-09-16 20:49:41 -07:00
Vadim Tryshev
667e8cb74a
Merge "Fixing widget tests" into ub-launcher3-qt-qpr1-dev am: de5e5afae5
...
am: 91261e38d9
Change-Id: I5f034b7f3664ded275394561bb20a666d40e1681
2019-09-16 20:49:02 -07:00
vadimt
1a5df3f1ef
Adding testing for opening a widget am: 5e742772d0
...
am: 87b871eaee
Change-Id: I8554d43fc23b81bf06df09bedc7a0a26d757d7b9
2019-09-16 17:37:03 -07:00
vadimt
c563ec22ef
Fully qualifying @Ignore
...
am: b1ccbd9def
Change-Id: Ia4aee260bf57fde304e1e54364b15c6880899c7c
2019-09-13 14:31:12 -07:00
Vadim Tryshev
a8a23bd745
Merge "Disable failing widget tests" into ub-launcher3-qt-qpr1-dev
...
am: 90f4536ae3
Change-Id: If045b86ee809fd4b727d82bd4926ccd40aa01e27
2019-09-13 14:30:54 -07:00
Vadim Tryshev
91261e38d9
Merge "Fixing widget tests" into ub-launcher3-qt-qpr1-dev
...
am: de5e5afae5
Change-Id: I11eb799cce35de602243ba1c46706f2d03178ce9
2019-09-13 14:30:10 -07:00
vadimt
b1ccbd9def
Fully qualifying @Ignore
...
Strangely, @Ignore-s won't be recognized in ub-launcher-master
Bug: 140837771
Change-Id: Ie5e4911d4812d396826b50024943c14c6bfe3376
2019-09-12 17:46:17 -07:00
vadimt
a39d671d0b
Reenabling some widget tests am: 599b1fc4d3
...
am: 9c524db4c8
Change-Id: I51e3f50bb7f923894250a8fd0643e630b60e1380
2019-09-12 17:15:22 -07:00
vadimt
cc903dac63
Disable currently failing widget tests am: d81f60f324
...
am: 627e0aefb6
Change-Id: I091f174dbde07b4d1a871eaf551f4b737bbf09ce
2019-09-12 17:15:07 -07:00
Vadim Tryshev
90f4536ae3
Merge "Disable failing widget tests" into ub-launcher3-qt-qpr1-dev
2019-09-13 00:06:56 +00:00
vadimt
b59f65d2d8
Disable failing widget tests
...
Bug: 140837771
Change-Id: Ibba7769543e682315ea23640f68416defa85f365
2019-09-12 17:05:39 -07:00
vadimt
87b871eaee
Adding testing for opening a widget
...
am: 5e742772d0
Change-Id: I0109fa62c88714584ec84c4c03a85a7924d4c9d5
2019-09-12 15:05:33 -07:00
vadimt
9c524db4c8
Reenabling some widget tests
...
am: 599b1fc4d3
Change-Id: I9d00e745ea026a796a0edd1c3c65d057349098ad
2019-09-12 15:05:04 -07:00
vadimt
627e0aefb6
Disable currently failing widget tests
...
am: d81f60f324
Change-Id: I496d02f2b9f23a7f91ae7627ea08f22576d8bf90
2019-09-12 15:04:50 -07:00
Vadim Tryshev
de5e5afae5
Merge "Fixing widget tests" into ub-launcher3-qt-qpr1-dev
2019-09-12 20:32:00 +00:00
vadimt
6b3cbf116d
Fixing widget tests
...
Bug: 140837771
Change-Id: If5dcf455b1a87b06c883dd1f0d46c6748e6d1a94
2019-09-12 12:49:59 -07:00
TreeHugger Robot
f3fd35d5f2
Merge "Adding flickerlib test" into ub-launcher3-master
2019-09-11 20:33:01 +00:00
vadimt
5e742772d0
Adding testing for opening a widget
...
Bug: 140252951
Change-Id: Ic1c867db602f1890b74e7b539b44b2a440267384
2019-09-11 12:36:46 -07:00
vadimt
599b1fc4d3
Reenabling some widget tests
...
Bug: 140837771
Change-Id: I437f39b4a7f4b518551a157858c9b1a4812ee65d
2019-09-10 18:37:28 -07:00
vadimt
d81f60f324
Disable currently failing widget tests
...
Change-Id: I2009b9c6f11a698bcf12a0b5ba97f98262fcee54
2019-09-10 13:58:22 -07:00
Jon Miranda
36e3953538
[DO NOT MERGE] Merge commit '735d1fe124812fd11feabc644c9a4f8482039f57' into manual_merge_735d1fe124812fd11feabc644c9a4f8482039f57
...
The ub-launcher3-qt-future-dev branch cut missed the CLs that went into
ub-launcher3-master, so the merge failed
Change-Id: I4f6f5ca8323350af3bc84c72d61d935b36f8064f
2019-09-09 22:29:49 +00:00
Jonathan Miranda
735d1fe124
Merge "Add tests for play promise icons." into ub-launcher3-qt-qpr1-dev
2019-09-09 21:44:15 +00:00
vadimt
fe42dc3ac5
Merge "Support for getting Launcher Pss by tests" into ub-launcher3-qt-qpr1-dev am: 01f8fb9132
...
am: a6650287b7
Change-Id: Ie1edad2925040d46a1d38e937bd9e73c70f5ede0
2019-09-09 14:24:20 -07:00
vadimt
d9144ef07e
Add one null check to tests am: f083b7741a
...
am: 83775e28f6
Change-Id: I93c7d0dd0cc2bf0c41824a090e1cf50375453acb
2019-09-09 14:24:05 -07:00
Vadim Tryshev
6308c71a98
Merge "Adding a test method to get a Launcher object when it becomes non-null" into ub-launcher3-qt-qpr1-dev am: b34f951e7e
...
am: c698c0cdbb
Change-Id: I0b62ddc7a7bc9fb31020a87750d3093d5d83ebb7
2019-09-09 14:23:17 -07:00
vadimt
c9592c4b28
Enabling some tests in landscape mode am: 8c2efd0de0
...
am: 84fa5893e7
Change-Id: I534f6edffe79e1e7f396fa5cba5fd85e0df19d09
2019-09-09 14:23:06 -07:00
vadimt
917af15bb0
Merge "Removing flinging via UI Automator" into ub-launcher3-qt-qpr1-dev am: e1335c2359
...
am: fb10f07e56
Change-Id: I395a70e247f5d9182b54f91577f0e802b90554a0
2019-09-09 14:22:47 -07:00
vadimt
a6650287b7
Merge "Support for getting Launcher Pss by tests" into ub-launcher3-qt-qpr1-dev
...
am: 01f8fb9132
Change-Id: I36a1309b24a94dafe5203287e07595d60622c158
2019-09-09 14:18:14 -07:00
vadimt
83775e28f6
Add one null check to tests
...
am: f083b7741a
Change-Id: Id2e678bfb216302ef93e593a210edefe5092772a
2019-09-09 14:17:56 -07:00
Vadim Tryshev
c698c0cdbb
Merge "Adding a test method to get a Launcher object when it becomes non-null" into ub-launcher3-qt-qpr1-dev
...
am: b34f951e7e
Change-Id: Id63a1df1aef2f35b0f6cdb0f8ab851163c8140c9
2019-09-09 14:17:20 -07:00
vadimt
84fa5893e7
Enabling some tests in landscape mode
...
am: 8c2efd0de0
Change-Id: If74fe6cec774787f73f43aae43863cd71887b81f
2019-09-09 14:17:08 -07:00
vadimt
fb10f07e56
Merge "Removing flinging via UI Automator" into ub-launcher3-qt-qpr1-dev
...
am: e1335c2359
Change-Id: Iad5c6c0bf74ac223cc60b64fa7a15dae544d500f
2019-09-09 14:16:47 -07:00
TreeHugger Robot
01f8fb9132
Merge "Support for getting Launcher Pss by tests" into ub-launcher3-qt-qpr1-dev
2019-09-09 17:02:15 +00:00
vadimt
f083b7741a
Add one null check to tests
...
Change-Id: Ib4b50ac06d44b1811e0388bc373fe420fa5570fd
2019-09-06 18:08:22 -07:00
vadimt
2bad570b40
Support for getting Launcher Pss by tests
...
Bug: 139137636
Change-Id: I8cad7dec07ce400cf927e3fc2ba9904fef942d9a
2019-09-06 16:50:51 -07:00
Jon Miranda
4b9edfbbe5
Add tests for play promise icons.
...
Bug: 139021165
Change-Id: Ie1a049b283b70f6bd22b43c09aef263282cb0f56
Merged-In: I45469b7523d8aea12c34d460c7b69c571a415675
2019-09-06 21:57:04 +00:00
Jon Miranda
a7eea562fb
Fix test bug where launcher throws NPE because it isnt loaded yet.
...
Bug: 140635319
Change-Id: Iea90c6816c670d58acf79114fc725602ddc9d0b1
2019-09-06 12:55:43 -07:00
Winson Chung
11ae8642dc
Adding flickerlib test
...
Bug: 140244969
Change-Id: I45edfbbfb85fa371435ad0940cd939ed3d28c374
2019-09-05 17:14:09 -07:00
Jon Miranda
f5197fce3d
Add tests for play promise icons.
...
Bug: 139021165
Change-Id: I45469b7523d8aea12c34d460c7b69c571a415675
2019-09-05 15:45:51 -07:00
Vadim Tryshev
b34f951e7e
Merge "Adding a test method to get a Launcher object when it becomes non-null" into ub-launcher3-qt-qpr1-dev
2019-09-05 18:49:10 +00:00
vadimt
cf61e16a2c
Adding a test method to get a Launcher object when it becomes non-null
...
Change-Id: I1c56777c87827b5edf1c7f55ad9639321e598311
2019-09-04 19:02:54 -07:00
vadimt
8c2efd0de0
Enabling some tests in landscape mode
...
Bug: 121280703
Change-Id: I285638d832594d5fed26ee812737a4356b110899
2019-09-04 17:33:52 -07:00
TreeHugger Robot
e1335c2359
Merge "Removing flinging via UI Automator" into ub-launcher3-qt-qpr1-dev
2019-09-05 00:13:30 +00:00
vadimt
758a1d983d
Removing flinging via UI Automator
...
UI Automator loses events. Switching to the homemade scrolling.
Bug: 138729157
Change-Id: Ib09bd5714e83eadfc65b54202867bf375e6b47c5
2019-09-04 16:35:19 -07:00
Vadim Tryshev
72fddba837
Merge "Enabling debug tracing for all UI tests" into ub-launcher3-qt-qpr1-dev
...
am: 846656f138
Change-Id: Ie40cc1d55d40ffefe6c1b2d3588b03ff92d2cb38
2019-09-04 12:37:40 -07:00
Vadim Tryshev
846656f138
Merge "Enabling debug tracing for all UI tests" into ub-launcher3-qt-qpr1-dev
2019-09-04 17:52:11 +00:00
Vadim Tryshev
c6c63706fa
Merge "Removing numbers from error message" into ub-launcher3-qt-qpr1-dev
...
am: 5e893727f8
Change-Id: Ie5bfb48d233abc7c21c8ff6df97affb4c9339f8e
2019-09-03 18:11:10 -07:00
vadimt
0ce38af957
Enabling debug tracing for all UI tests
...
Change-Id: I434ee378baf35de955c8a589b8380e1751e4107a
2019-09-03 17:16:34 -07:00
vadimt
849cdc803d
Removing numbers from error message
...
They interfere with flake clustering
Change-Id: I845b6e080824e00b9442070d53a0a3b448670d67
2019-09-03 17:01:27 -07:00
vadimt
0d6f41bef2
Saving screenshots for failures in NavigationModeSwitchRule
...
am: f13eaa0242
Change-Id: I9a3b4e93491a02263fd90640b3cc9d55aeb41703
2019-08-23 20:56:08 -07:00
vadimt
f13eaa0242
Saving screenshots for failures in NavigationModeSwitchRule
...
Change-Id: I732076a5eb14b181f560024e2780e2012a81fd95
2019-08-23 14:18:32 -07:00
Sunny Goyal
6fe3eec95c
Moving various common executors to a single location
...
Change-Id: I44bca49b8adb6fa22c3b48d10f674e42c28d792c
2019-08-20 14:36:17 -07:00
Vadim Tryshev
f24ae74cd2
Merge "Extending the list of test owners" into ub-launcher3-qt-qpr1-dev
...
am: 1cbdcb2961
Change-Id: I5f01dc9b50cc33499bd9cb88913157802656cd52
2019-08-16 10:56:32 -07:00
Vadim Tryshev
1cbdcb2961
Merge "Extending the list of test owners" into ub-launcher3-qt-qpr1-dev
2019-08-16 17:36:54 +00:00
Vadim Tryshev
30cd83ef2d
Merge "Logging to catch INJECT PERMISSION problem" into ub-launcher3-qt-qpr1-dev
...
am: 96a066ab52
Change-Id: I736858db69b4b4fb396890ca2f27804c37479efb
2019-08-15 17:35:18 -07:00
vadimt
47144ca73c
Logging to catch INJECT PERMISSION problem
...
Bug: 139498375
Change-Id: Ib7b8e1997bae9d4ff9cce7cf8690e42b6fdaaf38
2019-08-15 16:06:58 -07:00
vadimt
a81be5003c
Extending the list of test owners
...
Otherwise, changes in tests would require my-only approval.
Change-Id: Ia957a28a5a8e55dc2ee4efdf9a46c91511d3e611
2019-08-14 17:18:45 -07:00
Vadim Tryshev
aec2d5afca
Merge "Temporary workaround for UIAutomator not recognizing a new window" into ub-launcher3-qt-qpr1-dev
...
am: 68f5d6bf76
Change-Id: I1708938ae4db969398a9718e50127d1d22ed427d
2019-08-14 16:51:03 -07:00
Vadim Tryshev
68f5d6bf76
Merge "Temporary workaround for UIAutomator not recognizing a new window" into ub-launcher3-qt-qpr1-dev
2019-08-14 23:34:22 +00:00
vadimt
849b201de0
Temporary workaround for UIAutomator not recognizing a new window
...
Bug: 112282235
Change-Id: I145bb88d72689f8c6d61ba3481f25d8978933ab2
2019-08-14 15:38:34 -07:00
Vadim Tryshev
3cc153813a
Merge "Improving screenshot path" into ub-launcher3-qt-qpr1-dev
...
am: b13fdc8d6f
Change-Id: I13b492655978c173cd2944c81a7d4753f2655494
2019-08-14 10:33:43 -07:00
Vadim Tryshev
b13fdc8d6f
Merge "Improving screenshot path" into ub-launcher3-qt-qpr1-dev
2019-08-14 17:25:22 +00:00
vadimt
cc5b17b351
Improving screenshot path
...
Change-Id: If61bbf0bbc8ace31142bc0e2d598d72ce48de360
2019-08-13 17:49:15 -07:00
TreeHugger Robot
10ed86af1d
Merge "Build rule cleanup" into ub-launcher3-master
2019-08-13 00:57:42 +00:00
vadimt
3c523040cb
Support for memory tests
...
am: c1a2764a6e
Change-Id: Ife853a32fa9e52f8993d25167af61dabc7fd64b8
2019-08-09 10:40:20 -07:00
vadimt
c1a2764a6e
Support for memory tests
...
Change-Id: I867a232a293f7bddbc630f563f18c0db94ac4b6e
2019-08-08 12:03:09 -07:00
Hyunyoung Song
a68fba3abf
Build rule cleanup
...
Bug: 122333437
Change-Id: Iabb6dcc4e6615112fdf730f41fe39d34fdac8737
2019-08-08 02:02:20 -07:00
Vadim Tryshev
1c7b8267d9
Merge "Adding system health permissions to Launcher3 tests" into ub-launcher3-qt-qpr1-dev
...
am: aea3d051c4
Change-Id: Id5695b29f108646cf846fe74d5c2abaef055c9b7
2019-08-05 19:06:37 -07:00
Vadim Tryshev
aea3d051c4
Merge "Adding system health permissions to Launcher3 tests" into ub-launcher3-qt-qpr1-dev
2019-08-06 01:41:01 +00:00
vadimt
9473421755
Adding system health permissions to Launcher3 tests
...
Change-Id: Id4ae4731274bef243801e3a15bc87e9c3fa9e0c4
2019-08-05 17:31:53 -07:00
Vadim Tryshev
347ce4529b
Merge "Adding debug tracing to catch non-dragging to workspace" into ub-launcher3-qt-qpr1-dev
...
am: f4a1814c3f
Change-Id: I2bb035bf176cb0fb3e16456f52153de065855740
2019-08-05 17:06:36 -07:00
vadimt
f1726290d4
Adding debug tracing to catch non-dragging to workspace
...
Bug: 138729456
Change-Id: I28f1eaeb17a75cbc6f52b259d0226deaff42e0bb
2019-08-05 13:52:36 -07:00
Vadim Tryshev
b647d79e45
Merge "More tracing for wellbeing tests" into ub-launcher3-qt-qpr1-dev
...
am: d33894c771
Change-Id: Iad90464ad3864fda2c1811d87923dfd8fbfd81db
2019-07-31 18:02:51 -07:00
Vadim Tryshev
d33894c771
Merge "More tracing for wellbeing tests" into ub-launcher3-qt-qpr1-dev
2019-08-01 00:36:31 +00:00
vadimt
b90e363b22
More tracing for wellbeing tests
...
Bug: 138743758
Change-Id: I49765cf94575dd7ce251b36094dd82d55d8410d1
2019-07-31 16:41:46 -07:00
vadimt
ee96d75065
Improvements in getting workspace app icon
...
am: 6b466783b7
Change-Id: I47cd2161e5c3b9dd2d2350bcb4606f346d79adf8
2019-07-31 15:18:36 -07:00
Vadim Tryshev
e5f95bd2c1
Merge "Improving getWorkspaceAppIcon()" into ub-launcher3-qt-qpr1-dev
...
am: bfff1c80df
Change-Id: I1fb1774ba85d3ef51abb29347ca8621f1f95d8b2
2019-07-31 15:08:53 -07:00
vadimt
6b466783b7
Improvements in getting workspace app icon
...
Bug: 138743792
Change-Id: I11981774397b82bdad0352343a52341c2e3a5099
2019-07-31 21:48:04 +00:00
Vadim Tryshev
bfff1c80df
Merge "Improving getWorkspaceAppIcon()" into ub-launcher3-qt-qpr1-dev
2019-07-31 21:13:13 +00:00
vadimt
49a28a725a
Improving getWorkspaceAppIcon()
...
Change-Id: I71093b6c03b96ef608be9c8b847a372834b79d64
2019-07-31 13:48:39 -07:00
Vadim Tryshev
474a35ce3f
Merge "Improving system health diags" into ub-launcher3-qt-qpr1-dev
...
am: c86a6ebbc5
Change-Id: I79a0dbe3012f2d9cdf39851420b8f45da712af40
2019-07-31 12:39:25 -07:00
vadimt
8a35c5cf94
Improving system health diags
...
Change-Id: Id3de46c48421051bc5680e05bcf77492aa793000
2019-07-31 11:37:00 -07:00
vadimt
086fa7a7ab
Tests: Use FLAG_ACTIVITY_CLEAR_TASK
...
am: a8726dc93b
Change-Id: I4f512d5e2edde4e5973289299ec4dc4cb7f1a295
2019-07-31 11:29:15 -07:00
vadimt
a8726dc93b
Tests: Use FLAG_ACTIVITY_CLEAR_TASK
...
Change-Id: I58053db6f942737976afcaed26e449a1f9b98f6f
2019-07-31 10:45:57 -07:00
Vadim Tryshev
22a982da8f
Merge "Not throwing NPE when can't resolve test provider" into ub-launcher3-qt-qpr1-dev
...
am: 2c129d3d84
Change-Id: I9fa1006c6b8ffa4a80305309ef7df4976c725c39
2019-07-30 13:10:55 -07:00
vadimt
7d2795e185
Not throwing NPE when can't resolve test provider
...
Change-Id: I22fa6dc5de94ffa02e0121b4f929adffcb9c1ce9
2019-07-30 12:33:20 -07:00
vadimt
8ed634a1e0
Moving enabling rotation for test
...
am: 003c94f10f
Change-Id: I24de80b311e3607731e8f33e151f6ff8bbddf792
2019-07-26 14:17:42 -07:00
vadimt
003c94f10f
Moving enabling rotation for test
...
We needed to press home to wait until the launcher starts, now we simply
enable rotation once the Launcher gets created.
Change-Id: Ie99e5073c06f8da181262d32823116061c81d6f7
2019-07-26 20:31:35 +00:00
Vadim Tryshev
fa524725cf
Merge "Tuning system health diags" into ub-launcher3-qt-r1-dev
...
am: 1b0445dfa4
Change-Id: I4b6c3c04f1ce7c48d114457c986d115a38bcad94
2019-07-25 17:38:20 -07:00
Vadim Tryshev
1b0445dfa4
Merge "Tuning system health diags" into ub-launcher3-qt-r1-dev
2019-07-25 22:30:23 +00:00
vadimt
98193241c3
Tuning system health diags
...
Change-Id: Ib437c07e7e6e766621af435f75198b55dafd13c4
2019-07-25 15:15:30 -07:00
Vadim Tryshev
a4b35696c9
Merge "Revert "Reenabling testPressHomeOnAllAppsContextMenu"" into ub-launcher3-qt-r1-dev
...
am: a864511293
Change-Id: I6bccaa2e07d1f5603cd07837f9e59c7f5cba37a0
2019-07-25 15:14:07 -07:00
Vadim Tryshev
004a5fe6c5
Revert "Reenabling testPressHomeOnAllAppsContextMenu"
...
This reverts commit 86f5da2d8f
.
Reason for revert: Test fails in 2-button mode
Change-Id: I20163a658f731cf6ef27ce84f5f7c06919b7b9cd
2019-07-25 21:51:10 +00:00
Vadim Tryshev
176eee3cb7
Merge "Reenabling testPressHomeOnAllAppsContextMenu" into ub-launcher3-qt-r1-dev
...
am: f0cc40f8b0
Change-Id: I6201cf3b3f145535cab88269c8408dc01c113852
2019-07-25 12:46:37 -07:00
vadimt
86f5da2d8f
Reenabling testPressHomeOnAllAppsContextMenu
...
Bug: 134074554
Change-Id: Icd23e2dcafab091e5406e84bb827bfc7177832ff
2019-07-25 12:06:32 -07:00
Vadim Tryshev
a1db23c0a7
Merge "Checking Launcher internal integrity from tests" into ub-launcher3-qt-r1-dev
...
am: 7b0520afe4
Change-Id: Iffeb718669a22e99c7fe90989dee51b4d229dd51
2019-07-23 18:49:16 -07:00
Vadim Tryshev
7b0520afe4
Merge "Checking Launcher internal integrity from tests" into ub-launcher3-qt-r1-dev
2019-07-24 01:30:06 +00:00
vadimt
0dd1c782f0
Checking Launcher internal integrity from tests
...
In particular, we check that the stable Launcher state equals its
current state. This can help detect Launcher being in a corrupted state
as in b/133867119.
The check gets called by tests when the Launcher is not transitioning
from state to state.
Bug: 137307838
Change-Id: I3d36edff35e42d14be6b9a52351bd6f709be75e8
2019-07-23 18:07:25 -07:00
vadimt
443f05052c
Merge "Adding debug tracing" into ub-launcher3-qt-r1-dev
...
am: 8578309f1b
Change-Id: If2f3b4d4a849e94449c4b06a567c12610547fc61
2019-07-23 17:28:32 -07:00
TreeHugger Robot
8578309f1b
Merge "Adding debug tracing" into ub-launcher3-qt-r1-dev
2019-07-24 00:01:25 +00:00
vadimt
cd7b00853b
Adding debug tracing
...
Bug: 138251824
Change-Id: Ibe3de964aeacbf83fd46cc53fda7d15c9401fe4d
2019-07-23 16:49:48 -07:00