Commit Graph

49925 Commits

Author SHA1 Message Date
Prabir Pradhan 85f0cec3dc Remove workaround for unrotated gesture monitor (3/3)
There is currently a conflation between per-window-input-rotation and
unrotated gesture monitors. We would like to enable
per-widnow-input-rotation first without affecting gesture monitors so
that the old behavior is maintained for gesture monitors.

We can then add unrotated gesture monitors as a new feature later on.

Bug: 201982032
Bug: 179274888
Test: manual
Change-Id: I935165446e1a347129e9eb3cc816c62b24d4fc47
2021-10-04 06:06:18 -07:00
Bill Yi 1b25982283 Merge "Import translations. DO NOT MERGE ANYWHERE" 2021-10-04 02:40:38 +00:00
Android Build Coastguard Worker 2e05f5b60f Snap for 7788637 from fd326d1a53 to sc-v2-release
Change-Id: I315303324ed52145b3256fe04cc9c2aa4b24078a
2021-10-02 21:08:05 +00:00
Bill Yi 9847c41c98 Merge "Import translations. DO NOT MERGE ANYWHERE" 2021-10-02 16:34:09 +00:00
TreeHugger Robot 23bdd45d86 [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: fd326d1a53 -s ours am: f2572bc73e -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15959202

Change-Id: Icd0659dec73105f942c1f04a8129ad840cdbe213
2021-10-02 07:45:57 +00:00
TreeHugger Robot 1c36198d17 [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: d7b202e642 -s ours am: 927850db99 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15958940

Change-Id: Ic79ad226736a82876458e036bf89ce8c800cd80a
2021-10-02 07:45:45 +00:00
TreeHugger Robot f2572bc73e [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: fd326d1a53 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15959202

Change-Id: Id21ed0229c5b3f4f78c9b2b6851383d1b08fe44d
2021-10-02 07:33:43 +00:00
TreeHugger Robot 927850db99 [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: d7b202e642 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15958940

Change-Id: Ib9b040d5c0ead4e3ac4551e4d34a80d351b4c6e8
2021-10-02 07:33:10 +00:00
TreeHugger Robot fd326d1a53 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev 2021-10-02 07:20:23 +00:00
TreeHugger Robot d7b202e642 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev 2021-10-02 07:17:55 +00:00
Jerry Chang d41c032afd Update side stage outline visibility with swipe gesture
Bug: 200850654
Test: enabled side stage outline, observed the outline updates its
      visibility with swipe gesture properly.
Change-Id: I59fcb1fdbb07f5ad5327036972ebbe20ebeb11b7
2021-10-02 10:04:32 +08:00
Android Build Coastguard Worker 9c6b4dbfe9 Snap for 7786608 from f5942afeb5 to sc-v2-release
Change-Id: I032c05f4fb46611790bf6cec9bbc00ea074f0ae1
2021-10-02 01:07:41 +00:00
Schneider Victor-tulias a84672965e Make gesture nav tutorial skip button always visible.
Bug: 198285152
Test: started, completed and tried failing gesture nav tutorial.
Change-Id: Ic30a54e6592783abafcf1efe61ecedb9514d094d
2021-10-01 17:32:45 -07:00
TreeHugger Robot 889dfd07cd Merge "Don't snap to task when tapping task icon in overview grid" into sc-v2-dev am: f5942afeb5 am: a5a22a2970
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15960194

Change-Id: I3b1826f21c6f643f87ddfa5022385e36005f9558
2021-10-01 19:46:43 +00:00
TreeHugger Robot a5a22a2970 Merge "Don't snap to task when tapping task icon in overview grid" into sc-v2-dev am: f5942afeb5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15960194

Change-Id: Ia7a35418185b4b66af7736213eb79c34618d323a
2021-10-01 19:32:12 +00:00
TreeHugger Robot f5942afeb5 Merge "Don't snap to task when tapping task icon in overview grid" into sc-v2-dev 2021-10-01 19:19:08 +00:00
Sunny Goyal 775843922d Merge "Ignoring display size change when display is off" into sc-v2-dev am: 954a3dd0cc am: 2eee3cbeb6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15951925

Change-Id: I485fd7e95b6972c398970854af25de0671eae467
2021-10-01 18:15:24 +00:00
Sunny Goyal 2eee3cbeb6 Merge "Ignoring display size change when display is off" into sc-v2-dev am: 954a3dd0cc
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15951925

Change-Id: Ifb892abceddab192ab3ea91abcfeddc7545dbae0
2021-10-01 18:06:19 +00:00
Sunny Goyal 954a3dd0cc Merge "Ignoring display size change when display is off" into sc-v2-dev 2021-10-01 17:54:08 +00:00
Alex Chau d4864e5cbc Don't snap to task when tapping task icon in overview grid
- Open task menu directly instead of snapping to task, as there are spaces to do so unlike small screen

Fix: 201428316
Test: Tap task icon with clear all button shown in overview grid, no snapping
Test: Tap task icon with clear all button shown in non-grid overview, snapped to last task
Change-Id: Ief79f7c758c4109e5c7722b2f35647db98a9f05c
2021-10-01 18:23:25 +01:00
Thales Lima fea867b980 Merge "launcher: create attrs for more horizontal margin options" into sc-v2-dev am: bfb6996484 am: 11f703dd36
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15879755

Change-Id: Ia344342fa38c7e9a330280a29aa852279779662b
2021-10-01 13:44:25 +00:00
Thales Lima 11f703dd36 Merge "launcher: create attrs for more horizontal margin options" into sc-v2-dev am: bfb6996484
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15879755

Change-Id: I69a26b4bf883f71917690a08249d85350b4bcbc3
2021-10-01 13:32:09 +00:00
Thales Lima bfb6996484 Merge "launcher: create attrs for more horizontal margin options" into sc-v2-dev 2021-10-01 13:20:25 +00:00
Bill Yi e6b3d9fa93 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: Icf9a5136ea6af2fa9a1bfde9a8fbc18ff721f5bf
2021-10-01 11:43:04 +00:00
Bill Yi b5faa1f674 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I83a1719d17e9a49e53aad8637b412d9149cfbff2
2021-10-01 11:41:59 +00:00
Bill Yi 96fd26eb8b Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I13af26ac6d44151d91772479441722f1eac869bf
2021-10-01 11:41:23 +00:00
Bill Yi 57df7bdcb5 Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I755d11f0b11cbfb1ecb44609b0cde8398a8a3492
2021-10-01 11:37:57 +00:00
Steven Ng f6dce85efb Merge "Group weather widgets under the widget category" into sc-v2-dev am: 9114f280a2 am: bec302ab6c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15897183

Change-Id: I982d42b726a75e58fb2f9c2a608e7bfb4bd6874a
2021-10-01 10:44:44 +00:00
Steven Ng bec302ab6c Merge "Group weather widgets under the widget category" into sc-v2-dev am: 9114f280a2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15897183

Change-Id: I8b251fb6d4631d7f0f33a60e3a90e80a42ca908b
2021-10-01 10:28:10 +00:00
Steven Ng 9114f280a2 Merge "Group weather widgets under the widget category" into sc-v2-dev 2021-10-01 10:17:47 +00:00
Schneider Victor-tulias 0b9a1508d1 Merge "Improve all apps loading times." into sc-v2-dev am: 858d82b8be am: 098dbe253c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15798361

Change-Id: Ibc6f8271a27031b053cd86436731baeb10c4471d
2021-10-01 07:24:06 +00:00
Schneider Victor-tulias 098dbe253c Merge "Improve all apps loading times." into sc-v2-dev am: 858d82b8be
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15798361

Change-Id: I5f81d06cbca1ce5cce59366c6fee70dca720529f
2021-10-01 07:13:06 +00:00
Schneider Victor-tulias 858d82b8be Merge "Improve all apps loading times." into sc-v2-dev 2021-10-01 07:01:48 +00:00
Android Build Coastguard Worker dde8810398 Snap for 7783058 from 90d24f4b9b to sc-v2-release
Change-Id: I2705d51269d6178fb5e45849303096c26bffc9ee
2021-09-30 23:15:24 +00:00
TreeHugger Robot 2e00cb8fee Merge "Overview - Remove Chips code" into sc-v2-dev am: d1ad84c6df am: 5587d7a493
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15942463

Change-Id: I40a106e7ff4060c6c0459142defa418fad1d42b5
2021-09-30 22:43:30 +00:00
TreeHugger Robot 5587d7a493 Merge "Overview - Remove Chips code" into sc-v2-dev am: d1ad84c6df
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15942463

Change-Id: I247caed049c46dda4ee96bd175c8f15fbd82f41c
2021-09-30 22:29:52 +00:00
TreeHugger Robot d1ad84c6df Merge "Overview - Remove Chips code" into sc-v2-dev 2021-09-30 22:14:41 +00:00
Alex Chau 9ec321cbe9 Switch to rest state when display changes am: 90d24f4b9b am: f017e1bfcc
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15951262

Change-Id: If23c8dcd8a52c3293775a49b1e8e6b8efd336bc6
2021-09-30 19:40:29 +00:00
Alex Chau f017e1bfcc Switch to rest state when display changes am: 90d24f4b9b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15951262

Change-Id: Ibf9ec4de2feda386615404063283b7b093327301
2021-09-30 19:15:24 +00:00
Sunny Goyal 807de418e9 Ignoring display size change when display is off
Bug: 198965093
Test: Verified with the script provided on the bug
Change-Id: I0efaa5a9b7be94f406a9c283219c715a6c430256
2021-09-30 11:43:26 -07:00
Thiru Ramasamy e307f447d8 Add LEGACY_SHORTCUT & ASSISTANT_MEMORY search results to launcher logging attribute.
Test: Make NexusLauncherDebug
Bug: 201559997
Change-Id: I308b29c25825c524e5c11bd3a690befdeb411e77
2021-09-30 09:36:47 -07:00
Alex Chau 90d24f4b9b Switch to rest state when display changes
Fix: 199463580
Test: Unfold device from overview (both from app and from home), overview should close
Change-Id: I7786f3ec46857075e123fa2a093c7b55ca616fc1
2021-09-30 17:26:05 +01:00
Steven Ng 43859f10bc Group weather widgets under the widget category
Test: manual (see video in bug) and added PackageUserKeyTest
      Also tested pending conversation widget to ensure the right icon
      is shown.
Fix: 201062480
Change-Id: If23c28bd93c54fb1747648309ab3c238a1810902
2021-09-30 14:22:21 +01:00
Thales Lima d90faab655 launcher: create attrs for more horizontal margin options
According to new specs, margins are different depending on orientation
and fold/unfolded. Also change the name of the variable to
horizontalMargin, since it applies the same padding to both sides.

Bug: 191879424
Test: manual and checking paddings in HSV
Change-Id: I8990c02b928a22b9f3b0cf3cbc3abf08df4daa9d
2021-09-30 14:06:56 +01:00
Thales Lima e92fb4b79c Merge "launcher: create paddings for foldables" into sc-v2-dev am: f8182da6c5 am: a8762e54f2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15896987

Change-Id: I298f39ca40f8aee5128754b60d487a1a2eb98c2f
2021-09-30 09:46:02 +00:00
Thales Lima a8762e54f2 Merge "launcher: create paddings for foldables" into sc-v2-dev am: f8182da6c5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15896987

Change-Id: Ib26cae2a6b2d71c7bf4a7b44ec7b1156179aff0b
2021-09-30 09:32:56 +00:00
Thales Lima f8182da6c5 Merge "launcher: create paddings for foldables" into sc-v2-dev 2021-09-30 09:19:22 +00:00
TreeHugger Robot cd3f011a66 Merge "Add logging to help debug b/200572078." into sc-v2-dev am: a246eb4aa5 am: d070aa69fd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15925088

Change-Id: I15c695af4382313c1c183c25d729f405efda521e
2021-09-30 07:31:41 +00:00
TreeHugger Robot d070aa69fd Merge "Add logging to help debug b/200572078." into sc-v2-dev am: a246eb4aa5
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15925088

Change-Id: I12a777ea9feaa94e1476e73f3d21eb88f3e37b11
2021-09-30 07:16:20 +00:00
TreeHugger Robot a246eb4aa5 Merge "Add logging to help debug b/200572078." into sc-v2-dev 2021-09-30 07:01:41 +00:00