Bill Yi
5821abb3e5
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I463274ac8154729157b0fd623b966dba8ce36711
2021-06-03 19:00:20 +00:00
Jon Spivack
b7cecf8a90
Merge "TaskOverlayFactoryGo: Keep persistent instance of AssistContentRequester" into sc-dev
2021-06-03 02:20:26 +00:00
Weilun Du
971d7fddcc
Merge "Revert "Update preferences to Material Next styling"" into sc-dev
2021-06-03 00:04:49 +00:00
Jon Spivack
1bd7ccd90b
TaskOverlayFactoryGo: Keep persistent instance of AssistContentRequester
...
Holding a reference to AssistContentRequester prevents it from being deleted by the garbage collector while it is still in use.
Bug: 189985872
Test: Manual (Pixel 3A)
Test: m -j RunLauncherGoGoogleRoboTests
Change-Id: I204aab907175a171c496c3bd146a8b23d2bbcf16
2021-06-02 16:40:09 -07:00
Weilun Du
19d623d921
Revert "Update preferences to Material Next styling"
...
Revert "Add dependency for settings activity collapsing toolbar"
Revert submission 14740617-collapse3
Reason for revert: Build breakage
Reverted Changes:
I5ef658979:Add dependency for settings activity collapsing to...
I0ca55eecb:Update preferences to Material Next styling
Bug: 189919452
Change-Id: I4aa0bfc473334266a951d84064b4e8e406fff0a4
2021-06-02 22:04:44 +00:00
TreeHugger Robot
8c46bba98e
Merge "AssistContentRequester move binder call to background thread." into sc-dev
2021-06-02 20:31:53 +00:00
zakcohen
243fbd3e5d
AssistContentRequester move binder call to background thread.
...
The call into system server is synchronous, so make the call off the main
thread to avoid jank.
Bug: 189251291
Test: Local with flag enabled
Change-Id: I1787a0ad68488755bf19e813ecfe9fc079cfaed8
2021-06-02 10:33:31 -07:00
Pat Manning
49cb49b1f5
End drag touch event when crossing task drag threshold, and only when task is going up (drag to dismiss)
...
Test: manual
Fix: 188618115
Bug: 188618115
Change-Id: I51d157e224eaeee34ed131e4945bb92d6baf18cd
2021-06-02 16:28:25 +00:00
TreeHugger Robot
23cf59bfd5
Merge "Remove elevation from the full widgets picker container" into sc-dev
2021-06-02 13:57:45 +00:00
Wei Sheng Shih
630efccd7a
Merge "Read the starting surface icon size from framework" into sc-dev
2021-06-02 10:00:22 +00:00
Brian Isganitis
b177133e7b
Merge "Update preferences to Material Next styling" into sc-dev
2021-06-02 01:20:58 +00:00
Lucas Dupin
ee4d67c52d
Merge "Set blur on effect layer during app launch" into sc-dev
2021-06-02 00:32:52 +00:00
TreeHugger Robot
3941bc65e3
Merge "Delaying initializing "is launcher3" flag" into sc-dev
2021-06-02 00:11:47 +00:00
TreeHugger Robot
137323c299
Merge "Adjust task menu text size and colors" into sc-dev
2021-06-01 23:50:40 +00:00
Brian Isganitis
9b8ab05a17
Update preferences to Material Next styling
...
Styles are forked from SettingsLib to avoid using any private APIs.
Test: Settings root, all apps, and about have new style on S
Bug: 187732263
Fix: 188254205, 188012913
Change-Id: I0ca55eecbc82cfa5d0b8707beb4bb7c82b2aa2b1
2021-06-01 19:44:19 -04:00
TreeHugger Robot
f5af5ce11f
Merge "Revert "Add haptic feedback to Launcher recent apps scrolling"" into sc-dev
2021-06-01 23:39:39 +00:00
Tony Wickham
3cc2f46ca8
Merge "Fix duplicate depth animations when swiping from overview to home" into sc-dev
2021-06-01 23:17:36 +00:00
TreeHugger Robot
a357d6da6d
Merge "Task Overlay - refresh task overlay on size change." into sc-dev
2021-06-01 23:15:25 +00:00
Steven Ng
6ed382efee
Remove elevation from the full widgets picker container
...
Test: Open the full widgets picker and observe no shadow added to the
rounded corners.
Bug: 189808029
Change-Id: I539f6ebc0310cd4a037cd5eab6db4ee22b579195
2021-06-01 23:21:03 +01:00
Wale Ogunwale
0e25d2eba8
Revert "Add haptic feedback to Launcher recent apps scrolling"
...
This reverts commit b1ef5e5c55
.
Reason for revert: b/182382085#comment4
Change-Id: I001944da64dc05324b14cc9dd3db5921faf8806c
Bug: 182382085
2021-06-01 22:10:18 +00:00
Vinit Nayak
6ea5f721e5
Adjust task menu text size and colors
...
Fixes: 189855320
Fixes: 189855322
Change-Id: I0df4109f91ab09211b3cb5f3d18ad7374fa3f68c
2021-06-01 14:24:42 -07:00
vadimt
8d27c4c40c
Delaying initializing "is launcher3" flag
...
Launcher3 tests may set default launcher after instantiating TAPL
Test: presubmit
Bug: 188477498
Change-Id: I6e40bc3fcf9c4f040983f164d3a04d0189228f83
2021-06-01 14:11:58 -07:00
Steven Ng
c58b204926
Merge "Show app widget resize frame after launcher state change" into sc-dev
2021-06-01 21:11:01 +00:00
Steven Ng
a45ea6cf33
Merge "Fix add extra empty screen logic" into sc-dev
2021-06-01 21:04:55 +00:00
TreeHugger Robot
b13200c6b1
Merge "Cleanup state properly when interacting during gesture nav transition" into sc-dev
2021-06-01 21:02:29 +00:00
TreeHugger Robot
9ccd3c5e12
Merge "Fixing deadlock when surface creation is waiting on surface destroy" into sc-dev
2021-06-01 21:00:19 +00:00
Tony Wickham
950388bf0e
Fix duplicate depth animations when swiping from overview to home
...
- Add SKIP_DEPTH_CONTROLLER in OverviewToHomeAnim if WorkspaceRevealAnim is used, because WorkspaceRevealAnim already handles the depth.
Test: visual, and also log to ensure we only get one call to DepthController#setStateWithAnimation()
Fixes: 189060172
Change-Id: Ifb4ff3278272b3e98b4cf43bf94d6e108921ea80
2021-06-01 13:56:00 -07:00
Brian Isganitis
d9463fbfdd
Merge "Create settings activity layout with explicit toolbar" into sc-dev
2021-06-01 20:15:15 +00:00
Sunny Goyal
4c29af3a6d
Fixing deadlock when surface creation is waiting on surface destroy
...
Bug: 189049869
Test: Manual
Change-Id: I0f92d3666dab81bc381163d93530119d45c4fdbd
2021-06-01 12:36:38 -07:00
Jonathan Miranda
cdc73b512e
Merge "Update launcher content animation to spec." into sc-dev
2021-06-01 19:24:33 +00:00
Jonathan Miranda
d8035e1821
Merge "Turn off app close flag, Revert back to R implementation." into sc-dev
2021-06-01 18:18:38 +00:00
Jonathan Miranda
920b6e7ffd
Merge "Update device paddings to spec." into sc-dev
2021-06-01 18:18:08 +00:00
Jonathan Miranda
8a51f11b63
Merge "Make BaseIcon.Workspace so that it can be overriden." into sc-dev
2021-06-01 18:17:43 +00:00
Jonathan Miranda
dfde41cf1e
Merge "Change folderFillColor to colorBackgroundFloating." into sc-dev
2021-06-01 18:17:17 +00:00
Lucas Dupin
6e50860616
Set blur on effect layer during app launch
...
Test: manual
Fixes: 189207458
Change-Id: I8fabba92c6831c2fd54fe08156fc9a9b5d141a56
2021-06-01 11:07:17 -07:00
Alex Chau
5e13d36cba
Merge "Ensure RecentsOrientedState.mRecentsRotation is up to date on swipe up" into sc-dev
2021-06-01 17:54:41 +00:00
Rajeev Kumar
f6e138cf21
Merge "NIU Actions: Support Dark Mode and Landscape" into sc-dev
2021-06-01 17:43:43 +00:00
Alina Zaidi
8bd4ef6122
Merge "Update buttons in pin widget picker." into sc-dev
2021-06-01 17:34:43 +00:00
Alina Zaidi
8a8c36cca9
Merge "Add more education tips for widgets. (2/3)" into sc-dev
2021-06-01 17:34:18 +00:00
zakcohen
7ce8f57530
Task Overlay - refresh task overlay on size change.
...
The task overlay should be refreshed on size change for rotation changes.
Bug: 187515688
Test: Local
Change-Id: I1a4fa6bfbc66b9d24cfa906184bdefb9067db5ae
2021-06-01 17:34:06 +00:00
Alina Zaidi
8cabe52f81
Update buttons in pin widget picker.
...
Bug: 188504905
Test: Tested manually
Change-Id: Ibce57d7f70700b5f36b588ad85f8a829d4d4c5c2
2021-06-01 16:09:07 +01:00
TreeHugger Robot
04ef35f854
Merge "Further adjust work profile tabs paddings in the widgets picker" into sc-dev
2021-06-01 13:13:03 +00:00
Alina Zaidi
f2c79dea0d
Add more education tips for widgets. (2/3)
...
Show education dialog on WidgetsFullSheet.
-Have a button in widget education dialog to intent into PixelTips apps.
-Make sure arrow tip view shows after dismissing education dialog on
WidgetsFullSheet if there is a widget to show it on.
-Update colors and layout for arrow tips.
Test: Tested manually
Bug: 185354491
Change-Id: I5cbdd02fc4f19a49a42dac4451b071e3d604747f
2021-06-01 13:58:18 +01:00
Steven Ng
7e3d96c620
Show app widget resize frame after launcher state change
...
When this bug occurs, the resize frame coordinate is incorrect because
the launcher state animation has not finished when the drag view
finishes animating back to its original position.
Test: Quickly long press and release a widget from the home screen.
Observe the resize frame is correctly shown around the widget.
Bug: 186370472
Change-Id: I6bfba2e85e3354a215c26203dd22df13db3b8b83
2021-06-01 12:20:32 +01:00
Steven Ng
a0d49dcfb4
Further adjust work profile tabs paddings in the widgets picker
...
Test: Open widgets picker and observe tabs paddings are correctly set.
Bug: 188872382
Change-Id: Ib6a735bf2b0710f86b8641533cadb27116049341
2021-06-01 11:40:36 +01:00
Steven Ng
755723403b
Merge "Don't dismiss keyboard after clicking X button on the widgets search bar" into sc-dev
2021-06-01 10:05:26 +00:00
Bill Yi
a4adcbc8ed
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Iaaa324a8b618f499da8f48f819efec176e124e85
2021-05-31 10:53:02 +00:00
Sunny Goyal
8a7f973264
Merge "Enabling themed icon feature" into sc-dev
2021-05-28 18:53:40 +00:00
TreeHugger Robot
e1a5d6bb1b
Merge "Force initialize task stack callback for gesture modes on init" into sc-dev
2021-05-28 05:31:03 +00:00
Jon Miranda
5df1fa5031
Update launcher content animation to spec.
...
- Scales content
- Fades in scrim
Bug: 177264697
Test: manual
Change-Id: Ie60908b6c417d94f1e075ea9728bd48eea55083e
2021-05-27 22:21:30 -07:00