Tracy Zhou
8d06bb8991
Merge "Update initial staged split UX." into tm-dev
2022-03-22 22:44:33 +00:00
TreeHugger Robot
696f10f76b
Merge "Fix issue cauing the taskbar to show in the all set page of the SUW." into tm-dev am: 6c7b0f7db8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17140736
Change-Id: I093469dcbbaf3d9b2abfb7f240bdc94af939f475
2022-03-22 20:31:29 +00:00
TreeHugger Robot
389678cb60
Merge "Fix issue cauing the taskbar to show in the all set page of the SUW." into tm-dev am: 6c7b0f7db8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17140736
Change-Id: I07856e744febc61fe111f9d93782dad9124c3bbf
2022-03-22 20:31:22 +00:00
TreeHugger Robot
6c7b0f7db8
Merge "Fix issue cauing the taskbar to show in the all set page of the SUW." into tm-dev
2022-03-22 20:25:32 +00:00
Hongwei Wang
b665810d8d
Merge "Add auto-enter-pip support in FallbackSwipeHandler" into tm-dev am: 1acabce45b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17300479
Change-Id: I865c39eac5d1afb46fed74d42af304eb32b320ce
2022-03-22 20:22:31 +00:00
Hongwei Wang
a603f8017c
Merge "Add auto-enter-pip support in FallbackSwipeHandler" into tm-dev am: 1acabce45b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17300479
Change-Id: I5fa4199a14b1c1cf8448c3fd3a88e7fd22434193
2022-03-22 20:22:05 +00:00
Hongwei Wang
1acabce45b
Merge "Add auto-enter-pip support in FallbackSwipeHandler" into tm-dev
2022-03-22 20:07:55 +00:00
Schneider Victor-tulias
44aadeaef6
Fix issue cauing the taskbar to show in the all set page of the SUW.
...
Some missing state handling was causing the taskbar to show in the all set page of the SUW.
Fixes: 218507703
Test: build change, flashed and factory reset device
Change-Id: If3a280ef6416f0821cf6a9b1ab0a65d58c5c8221
2022-03-22 10:50:26 -07:00
Brian Isganitis
365ce6879b
Merge changes from topics "presubmit-am-08ca1fad1fe94bf3ace5a708c5584d55", "presubmit-am-3c6c58a0fa374b92b1a5f8d5f5788871", "presubmit-am-6939eac1469540108813bd4ed4c60a9b" into tm-dev am: 98214d072c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17223907
Change-Id: Iec1754737b4e824d53b892b7cf43c4e1ee555c44
2022-03-22 16:27:22 +00:00
Brian Isganitis
7aa64493db
Merge changes from topics "presubmit-am-08ca1fad1fe94bf3ace5a708c5584d55", "presubmit-am-3c6c58a0fa374b92b1a5f8d5f5788871", "presubmit-am-6939eac1469540108813bd4ed4c60a9b" into tm-dev am: 98214d072c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17223907
Change-Id: I6119c7637a391a4d2bf89537e900c2c1940eec24
2022-03-22 16:27:21 +00:00
Brian Isganitis
98214d072c
Merge changes from topics "presubmit-am-08ca1fad1fe94bf3ace5a708c5584d55", "presubmit-am-3c6c58a0fa374b92b1a5f8d5f5788871", "presubmit-am-6939eac1469540108813bd4ed4c60a9b" into tm-dev
...
* changes:
Have taskbar all apps extend ActivityAllAppsContainerView.
Refactor ActivityAllAppsContainerView to depend on ActivityContext.
Refactor allapps.search package to depend on ActivityContext.
2022-03-22 16:11:35 +00:00
Vinit Nayak
f3202e4bb8
Merge "Keep live tile running when TaskMenuView is showing" into tm-dev am: b85e0afe70
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17304993
Change-Id: I5fe813e92b9e5ce5dccc9a527e857293c88c4332
2022-03-22 05:02:57 +00:00
Vinit Nayak
840c9967fb
Merge "Keep live tile running when TaskMenuView is showing" into tm-dev am: b85e0afe70
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17304993
Change-Id: Iae812e9d9dfc5fad61c4c3614296dcae8604fec9
2022-03-22 05:02:43 +00:00
Vinit Nayak
b85e0afe70
Merge "Keep live tile running when TaskMenuView is showing" into tm-dev
2022-03-22 04:48:43 +00:00
Tracy Zhou
4ff3615b23
Update initial staged split UX.
...
- Introduce inset to the staged split view
- Update width of the staged split view
- Introduce rounded corners to staged split view. It's tricky to animate it in with smooth transition considering the rounded corners. The best way to handle it is to draw content as if part of it is off the screen, so that when it's animated in, the rounded corners can slide in onto the screen correctly.
Fixes: 219085340
Test: https://recall.googleplex.com/projects/f46cfe9c-8076-4efe-bf8a-b1cc4f1f5e1b/sessions/09a99b75-3614-4d20-b6d4-a78108f769d8
Change-Id: I24d90cc9e2695d822cb2de8b21e2d5519f2e344d
2022-03-21 21:21:42 -07:00
Vinit Nayak
a5addf0e89
Keep live tile running when TaskMenuView is showing
...
* Doesn't fix the bug, but a nicer UX to have
Bug: 223317893
Test: Live tile was running after tapping app icon.
Was able to enter split just fine
Change-Id: I50c5d5623546d19d216beae09b76c310e8b3c815
2022-03-21 18:15:28 -07:00
Jeremy Sim
43ce1fd84e
Merge "Fix crash condition by adding a null check in DigitalWellBeingToast" into tm-dev am: c789ade45e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17264615
Change-Id: I0d94e30131bf91bf4f8cb8b4b68dce5e7e20aafc
2022-03-22 00:45:50 +00:00
Jeremy Sim
efc1480ab2
Merge "Fix crash condition by adding a null check in DigitalWellBeingToast" into tm-dev am: c789ade45e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17264615
Change-Id: I022a6049936c724b7acb2ad1feae962865c444bc
2022-03-22 00:45:24 +00:00
Jeremy Sim
c789ade45e
Merge "Fix crash condition by adding a null check in DigitalWellBeingToast" into tm-dev
2022-03-22 00:39:47 +00:00
Jeremy Sim
79252b726c
Merge "Fix UI overlap when rotating in split select mode" into tm-dev am: 7a84442436
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17264876
Change-Id: I2991a1ce834c1102ebf1102aa497ab7db058d65c
2022-03-22 00:38:30 +00:00
Jeremy Sim
10ec9c603e
Merge "Fix paired icon placement in landscape/seascape" into tm-dev am: 8746367f40
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17263137
Change-Id: I5c24a581a529efbb7c875ffa71ab744cbe126d5d
2022-03-22 00:38:29 +00:00
Jeremy Sim
7a84442436
Merge "Fix UI overlap when rotating in split select mode" into tm-dev
2022-03-22 00:17:43 +00:00
Jeremy Sim
8746367f40
Merge "Fix paired icon placement in landscape/seascape" into tm-dev
2022-03-22 00:17:43 +00:00
Vinit Nayak
fd5c719082
Merge "Use ComponentCallbacks to recreate on fold/unfold" into tm-dev am: 68d5dd82db
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17241303
Change-Id: Ibd8565ff8bef68f475ec746ecd772a3c3e7d6554
2022-03-21 22:47:07 +00:00
Vinit Nayak
ac7e0af795
Merge "Limit the number of commands in OverviewCommandHelper" into tm-dev am: c55c94880e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17245796
Change-Id: I23d76c103e1a4ff0360cd957079e87f4e64fff59
2022-03-21 22:46:36 +00:00
Alex Chau
f9174e82cb
Merge "Update overview grid icon sizes and paddings" into tm-dev am: c9f3cc36bb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17198305
Change-Id: I2afe9c5118132cae0f98fe39bb9a0002e5352ee3
2022-03-21 22:46:02 +00:00
Jon Miranda
cc8dabb7ef
Merge "Allow depth animation when user swipes back to home." into tm-dev am: d17cb2722c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17258142
Change-Id: I0ce68bc0316123f84963eecae5e7c8ed0a164c2f
2022-03-21 22:45:30 +00:00
Hongwei Wang
ad9c83966b
Add auto-enter-pip support in FallbackSwipeHandler
...
- Deprecate HomeAnimationFactory#supportSwipePipToHome and treat 3rd
party Launcher supporting auto-enter-pip transition as well
- Add a new FallbackPipToHomeAnimationFactory if auto-enter-pip
transition is to be launched
- Make sure Launcher is resumed at the end of auto-enter-pip transition
to actually trigger the PiP task appearing
Video: http://recall/-/aaaaaabFQoRHlzixHdtY/hMPkRXy4vAjC6sQYUIIWUP
Bug: 220665901
Test: `m -j Launcher3` and verify the auto-enter-pip transition \
see also the video
Change-Id: I6d16f2559d173f695ccbc743eb55e964bf088d04
2022-03-21 14:39:23 -07:00
Sebastián Franco
02458386cf
Revert "Combining the Thumbnail bitmap with the background to fix background spilling in the front."
...
This reverts commit 5a9dce518e .
Reason for revert: The solution is inefficient. There is already a solution in ag/17060224
Change-Id: I5b5862f1ae426c78062c5a0f481abfb13b3060cc
2022-03-21 20:26:21 +00:00
Vinit Nayak
645b7b64de
Merge "Use ComponentCallbacks to recreate on fold/unfold" into tm-dev am: 68d5dd82db
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17241303
Change-Id: I14feb0e9c33b99ef08849d22be954b1de917ae8e
2022-03-21 19:36:05 +00:00
Vinit Nayak
d043e33fac
Merge "Limit the number of commands in OverviewCommandHelper" into tm-dev am: c55c94880e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17245796
Change-Id: Iee3ed0386ec9ccf2a22a8f34d23f7a18a10233b0
2022-03-21 19:35:29 +00:00
Vinit Nayak
68d5dd82db
Merge "Use ComponentCallbacks to recreate on fold/unfold" into tm-dev
2022-03-21 19:05:52 +00:00
Vinit Nayak
c55c94880e
Merge "Limit the number of commands in OverviewCommandHelper" into tm-dev
2022-03-21 18:49:42 +00:00
Alex Chau
11992c7425
Merge "Update overview grid icon sizes and paddings" into tm-dev am: c9f3cc36bb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17198305
Change-Id: Ie51ce77b8d1b87079bc8bf96e78ac919c5783a2a
2022-03-21 17:22:12 +00:00
Alex Chau
c9f3cc36bb
Merge "Update overview grid icon sizes and paddings" into tm-dev
2022-03-21 17:08:31 +00:00
Jon Miranda
56e1b471b0
Merge "Allow depth animation when user swipes back to home." into tm-dev am: d17cb2722c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17258142
Change-Id: Ia109085f573cd8228940b9295c7b59a34db11f94
2022-03-21 15:34:10 +00:00
Jon Miranda
d17cb2722c
Merge "Allow depth animation when user swipes back to home." into tm-dev
2022-03-21 15:33:08 +00:00
kholoud mohamed
97c299c50d
RESTRICT AUTOMERGE Moved enteprise resource updatability to Launcher3 am: e210b47c20
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17183244
Change-Id: Ia96d558c6996a31b9802dcba4dec13e420ea6e54
2022-03-19 06:37:01 +00:00
Kholoud Mohamed
ac0574781c
Merge "RESTRICT AUTOMERGE Moved enteprise resource updatability to Launcher3" into tm-dev
2022-03-19 06:30:09 +00:00
Bill Yi
84508ee1ed
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev
2022-03-19 00:36:09 +00:00
TreeHugger Robot
cf96c78b0a
Merge "Import translations. DO NOT MERGE ANYWHERE"
2022-03-19 00:35:39 +00:00
Jeremy Sim
b4b79142d8
Fix UI overlap when rotating in split select mode
...
Fixes an issue where you could trigger a UI overlap by rotating the phone during split select. The issue occurred because devices with insets were calling TaskView#resetViewTransforms during rotation, and not accounting for the fact that an extra transform was applied for split staging.
Fixes: 220998096
Test: Manual test on inset and non-inset devices
Change-Id: I2d6c969231127aa16c9eae39cf69e08ceb96c44b
(cherry picked from commit 51bfabf8b7 )
2022-03-19 00:10:44 +00:00
Jeremy Sim
b42345273c
Fix paired icon placement in landscape/seascape
...
In grouped task view, paired icons will now align better with task thumbnails.
Fixes: 218783211
Test: Extensive manual testing on local device(s).
Change-Id: I372d2ee90302a8d96ace048ff4f82126d9b2b363
(cherry picked from commit d6826c74a4 )
2022-03-19 00:10:16 +00:00
Jeremy Sim
64212c5439
Fix crash condition by adding a null check in DigitalWellBeingToast
...
Fixes a crash condition where TaskView#getRecentsView() could return null when being called from DigitalWellBeingToast#setBanner(), resulting in a crash.
Fixes: 217671133
Test: Manual
Change-Id: I964384d97d26336e9a5e8e4c025f66ab78c63e0a
2022-03-18 16:55:17 -07:00
Stefan Andonian
4f15b6cafb
Update text in "get app suggestions" bottom sheet to use Google Sans
...
font family.
Bug: b/211375020
Test: Verified that the font was different after setting it in the xml.
Screenshot: screenshot.googleplex.com/AEvdCXTufBnbQC5.png
Change-Id: Ie5447344b9e917648b50945414cf58562a1d0ca8
2022-03-18 22:55:57 +00:00
Brian Isganitis
d478f555cb
Have taskbar all apps extend ActivityAllAppsContainerView.
...
This step is necessary to have taskbar support search in all apps.
Search is not ready yet, so a fallback search manager is included.
Test: Manual
Bug: 216683257
Change-Id: Id118388bc4baae4b63ef205295caf46cbd541bc8
2022-03-18 15:39:54 -07:00
chaviw
29b8135260
Replace consumeNextDraw with SurfaceSyncer
...
Test: Builds
Bug: 200284684
Change-Id: I46e9cd89fd6b7c767bb867205400197b305e86a8
2022-03-18 16:20:42 -05:00
TreeHugger Robot
142728d883
Merge "Small improvement for ag/17016891 (unstash taskbar input area size)" into tm-dev am: f1543cb520
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17141712
Change-Id: I118b02cbb5a9473b9b286106b1c14cd8c4206872
2022-03-18 18:56:49 +00:00
TreeHugger Robot
f1543cb520
Merge "Small improvement for ag/17016891 (unstash taskbar input area size)" into tm-dev
2022-03-18 18:38:42 +00:00
Jon Miranda
f6780f66c3
Allow depth animation when user swipes back to home.
...
Bug: 221196062
Test: open app, swipe back to home, ensure blurs
Change-Id: I9faff4e41c2e8d22df72e41c7753e2090fa0973d
2022-03-18 09:58:55 -07:00