Automerger Merge Worker
d8bee2a541
[automerger skipped] [DO NOT MERGE] Prevent hotseat touch hijack am: acf0a5da0b -s ours am: 33dbf83f16
...
Change-Id: I3ab5902c2d52dfec8c03c40a0047285a88afc3d1
2020-03-05 20:57:41 +00:00
Automerger Merge Worker
33dbf83f16
[automerger skipped] [DO NOT MERGE] Prevent hotseat touch hijack am: acf0a5da0b -s ours
...
am skip reason: subject contains skip directive
Change-Id: I55f05db6ab984888e390e6aa1d3fabc830f2b107
2020-03-05 20:43:30 +00:00
Samuel Fufa
acf0a5da0b
[DO NOT MERGE] Prevent hotseat touch hijack
...
Currently in AllAppsContinerView#onInterceptTouchEvent we check if a
touch event is in bounds of RecyclerViewFastScroller and set
mTouchHandler so the scroll bar handles onTouchEvent. However, if a user
performs a back gesture from the right side (which overlaps with the
scroller) and returns home, touches to the hotseat get intercepted.
Bug: 148639821
Test: Manual
Change-Id: Ie44f3a16b628b12ad00a7ae6c6bc5703171fbb56
2020-03-05 16:39:20 +00:00
Automerger Merge Worker
9df3490fee
Merging from ub-launcher3-master @ build 6248758 am: 3210c06687
...
Change-Id: I2b510554913b8a5444620b711547d962b5184002
2020-02-29 03:40:56 +00:00
Mehdi Alizadeh
3210c06687
Merging from ub-launcher3-master @ build 6248758
...
Test: manual, presubmit on the source branch
http: //x20/teams/android-launcher/merge/ub-launcher3-master_6248758.html
Change-Id: I1c64ab220493793ba10cbbecf38a4df8381d8a54
Bug: 150504032
2020-02-29 01:52:25 +00:00
Vadim Tryshev
d8995a6fda
Merge "Revert "TAPL: Verifying activity start/stop events"" into ub-launcher3-master
2020-02-28 22:29:47 +00:00
Vadim Tryshev
3dd64ca3a8
Revert "TAPL: Verifying activity start/stop events"
...
This reverts commit 1186700c9a .
Reason for revert: Fails in the lab
Change-Id: I6715a058c76d96752b904331968b46a07ce93f85
2020-02-28 22:28:16 +00:00
Vadim Tryshev
3be0443d37
Merge "Revert "Enabling flaky tests per our new flaky test policy"" into ub-launcher3-master
2020-02-28 21:34:25 +00:00
Vadim Tryshev
f450b2500c
Revert "Enabling flaky tests per our new flaky test policy"
...
This reverts commit 983145c594 .
Reason for revert: Too flaky
Change-Id: Ifabb638d6ce0a539518bc0b6b667a9783b6ca29d
2020-02-28 21:33:16 +00:00
Zak Cohen
23ceafe3d5
Merge "TAPL tests - make all apps in overview checks less fragile." into ub-launcher3-master
2020-02-28 21:21:36 +00:00
Zak Cohen
dc24231e4f
TAPL tests - make all apps in overview checks less fragile.
...
Tests that check for all apps in overview mode were only checking for
actions being enabled. This isn't sufficient logic, two button mode also
uses all apps.
Centralize the check for all apps.
Test: local tapl tests
Change-Id: If1bf98019e6f1aea8f7967883aba6780743e9d6b
2020-02-28 11:59:33 -08:00
Vadim Tryshev
64a932ed2a
Merge "TAPL: Verifying activity start/stop events" into ub-launcher3-master
2020-02-28 19:22:32 +00:00
Vadim Tryshev
1fabbf5a23
Merge "Enabling flaky tests per our new flaky test policy" into ub-launcher3-master
2020-02-28 18:29:23 +00:00
vadimt
983145c594
Enabling flaky tests per our new flaky test policy
...
I'll check whether the tests are still flaky and assign to the test
owner if they are.
Bug: 148867106
Change-Id: Ic850abc862b0f266b100aa6bfff4e89b3802e50d
2020-02-27 17:59:32 -08:00
Becky Qiu
7ff297a81f
Revert "[Overview Actions] Disable swiping for TaskView if it's in select mode."
...
This reverts commit 0499fb2060 .
Reason for revert: This might break the post submit test. See b/150401176
Change-Id: Iafc420fff72de8e83ce5e325fc1e5b1a1efe7350
2020-02-28 01:52:58 +00:00
Vadim Tryshev
2fe6fb9671
Merge "Fixing activity leak via alarm in SecondaryDropTarget" into ub-launcher3-master
2020-02-27 22:28:59 +00:00
vadimt
3d64ffd4a5
Fixing activity leak via alarm in SecondaryDropTarget
...
Change-Id: I12c099ee1bb55d9db81e14d27d2eb09fbbc83e0f
2020-02-27 12:45:45 -08:00
Zak Cohen
eecb258cc7
Merge changes from topic "enable" into ub-launcher3-master
...
* changes:
Overview Actions - Enable by default.
TAPL test update - don't run all apps in overview tests with actions.
2020-02-27 19:48:51 +00:00
Vadim Tryshev
0e0b176361
Merge "Not showing "mismatched events" and other diags after Launcher crashes" into ub-launcher3-master
2020-02-27 19:45:39 +00:00
TreeHugger Robot
3ba6800552
Merge "Using StrictMode to detect activity leaks" into ub-launcher3-master
2020-02-27 19:19:14 +00:00
vadimt
1186700c9a
TAPL: Verifying activity start/stop events
...
It also turned out that Pilfer event seems to come in a
non-deterministic order relative to the events from the Main and TIS
sequences. So I moved it to its own sequence.
Change-Id: I5851aafb6d04398c5727712eaf8561916a30c4c5
2020-02-27 11:12:35 -08:00
Vadim Tryshev
9f62bc10af
Merge "Remove unnecessary PilferPointer events and enable testPressHomeOnAllAppsContextMenu" into ub-launcher3-master
2020-02-27 19:08:29 +00:00
Becky Qiu
b5565fb62f
Merge "[Overview Actions] Disable swiping for TaskView if it's in select mode." into ub-launcher3-master
2020-02-27 18:48:09 +00:00
TreeHugger Robot
39c610192a
Merge "Catching OOM exceptions in auto-investigator" into ub-launcher3-master
2020-02-27 01:14:52 +00:00
Zak Cohen
de9823243a
Merge "Make RectFSpringAnim resilient to negative height starting rect." into ub-launcher3-master
2020-02-26 21:25:36 +00:00
vadimt
da12b805cc
Not showing "mismatched events" and other diags after Launcher crashes
...
Change-Id: Iee5f8813c3610314d486589bc361466a05da0ecb
2020-02-26 12:19:32 -08:00
Zak Cohen
f2a15f1be5
Make RectFSpringAnim resilient to negative height starting rect.
...
Test: ran tapl tests, failed before, passed after
Change-Id: I10b82dd348b5c12550e60b145c76dad542aa56e8
2020-02-26 10:53:53 -08:00
TreeHugger Robot
833cd43206
Merge "Adding a failure investigator" into ub-launcher3-master
2020-02-26 17:47:59 +00:00
TreeHugger Robot
5991eb8337
Merge changes from topic "new-task-snapshots-ub-launcher3-master" into ub-launcher3-master
...
* changes:
Toggle loading state based on config_lowResTaskSnapshotScale
Add config to enable snapshot preloading
2020-02-26 17:42:40 +00:00
TreeHugger Robot
b066af18a5
Merge "Update mEndRect when closing ArrowPopup" into ub-launcher3-master
2020-02-26 07:59:20 +00:00
vadimt
dbc7583054
Remove unnecessary PilferPointer events and enable testPressHomeOnAllAppsContextMenu
...
Change-Id: I04199f46024b05f05d04ba2be7a797842bb48527
2020-02-25 18:17:04 -08:00
Becky Qiu
0499fb2060
[Overview Actions] Disable swiping for TaskView if it's in select mode.
...
This including swiping up to dismiss, down to launch app, left and right to switch apps.
Test: local
Bug: 139828243
Change-Id: Ib588c8725fb765097d03a5def719abdffd603708
2020-02-25 17:16:48 -08:00
Tracy Zhou
0c5f58afb7
Merge "Connect split-screen things to systemui divider" into ub-launcher3-master
2020-02-26 01:01:24 +00:00
TreeHugger Robot
f172419189
Merge "Fixing log message" into ub-launcher3-master
2020-02-26 00:50:47 +00:00
TreeHugger Robot
37f435d624
Merge "Update proguard flags." into ub-launcher3-master
2020-02-26 00:35:40 +00:00
Evan Rosky
e7e91fd60e
Connect split-screen things to systemui divider
...
Since divider stuff lives in sysui instead of framework
Bug: 133381284
Test: Manual, open 2 apps in split and drag-up to show
recents.
Change-Id: If6740b7ee4829bf4cac6e829e81943f16a41f977
(cherry picked from commit 3ef159becd )
2020-02-25 23:42:42 +00:00
Sunny Goyal
bb18f4c9c6
Fixing log message
...
Change-Id: I0668ea273a54ea741b1b871a50a8738c0ec4788b
2020-02-25 15:27:06 -08:00
Zak Cohen
9a4df4dba1
Overview Actions - Enable by default.
...
Enable the Overview Actions feature flag by default.
Test: local
Bug: 145297320
Change-Id: I6f4a2b6e90704b78d1ff1f77bbfea2d8789169ff
2020-02-25 15:09:12 -08:00
Zak Cohen
43a1615796
Hide apps view in transitions if none of its parts are visible.
...
Check where the all apps view has any pieces visible, if not hide it.
Test: local
Change-Id: I1d9b957b6c10dfbe4beaa56c4fee920844699a6c
2020-02-25 15:09:12 -08:00
Zak Cohen
fe935dfbc1
TAPL test update - don't run all apps in overview tests with actions.
...
Overview actions removes the all apps from overview. Don't run the tests
that depend on these.
Ultimately need to add more tests for the actions.
Test: tapl local
Change-Id: I2471d10af7bc03a40a94f99aa16354b85bdb3ad7
2020-02-25 15:09:12 -08:00
vadimt
1779a38290
Using StrictMode to detect activity leaks
...
Change-Id: I615f641897d57be0cd31be944796c6931ef9ab00
2020-02-25 14:46:27 -08:00
vadimt
6f96376620
Catching OOM exceptions in auto-investigator
...
In the development environment, the device may stay for long time
without reboot, and the logcat size may turn to be long enough to
overflow the memory.
Suppressing OOM exceptions.
Change-Id: I562e2c03312e88f669d9cb660af6e8849dc0c8ef
2020-02-25 11:05:39 -08:00
Automerger Merge Worker
13421dff38
Merge changes from topic "new-task-snapshots-rvc-dev" into rvc-dev am: 6a8d59d964
...
Change-Id: I6426d1bdae6ccd4b7febd01aadba901ce2348399
2020-02-25 18:34:44 +00:00
Automerger Merge Worker
561141da0d
Add config to enable snapshot preloading am: ae11790d31
...
Change-Id: I5c5d578303f260cf65ed2816fb73e06f3160b5d0
2020-02-25 18:34:42 +00:00
Peter Kalauskas
6a8d59d964
Merge changes from topic "new-task-snapshots-rvc-dev" into rvc-dev
...
* changes:
Toggle loading state based on config_lowResTaskSnapshotScale
Add config to enable snapshot preloading
2020-02-25 18:29:50 +00:00
TreeHugger Robot
d71c3b185d
Merge "Setting interpolator beforehand, instead of overriding it after the pending animaiton is created" into ub-launcher3-master
2020-02-25 18:23:19 +00:00
TreeHugger Robot
86430dd2d2
Merge "Performing a check for a crashed Launcher process for each UI test" into ub-launcher3-master
2020-02-25 18:20:39 +00:00
Automerger Merge Worker
fcc8994dd2
Indicate PiP animation type from Launcher to SysUI am: a1a91b0c50
...
Change-Id: Ia784c5519f110afb29eada5eec89f162e8fbb433
2020-02-25 03:21:06 +00:00
vadimt
65ed9c3d9b
Adding a failure investigator
...
Change-Id: Ie1c9820ecb7373a1f4428a24867c51332a84e65c
2020-02-24 19:10:50 -08:00
vadimt
b79614cc93
Performing a check for a crashed Launcher process for each UI test
2020-02-25 02:28:32 +00:00