Alex Chau
af43216f0d
Merge "Use only current density to check isTablet" into sc-v2-dev am: 7ba828c1a9 am: 8d3d6b1961
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16306379
Change-Id: I66dd05d8c193cebfafa2095f986d8ea2bc3f9c57
2021-11-19 20:58:15 +00:00
Alex Chau
8d3d6b1961
Merge "Use only current density to check isTablet" into sc-v2-dev am: 7ba828c1a9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16306379
Change-Id: Iedfc2c003c52d7061a80a45dc477a7f888d53349
2021-11-19 20:41:00 +00:00
Alex Chau
7ba828c1a9
Merge "Use only current density to check isTablet" into sc-v2-dev
2021-11-19 20:24:57 +00:00
Jon Miranda
1f2b9b1c36
Use empty intent instead of null when creating stub TaskKey
...
Bug: 199027804
Test: manual
Change-Id: Ie66c8740453088791e026fa51a2842f59c6c67fd
2021-11-19 12:06:42 -08:00
Vinit Nayak
a59835214f
Open taskMenu based on TaskIdAttributeContainer
...
* We were always passing in the same task no matter
which task icon was clicked.
* Use TaskIdAttributeContainer to associate
IconViews with their respective tasks
Fixes: 206154715
Test: Correct menu opens for split and fullscreen
tasks
Change-Id: I5f264bb69828532bdefffb7ec4b9ff1e501de086
2021-11-19 11:38:31 -08:00
Winson Chung
a5960223cf
Set sync applier on the transform params for the glued targets
...
Bug: 199043513
Test: Swipe up with split task and scroll really quickly
Change-Id: Ie10b27457903d8db4d4c973ab5b7e669da2c4998
2021-11-19 19:33:54 +00:00
Jonathan Scott
0efebc0fc4
Merge "Revert "Open taskMenu based on TaskIdAttributeContainer"" into sc-v2-dev am: 6547721d8c am: 91faa6bb06
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16306389
Change-Id: I26f93df322dfd2945f09be35a5b61b90eab27edc
2021-11-19 17:17:17 +00:00
Jonathan Scott
91faa6bb06
Merge "Revert "Open taskMenu based on TaskIdAttributeContainer"" into sc-v2-dev am: 6547721d8c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16306389
Change-Id: I47bd18e86c48b5b28614fe18728c4dba48762284
2021-11-19 16:59:03 +00:00
Jonathan Scott
6547721d8c
Merge "Revert "Open taskMenu based on TaskIdAttributeContainer"" into sc-v2-dev
2021-11-19 16:44:30 +00:00
Jonathan Scott
ec79eb9cbc
Revert "Open taskMenu based on TaskIdAttributeContainer"
...
This reverts commit c1ec2d4260 .
Reason for revert: broken build b/207126572
Change-Id: I0908e8e6579bc54c6ce1dff88bddf8b030f336d9
Fixes: 207126572
2021-11-19 16:43:45 +00:00
TreeHugger Robot
fb139eb8eb
Merge "Open taskMenu based on TaskIdAttributeContainer" into sc-v2-dev am: 988a87526e am: 552a72fb28
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16287141
Change-Id: Idbe8c6e45b30a3b40c2e66dd31b06048ae1a0ab9
2021-11-19 16:35:02 +00:00
TreeHugger Robot
552a72fb28
Merge "Open taskMenu based on TaskIdAttributeContainer" into sc-v2-dev am: 988a87526e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16287141
Change-Id: I363880d20c3c62bb75b4c2a597a5172be557808c
2021-11-19 16:24:31 +00:00
TreeHugger Robot
988a87526e
Merge "Open taskMenu based on TaskIdAttributeContainer" into sc-v2-dev
2021-11-19 16:06:30 +00:00
Alex Chau
2998307cd6
Use only current density to check isTablet
...
- Removed DeviceProfile.allowRotation and use DeviceProfile.isTablet instead, which only uses current density to calculate its value
- Reverted default allow_rotation preference handling to before ag/14234761
Fix: 203817448
Test: isTablet is set correctly in different screen sizes
Change-Id: Ic6c8dfc774e7787f62d489ad27720a7644c1e8c7
2021-11-19 15:27:01 +00:00
Alex Chau
6499e83c57
Consider launching task's position on screen in pivot calculation
...
- Instead of using RecentsViewScroll, put task's position offset versus current scroll as TaskRect calculation, so it's considered when calculating for putting task to full screen
- Revert back RecentsViewScroll to apply before RecentsViewScale
- Added new property in PagedOrientationHandler to apply both primary/secondary param without clearing the other, and renamed an existing method
Fix: 206972618
Test: Quick switching
Test: Launch task from grid, launch side task from carousel overview
Change-Id: I5977975ed1e930ad70b81d83513d8f3a00c0aed4
2021-11-19 14:42:20 +00:00
Fedor Kudasov
e0b507b345
Merge "Move FloatingTaskInit set up into init method" into sc-v2-dev am: 039501f41f am: dff1bee0cb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16279510
Change-Id: I64f3c0564b7139cbff45b2ab444b0346283a3615
2021-11-19 10:52:28 +00:00
Fedor Kudasov
dff1bee0cb
Merge "Move FloatingTaskInit set up into init method" into sc-v2-dev am: 039501f41f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16279510
Change-Id: If7370a7be6941e51f6559d79e824838ce2e601ac
2021-11-19 10:40:30 +00:00
Fedor Kudasov
039501f41f
Merge "Move FloatingTaskInit set up into init method" into sc-v2-dev
2021-11-19 10:26:46 +00:00
Vinit Nayak
93d37ee334
Launch GroupedTaskView from thumbnails am: 788821ec4e am: 0c567f0c41
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16288752
Change-Id: Ie39a68bfe04f40ea63070018b68dc7d97fe08274
2021-11-19 09:35:28 +00:00
Vinit Nayak
0c567f0c41
Launch GroupedTaskView from thumbnails am: 788821ec4e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16288752
Change-Id: I8bb7d6df11a4eee0bd80ca4e73bbeb3f29ac69b8
2021-11-19 09:17:31 +00:00
Vinit Nayak
f957244b88
Show multiple App Info A11y options for split app icons
...
* AccessibilityNode actions are required to have a
unique resourceId to show as an action in A11y dialog.
For now, only AppInfo option is shown for each app in split,
but moving forward we'll need to add resourceIDs for
each option that can show up for either app.
Fixes: 200609838
Test: Saw multiple options for App Info for each app
come up in talkback mode
Change-Id: I92b349347354ac639537021d775eea814c866a0e
2021-11-18 23:22:46 -08:00
Vinit Nayak
788821ec4e
Launch GroupedTaskView from thumbnails
...
* Previously when starting the remote animation
we were relying on SplitPlaceholderViews to
animate into the proper place since we weren't
launching from the TaskView itself
* Now when launching from a GroupedTaskView,
we use the existing animation that handles that
animation in addition to showing the new split tasks
Fixes: 206608786
Test: Thumbnails animate from home -> overview -> launch
Change-Id: I1499ead7d90cd41e285ed0f4df66ea31f0dfbc95
2021-11-18 22:58:53 -08:00
Pratyush
dbee088fa2
Merge "Making second argument configurable in wallpaper intent function"
2021-11-19 06:53:55 +00:00
TreeHugger Robot
cfb379f134
Merge "Revert "Adding screen record for a flake"" into sc-v2-dev am: 8c8e2a22da am: 29eee5f1fe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16283892
Change-Id: Ibafab58da774055547fa5ff049fd7a737df7dd45
2021-11-19 01:17:21 +00:00
TreeHugger Robot
29eee5f1fe
Merge "Revert "Adding screen record for a flake"" into sc-v2-dev am: 8c8e2a22da
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16283892
Change-Id: I7e9973c5600c996bd26b242f3e8b7c82d513ea37
2021-11-19 01:04:50 +00:00
TreeHugger Robot
8c8e2a22da
Merge "Revert "Adding screen record for a flake"" into sc-v2-dev
2021-11-19 00:51:07 +00:00
TreeHugger Robot
4077d5a326
Merge "Reset split selection state when RecentsView resets" into sc-v2-dev am: 84b64d7910 am: 6b818deec1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16299751
Change-Id: I38d14c7e1b2d63a91dfba495d769e74067966720
2021-11-19 00:17:12 +00:00
Android Build Coastguard Worker
b8b900d738
Snap for 7929330 from 39aceb6dc7 to sc-v2-release
...
Change-Id: I1a9d23ddd153acd0e939b9730cb65d7594f4ba17
2021-11-19 00:08:01 +00:00
TreeHugger Robot
6b818deec1
Merge "Reset split selection state when RecentsView resets" into sc-v2-dev am: 84b64d7910
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16299751
Change-Id: Id2bb37c56201df52da0be8749970b3ecd05eafdb
2021-11-19 00:04:16 +00:00
TreeHugger Robot
84b64d7910
Merge "Reset split selection state when RecentsView resets" into sc-v2-dev
2021-11-18 23:51:47 +00:00
Sunny Goyal
a2633d38c3
Merge "Update Android manifests to allow using android studio with android 12"
2021-11-18 22:53:14 +00:00
Xin Li
cbc809c56a
[automerger skipped] Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 am: c4a6b5cc40 -s ours am: 8212208236 -s ours am: 43497b5258 -s ours
...
am skip reason: Merged-In I40bef9eb41bfedf73ac4bd0ff0050833d2a9623c with SHA-1 447bd19ff4 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16279638
Change-Id: I37ca89cb06a39d06ab2937a67d58d2507950d040
2021-11-18 22:37:52 +00:00
Xin Li
43497b5258
[automerger skipped] Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 am: c4a6b5cc40 -s ours am: 8212208236 -s ours
...
am skip reason: Merged-In I40bef9eb41bfedf73ac4bd0ff0050833d2a9623c with SHA-1 447bd19ff4 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16279638
Change-Id: Iecf89d176771c037f7f1bbf0b4f7cbe43d67a029
2021-11-18 22:25:13 +00:00
sfufa@google.com
2f0c1e6e30
Introduce COLLECT_SEARCH_HISTORY flag
...
Bug: 206119524
Test: Manual
Change-Id: I28b43fffcc2e48c852c91b44e9659ffa66d19999
2021-11-18 14:23:29 -08:00
Vinit Nayak
97f9bd575a
Reset split selection state when RecentsView resets
...
* We weren't calling reset on the views
involved in split selection when recents view gets
a reset call (oops)
* Use device theme for split placeholder theme instead
of hardcoding to white
Fixes: 206155455
Change-Id: I3768fd574cb21eec9562d89c1a93eaa3f53d5ff1
2021-11-18 14:06:27 -08:00
Xin Li
8212208236
[automerger skipped] Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 am: c4a6b5cc40 -s ours
...
am skip reason: Merged-In I40bef9eb41bfedf73ac4bd0ff0050833d2a9623c with SHA-1 447bd19ff4 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16279638
Change-Id: I972c43a577d6ce277f6701f240bd3d366dc85512
2021-11-18 22:00:56 +00:00
TreeHugger Robot
a55a23fdd6
Merge "Check if ThumbnailData's bitmap is null in TaskThumbnailCache" into sc-v2-dev am: 39aceb6dc7 am: cf2f085d23
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16282756
Change-Id: I02a126667b4efd487354db335c9f82482d7e7d17
2021-11-18 21:53:18 +00:00
TreeHugger Robot
cf2f085d23
Merge "Check if ThumbnailData's bitmap is null in TaskThumbnailCache" into sc-v2-dev am: 39aceb6dc7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16282756
Change-Id: I4d87bc4180dba56d48b14320711c5d69a59aaa78
2021-11-18 20:23:53 +00:00
TreeHugger Robot
39aceb6dc7
Merge "Check if ThumbnailData's bitmap is null in TaskThumbnailCache" into sc-v2-dev
2021-11-18 19:46:50 +00:00
TreeHugger Robot
95c3ab5771
Merge changes from topic "presubmit-am-18a7324d3163401db618e725a06a3dba" into sc-qpr1-dev am: a33cbebd8d am: ebfdc30b46 am: eca59e4565
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: Idc03af08d2c573ef58c38715afbcea0f21e9b96f
2021-11-18 19:18:54 +00:00
Bill Yi
d11adf4124
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 3e39786ec3 am: 8aa6d024aa -s ours am: cafd8f7e38 -s ours am: 64738669b0 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: I617be898ebf7b8e9bd5dd35b4f661448d9185c8a
2021-11-18 19:18:53 +00:00
Schneider Victor-tulias
8cd8695a78
Merge "Add TODO to fix b/206508141 before removing or changing the default value to the feature flag ENABLE_LOCAL_COLOR_POPUPS" into sc-v2-dev am: ce740c832c am: 4e9a31bdc9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16285925
Change-Id: Iff67f78518ecdf14671d535fd92c7ea06c1d68ee
2021-11-18 19:18:00 +00:00
TreeHugger Robot
07b0a112f6
Merge changes from topic "presubmit-am-18a7324d3163401db618e725a06a3dba" into sc-qpr1-dev am: a33cbebd8d am: 722d0b7e90 am: cc93b97911
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: Id227dc9ded5a48ecc14a6f55d306e6888551f6bc
2021-11-18 19:16:37 +00:00
Bill Yi
12f20f0b73
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 3e39786ec3 am: 8aa6d024aa -s ours am: 39d1454a8f -s ours am: 037c803ab6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: I2cf43f4cc9570f324189d9eb1b3529f80797b440
2021-11-18 19:16:36 +00:00
TreeHugger Robot
eca59e4565
Merge changes from topic "presubmit-am-18a7324d3163401db618e725a06a3dba" into sc-qpr1-dev am: a33cbebd8d am: ebfdc30b46
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: I14fae552827d0d74cf098951fd99a89ce783beea
2021-11-18 18:57:47 +00:00
Bill Yi
64738669b0
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 3e39786ec3 am: 8aa6d024aa -s ours am: cafd8f7e38 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: Idab01069a042f4777754ece5254bcfb2e54b2f86
2021-11-18 18:57:46 +00:00
Schneider Victor-tulias
4e9a31bdc9
Merge "Add TODO to fix b/206508141 before removing or changing the default value to the feature flag ENABLE_LOCAL_COLOR_POPUPS" into sc-v2-dev am: ce740c832c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16285925
Change-Id: Ibccbff3bad6a6a753bcedad0056595271dfe297f
2021-11-18 18:57:38 +00:00
TreeHugger Robot
cc93b97911
Merge changes from topic "presubmit-am-18a7324d3163401db618e725a06a3dba" into sc-qpr1-dev am: a33cbebd8d am: 722d0b7e90
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: Ieae62b9c14f0e857bd9e58cb862c9ef876c9b57c
2021-11-18 18:56:48 +00:00
Bill Yi
037c803ab6
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 3e39786ec3 am: 8aa6d024aa -s ours am: 39d1454a8f -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16291580
Change-Id: I72123b632d47343b2b2f362fc1f9c15c27ceb091
2021-11-18 18:56:46 +00:00
Schneider Victor-tulias
ce740c832c
Merge "Add TODO to fix b/206508141 before removing or changing the default value to the feature flag ENABLE_LOCAL_COLOR_POPUPS" into sc-v2-dev
2021-11-18 18:45:16 +00:00