TreeHugger Robot
01ac8f3dad
Merge "Call windowInsetController.hide method when hiding keyboard" into sc-dev am: 7ef5456182
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14409050
Change-Id: I6f7d0be88258f342201b13f738e2714961b0b168
2021-05-05 20:37:54 +00:00
TreeHugger Robot
7ef5456182
Merge "Call windowInsetController.hide method when hiding keyboard" into sc-dev
2021-05-05 20:14:42 +00:00
TreeHugger Robot
ad73d45d5a
Merge "Add funtional animation for SplitSelect from Grid." into sc-dev am: 46d420bf14
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14373811
Change-Id: I2da7c6106a544f209e8d59d0b815367e1815ada4
2021-05-05 19:29:34 +00:00
TreeHugger Robot
46d420bf14
Merge "Add funtional animation for SplitSelect from Grid." into sc-dev
2021-05-05 19:03:47 +00:00
TreeHugger Robot
4432ef7735
Merge "Fix a couple of issues with quick switch from home to empty recents" into sc-dev am: 2f890c4ab7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14436800
Change-Id: I2ec77709d65955e9874b07bd11d4669261ca655d
2021-05-05 18:59:37 +00:00
TreeHugger Robot
2f890c4ab7
Merge "Fix a couple of issues with quick switch from home to empty recents" into sc-dev
2021-05-05 18:37:25 +00:00
Steven Ng
5c8b4fafba
Merge "Fix class cast exception in a11y service for widget resize action" into sc-dev am: 16d74e5d7f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14440782
Change-Id: I12294b54ea7b2a5b8829f3bb7eedf77d233087e5
2021-05-05 18:13:16 +00:00
Steven Ng
88b5ea6459
Merge "Fix LayoutParams cast exception in drag-n-drop" into sc-dev am: f8af753b6a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14332404
Change-Id: I69a60a4b4eaeae9a60060d2b95a8c9b729ea5a12
2021-05-05 18:12:22 +00:00
Steven Ng
16d74e5d7f
Merge "Fix class cast exception in a11y service for widget resize action" into sc-dev
2021-05-05 18:07:53 +00:00
Steven Ng
f8af753b6a
Merge "Fix LayoutParams cast exception in drag-n-drop" into sc-dev
2021-05-05 18:07:32 +00:00
TreeHugger Robot
d9e48fceec
Merge "Add OnGlobalLayout listener to WidgetFloatingView" into sc-dev am: 9297064b2e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14440777
Change-Id: I555de34cad7b7316ad503b81a5b47302870cf5e7
2021-05-05 18:03:09 +00:00
Vinit Nayak
21e97d5d01
Merge "Set menu item to MATCH_PARENT for tap target" into sc-dev am: bf51afd420
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14434286
Change-Id: Idd5215fab1b1530bde8b77a2c1d0589c830f6a4a
2021-05-05 18:03:03 +00:00
TreeHugger Robot
114ed01217
Merge "Fixes NPE in AbsSwipeUpHandler." into sc-dev am: cf6900d9ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14436551
Change-Id: Ifb3b0faa8b2c896f948eca080a7312ad8bb5cd1a
2021-05-05 18:02:57 +00:00
Winson Chung
7852ec43e4
Merge "Allow binder calls from creating recents orientated state for now" into sc-dev am: cc03a9afa9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14421143
Change-Id: I07db8cb95207567ae17c3472e4ea6ce0378fcb28
2021-05-05 18:02:52 +00:00
Sunny Goyal
772ff6a427
Some 3P launcher transition fixes am: 91d26f0b5e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14430440
Change-Id: I7b8434c01f4549271f1eed4167551afccb0cc340
2021-05-05 18:02:37 +00:00
TreeHugger Robot
9297064b2e
Merge "Add OnGlobalLayout listener to WidgetFloatingView" into sc-dev
2021-05-05 17:50:57 +00:00
Vinit Nayak
bf51afd420
Merge "Set menu item to MATCH_PARENT for tap target" into sc-dev
2021-05-05 17:43:27 +00:00
TreeHugger Robot
cf6900d9ee
Merge "Fixes NPE in AbsSwipeUpHandler." into sc-dev
2021-05-05 17:41:48 +00:00
Winson Chung
cc03a9afa9
Merge "Allow binder calls from creating recents orientated state for now" into sc-dev
2021-05-05 17:39:15 +00:00
Vinit Nayak
2dbdddb4ba
Add funtional animation for SplitSelect from Grid.
...
Long ways to go to final UI - TODO(b/186800707)
Add comments to grid layout code,
no functional changes at all.
Bug: 181705607
Test: Enter split screen from overview task menu
in grid and carousel. Able to select all items
and enter split.
Change-Id: Ib62f1b286acf0781ec47862fa31b670e6ff1892a
2021-05-05 09:38:42 -07:00
Cyrus Boadway
f5c9900686
Add OnGlobalLayout listener to WidgetFloatingView
...
This mirrors the FloatingIconView implementation.
Bug: 169042867
Test: manual
Change-Id: Ic5531dd847af66b9b17f6806dc7fc04c00c42f06
2021-05-05 16:11:35 +00:00
Sunny Goyal
91d26f0b5e
Some 3P launcher transition fixes
...
Bug: 182494821
Test: Manual
Change-Id: Ia003b50493dce24a439fc735c990ee470975f68f
2021-05-05 09:09:36 -07:00
Cyrus Boadway
44e1d463af
Fix FloatingWidgetView post-animation fallback background handling am: e41034034f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14440781
Change-Id: I56131e0b57e71de16f9b83525acf5e30f38ec221
2021-05-05 16:02:56 +00:00
Steven Ng
ac05cb1343
Fix class cast exception in a11y service for widget resize action
...
Test: Enable talkback. Then navigate to a widget. Trigger talkback
menu > actions > move. Able to move a widget without crash.
Bug: 186999201
Change-Id: Ic6a66fefd643443e3d5a8839e6f2fe10c946dab2
2021-05-05 15:38:28 +01:00
Cyrus Boadway
e41034034f
Fix FloatingWidgetView post-animation fallback background handling
...
The background drawables should only be restored to the original view if
the values are non-null. The original view may have had a background drawable
be a drawable, just not one that's elligible for animation. In that
case the local reference is null. We should not restore that.
Bug: 169042867
Test: manual
Change-Id: I54eaac5632e3f4f25daee2c36d7609e8b2ffedaf
2021-05-05 14:23:35 +00:00
TreeHugger Robot
5b9aca0e3a
Merge "Don't crash on dialer app target search results" into sc-dev am: e80a0caa81
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14436804
Change-Id: If58e64b51dfe6c9202e43b8dadf01298928e960f
2021-05-05 07:42:38 +00:00
TreeHugger Robot
e80a0caa81
Merge "Don't crash on dialer app target search results" into sc-dev
2021-05-05 07:08:12 +00:00
TreeHugger Robot
b285d3174b
Merge "Support live tile for 3rd party launchers" into sc-dev am: 7645422e37
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14409355
Change-Id: I67771d383e9f166a2f39e4a69fa1440285ed28e3
2021-05-05 06:14:43 +00:00
TreeHugger Robot
7645422e37
Merge "Support live tile for 3rd party launchers" into sc-dev
2021-05-05 06:04:10 +00:00
Hyunyoung Song
67edf1654c
Don't crash on dialer app target search results
...
Bug: 186412929
Test: manual
Change-Id: Ic1ab6e212d36ca1f711f51d047e4d62106bf0680
2021-05-04 22:29:33 -07:00
Tony Wickham
ae4e31d3ae
Fix a couple of issues with quick switch from home to empty recents
...
- Add SKIP_SCRIM for mNonOverviewAnim, as the scrim is already
handled by mXOverviewAnim (this prevents some flickering).
- If RecentsView is empty, fade it in. This is less jarring than
the "No recent items" appearing immediately without animation,
and ensures it fades out seamlessly if you return home instead.
Test: Quick switch from home with no tasks and 1 task
Bug: 174228745
Change-Id: I57edc0cea4d1dfa40f87f7ccc5aa3d6b8929a1ff
2021-05-04 22:08:42 -07:00
Andy Wickham
90097d873d
Fixes NPE in AbsSwipeUpHandler.
...
Fixes: 187243410
Test: Manual (not sure of exact repro steps, but I was hitting it
before installing - though reinstall itself may have fixed it).
Change-Id: I7510a675da9d2c1a484da8e00ca856f19445025c
2021-05-04 22:02:16 -07:00
Tracy Zhou
7497a874ee
Support live tile for 3rd party launchers
...
Fixes: 183725555
Test: tapl and manually install launcher3 with quickstep
Change-Id: Id7727c8d87db61de992e6341939c322da9ff5204
2021-05-04 21:48:58 -07:00
TreeHugger Robot
70e8b28c12
Merge "Adds AllSetActivity in Launcher." into sc-dev am: 19a1c4765f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14419322
Change-Id: I33f1d7c223e3b12c04b9fc8935fbdd7a95fbb879
2021-05-05 03:22:43 +00:00
TreeHugger Robot
f2578b0924
Merge "All apps motion tuning [1/n]" into sc-dev am: 04b5003b2e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14420132
Change-Id: I69ef2a2f00c248e71b55e9752cafe352a91edfaa
2021-05-05 03:22:16 +00:00
TreeHugger Robot
19a1c4765f
Merge "Adds AllSetActivity in Launcher." into sc-dev
2021-05-05 03:12:07 +00:00
TreeHugger Robot
04b5003b2e
Merge "All apps motion tuning [1/n]" into sc-dev
2021-05-05 02:58:48 +00:00
Vinit Nayak
1419d40f38
Set menu item to MATCH_PARENT for tap target
...
Fixes: 186922491
Test: portrait/landscape real and fake
Change-Id: If0247cf75b41374a489331d991a0c273aaf3efee
2021-05-04 19:36:05 -07:00
Andy Wickham
474c616e98
Adds AllSetActivity in Launcher.
...
Mostly copied from its location in Tips.
Some exceptions:
- Accent color (used for the icon at the top and link text)
is derived from intent extras to match the rest of SUW.
If needed, we could also pass other colors this way;
currently they just use default light/dark mode colors.
- Currently there is no animation in the middle. Not sure
if one is expected, but we can add it later if so.
Bug: 184722307
Test: Manually passing arbitrary colors via adb:
adb shell am start -a com.android.quickstep.action.GESTURE_ONBOARDING_ALL_SET --ei accent_color_dark_mode -2134901760 --ei accent_color_light_mode 2147418112
Change-Id: I1fb8b20b88b7485d28f06afd2b421999ad847266
2021-05-04 18:44:22 -07:00
Santiago Etchebehere
7eb9e21cde
Merge "Update the label of Wallpapers button" into sc-dev am: b90a951fed
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14419622
Change-Id: I9439a5a16c0e36d73f3d3dc7b039bd33c4165f5b
2021-05-05 01:32:38 +00:00
Santiago Etchebehere
b90a951fed
Merge "Update the label of Wallpapers button" into sc-dev
2021-05-05 00:59:02 +00:00
Hyunyoung Song
96d4ec4544
All apps motion tuning [1/n]
...
- reverse spring direction to enable overshoot
- change master interpolators for swipe / fling
Test: manual
Bug: 183001675
Bug: 186121789
Change-Id: I5869d84daab99594cc2a261cb8f5d28e0293afe1
2021-05-04 23:59:48 +00:00
TreeHugger Robot
1802be876c
Merge "Make overview color tinting work properly." into sc-dev am: 4ca60d50bd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14430443
Change-Id: Ic0058ce446e227780d69965e1bd3a763b09c3c45
2021-05-04 23:28:41 +00:00
Jonathan Miranda
3a6a22e2b8
Merge changes from topic "extractor-utils" into sc-dev am: 433f5b4290
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14415570
Change-Id: I8fc3b5f584702b4fa4bc91e0d61059d71eeb5f26
2021-05-04 23:28:15 +00:00
TreeHugger Robot
4ca60d50bd
Merge "Make overview color tinting work properly." into sc-dev
2021-05-04 23:18:48 +00:00
Jonathan Miranda
433f5b4290
Merge changes from topic "extractor-utils" into sc-dev
...
* changes:
Move color extraction utils to extractor class so each instance can have its own set of temp variables.
Revert "Revert "Use color extraction for arrow popup.""
2021-05-04 23:09:34 +00:00
TreeHugger Robot
dbb0dc6db6
Merge "Add NEW_TASK flag to Quickstep App Widget activity start" into sc-dev am: 4d5c733411
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14425541
Change-Id: Ic04f5463d749a1ecd51ae5cc2670c2aa00d6a043
2021-05-04 22:39:11 +00:00
Sunny Goyal
330f73bef0
Merge "Adding support for determining split layout for launcher." into sc-dev am: c52c0782a7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14286682
Change-Id: Ia2227d7ff01350b968d7cce622839467c6c22c47
2021-05-04 22:39:05 +00:00
TreeHugger Robot
4d5c733411
Merge "Add NEW_TASK flag to Quickstep App Widget activity start" into sc-dev
2021-05-04 22:33:44 +00:00
Sunny Goyal
c52c0782a7
Merge "Adding support for determining split layout for launcher." into sc-dev
2021-05-04 22:33:38 +00:00