Luca Zuccarini
3f0e9c43b4
Merge "Ensure that the Hotseat respects the margins of the QSB." into tm-dev am: 76263c2d35
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17002621
Change-Id: Ie37c42d01fa08b7862dbb7da04dd180afc6fb7cb
2022-03-01 11:02:16 +00:00
Luca Zuccarini
341f7a116e
Merge "Ensure that the Hotseat respects the margins of the QSB." into tm-dev am: 76263c2d35
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17002621
Change-Id: I83a19994e97d788563e7ebee7492efd05b3f08e6
2022-03-01 11:02:01 +00:00
Luca Zuccarini
76263c2d35
Merge "Ensure that the Hotseat respects the margins of the QSB." into tm-dev
2022-03-01 10:21:36 +00:00
TreeHugger Robot
72f6443cda
Merge "[ShellTransition]: invoke WMS#setRecentsAppBehindSystemBars to WM" into tm-dev am: 33b858d4cc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16972936
Change-Id: I1b575a3ce00c36f288033e96ab56cb21d873d7ce
2022-03-01 09:18:28 +00:00
TreeHugger Robot
df713b70f6
Merge "[ShellTransition]: invoke WMS#setRecentsAppBehindSystemBars to WM" into tm-dev am: 33b858d4cc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16972936
Change-Id: Ia2e3a356939a4534949205303c19c5d0aaf86700
2022-03-01 09:16:55 +00:00
TreeHugger Robot
33b858d4cc
Merge "[ShellTransition]: invoke WMS#setRecentsAppBehindSystemBars to WM" into tm-dev
2022-03-01 08:53:12 +00:00
TreeHugger Robot
955589ce53
Merge "Improve the staged split animation" into tm-dev am: 2ac459e7f2 am: f75bec19f8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17031258
Change-Id: Ie6164776a6293ab08645d6cf6b139176a257b2ee
2022-03-01 08:21:29 +00:00
TreeHugger Robot
9df45c386b
Merge "Improve the staged split animation" into tm-dev am: 2ac459e7f2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17031258
Change-Id: I3c38c3ba77c102297462061fea8e06af53a094ec
2022-03-01 07:59:47 +00:00
TreeHugger Robot
f75bec19f8
Merge "Improve the staged split animation" into tm-dev am: 2ac459e7f2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17031258
Change-Id: I0eb1d994ba1a95ef72498dc38c60df4a1f2719f8
2022-03-01 07:58:49 +00:00
TreeHugger Robot
2ac459e7f2
Merge "Improve the staged split animation" into tm-dev
2022-03-01 07:39:24 +00:00
Winson Chung
384beda472
Revert "Disable flakey fallback recents test"
...
This reverts commit 4c2e3310e6 .
Reason for revert: Lets try reverting this now that ag/17006986 landed
Change-Id: If9311a459ce6250d3f8c8341c1210b8bedd5bbbd
2022-03-01 05:23:05 +00:00
Tracy Zhou
26f5393db3
Improve the staged split animation
...
- Introduce rounded corners (since we scale x and y differently, we can't use outline since it doesn't support rx and ry. It's achieved by custom drawing).
- Make sure the thumbnail content doesn't shift during the transition (we use custom cropping for TaskThumbnailView, and we have to do it accordingly here)
TODO: update UX of the initial split view (b/219085340)
Fixes: 194414938
Test: https://recall.googleplex.com/projects/f46cfe9c-8076-4efe-bf8a-b1cc4f1f5e1b/sessions/64953aa7-62ea-427c-8ec0-5f2bd96e4762
Change-Id: Id9a5d2f0f41cb4d619c8b3bd3a83c633e3d1f2de
2022-02-28 21:12:16 -08:00
TreeHugger Robot
34e47d27a6
Merge "Add flag for One Search support in Taskbar All Apps." into tm-dev am: 8dfc9872b4 am: e331cad307
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17037052
Change-Id: I3889e73f6666d6e7b03f217898a03ca3de3472d5
2022-03-01 04:17:08 +00:00
TreeHugger Robot
7845d89cf0
Merge "Add flag for One Search support in Taskbar All Apps." into tm-dev am: 8dfc9872b4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17037052
Change-Id: Ic259833735c22510d39a14d2093ce437afb95b8b
2022-03-01 03:56:09 +00:00
TreeHugger Robot
e331cad307
Merge "Add flag for One Search support in Taskbar All Apps." into tm-dev am: 8dfc9872b4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17037052
Change-Id: Iea48cce2e3c6408e28c11345ad414bfad0cc2c35
2022-03-01 03:54:45 +00:00
TreeHugger Robot
8dfc9872b4
Merge "Add flag for One Search support in Taskbar All Apps." into tm-dev
2022-03-01 03:34:18 +00:00
Android Build Coastguard Worker
3b6d686574
Snap for 8233919 from 094a4bdd48 to tm-release
...
Change-Id: Id511fedb68098ea8ab36fa3fd23a011de1299da9
2022-03-01 02:08:22 +00:00
Sunny Goyal
6bc4257d86
Separating refresh rate tracking to a separate class
...
Bug: 221961069
Test: Presubmit
Change-Id: I04091ebc9f3d88d2dbbde1bf0d5390c815e026d1
2022-02-28 17:13:00 -08:00
Android Build Coastguard Worker
209f336b79
Snap for 8232685 from ba297c19c2 to sc-qpr3-release
...
Change-Id: Ie10a02589e7278fa9a0d6ff675e7e6381ef24ff4
2022-03-01 00:08:18 +00:00
Sebastian Franco
91c37bbd09
Restrict the area for the input to unsatsh the taskbar
...
The input to unstash the taskbar should only be 48dp more than
taskbar_stashed_handle_width or 316dp for wich I created a new
variable.
Bug: 204166104
Test: Manually stashing and unstashing the taskbar.
Change-Id: I94e2e289fcd1169ed0e38a0c45abca6c0ae5c502
2022-02-28 15:52:08 -08:00
TreeHugger Robot
525559b65c
Merge "Removing some unnecessary layout calls in TaskView" into tm-dev am: 094a4bdd48 am: 250d74b3c6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16991032
Change-Id: Ieaffecfe264fc441a1496c63548a38142c380f5b
2022-02-28 22:56:33 +00:00
TreeHugger Robot
a98b0a64b5
[automerger skipped] Merge changes from topic "widget_launch_cookie-sc-v2-dev" into sc-v2-dev-plus-aosp am: 3bd7bbe47a -s ours am: aca616d528 -s ours am: e0ef5dda7c -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: I2c3dfd46456fa476b2a84ab3ebc38d7e9268f3dc
2022-02-28 22:54:52 +00:00
Presubmit Automerger Backend
a6dd2f7f78
[automerger skipped] [automerge] Passing in the launch cookie for widget broadcast trampolines 2p: c519538bca am: a6118187c2 -s ours am: a4559bced0 -s ours am: 55db6496fa -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: I1d0da4795d0c2b7915b637181a662ea02164ea19
2022-02-28 22:54:51 +00:00
Brian Isganitis
407403315d
Add flag for One Search support in Taskbar All Apps.
...
Test: No
Bug: 216683257
Change-Id: I7a705827f165f60c444bb27c55cdfb6b635215d2
2022-02-28 14:33:47 -08:00
TreeHugger Robot
250d74b3c6
Merge "Removing some unnecessary layout calls in TaskView" into tm-dev am: 094a4bdd48
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16991032
Change-Id: I5beb617530b16c4d5772a270ba85d3d3b6bfdf74
2022-02-28 22:30:17 +00:00
TreeHugger Robot
406bbb418c
Merge "Removing some unnecessary layout calls in TaskView" into tm-dev am: 094a4bdd48
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16991032
Change-Id: I127ada46ede783fb87da79272b5527327121f9b2
2022-02-28 22:29:57 +00:00
TreeHugger Robot
094a4bdd48
Merge "Removing some unnecessary layout calls in TaskView" into tm-dev
2022-02-28 22:16:30 +00:00
TreeHugger Robot
6aef117d6a
[automerger skipped] Merge changes from topic "widget_launch_cookie-sc-v2-dev" into sc-v2-dev-plus-aosp am: 3bd7bbe47a -s ours am: aca616d528 -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: I7e7de5bf7e8a9a8e957eeb12e9b212e032ef8cf9
2022-02-28 22:14:25 +00:00
Presubmit Automerger Backend
d636cfca55
[automerger skipped] [automerge] Passing in the launch cookie for widget broadcast trampolines 2p: c519538bca am: a6118187c2 -s ours am: a4559bced0 -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: I0af0d597e3ca7f78435c844b34e386de1e5a04aa
2022-02-28 22:14:24 +00:00
TreeHugger Robot
e0ef5dda7c
[automerger skipped] Merge changes from topic "widget_launch_cookie-sc-v2-dev" into sc-v2-dev-plus-aosp am: 3bd7bbe47a -s ours am: aca616d528 -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: Ie85bd510e20c8c259200d053fdf973a53ae60d0c
2022-02-28 22:10:42 +00:00
Presubmit Automerger Backend
55db6496fa
[automerger skipped] [automerge] Passing in the launch cookie for widget broadcast trampolines 2p: c519538bca am: a6118187c2 -s ours am: a4559bced0 -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: Iaf4f309170ae78fef12488dff21e82d9a4215013
2022-02-28 22:10:41 +00:00
TreeHugger Robot
aca616d528
[automerger skipped] Merge changes from topic "widget_launch_cookie-sc-v2-dev" into sc-v2-dev-plus-aosp am: 3bd7bbe47a -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: I1199d421ac83d5cb9666dc1d4cfe9d31176c9f9c
2022-02-28 22:04:50 +00:00
Presubmit Automerger Backend
a4559bced0
[automerger skipped] [automerge] Passing in the launch cookie for widget broadcast trampolines 2p: c519538bca am: a6118187c2 -s ours
...
am skip reason: Merged-In Ibfe9e5232317837f3111459212a4b016b5828ef4 with SHA-1 46c8678447 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16968688
Change-Id: I76e1b81c82b9280ab627be3dc9aef9357a19e7ca
2022-02-28 22:04:48 +00:00
TreeHugger Robot
3bd7bbe47a
Merge changes from topic "widget_launch_cookie-sc-v2-dev" into sc-v2-dev-plus-aosp
...
* changes:
[automerge] Passing in the launch cookie for widget broadcast trampolines 2p: c519538bca
Passing in the launch cookie for widget broadcast trampolines
2022-02-28 19:11:10 +00:00
TreeHugger Robot
ba297c19c2
Merge "Passing in the launch cookie for widget broadcast trampolines" into sc-v2-dev
2022-02-28 19:11:10 +00:00
vadimt
b0e0f5f44a
Adding better diags when SysUI crashes during Launcher test
...
Test: presubmit; sys ui tests where this rule is already used
Bug: 187761685
Change-Id: Ib4491e5c7ebbea0bb3b17fc8c4b3a6c59a3bdb2a
2022-02-28 18:59:25 +00:00
Pat Manning
2da28dcdc9
Refactor force visible nav bar into new secure setting.
...
Decouples force visible from kids mode setting.
Bug: 217668440
Test: manual
Change-Id: Ia8a2b30eab7633e3b686c9afebd7e683ef984deb
2022-02-28 14:55:47 +00:00
Android Build Coastguard Worker
8f074761ea
Snap for 8228242 from c1d401d1fa to tm-release
...
Change-Id: I77c6fee2da1800bb6608874544c8490da4574083
2022-02-26 04:09:01 +00:00
TreeHugger Robot
804056bf42
Merge "Adding tests for themed icons support in Launcher" into tm-dev am: c1d401d1fa am: dfb4bab359
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17007428
Change-Id: I8894cbc29fc9145b7dd7dd4337f17a24112ed6bf
2022-02-26 01:34:43 +00:00
TreeHugger Robot
fd84b1e7a7
Merge changes from topic "presubmit-am-3bd5a8079aeb499da822e72c97b293b0" into tm-mainline-prod am: 8a2623b70b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17007428
Change-Id: Ided86edb11b2f93b148950034f20d0b880603008
2022-02-26 01:34:36 +00:00
TreeHugger Robot
bfaa2833fc
Merge "Adding tests for themed icons support in Launcher" into tm-dev am: c1d401d1fa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17007428
Change-Id: I9bbfe21e8d19250120dec6f05d5a7d19215bec06
2022-02-26 01:33:53 +00:00
TreeHugger Robot
dfb4bab359
Merge "Adding tests for themed icons support in Launcher" into tm-dev am: c1d401d1fa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17007428
Change-Id: I2f5e08d9aa6f47eb436f748b558610e26986df9b
2022-02-26 01:33:40 +00:00
TreeHugger Robot
c1d401d1fa
Merge "Adding tests for themed icons support in Launcher" into tm-dev
2022-02-26 01:17:46 +00:00
TreeHugger Robot
8a2623b70b
Merge changes from topic "presubmit-am-3bd5a8079aeb499da822e72c97b293b0" into tm-mainline-prod
...
* changes:
[automerge] Adding tests for themed icons support in Launcher 2p: bcec90b081
Adding tests for themed icons support in Launcher
2022-02-26 01:17:46 +00:00
TreeHugger Robot
d341f9b5bc
Merge changes from topic "presubmit-am-3bd5a8079aeb499da822e72c97b293b0"
...
* changes:
[automerge] Adding tests for themed icons support in Launcher 2p: bcec90b081 2p: f4cc4c3c53
[automerge] Adding tests for themed icons support in Launcher 2p: bcec90b081
Adding tests for themed icons support in Launcher
2022-02-26 01:17:46 +00:00
Hyunyoung Song
7649f2f2c2
Merge "Change the all apps atomic transition duration to 150 ms" into tm-dev am: fbdf40ff4f am: 33eb70373b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17006607
Change-Id: I05489c70333ce0cd52b81148823ffe1c62ae19fa
2022-02-25 23:51:16 +00:00
Hyunyoung Song
6e35e11dd5
Merge "Change the all apps atomic transition duration to 150 ms" into tm-dev am: fbdf40ff4f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17006607
Change-Id: I9471167d0ca3c68b5078cd5cf3e0d67948a0efa2
2022-02-25 23:31:05 +00:00
Hyunyoung Song
33eb70373b
Merge "Change the all apps atomic transition duration to 150 ms" into tm-dev am: fbdf40ff4f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17006607
Change-Id: Ia955281ad00528f8c8f711eb33e153f83764e4b0
2022-02-25 23:30:55 +00:00
Hyunyoung Song
fbdf40ff4f
Merge "Change the all apps atomic transition duration to 150 ms" into tm-dev
2022-02-25 22:59:56 +00:00
Sunny Goyal
8dc9415af5
[automerge] Adding tests for themed icons support in Launcher 2p: bcec90b081 2p: f4cc4c3c53
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17007428
Bug: 205772453
Change-Id: I9dcb8b1a6f3e4d51b745d237f2b71a3741227c30
2022-02-25 21:36:11 +00:00