Evan Rosky
eb5e4526b3
Merge "Switch to persist.wm.debug" into tm-dev am: 324b07b44b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17058517
Change-Id: I0970115c7ce83e638851e90c1071049335eecad1
2022-03-08 19:36:55 +00:00
Jon Miranda
f2a763bbe7
Merge "Sync hotseat/taskbar handoff" into tm-dev am: a95837767b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17111271
Change-Id: I732c81acb678f32fceae3ce7d3d707059d8cc580
2022-03-08 19:35:10 +00:00
Evan Rosky
324b07b44b
Merge "Switch to persist.wm.debug" into tm-dev
2022-03-08 19:34:01 +00:00
Jon Miranda
a95837767b
Merge "Sync hotseat/taskbar handoff" into tm-dev
2022-03-08 19:28:08 +00:00
TreeHugger Robot
56d94c4a8f
Merge "Allow icons to take up full width in all cases where width > height." into tm-dev am: 906e96a68e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17074227
Change-Id: I084aa7444ff18f57f85853ee9ff72d39c890cb5b
2022-03-08 19:22:02 +00:00
Schneider Victor-tulias
162d013451
Merge "Add method to pause expensive view updates during the app launch aimation" into tm-dev am: ed8f41b5e2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17085606
Change-Id: Icf822eb2f2e48110a77beac8e2f31e56ffb15e05
2022-03-08 19:21:30 +00:00
TreeHugger Robot
906e96a68e
Merge "Allow icons to take up full width in all cases where width > height." into tm-dev
2022-03-08 19:08:59 +00:00
Schneider Victor-tulias
ed8f41b5e2
Merge "Add method to pause expensive view updates during the app launch aimation" into tm-dev
2022-03-08 18:41:04 +00:00
Jon Miranda
319453f948
Merge "Let BubbleTextHolder extend IconLabelDotView" into tm-dev am: f4f6be6080
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17111270
Change-Id: I03377eaa7b21d6b0b9359f5b230662f9c98064c2
2022-03-08 16:23:55 +00:00
Jon Miranda
4937d79c03
Sync hotseat/taskbar handoff
...
Bug: 202507555
Test: open/close apps in hotseat/taskbar
Change-Id: Ia5ecff8438f0cf237b39a54b7a78c423c53f9023
2022-03-08 08:22:31 -08:00
Jon Miranda
f4f6be6080
Merge "Let BubbleTextHolder extend IconLabelDotView" into tm-dev
2022-03-08 15:58:21 +00:00
Alex Chau
0309269a49
Merge "Use less icons in hotseat when in 3 button nav for tablet" into tm-dev am: d8a37c2e12
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16988303
Change-Id: I64c002af9019db7e5b39c724135387b343ac0498
2022-03-08 12:24:17 +00:00
Alex Chau
d8a37c2e12
Merge "Use less icons in hotseat when in 3 button nav for tablet" into tm-dev
2022-03-08 11:58:55 +00:00
TreeHugger Robot
555b148672
Merge "[OneSearch] Add packageId as an int for latency logging." into tm-dev am: f0758df1b8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17084437
Change-Id: I6aacc12bd7f955e1410e363e6ade5ddc1aa546c7
2022-03-08 09:19:48 +00:00
TreeHugger Robot
f0758df1b8
Merge "[OneSearch] Add packageId as an int for latency logging." into tm-dev
2022-03-08 08:39:25 +00:00
Becky Qiu
50c49447cc
[OneSearch] Add packageId as an int for latency logging.
...
Enum defined in NexusLauncher.
Bug: 210790418
Test: manual, see log result in the NL cl.
Change-Id: I03a2a9831fc4cf34f3160f098739a7afd2900ec2
2022-03-07 20:51:22 -08:00
Jon Miranda
39334f4013
Allow icons to take up full width in all cases where width > height.
...
Previously we only let the icons take up the max width if the
device was in vertical bar layout. For tablets this meant
that the icons would be smaller than the actual window crop.
We want the full width in any cases where the profile width
is greater than the height, so created a new method to check for that.
Bug: 203157974
Test: phone/tablet in portrait/landscape
Change-Id: I467f142bac87ec7c3b369c01f8d9c96ddf74fc76
2022-03-07 18:17:50 -08:00
TreeHugger Robot
8eb920a9e8
Merge "Revert "Adding better diags when SysUI crashes during Launcher test"" into tm-dev am: 90ab34b1d8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17109906
Change-Id: I454451ce2b50e8f854921bf7463e0c135a621b89
2022-03-07 23:55:25 +00:00
TreeHugger Robot
90ab34b1d8
Merge "Revert "Adding better diags when SysUI crashes during Launcher test"" into tm-dev
2022-03-07 23:14:49 +00:00
Jon Miranda
a0fb57dc43
Let BubbleTextHolder extend IconLabelDotView
...
This properly hides just the icon/dot and leaves the
text for All Apps views during the app launch/exit animation.
Bug: 213306709
Test: open/close apps on workspace, open/swipe back apps in all apps
Change-Id: I327ce3e41298e50e34b8809491fc6d97a89f9f96
2022-03-07 14:45:13 -08:00
Vadim Tryshev
fcd569055e
Revert "Adding better diags when SysUI crashes during Launcher test"
...
This reverts commit b0e0f5f44a .
Reason for revert: This cl prevents the ability to run tests from android studio.
Change-Id: I8a1cbcd2e8faefdd168aac5bcad4f21c73694839
2022-03-07 20:37:42 +00:00
Hyunyoung Song
eeba8f3c26
Merge "ENABLE_QUICK_SEARCH" into tm-dev am: 3c8277d161
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17094036
Change-Id: Ib199cb767acdf3555cc209cb7bb1f842de80de7f
2022-03-07 19:42:28 +00:00
Hyunyoung Song
3c8277d161
Merge "ENABLE_QUICK_SEARCH" into tm-dev
2022-03-07 19:16:20 +00:00
Alex Chau
6ed408f59f
Use less icons in hotseat when in 3 button nav for tablet
...
- We have less space on tablets when 3 button nav is enabled because QSB is now inline with the icons. This creates a new attribute to define how many icons should be shown when in that mode. This could be used for other grids in the future as well.
- InvariantDeviceProfile now listens for nav mode changes
Fixes 214882090, 221420204
Test: manual
Change-Id: I012432a1a322c4e5505e46a1198c841ab124aaa6
2022-03-07 18:38:05 +00:00
Brian Isganitis
cb8eafe9c9
Merge "Immediately close taskbar all apps on swipe up gesture." into tm-dev am: 90f9499735
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17084126
Change-Id: Iaad9aec95b8bbd66cde3a1ec6a2a6653146614f1
2022-03-07 18:19:38 +00:00
Brian Isganitis
90f9499735
Merge "Immediately close taskbar all apps on swipe up gesture." into tm-dev
2022-03-07 17:52:22 +00:00
Alex Chau
a7067ba226
Merge "Moving NavigationMode to display controller" into tm-dev am: 86cbea3dc4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17084125
Change-Id: I866a549cc08e1b2117e21e157c65af63900af9b1
2022-03-07 12:52:38 +00:00
Alex Chau
86cbea3dc4
Merge "Moving NavigationMode to display controller" into tm-dev
2022-03-07 12:29:53 +00:00
Hyunyoung Song
915a435f13
ENABLE_QUICK_SEARCH
...
Bug: 213954097
Test: video attached to the bug
Change-Id: Id46ee329df569cccaeda27574c94dbbb6d9fd41f
2022-03-05 23:29:25 -08:00
Thiru Ramasamy
c10700cce5
Merge "Add ONE_SEARCH_WEB_PERSONAL attribute." into tm-dev am: 9c239d2f8c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17083665
Change-Id: I2d7f01d4516189b8afd5bf330ef0df4fe3eb6024
2022-03-05 19:11:02 +00:00
Thiru Ramasamy
e8ab720a75
Merge "Add support for logging multiple attributes per item." into tm-dev am: 6dd3fc9465
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17075672
Change-Id: I21ffc9205f7a7aed65bc3fdc57bdca7a778f9299
2022-03-05 19:10:47 +00:00
Thiru Ramasamy
9c239d2f8c
Merge "Add ONE_SEARCH_WEB_PERSONAL attribute." into tm-dev
2022-03-05 18:56:12 +00:00
Thiru Ramasamy
6dd3fc9465
Merge "Add support for logging multiple attributes per item." into tm-dev
2022-03-05 18:55:12 +00:00
TreeHugger Robot
5e6c9fae7c
Merge "Transfer PipContentOverlay when swipe to home with Shell transition" into tm-dev am: a4babdb6b2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17049970
Change-Id: I11132bf54d076387a308a292cfd7155979ba0d7a
2022-03-05 15:58:38 +00:00
TreeHugger Robot
a4babdb6b2
Merge "Transfer PipContentOverlay when swipe to home with Shell transition" into tm-dev
2022-03-05 15:34:07 +00:00
Brian Isganitis
56b179350b
Immediately close taskbar all apps on swipe up gesture.
...
Test: Manual
Fix: 219981339
Change-Id: I306a8aa1c55464718a1318f87007d68c383e461e
2022-03-04 19:56:06 -08:00
Benno Lin
5025e49760
Merge "Fix Tapl drag to folder issue on S5 and R3" into tm-dev am: 6166bbff51
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17070007
Change-Id: I794578808183380f3a2978ed9102d024eca9588f
2022-03-05 03:49:55 +00:00
Benno Lin
6166bbff51
Merge "Fix Tapl drag to folder issue on S5 and R3" into tm-dev
2022-03-05 03:18:26 +00:00
Sunny Goyal
4403d078a6
Moving NavigationMode to display controller
...
Navigation mode affects display properties like bounds and
most listeners already had a similar display listener. This
will remove race conditions when managing the two events.
Bug: 221961069
Test: Presubmit
Change-Id: If7a22e006e6b969ecddf075001066809aa72995c
2022-03-04 18:11:33 -08:00
TreeHugger Robot
16272c3ab2
Merge "Add logging for OneSearch entry point." into tm-dev am: 2aae0ad17e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17086364
Change-Id: Ia0e53a078df3c37d271fa33fcc25fa63027740f1
2022-03-05 00:14:45 +00:00
TreeHugger Robot
2aae0ad17e
Merge "Add logging for OneSearch entry point." into tm-dev
2022-03-04 23:49:27 +00:00
Schneider Victor-tulias
789a6a95cc
Add method to pause expensive view updates during the app launch aimation
...
Fixes: 220922269
Test: Manual
Change-Id: I39066f575c0ddfc4868ab9e27149e2bd9492b39c
2022-03-04 13:59:33 -08:00
Thiru Ramasamy
b0b289d6ef
Add logging for OneSearch entry point.
...
Test: wwdebug && wwlogcat
Change-Id: Iaf57093fbe227bde670524ce1694ce91a749a3d6
2022-03-04 13:23:08 -08:00
Nicolò Mazzucato
5672b45df8
Merge "Register hinge angle sensor listener in a background thread" into tm-dev am: 1ffc81c7ba
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17002677
Change-Id: If2f7f76c2d63745aeada9dd16d46c3237550cd18
2022-03-04 18:29:57 +00:00
Nicolò Mazzucato
1ffc81c7ba
Merge "Register hinge angle sensor listener in a background thread" into tm-dev
2022-03-04 18:18:55 +00:00
Thiru Ramasamy
834f633931
Add ONE_SEARCH_WEB_PERSONAL attribute.
...
Test: wwdebug && wwlogcat; http://gpaste/6052674958000128
Change-Id: Iba1d18060b18ab3dad8947d49a412d34db5ac78c
2022-03-04 09:54:34 -08:00
Tony Wickham
88d273cbcb
Merge "Properly animate canceled deep shortcut drag back to original icon" into tm-dev am: 80fed35379
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17075671
Change-Id: If9b2d74a106b9c272b43428af5d3049fa82ecead
2022-03-04 17:33:54 +00:00
Tony Wickham
80fed35379
Merge "Properly animate canceled deep shortcut drag back to original icon" into tm-dev
2022-03-04 17:07:12 +00:00
Thiru Ramasamy
56e010b54f
Merge "Adds StatsLatencyLogger library." into tm-dev am: 18b9d159ce
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17070491
Change-Id: I0314e2fdc8c746eb4f822826011fc7e22a306f7b
2022-03-04 16:49:46 +00:00
Thiru Ramasamy
d7af3cc784
Add support for logging multiple attributes per item.
...
This change will make use of new attributes field in LauncherAtoms to log multiple item attributes by converting them int array and then writes proto bytes into statsd.
Test: wwdebug && wwlogcat http://gpaste/5985977337118720
Change-Id: Iabda0b14100558f5625d01ba829d3ad96a6419fc
2022-03-04 08:40:44 -08:00