Android Build Coastguard Worker
2b04d50f69
Snap for 7824833 from 22762d91cd to sc-v2-release
...
Change-Id: I52b91c3e950d42ff17030f48553fb97cb9c1e612
2021-10-14 23:10:55 +00:00
TreeHugger Robot
cd9f57042c
Merge "Update logging to help debug b/200572078" into sc-v2-dev
2021-10-14 22:33:59 +00:00
Bill Yi
a77cb24f2e
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I7b23f05f79b5b570e825b7ad7776057790c3131b
2021-10-14 22:16:04 +00:00
Bill Yi
98f806e42c
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I27dd278dce99e743c0b3c42ec7e224328f9046a6
2021-10-14 22:14:30 +00:00
Bill Yi
d417011a96
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I620316d32600beeb2bf029262d7800a90167a506
2021-10-14 22:13:50 +00:00
Bill Yi
0ff2d62704
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I48ea05ff4807e4f64e12b7a78175d3c9c35c4dcf
2021-10-14 22:13:09 +00:00
Thales Lima
1de4d55d55
launcher: create a device profile for foldables
...
This creates a device_profiles_split.xml that will be used when the
device is a foldable. This makes the changes contained for specific
devices and make it possible to use different padding files in the
future if needed.
Bug: 191879424
Test: tested with NexusLauncher and Launcher3, in foldables and
handhelds
Test: check that 4x4 is not scalable anymore on handhelds by using HSV
Change-Id: If6ef14e3611c5252634c080643433545ce186f0d
2021-10-14 22:42:25 +01:00
sfufa@google.com
0fe464ddb9
[Search] Fix ItemInfo assignment conflict
...
When a BubbleTextHolder has more than one bubble text view, BubbleTextView#getParent().onItemInfoChanged is problematic as the ItemInfo associated with the last BubbleTextView will be the final ItemInfo set on parent. This is fixed by setting ItemInfo change receiver more explicitly.
Bug: 203020679
Test: Manual
Change-Id: Ia8aeead1a6151c2aa47148ba4846ae3d3ee39b73
2021-10-14 14:35:08 -07:00
Schneider Victor-tulias
97b85ee6cb
Update gesture navigation tutorial with new specs for foldable devices.
...
- Added new layout files for mock screens.
- Added new mock hotseat
Bug: 198434693
Test: launched and completed tutorial on regular phone and foldable device.
Change-Id: I1ad04f9e8e3a012528d6fd8fbaa0366687c65d06
2021-10-14 12:37:34 -07:00
Vinit Nayak
22762d91cd
Merge "Suspend auto-hiding taskbar when folder is open" into sc-v2-dev
2021-10-14 19:11:53 +00:00
TreeHugger Robot
16b69de1cf
Merge "Avoid scrolling within edgeSensitivityWidth in overview tests" into sc-v2-dev am: 485f2a53b2 am: 5f61b2dc27
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16014242
Change-Id: Ia9de754faac5ecc6bcd5a3de13d2dcf26a5a2a8f
2021-10-14 18:47:34 +00:00
TreeHugger Robot
5f61b2dc27
Merge "Avoid scrolling within edgeSensitivityWidth in overview tests" into sc-v2-dev am: 485f2a53b2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16014242
Change-Id: Ifac1ac169e1e83f002b4c8270f5dd0b4f8d1ec2d
2021-10-14 18:31:49 +00:00
TreeHugger Robot
485f2a53b2
Merge "Avoid scrolling within edgeSensitivityWidth in overview tests" into sc-v2-dev
2021-10-14 18:18:20 +00:00
Pratyush
37980c6d2c
Merge "Make hotseat bottom a launcher config"
2021-10-14 05:12:37 +00:00
Samuel Fufa
4206d9d4c6
Merge "[Search] Introduce feature flag ENABLE_ONE_SEARCH" into sc-v2-dev am: d942287299 am: 625d375536
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15975399
Change-Id: I8e17b762a7ba7fae6820e9816d6e365741822c11
2021-10-14 00:51:37 +00:00
Samuel Fufa
625d375536
Merge "[Search] Introduce feature flag ENABLE_ONE_SEARCH" into sc-v2-dev am: d942287299
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15975399
Change-Id: Ic89fcfebfbb1840e0001612518a134be76ebc243
2021-10-14 00:37:15 +00:00
Samuel Fufa
d942287299
Merge "[Search] Introduce feature flag ENABLE_ONE_SEARCH" into sc-v2-dev
2021-10-14 00:26:20 +00:00
Android Build Coastguard Worker
1ea50a5ae0
Snap for 7821078 from 238aaee059 to sc-v2-release
...
Change-Id: Ia44fa7bcb74ddc94ce9c445774e6d47ee2451dd4
2021-10-13 23:09:09 +00:00
Schneider Victor-tulias
8d8412f5b0
Update logging to help debug b/200572078
...
The class name logged in a repro of b/200572078 was insufficient after updated logs. Added more logging to get a pointer and stack trace when callbacks are added.
Test: ran launcher and checked logs
Bug: 200572078
Change-Id: I01bf98f488204311415a3946d66d99f656387cc4
2021-10-13 15:02:12 -07:00
Tony Wickham
615cf6c431
Fix launching window bounds for immersive apps
...
Test: Open an immersive app (e.g. fullscreen YT video), ensure it fills
the screen; open a non-immersive app (e.g. Calculator), ensure it only
fills up to the top of the taskbar.
Fixes: 200036592
Change-Id: Id815bbc8140cbaf1e61ac587ae1f1325e7ec5b72
2021-10-13 21:17:16 +00:00
sfufa@google.com
3b6b03b756
[Search] Introduce feature flag ENABLE_ONE_SEARCH
...
Bug: 201781284
Test: Manual
Change-Id: I31f8b6fe5664c874e4c9605a1d174807b6170df0
2021-10-13 11:28:09 -07:00
Pratyush
9afe1ea212
Make hotseat bottom a launcher config
...
The changes are required for the bottom placement of QSB on lily
devices. This enables lily devices to tweak the required factors to
adjust the placement of QSB
Bug: 190080582
Bug: 184060190
Test: Tested the changes manually
Change-Id: Ibd80db5d78a5792963407a0b03af7e4f40717e08
2021-10-13 11:13:27 +00:00
Alex Chau
925e85e561
Allow 2x2 and 3x3 to be migrated after restore am: 238aaee059 am: 7ca1aba4e6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15992138
Change-Id: I9fbcb691e088fb02194c4d50c3bd0a9b3b36a6b3
2021-10-13 11:00:37 +00:00
Alex Chau
7ca1aba4e6
Allow 2x2 and 3x3 to be migrated after restore am: 238aaee059
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15992138
Change-Id: I8cf6ed0cdfc12678259a31194eb94992822a61cd
2021-10-13 10:46:41 +00:00
Android Build Coastguard Worker
c6a4888bd8
Snap for 7816887 from fa8860a1b5 to sc-v2-release
...
Change-Id: I7837e873f126b2bb1910aa9df7dc8ea6a4f34c30
2021-10-12 23:08:52 +00:00
Trevor Radcliffe
caecf6393b
Migrate Aardwolf to Soong
...
Fixes: 202886196
Test: apkanalyzer--apks are identical
Test: Treehugger
Change-Id: Iff24028632c4b6929c408db2dbae9a3d98604810
2021-10-12 23:00:23 +00:00
Alex Chau
238aaee059
Allow 2x2 and 3x3 to be migrated after restore
...
- Allow disabled grid to be used during restore
- Remove all inactive grid dbFiles to allow grid migration to happen
- Set the proper grid after restore to trigger migration
Bug: 202125760
Test: Restore a 2x2,3x3 grid, icons and widgets are migrated to 4x4 grid
Test: Restore a 4x4 grid, icons and widgetse stays in original position
Change-Id: Ie59e1ca0ca56ed2de52d88cd5f51b980788afa52
2021-10-12 17:36:04 +01:00
TreeHugger Robot
54edd378aa
Merge "Revert "More logging for drop bar not appearing for dragged widget"" into sc-v2-dev am: fa8860a1b5 am: 730cbff58c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16033841
Change-Id: If34038c0abce83ef4374f4ff22b35f5380194d00
2021-10-12 10:04:34 +00:00
TreeHugger Robot
730cbff58c
Merge "Revert "More logging for drop bar not appearing for dragged widget"" into sc-v2-dev am: fa8860a1b5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16033841
Change-Id: I403a85f283f47a186fb8ec875f106f79443b187d
2021-10-12 09:44:53 +00:00
TreeHugger Robot
fa8860a1b5
Merge "Revert "More logging for drop bar not appearing for dragged widget"" into sc-v2-dev
2021-10-12 09:18:08 +00:00
Android Build Coastguard Worker
d5e93ab844
Snap for 7814197 from 5ec8046f6a to sc-v2-release
...
Change-Id: I1a22d0ec8621eef924a0ae7695eaeb02318c8b2e
2021-10-12 05:36:09 +00:00
TreeHugger Robot
c3496b686d
Merge "Transform touch events in landscape mode now that app is on top" into sc-v2-dev am: 5ec8046f6a am: 953476e27b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16008751
Change-Id: I98df0ac08e5da6bc39be00809a876e8b214a4e7b
2021-10-11 23:32:47 +00:00
TreeHugger Robot
953476e27b
Merge "Transform touch events in landscape mode now that app is on top" into sc-v2-dev am: 5ec8046f6a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16008751
Change-Id: I67f6affe4e7b1894ad8993d6e15bb5a51f2e611d
2021-10-11 23:19:48 +00:00
TreeHugger Robot
5ec8046f6a
Merge "Transform touch events in landscape mode now that app is on top" into sc-v2-dev
2021-10-11 23:01:31 +00:00
Vadim Tryshev
a666b8f5da
Revert "More logging for drop bar not appearing for dragged widget"
...
This reverts commit 876c15aa1f .
Reason for revert: After this CL, the flake disappeared. Revert to see if this was because of this CL.
Bug: 195031154
Test: presubmit
Change-Id: Ic3c54900927615338d9510ad179e87ee43133e4e
2021-10-11 22:10:50 +00:00
TreeHugger Robot
d411c4a41e
Merge "Sending Launcher resume event to app predictor" into sc-v2-dev am: 60c64adeed am: 5e5bbff723
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16020107
Change-Id: I8ba97e7d4a92194cd347a762c5d79bc4a547e439
2021-10-11 21:59:36 +00:00
TreeHugger Robot
5e5bbff723
Merge "Sending Launcher resume event to app predictor" into sc-v2-dev am: 60c64adeed
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16020107
Change-Id: Ia61fcb85321ec80da8a74fd2a7d2a08870a12463
2021-10-11 21:43:09 +00:00
TreeHugger Robot
60c64adeed
Merge "Sending Launcher resume event to app predictor" into sc-v2-dev
2021-10-11 21:22:50 +00:00
Tracy Zhou
a4a4002fa5
Transform touch events in landscape mode now that app is on top
...
Fixes: 193375232
Test: Swipe up from app in landscape mode, interact with Overview, and make sure it's interactive
Change-Id: Ib1838f02d537918b7a13d51a1fdcacbf3d02b99d
2021-10-11 14:04:51 -07:00
TreeHugger Robot
44ac266686
Merge "Fix split select scroll range when TaskView aren't shifting" into sc-v2-dev am: 11579eea19 am: 21192886c4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16015203
Change-Id: I91b37c5388f5e0eb7d2f53ea71ad8c8272fb6f09
2021-10-11 20:22:20 +00:00
TreeHugger Robot
21192886c4
Merge "Fix split select scroll range when TaskView aren't shifting" into sc-v2-dev am: 11579eea19
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16015203
Change-Id: Iafd71c95e0165a7ebc1ad84ca7660f1fcd2f9cc1
2021-10-11 20:04:38 +00:00
TreeHugger Robot
11579eea19
Merge "Fix split select scroll range when TaskView aren't shifting" into sc-v2-dev
2021-10-11 19:53:24 +00:00
TreeHugger Robot
f56ccbeffc
Merge "Add scroll logging to RecentsView behind DEBUG flag" into sc-v2-dev am: 1569754519 am: 98680d64f6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16015197
Change-Id: I93df9f2d0fa7df501cde11b1beebcb63278d2082
2021-10-11 18:47:37 +00:00
TreeHugger Robot
98680d64f6
Merge "Add scroll logging to RecentsView behind DEBUG flag" into sc-v2-dev am: 1569754519
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16015197
Change-Id: I845dbb5fe3c0d891413a5e8d46d58d502edd9485
2021-10-11 18:31:27 +00:00
TreeHugger Robot
1569754519
Merge "Add scroll logging to RecentsView behind DEBUG flag" into sc-v2-dev
2021-10-11 18:13:45 +00:00
Alex Chau
02150305f9
Fix split select scroll range when TaskView aren't shifting
...
- There is an edge case that when ClearAllButton is visible, no split translation is applied, the offset adjustment needs to be calculated differently in that case
- Also, apply the scrollOffset to the TaskViews / ClearAllButton instead of updating min/max scroll
Bug: 200537659
Test: Split right in grid, split left with clear all button, split left without clear all button
Change-Id: I869c448bbec6aec8fa070e47193a692be6f75e84
2021-10-11 19:02:28 +01:00
Android Build Coastguard Worker
fd327f338e
Snap for 7810916 from 59d825298a to sc-v2-release
...
Change-Id: Ie82f15bd0c3f433d8e9150a85a80ed16c53c97fe
2021-10-10 21:08:25 +00:00
Bill Yi
1d6822e5fb
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 6cb6ac8bfc -s ours am: 59d825298a -s ours am: 888b091850 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16019715
Change-Id: Id39f9563a0599bed1550684e98e81609226c406f
2021-10-10 06:22:25 +00:00
Bill Yi
d018383627
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 6cb6ac8bfc -s ours am: 447bd19ff4 -s ours am: 1e1bd9d322 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16019715
Change-Id: I2b1de5cbbac72e6ea1937510d478dd93e429fa2e
2021-10-10 06:20:36 +00:00
Bill Yi
888b091850
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 6cb6ac8bfc -s ours am: 59d825298a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16019715
Change-Id: I78250bd44994e1c0f8408f4615a00af19508f886
2021-10-10 06:09:24 +00:00