Sunny Goyal
6ba7479cf5
Merge "Using icon color for dot and halo" into sc-dev am: 47da5d628c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14684870
Change-Id: I4683179ba16afb819a7059ea3fa5f1f2321c72ff
2021-05-25 18:43:35 +00:00
Sunny Goyal
47da5d628c
Merge "Using icon color for dot and halo" into sc-dev
2021-05-25 18:24:56 +00:00
András Klöczl
adbe369451
Merge "Add two panel home support for page binding logic" into sc-v2-dev
2021-05-25 12:04:55 +00:00
shawnlin
b3b2b64588
Support the nav animation in widget launch remote animation am: 3380ab3053
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14694591
Change-Id: I9e8632a69c8baa0ffdb4b3d1e83d3f361e40d340
2021-05-25 11:55:07 +00:00
shawnlin
3380ab3053
Support the nav animation in widget launch remote animation
...
Launcher now support remote animation for widget but doesn't add the nav
animation for this type of animation.
Add the nav animation in widget launch remote animation in launcher.
Bug: 185303414
Test: manual - launch a widget in launcher and observe the nav bar
Change-Id: I11f4bd75b9624118b8ffef09c99f54fc7f1fbbca
2021-05-25 03:43:25 +00:00
Andras Kloczl
55edfe55f7
Add two panel home support for page binding logic
...
There's a logic which prioritizes the binding for the
current page and defers the other pages' binding.
If two panel home is enabled, we want to bind both pages
together. LauncherPageRestoreHelper has been created to
contain the logic for persisting restoring and calculating
which pages to load immediately.
Test: manual + run LauncherPageRestoreHelperTest robo test
Bug: 174464691
Change-Id: I57ac3f7150303b95b272e922f44bda26f9d5ce2a
2021-05-24 23:22:06 +02:00
Alex Chau
960a2b2696
Always focus a task in overview
...
- Focus first task when applying load plan
- Focus the next task in shorter row when focused task is dismissed, scale the snapshot and translate the task into focused position
- Always show actions view as there is always a focused task. Update scroll alpha when toggling grid enabled
- In fallback recents, take into account that home task will be dismissed when determining rows for the grid, ensuring next focused task won't affect row balancing
- Bring back clearAllShortTotalCompensation as there isn't always a snappedTaskView (e.g. when snapped to ClearAllButton)
- Ensure that getFocusedTaskView is only used when showAsGrid is true
Bug: 187839470
Fixes: 188001858
Fixes: 189057812
Test: manual
Change-Id: I6f31ef469c58fda70d2dd8caa2ee7d8a80c7f03b
2021-05-24 18:13:04 +01:00
Jonathan Miranda
f3649f5e98
Merge "Fix PathParser error when parsing app close interpolator in RTL languages." into sc-dev am: 81f5ff3b3b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14688336
Change-Id: I4090adb746e959d66ac33940e1989ea30c97ee8f
2021-05-22 04:38:50 +00:00
Jonathan Miranda
81f5ff3b3b
Merge "Fix PathParser error when parsing app close interpolator in RTL languages." into sc-dev
2021-05-22 03:45:29 +00:00
Sunny Goyal
12829aee27
Merge "Renamin TaskbarContainerView to TaskbarDragLayer" into sc-dev am: 2f0595e76e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14680570
Change-Id: Ic3aa579ebc2df7b3053f8df14bceebea0e2850aa
2021-05-22 02:32:40 +00:00
Jon Miranda
7c9dca2df2
Fix PathParser error when parsing app close interpolator in RTL languages.
...
Setting locale to english so that the numbers don't get reverted
Bug: 188552618
Test: set language to arabic, swipe up to home
Change-Id: I736c83984b472d9ad09207927743c87b18637db4
2021-05-21 17:20:07 -07:00
Sunny Goyal
5584513500
Renamin TaskbarContainerView to TaskbarDragLayer
...
Bug: 187353581
Test: Presubmit
Change-Id: I9164a956aaa896111f287ab4e97b091a7d4d30ee
2021-05-21 14:42:18 -07:00
Sunny Goyal
6755587219
Using icon color for dot and halo
...
Bug: 188839628
Test: Manual
Change-Id: I8a393cc7073d5a249619b4033ec860c55f17167a
2021-05-21 12:57:38 -07:00
Sunny Goyal
fa851c78e9
Merge changes from topic "revert-14664190-JGHJCCJYPM" into sc-dev am: 67914aff50
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14669170
Change-Id: Ia589d1d6178ccf2f5b7931cfd5c8d9c4a00cad59
2021-05-21 16:06:43 +00:00
Sunny Goyal
301eaf2b8c
Initiate taskbar only after the user is unlocked
...
Bug: 188755902
Test: Presubmit
Change-Id: Ida4bc07f45396e82ab404a617aa6833afeea78bc
2021-05-21 07:05:38 +00:00
Sunny Goyal
f8b1c3b38e
Revert "Revert "Renaming TaskbarController to LauncherTaskbarUIC..."
...
Revert submission 14664190
Reason for revert: Errorprone fixed in ag/14667108
Reverted Changes:
Icd1ddd43e:Revert "Renaming TaskbarController to LauncherTask...
I465013697:Revert "Moving taskbar lifecycle to TouchInteracti...
Change-Id: I1dcccb43d8206830e2b7c1974e775c94ac8c542f
Bug: 187353581
2021-05-21 07:05:31 +00:00
Sunny Goyal
d5500548dc
Revert^2 "Moving taskbar lifecycle to TouchInteractionService"
...
430465a3d5
Bug: 187353581
Change-Id: I7b2280d16adfafd3e85ffc1d22e32d0c00d12b67
2021-05-21 07:05:02 +00:00
Winson Chung
7af9af114d
Merge "Tweak ordering of first match search" into sc-dev am: 07414d5cd5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14668159
Change-Id: Ib9ee0e0850f1f3cbb38bd7037cb2a9b0f6c5cf53
2021-05-21 03:42:29 +00:00
Winson Chung
07414d5cd5
Merge "Tweak ordering of first match search" into sc-dev
2021-05-21 03:15:55 +00:00
Tracy Zhou
be608fe5d7
Merge "Notify when quickstep gesture starts" into sc-dev am: 1f9fcf87f7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14630659
Change-Id: I49b06b6fbb87221bcde068bf362672503d418222
2021-05-21 02:25:42 +00:00
Tracy Zhou
1f9fcf87f7
Merge "Notify when quickstep gesture starts" into sc-dev
2021-05-21 02:24:22 +00:00
Lucas Dupin
401d94b0bc
Merge "Make launcher opaque when scrim becomes opaque" into sc-dev am: c2bcdcee9b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14654426
Change-Id: I4543c5073dacd2b1039b0c95bca7e7315d470ed9
2021-05-20 23:16:43 +00:00
Lucas Dupin
c2bcdcee9b
Merge "Make launcher opaque when scrim becomes opaque" into sc-dev
2021-05-20 23:11:46 +00:00
Winson Chung
bd2fa26bda
Tweak ordering of first match search
...
- Tweak iteration for finding first match, go by operator priority and
check each cell layout by order to return the first view that matches
- Also reset the launch cookie in cases where we're launching a task
that doesn't support cookies (ie. via prediction), otherwise we may
still try to associate it with the last launched cookie later
Fixes: 187720286
Test: Swipe up from various icon types across hotseat/workspace
Change-Id: I71c4c13c442b0884b2247589685f976eaaeb30a4
Signed-off-by: Winson Chung <winsonc@google.com >
2021-05-20 14:50:33 -07:00
Lucas Dupin
0c6341af99
Make launcher opaque when scrim becomes opaque
...
This will help with overdraw, because we don't need to draw the
wallpaper.
Test: manual
Test: adb shell dumpsys SurfaceFlinger --timestats -dump
Bug: 187703092
Change-Id: I2ebae94725578e5f4d640cd6b45da3f4d1f21a20
2021-05-20 14:33:39 -07:00
Pierre Barbier de Reuille
7760f88d8a
Merge "Correct QuickStep interaction handler." into sc-dev am: c3e6383690
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14664199
Change-Id: I5bcf01d2423cc887642b57e65cca40210d060c78
2021-05-20 20:15:38 +00:00
Pierre Barbier de Reuille
c3e6383690
Merge "Correct QuickStep interaction handler." into sc-dev
2021-05-20 19:57:56 +00:00
Jonathan Miranda
e68082e326
Merge "Remove min/max values for RectFSpringAnim2." into sc-dev am: ee43020d0b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14645352
Change-Id: I4085881605c6cee399f4013f223a63da8237c6e0
2021-05-20 19:39:31 +00:00
Jonathan Miranda
ee43020d0b
Merge "Remove min/max values for RectFSpringAnim2." into sc-dev
2021-05-20 19:21:03 +00:00
Kholoud Mohamed
1b90069c45
Merge changes I46501369,Icd1ddd43 into sc-dev am: 2c2163329b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14664190
Change-Id: I66311744e29404d4a30273efd07fd7f0173b35fa
2021-05-20 15:53:46 +00:00
Pierre Barbier de Reuille
1c52d1ee12
Correct QuickStep interaction handler.
...
With the current implementation, all interactions happen on the main
view, preventing any button or clickable object from working.
Fix: 188775840
Test: Using an App Widget with checkboxes
Change-Id: I1ec6391a36b6a3795545acb5e08dde0d3a2b2ac8
2021-05-20 14:48:00 +01:00
Kholoud Mohamed
430465a3d5
Revert "Moving taskbar lifecycle to TouchInteractionService"
...
This reverts commit e215fb730b .
Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/tests/view?invocationId=I13700009003387451&testResultId=TR89423459137251402 , bug https://buganizer.corp.google.com/issues/188755902
Bug: 188755902
Change-Id: I4650136975b60f311499ee6ff5b27ab9a32d23d6
2021-05-20 13:32:05 +01:00
Kholoud Mohamed
bb6f6e5dae
Revert "Renaming TaskbarController to LauncherTaskbarUIController"
...
This reverts commit 40a7421619 .
Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/tests/view?invocationId=I13700009003387451&testResultId=TR89423459137251402 , bug https://buganizer.corp.google.com/issues/188755902
Bug: 188755902
Change-Id: Icd1ddd43e62d392f6b68b0150a1075f73106391a
2021-05-20 13:31:34 +01:00
Tracy Zhou
f833ecebfa
Notify when quickstep gesture starts
...
Fixes: 182500083
Test: manual
Change-Id: I1ab27b309c0dd2640add1aa83566acee20708a3a
2021-05-19 22:09:44 -07:00
Vinit Nayak
675d845b00
Merge "Don't set enabled on TaskMenu view if shortcut not available" into sc-dev am: 887bfef157
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14637304
Change-Id: Ic257537c32a25d43098b520c4a9a352260404e10
2021-05-19 19:10:01 +00:00
Sunny Goyal
9e1b279f3b
Merge "Renaming TaskbarController to LauncherTaskbarUIController" into sc-dev am: 749f55f07a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14626089
Change-Id: Iaff666ee3f900668a84781aa939f0df13cbaa6f1
2021-05-19 19:09:35 +00:00
Vinit Nayak
887bfef157
Merge "Don't set enabled on TaskMenu view if shortcut not available" into sc-dev
2021-05-19 19:03:21 +00:00
Sunny Goyal
749f55f07a
Merge "Renaming TaskbarController to LauncherTaskbarUIController" into sc-dev
2021-05-19 18:41:47 +00:00
TreeHugger Robot
814532969e
Merge "Updated gesture navigation tutorial." into sc-dev am: f126d078ac
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14537683
Change-Id: Ia35f02c7b46b6c4edada3645780e61487bd5551a
2021-05-19 17:33:38 +00:00
Tracy Zhou
effce2e586
Merge "Finish the recents animation upon home rotation" into sc-dev am: dc2be3d8a2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14613421
Change-Id: I75d9bc3759ed5b1aca66dab92d6fae38288317fe
2021-05-19 17:33:23 +00:00
TreeHugger Robot
f126d078ac
Merge "Updated gesture navigation tutorial." into sc-dev
2021-05-19 17:25:48 +00:00
Tracy Zhou
dc2be3d8a2
Merge "Finish the recents animation upon home rotation" into sc-dev
2021-05-19 17:17:57 +00:00
Jon Miranda
a2ef1a0238
Remove min/max values for RectFSpringAnim2.
...
- Fixes crash on landscape
- We added this to stop the windows from going way out of bounds. But we no
longer need it since we've tightened up the stiffness so that
it would take a super aggressive swipe/high velocity for the window
to go out of bounds
Bug: 188617892
Test: manual
Change-Id: Icc2a0af0a1b26985502ddbc7a5a370e7eecdb346
2021-05-19 09:55:25 -07:00
Alex Chau
5d35355fd1
Use fixed width in overveiw grid
...
- Removed thumbnail ratio logic in TaskView, getVisibleThumbnailRatio will be clean up separately
- Removed quickswitch clipping and scaling, so overview and quickswitch looks identical. mClippedInsets will be clean up separately
- Put focused task in center of screen
- Refacotred CLearAllButton spacing
Bug: 187839470
Test: Manual
Change-Id: I2a7df1ac02acd5379af33f5b0e9abba0fab8e8d2
2021-05-19 08:02:45 +00:00
Sunny Goyal
194dcc0fd3
Merge "Removing number of threads used in background execution to prevent system thrashing" into sc-dev
2021-05-19 06:23:10 +00:00
Vinit Nayak
719154dc1b
Don't set enabled on TaskMenu view if shortcut not available
...
Bug: 188195640
Test: No crash when opening tasks when SPLIT_SELECT flag on.
Change-Id: I8f27e311cbb03ea37dcbd63d209b6652f02074af
2021-05-18 23:03:59 -07:00
Sunny Goyal
a76bc76317
Removing number of threads used in background execution
...
to prevent system thrashing
Bug: 188541475
Test: Presubmit
Change-Id: Iff73abeab813d1b80a1ff85b69723dce0bef8005
2021-05-18 13:43:50 -07:00
Schneider Victor-tulias
29f61d5d21
Updated gesture navigation tutorial.
...
- Removed 'x' button and added tappable 'skip' text to exit the tutorial.
- Updated tutorial step indicator
- updated AVD colors.
- removed unused AVDs
- Increased the visible duration of the feedback view
Test: Manual
Bug: 148542211
Bug: 169687177
Change-Id: Ice61b1273ff270b068d008b5259d100c66057478
2021-05-18 20:00:26 +00:00
Evan Rosky
3f4333bfa1
Merge "Launch overview as transient" into sc-dev
2021-05-18 18:55:31 +00:00
Sunny Goyal
40a7421619
Renaming TaskbarController to LauncherTaskbarUIController
...
Bug: 187353581
Test: N/A
Change-Id: I44aac42c4df134fd7e6fc0c3609fdb3007cf52e3
2021-05-18 11:43:28 -07:00