Sunny Goyal
4af8cf9269
Updating test build rules
...
> Moving definition to bp files
> Adding mokito-inline to allow mocking final classes
> Moving src_common to src to avoid unnecessary code split
Bug: 196825541
Test: Presubmit
Change-Id: Ib6879cda6aee74f5b9050a16eb6ca94ed3b7e28c
2021-08-18 10:22:52 -07:00
Vadim Tryshev
0ec3e647ba
Merge "Revert "Removing old workaround"" into sc-v2-dev
2021-08-17 01:20:24 +00:00
Tracy Zhou
180a7d97d7
Merge "Update LauncherInstrumentation to consider tablet w/o nav bar" into sc-v2-dev
2021-08-17 01:01:49 +00:00
Vinit Nayak
2ad3d6b4c3
Merge "Add logs when clearing TaskViewId" into sc-v2-dev
2021-08-17 00:59:41 +00:00
Vadim Tryshev
f11d0fac78
Revert "Removing old workaround"
...
This reverts commit 714d071f76
.
Reason for revert: Perhaps caused b/196876329
Change-Id: I0763c44d54134034885471ce74324a8c6c6c296e
Test: presubmit
Bug: 196876329
2021-08-16 22:54:30 +00:00
Vinit Nayak
dda7772452
Add logs when clearing TaskViewId
...
Bug: 195430732
Change-Id: I0554f27e6b82d98dd585afb895b8ee5eababff9e
2021-08-16 14:56:56 -07:00
Thales Lima
242c8c0b0f
Merge "overview: rebalance hidden tasks in grid" into sc-v2-dev
2021-08-16 19:16:30 +00:00
Sunny Goyal
48b012b148
Merge "Fixing header jump" into sc-v2-dev
2021-08-16 18:20:00 +00:00
Sunny Goyal
77acf12905
Fixing header jump
...
Linking header position to an empty entry in the recyclerView,
instead of calculating the vertical scroll position. This
allows the header to be in sync with the recyclerView scroll and
item animations
Other simplifications:
> Moving top collapse handle out of header view (it doesn't scroll)
> Removing background clipping logic from full-sheet
> Moving tab bar inside the header view
Bug: 196464142
Test: Verified on device
Change-Id: Iae5a0ae9af7ce258e1b391b8e85c5c270fe56197
2021-08-16 09:45:14 -07:00
Thales Lima
4a08ce60dc
overview: rebalance hidden tasks in grid
...
The tasks that are not showing in the screen will be rearranged. This
doesn't change anything for tasks before the dismissed task because the
grid is already balanced there.
Fixes: 194189955
Test: manual with 10 tasks, normal and RTL mode
Change-Id: I07ddbb752110339751bd1ed6056fe9f645b5497f
2021-08-16 16:24:35 +01:00
Dave Mankoff
9847a6a75b
Merge "Pass main executor to PluginInstanceManager.Factory." into sc-v2-dev
2021-08-16 15:05:20 +00:00
Dave Mankoff
d72a60f953
Merge "Pass Executor to to PluginInstanceManager.Factory." into sc-v2-dev
2021-08-16 15:04:52 +00:00
TreeHugger Robot
32e573162d
Merge "Removing unnecessary logging" into sc-v2-dev
2021-08-16 10:22:34 +00:00
TreeHugger Robot
77c08b045e
Merge "Removing old workaround" into sc-v2-dev
2021-08-16 10:21:45 +00:00
TreeHugger Robot
e22e3aaa9a
Merge "Removing old workaround" into sc-v2-dev
2021-08-16 06:45:19 +00:00
TreeHugger Robot
348065811f
Merge "Constrain scroll amount" into sc-v2-dev
2021-08-14 00:57:13 +00:00
TreeHugger Robot
a4937b2270
Merge "Revert "Not using shell command to enable test provider"" into sc-v2-dev
2021-08-13 23:27:18 +00:00
Lucas Dupin
b259a896f5
Constrain scroll amount
...
Test: scroll vertically and horizontally
Fixes: 196309367
Change-Id: Ibf16fb72cf95e29ed820d5f511e764a388c93bb0
2021-08-13 15:57:41 -07:00
Vadim Tryshev
169c4e88cd
Revert "Not using shell command to enable test provider"
...
This reverts commit 5f80e92bda
.
Reason for revert: We need to see if this has caused b/196586808
Bug: 196586808
Test: presubmit
Change-Id: I078f0d4e83f5f1db19e9e0a5afec4f3058156745
2021-08-13 21:56:07 +00:00
Dave Mankoff
78f9648aec
Merge "Changes to the signature of PluginManagerImpl." into sc-v2-dev
2021-08-13 21:12:40 +00:00
Alex Chau
0cba30e990
Merge "launcher: hide grid options for foldables" into sc-v2-dev
2021-08-13 20:44:34 +00:00
TreeHugger Robot
f952fd9256
Merge "launcher: correct the amount of padding for preview" into sc-v2-dev
2021-08-13 19:19:18 +00:00
TreeHugger Robot
87cf3efe06
Merge "Removing some instrumentation for a workarounded bug" into sc-v2-dev
2021-08-13 18:42:22 +00:00
Thales Lima
dab1b2922c
launcher: correct the amount of padding for preview
...
The padding on left and right should be added only on the left for left
page and only on the right for right page.
Fixes: 195410512
Test: open Wallpaper & Style and check the space between the pages
Change-Id: Ib27c632d2fb07d4708bd101e555e14e31a26ff9d
2021-08-13 18:22:26 +01:00
Thales Lima
7ec8382044
launcher: hide grid options for foldables
...
Some grid options are too dense for foldables (those with 5 icons), so
we are hiding them on those devices.
This also move the parsing to be done on InvariantDeviceProfile only.
Fixes: 183140646
Test: open Wallpaper & style and change app grid options
Change-Id: I771571db02709db5d0f814236060c57ce0180cd1
2021-08-13 16:07:05 +00:00
Tracy Zhou
2bb92ba49d
Update LauncherInstrumentation to consider tablet w/o nav bar
...
Bug: 191660313
Test: TaplTestsLauncher3
Change-Id: I7bbcc2f9c3eb7b62dc2abd94b63df22b7168bf15
2021-08-13 08:54:35 -07:00
Dave Mankoff
630ae94833
Pass main executor to PluginInstanceManager.Factory.
...
Bug: 194781951
Test: manual
Change-Id: I1667023887e0c8d1dc86fce1717a3032b6721684
2021-08-13 10:18:01 -04:00
Dave Mankoff
1d5e1dc8d1
Pass Executor to to PluginInstanceManager.Factory.
...
Bug: 194781951
Test: manual
Change-Id: I6dc699869d041aab8f5d1e7a128b4f67adfd78dc
2021-08-13 10:16:09 -04:00
Dave Mankoff
13f50b9898
Changes to the signature of PluginManagerImpl.
...
Bug: 194781951
Test: manual
Change-Id: Iafc5232dfdb1cc1c554de925c2f0d2ad5f6439e2
2021-08-13 10:01:42 -04:00
Ben Lin
99b5d13952
Merge "Do not set user active hints when Shell Transition is on." into sc-v2-dev
2021-08-13 01:09:19 +00:00
TreeHugger Robot
73ad3abc29
Merge "Restoring generating artifacts" into sc-v2-dev
2021-08-13 00:44:57 +00:00
vadimt
303298de84
Restoring generating artifacts
...
Bug: 189874683
Test: presubmit
Change-Id: I82503900a8b7ce916a54437456007dec00016c47
2021-08-12 16:04:05 -07:00
Ben Lin
1e49216401
Do not set user active hints when Shell Transition is on.
...
Previously, we hint at user active in order to let the launcher know at
an earlier time that the user is about to go home, to provide PiP a
shelf offset. However with Shell Transitions, this is now being done
instantly as the launcher activity is resumed right as user touches down
on the gesture pill. We then no longer need this for shell transitions.
Bug: 165793917
Test: Enable Shell Transitions, go home to enter PIP, and open another
app - see that PIP auto moves downward now that shelf height has changed
Change-Id: I347c885425ce820a42ebfcc15082862d04aa1a7d
2021-08-12 15:17:31 -07:00
TreeHugger Robot
00d0ce9b3b
Merge "Update two panel specific launcher home icon sizing" into sc-v2-dev
2021-08-12 21:47:25 +00:00
TreeHugger Robot
7d87779deb
Merge "Not using shell command to enable test provider" into sc-v2-dev
2021-08-12 19:40:19 +00:00
Brian Isganitis
e0c4a090d8
[automerger skipped] Merge "Update preferences to Material Next styling" into sc-qpr1-dev am: e52a4e39af
-s ours
...
am skip reason: Merged-In I346bbf819f3fe1eb13b47125b53c15baab11e439 with SHA-1 93031bc2ae
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15521744
Change-Id: I56c47fca463c096fd4164f0d9d4a8472412ce241
2021-08-12 19:19:57 +00:00
Brian Isganitis
e52a4e39af
Merge "Update preferences to Material Next styling" into sc-qpr1-dev
2021-08-12 18:57:49 +00:00
Andras Kloczl
30fe9152d5
Update two panel specific launcher home icon sizing
...
Test: manual
Bug: 191879424
Change-Id: I4f51616004d78036ad801298bb5ba72af8de3f30
2021-08-12 18:46:01 +01:00
vadimt
5f80e92bda
Not using shell command to enable test provider
...
Shell command can kill app
Test: presubmit
Bug: 188806432
Change-Id: Id512eb16d26cc4b324574a2a6a15f4805e426b9f
2021-08-12 10:28:45 -07:00
TreeHugger Robot
662af98956
Merge "Clean up test logging and ScreenRecord" into sc-v2-dev
2021-08-12 17:26:48 +00:00
Alex Chau
592889d089
Merge "Logging fist event not from test" into sc-v2-dev
2021-08-12 10:41:10 +00:00
Alex Chau
2886a13d7a
Clean up test logging and ScreenRecord
...
Bug: 194114179
Bug: 193125090
Test: manual
Change-Id: I086d011a39b74a24d5629d43dc74b741fcf5994e
2021-08-12 11:34:27 +01:00
TreeHugger Robot
305eaf5eee
Merge "Adjust all apps zoom level" into sc-dev am: 6b10f4649c
am: 3be0173b14
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15530106
Change-Id: Ie8dbfebd62215b945078acd76dc7428cd43d72cc
2021-08-12 00:46:14 +00:00
TreeHugger Robot
3be0173b14
Merge "Adjust all apps zoom level" into sc-dev am: 6b10f4649c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15530106
Change-Id: Id2a24af3aed6fa4819a2fc46c8a305b06ff31d84
2021-08-12 00:31:19 +00:00
TreeHugger Robot
6b10f4649c
Merge "Adjust all apps zoom level" into sc-dev
2021-08-12 00:09:14 +00:00
Steven Ng
749f8c54cd
Fix pending restore widget touch issue am: bdffb53843
am: 8facf46000
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15517689
Change-Id: I4ce17b8b2c3ac35d7cecc58813e148784869fda9
2021-08-11 23:58:04 +00:00
Steven Ng
8facf46000
Fix pending restore widget touch issue am: bdffb53843
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15517689
Change-Id: Ie1cd0fccfcb7377853f326e6e0476c3ec08be97a
2021-08-11 23:49:30 +00:00
vadimt
714d071f76
Removing old workaround
...
Test: presubmit
Bug: 165029151
Change-Id: I5a64c6e381c0bbbf849658648bd5b75a1e660381
2021-08-11 15:44:39 -07:00
vadimt
c353b1adb2
Removing old workaround
...
Bug: 139137636
Test: presubmit
Change-Id: Iaa307c3d58f76ab7ee3b0a4a4a364b2b97d0efb7
2021-08-11 15:06:07 -07:00
Steven Ng
b014e9098b
Merge "Preview layout scaling for RemoteViews preview" into sc-v2-dev
2021-08-11 21:59:45 +00:00