Vinit Nayak and Automerger Merge Worker
3716f61615
Merge "TaskMenu in overview UI polish" into sc-dev am: b74b9d2966
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14604156
Change-Id: If7567a5c2639b03d95ffb1b34bf3466858d2f67d
2021-05-26 00:01:48 +00:00
TreeHugger Robot and Automerger Merge Worker
b432ce139e
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 3f7a9c198d -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14722706
Change-Id: Id262e49190e823356ff3998e68a7b497e743dd5a
2021-05-26 00:01:41 +00:00
TreeHugger Robot and Automerger Merge Worker
29f26e862f
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 3b20449045 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14722708
Change-Id: Ia38ecff3b741adadbcc1e2eb091cc9ec223689f1
2021-05-26 00:01:28 +00:00
TreeHugger Robot and Automerger Merge Worker
df6be55b88
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 03334795e7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14722704
Change-Id: I4b4246c79f9788c2dda58b07f1c1eee7f38c8d70
2021-05-26 00:01:07 +00:00
Vinit Nayak and Android (Google) Code Review
b74b9d2966
Merge "TaskMenu in overview UI polish" into sc-dev
2021-05-25 23:56:00 +00:00
TreeHugger Robot and Android (Google) Code Review
3f7a9c198d
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-05-25 23:44:56 +00:00
TreeHugger Robot and Android (Google) Code Review
3b20449045
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-05-25 23:41:55 +00:00
TreeHugger Robot and Android (Google) Code Review
03334795e7
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-05-25 23:41:26 +00:00
TreeHugger Robot and Android (Google) Code Review
fce84542ad
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-05-25 23:20:18 +00:00
TreeHugger Robot and Android (Google) Code Review
ccbcdc511d
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-05-25 23:19:38 +00:00
TreeHugger Robot and Android (Google) Code Review
9aef05102a
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-05-25 23:15:38 +00:00
Tony Wickham
1fe96abb86
Set mEnableDrawingLiveTile = false in RecentsView#reset()
...
This should help ensure we only finish the recents controller when we're actually still in live tile mode.
Test: theoretical (no repro steps)
Fixes: 187354606 (hopefully)
Change-Id: If0632f03535e4aafaea751724f080f272a6af58f
2021-05-25 15:59:31 -07:00
Steven Ng
1ef7e145d2
Fix add extra empty screen logic
...
The bug occurred when there are two widgets in a CellLayout. When
dragging one of the widget, ShortcutAndWidgetContainer#getChildCount
returns 1 rather than 2 because the LauncherAppWidgetHostView of the
widget in drag has been detached from its parent and reattached to
DragView (introduced in ag/14234627).
Test: Place only two widgets on the last page of the home screen. Drag
one widget. The new page indicator on the right is shown.
Bug: 188494523
Change-Id: I8255dd1b72ad7f18f4cb35a9e14ac8e61804980c
2021-05-25 23:39:40 +01:00
Bill Yi
4060c680aa
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I22959ee18a399ff18edd1a73bf40d4fa3d809e1e
2021-05-25 22:39:11 +00:00
Bill Yi
c84ee09dbd
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ifca3cdf2713b121701f57a02c88353397a2a9222
2021-05-25 22:38:33 +00:00
Bill Yi
6e3b6a95d1
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: If51c7ec51fd23edb42c51526d85a992bc71be8e3
2021-05-25 22:37:54 +00:00
Bill Yi
1276d7b8d7
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I49ec409fe6df98ada02d378db1f652f5a7e0b278
2021-05-25 22:37:31 +00:00
Bill Yi
5a3b982292
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I4c8c62ce573c641cf38c6fc6cb15fcf208289c20
2021-05-25 22:37:05 +00:00
Bill Yi
e70d6c492b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I46496d705598b872aedbf575425d371d291c157d
2021-05-25 22:36:33 +00:00
Tony Wickham
8ac277ebd8
Taskbar drag starts internal pre-drag before system drag
...
- TaskbarDragController now extends DragController.
- Currently there is no pre-drag condition, so we immediately get onDragStart(), which starts the system global drag (which cancels the original internal drag).
- Make the original view invisible during the drag and drop operation, across both internal and system drag events.
- No longer handle onDragEvent() in TaskbarView, as TaskbarDragController handles all of it now.
Test: Drag and drop from taskbar still works (bonus: starts from the correct registration point that you touched down on). Locally added a PreDragCondition and verified a seamless handoff to system drag and drop when the pre drag end condition was met.
Bug: 182981908
Change-Id: I6bf48141a5eedfc6db6f461258e880ef8146e733
2021-05-25 15:35:58 -07:00
Tony Wickham
c7cbf254f3
Let DragView use ActivityContext instead of Launcher
...
- Make DragView abstract and extended by LauncherDragView for the explicitly Launcher-specific parts.
- Some other methods like Utilities.getFullDrawable() now accept (Activity)Context rather than Launcher.
Test: Compiles and runs, manual drag and drop
Bug: 182981908
Change-Id: I77b7a2e48ce864dd711c3232217fdba4d60c546f
2021-05-25 15:35:55 -07:00
Samuel Fufa
41f15a107f
[Search] Resolve afterimage when closing allapps
...
Preview: https://drive.google.com/file/d/1AM6WAY4kImCgHueNvH6eXUtnHgK3U6vo/view?usp=sharing&resourcekey=0-3mzBobzFuzQXCNZRUlToYA
Test: Manual
Bug: 184711608
Bug: 188556051
Change-Id: Ib43c71083460c236347dd1f340b1ad95d7d4aa15
2021-05-25 17:34:18 -05:00
zakcohen
dad8a80d19
Overview - Remove the space withheld for proactive chips
...
Remove the space in the ui that was being used for chips.
Centralize some of the logic around calculating the action margins to aid
that.
Bug: 179922117
Test: Local build and flash and run
Change-Id: Icd2f894c858fab475c5411f3f7c412b899d5b220
2021-05-25 15:29:08 -07:00
Steven Ng and Automerger Merge Worker
0bc0f10aac
Merge "Fix tabs abruptly reset during swipe" into sc-dev am: 530f644788
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14690878
Change-Id: I0fdaead265b85eac1221add68a0d1ca8ed20331f
2021-05-25 22:23:54 +00:00
Steven Ng and Android (Google) Code Review
530f644788
Merge "Fix tabs abruptly reset during swipe" into sc-dev
2021-05-25 22:21:25 +00:00
TreeHugger Robot and Automerger Merge Worker
9d308d0af0
Merge "Fix full widgets picker fast scroller height." into sc-dev am: 17385ce33e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14683794
Change-Id: I778e855c91ace63fc7386a6995056adf4fe9e228
2021-05-25 22:16:12 +00:00
TreeHugger Robot and Android (Google) Code Review
17385ce33e
Merge "Fix full widgets picker fast scroller height." into sc-dev
2021-05-25 21:43:40 +00:00
Vinit Nayak
063cb2d892
TaskMenu in overview UI polish
...
Bug: 188168717
Test: TaskMenuLooks closer to mocks.
Change-Id: I1560b66a48c4c70c7c79f7307b2b76f22e30c653
2021-05-25 14:42:35 -07:00
Schneider Victor-tulias
8a3a857668
Update Gesture nav tutorial.
...
- Seperated back left and right edge tutorial steps
- updated back left and right tutorial step strings
- Removed feedback view timeout
- Added accessibility focus on title when feedback view appears
- Added logic to show feedback when the tutorial fragment is stopped then resumed
Test: manual
Bug: 169687177
Fixes: 188116424
Fixes: 188115939
Fixes: 188124784
Fixes: 188555152
Fixes: 188972969
Change-Id: I97755a455bf3fa4674955d5cc91ed8b02f484b76
2021-05-25 14:16:41 -07:00
Winson Chung and Android (Google) Code Review
e6ba6cf940
Merge "Revert "Enable SplitSelect flag by default"" into sc-v2-dev
2021-05-25 20:27:49 +00:00
Winson Chung
bdaa6036ec
Revert "Enable SplitSelect flag by default"
...
This reverts commit 3f47826339 .
Reason for revert: b/189245318
Bug: 189245318
Change-Id: I5e6704711cc7577102123ffc67c97a5644e7e86b
2021-05-25 20:26:01 +00:00
Samuel Fufa
880fc577c0
Remove AllApps prediction edu
...
Test: Manual
Bug: 183579072
Change-Id: Ibaffc5ac711e35df5256baed8be57159046fbdda
2021-05-25 14:48:14 -05:00
Sunny Goyal and Automerger Merge Worker
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 and Automerger Merge Worker
867aeb5436
Merge "Updating method for getting themed icon" into sc-dev am: a71269e372
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14682086
Change-Id: I5a328837285d1600dd80d0ff9a17cf577f546210
2021-05-25 18:43:23 +00:00
Sunny Goyal
c4c3269206
Crossfading splashscreen if icon is themed
...
Bug: 188840653
Test: Manual
Change-Id: Ibd00bb1a94576a7512872eba39a936c174f9871d
2021-05-25 18:25:18 +00:00
Sunny Goyal and Android (Google) Code Review
47da5d628c
Merge "Using icon color for dot and halo" into sc-dev
2021-05-25 18:24:56 +00:00
Sunny Goyal and Android (Google) Code Review
a71269e372
Merge "Updating method for getting themed icon" into sc-dev
2021-05-25 18:24:38 +00:00
Alina Zaidi and Automerger Merge Worker
ba4eaf73b5
Merge "Add more education tips for widgets. (1/3)" into sc-dev am: e6521ad542
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14620021
Change-Id: I5f8e69315a7752ac2bf0484ec5729016ee1a5687
2021-05-25 17:56:30 +00:00
Alina Zaidi and Android (Google) Code Review
e6521ad542
Merge "Add more education tips for widgets. (1/3)" into sc-dev
2021-05-25 17:35:27 +00:00
Evan Rosky
e902918a31
Fix launcher-in-transition-targets detection
...
Shell transitions promotes animation up to root task so
we can't compare to leaf-taskid derived from ActivityRecord.getTaskId
since home tasks are all children of a root and thus aren't
organized.
This replaces the task-id check with a componentname check.
Bug: 172695387
Test: with shell transit enabled, launch an app from launcher
and observer launcher content animating.
Change-Id: Ieeca72b57ec47c9cbe15e635f5026b53edebd0ad
2021-05-25 10:22:54 -07:00
TreeHugger Robot and Android (Google) Code Review
1919443e37
Merge "Enable SplitSelect flag by default" into sc-v2-dev
2021-05-25 16:29:10 +00:00
Stevie Kideckel
43a6be4b82
Remove intrinsic padding from widget previews
...
Also, scale down the preview size if it's wider than the target cell.
The intrinsic padding prevents the corners of the preview from being
rounded correctly and can lead to clipping or no rounding, especially at
larger sizes.
Bug: 187141692
Test: verified locally
Change-Id: Ie57ad57ba7c102330324bd0439acc55ff4fd83ff
2021-05-25 16:26:32 +00:00
András Klöczl and Android (Google) Code Review
adbe369451
Merge "Add two panel home support for page binding logic" into sc-v2-dev
2021-05-25 12:04:55 +00:00
TreeHugger Robot and Automerger Merge Worker
21d92dc101
Merge "Fix ripple effect shown when tapping an app row in widgets picker" into sc-dev am: 8deaffed89
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14701660
Change-Id: I7b7c006bf4af71badad74897592fbbd273fc5961
2021-05-25 11:59:30 +00:00
TreeHugger Robot and Automerger Merge Worker
4cd5fee186
Merge "Adjust padding, margin of tabs in the WidgetsFullSheet" into sc-dev am: 1002981fd7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14602830
Change-Id: Iab84c81890bbcc9ee50507513f62e0e8cddd812a
2021-05-25 11:59:13 +00:00
Steven Ng and Automerger Merge Worker
2ed3087743
Merge "Remove all apps tabs elevation" into sc-dev am: 2c7c629704
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14682327
Change-Id: Id206122b6b60ab3228388dca8db67db8318fefd3
2021-05-25 11:58:29 +00:00
shawnlin and Automerger Merge Worker
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
TreeHugger Robot and Android (Google) Code Review
8deaffed89
Merge "Fix ripple effect shown when tapping an app row in widgets picker" into sc-dev
2021-05-25 11:53:33 +00:00
TreeHugger Robot and Android (Google) Code Review
1002981fd7
Merge "Adjust padding, margin of tabs in the WidgetsFullSheet" into sc-dev
2021-05-25 10:49:39 +00:00
Steven Ng and Android (Google) Code Review
2c7c629704
Merge "Remove all apps tabs elevation" into sc-dev
2021-05-25 10:33:14 +00:00