Brian Isganitis
d478f555cb
Have taskbar all apps extend ActivityAllAppsContainerView.
...
This step is necessary to have taskbar support search in all apps.
Search is not ready yet, so a fallback search manager is included.
Test: Manual
Bug: 216683257
Change-Id: Id118388bc4baae4b63ef205295caf46cbd541bc8
2022-03-18 15:39:54 -07:00
Brandon Dayauon
85a6bab0dc
Change Home screen to 'home screen' when it's in middle of a sentence
...
Test: Manual - Tested on local pixel device
Bug: 224967365
Change-Id: I37365167b0be6d654735d46c4a070b926e828f8e
2022-03-18 14:59:31 -07:00
Brian Isganitis
8ef29784e1
Fix Proto compilation on M1 Macs
...
The Maven artifact upstream doesn't have an ARM version of Proto
compiler. Since updating the artifact breaks the compilation, this
explicitly requests x86 protoc binary which is then run via Rosetta.
Build completes successfully.
Change-Id: Ia13f28a6f019ad53e88f6dd4a8788ab7ec1ebead
Test: Manual
2022-03-18 14:20:48 -07:00
chaviw
29b8135260
Replace consumeNextDraw with SurfaceSyncer
...
Test: Builds
Bug: 200284684
Change-Id: I46e9cd89fd6b7c767bb867205400197b305e86a8
2022-03-18 16:20:42 -05:00
TreeHugger Robot
95da0689a2
Merge "Small improvement for ag/17016891 (unstash taskbar input area size)" into tm-dev am: f1543cb520 am: 142728d883
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17141712
Change-Id: I1bb4899e1cba2b1171612a2989fae9f16e0e1d0d
2022-03-18 19:16:27 +00:00
TreeHugger Robot
142728d883
Merge "Small improvement for ag/17016891 (unstash taskbar input area size)" into tm-dev am: f1543cb520
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17141712
Change-Id: I118b02cbb5a9473b9b286106b1c14cd8c4206872
2022-03-18 18:56:49 +00:00
TreeHugger Robot
3465f65697
Merge "Small improvement for ag/17016891 (unstash taskbar input area size)" into tm-dev am: f1543cb520
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17141712
Change-Id: I7f6845a46b99ed28996e24698b7bf09ebe666ee9
2022-03-18 18:56:37 +00:00
TreeHugger Robot
f1543cb520
Merge "Small improvement for ag/17016891 (unstash taskbar input area size)" into tm-dev
2022-03-18 18:38:42 +00:00
Alex Chau
4f95365c51
Merge "Use correct config.smallestScreenWidthDp when creating Resource in DeviceProfile" into tm-dev am: d826f04b93 am: 3151ecdaf1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17258303
Change-Id: I7ddc8aa1bd91327f126c1cd69eece5def1167cb7
2022-03-18 18:25:04 +00:00
Alex Chau
fa45bffa18
Merge "Use correct config.smallestScreenWidthDp when creating Resource in DeviceProfile" into tm-dev am: d826f04b93
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17258303
Change-Id: I2da17fef7b44ab96e0c5c60c006073dfbcf633ac
2022-03-18 18:11:21 +00:00
Alex Chau
3151ecdaf1
Merge "Use correct config.smallestScreenWidthDp when creating Resource in DeviceProfile" into tm-dev am: d826f04b93
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17258303
Change-Id: Ifc38d55099c8398416cec846508bf08c2d9828dc
2022-03-18 18:05:03 +00:00
Alex Chau
d826f04b93
Merge "Use correct config.smallestScreenWidthDp when creating Resource in DeviceProfile" into tm-dev
2022-03-18 17:51:10 +00:00
Schneider Victor-tulias
90ba15622a
Reset the home settings activity when launching it
...
Opening the home settings shouldn't open to a previous state. Updating home setting intents to clear previous tasks.
Bug: 187447602
Test: manual
Change-Id: I40fa408cdade5003c91136fe54f054e7f0ae07b2
2022-03-18 17:50:35 +00:00
Schneider Victor-tulias
c8c761621b
Fix overriden deep shortcut titles and icons
...
Bulk Icon loading causes all icons that share a component name to share a title and bitmap. This didn't work for deep shortcuts since they were already being loaded individually. Added a check to filter out deep shortcuts.
Note: If future traces show that individual deep shortcut loading is taking too long, then deep shortcut loading can be refactored into bulk icon loading.
Fixes: 224891898
Test: manual
Change-Id: I112fcd4a889071e5b523d56731bad8ecdee08abc
2022-03-18 17:50:22 +00:00
Pat Manning
1acf2b18af
Adjust edit state drop targets, workspace scaling, and margins per device type and orientation.
...
Bug: 202971709
Test: manual
Change-Id: Id1817cd3c7e7bfa5b0aa8aa20565b791ad871f64
2022-03-18 17:43:28 +00:00
Brian Isganitis
5eb66d8abb
Refactor ActivityAllAppsContainerView to depend on ActivityContext.
...
All of the all apps search support is in this class which is also being
refactored to depend on ActivityContext. At the end of this refactor,
this class can be merged with BaseAllAppsContainerView.
Test: Manual
Bug: 216683257
Change-Id: I8cbf21c8d9ce97cc60e9846cfe8c2a7bcb800a01
2022-03-18 10:36:15 -07:00
Brian Isganitis
f477ec2032
Refactor allapps.search package to depend on ActivityContext.
...
Test: Manual
Bug: 216683257
Change-Id: I6230498b24380b37531f8a83db1dc768270e708a
2022-03-18 10:35:10 -07:00
Brian Isganitis
0681e62d27
Merge "Move activity starting logic into new ActivityContext extension." into tm-dev am: 8198cb6f3f am: 6173377758
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17206068
Change-Id: If3fa888458faa810c08d29cc0161b2f3c211d6ec
2022-03-18 17:23:35 +00:00
Brian Isganitis
6173377758
Merge "Move activity starting logic into new ActivityContext extension." into tm-dev am: 8198cb6f3f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17206068
Change-Id: I064fa91fd9358027bf3f5237376060c2d3a9bb8f
2022-03-18 17:03:33 +00:00
Brian Isganitis
294615f919
Merge "Move activity starting logic into new ActivityContext extension." into tm-dev am: 8198cb6f3f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17206068
Change-Id: Id1bd5600bc6a48d0194bd7d370590e4e768b9cfc
2022-03-18 17:03:10 +00:00
Jon Miranda
f6780f66c3
Allow depth animation when user swipes back to home.
...
Bug: 221196062
Test: open app, swipe back to home, ensure blurs
Change-Id: I9faff4e41c2e8d22df72e41c7753e2090fa0973d
2022-03-18 09:58:55 -07:00
Brian Isganitis
8198cb6f3f
Merge "Move activity starting logic into new ActivityContext extension." into tm-dev
2022-03-18 16:43:48 +00:00
TreeHugger Robot
12296e0082
Merge "Fix splitPrimaryScrollOffset in RTL" into tm-dev am: 2c608fd7d0 am: 9972e2561a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17236876
Change-Id: Ibf24a9c7b98e6cb01b6bc1c7b7efe538d99d7a91
2022-03-18 16:20:10 +00:00
TreeHugger Robot
9972e2561a
Merge "Fix splitPrimaryScrollOffset in RTL" into tm-dev am: 2c608fd7d0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17236876
Change-Id: Ib2ecea7e29c1d6a20f36b320832c36cb36c15b52
2022-03-18 15:58:30 +00:00
TreeHugger Robot
f4774e71a2
Merge "Fix splitPrimaryScrollOffset in RTL" into tm-dev am: 2c608fd7d0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17236876
Change-Id: Ic0833bb398dd9895c472f2d11edae328b9d25444
2022-03-18 15:57:15 +00:00
TreeHugger Robot
2c608fd7d0
Merge "Fix splitPrimaryScrollOffset in RTL" into tm-dev
2022-03-18 15:43:38 +00:00
Alex Chau
a6907dc8c9
Use correct config.smallestScreenWidthDp when creating Resource in DeviceProfile
...
- This is a regression from ag/17070486 when tested, likely because DeviceProfiles are no longer re-created when changing display sizes, so correct values need to be calculated on the starting state
Bug: 221961069
Test: verify smallestWidth specific resource on changing display sizes
Change-Id: I1539bad4b35b36f0056d59307ab5fbec23a71f49
2022-03-18 15:24:07 +00:00
Thales Lima
44cc3a2e21
Add more border space options
...
This give options to landscape layouts to have different border options
Bug: 222109350
Test: manual and HSV
Change-Id: If823dd09c945438f77e57ff80a8a0c4fc0b4c8a6
2022-03-18 14:28:24 +00:00
TreeHugger Robot
0d7bf1a42a
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 2b27eb06f3 -s ours am: 3f7bd21989 -s ours am: 8233d92274 -s ours am: e6a29830f5 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I46ce61d948117e3ef0e200c935fd8499545ef836
2022-03-18 02:55:12 +00:00
TreeHugger Robot
1b7480abb5
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 9a682982a0 -s ours am: eaccabb042 -s ours am: 155d8320e0 -s ours am: 83a81ffa9c -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: Ib25474c837dbbcd792f877024b3f0ddbb341d421
2022-03-18 02:54:58 +00:00
TreeHugger Robot
3f2f75d45c
Merge changes from topic "presubmit-am-03e6d19cbcaa449ab324b779508f09b0" into sc-v2-dev-plus-aosp am: 2260059974 am: 42b9f2eb9f am: b4f35b6037
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I32581341f5d424492025ce473f58ce4a17341043
2022-03-18 02:54:29 +00:00
Bill Yi
daf2e3314e
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 7933df7269 am: 8694741ed6 -s ours am: 4653027117 -s ours am: dd18d515da -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I35bb88bf56948fb5b86503c292b7aaa685515fa0
2022-03-18 02:54:26 +00:00
Bill Yi
5c17376377
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 487a62c361 am: 4f56e1893f -s ours am: 1cdb10079d -s ours am: 2da55f968a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: Ifd8e4facd3e91cda9801c80fe3eda97f19b10c81
2022-03-18 02:53:23 +00:00
TreeHugger Robot
f3b32e1693
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-dev am: f770ac8f40 -s ours am: 31d6a4f368 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231604
Change-Id: I7a5af7913cd648fd07b6d35c9b7df2dc379edca3
2022-03-18 02:51:30 +00:00
Bill Yi
539f699339
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: b4479127a7 -s ours am: d9e07f8ffe -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231604
Change-Id: Id6c8534684b9841996038dc9e7c834a275fe375c
2022-03-18 02:51:28 +00:00
TreeHugger Robot
e6a29830f5
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 2b27eb06f3 -s ours am: 3f7bd21989 -s ours am: 8233d92274 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I05ccf3a8be7f4680815a64207c44d7367c928455
2022-03-18 02:44:21 +00:00
TreeHugger Robot
83a81ffa9c
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 9a682982a0 -s ours am: eaccabb042 -s ours am: 155d8320e0 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: I9425a0fcd02a21d390e34b7116190c2901c4c67d
2022-03-18 02:43:40 +00:00
TreeHugger Robot
b4f35b6037
Merge changes from topic "presubmit-am-03e6d19cbcaa449ab324b779508f09b0" into sc-v2-dev-plus-aosp am: 2260059974 am: 42b9f2eb9f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: Id54f4d63aea7390e3c27f6b5fe33b95b11e0372b
2022-03-18 02:43:14 +00:00
Bill Yi
dd18d515da
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 7933df7269 am: 8694741ed6 -s ours am: 4653027117 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: Ia99b31805aa406b2173eab6e7b6dca0d4e95134f
2022-03-18 02:43:08 +00:00
Bill Yi
2da55f968a
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 487a62c361 am: 4f56e1893f -s ours am: 1cdb10079d -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: Iddd9d2175f61b20ff97d87eac3976d42260ebd24
2022-03-18 02:41:59 +00:00
TreeHugger Robot
6b5af912c5
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 2b27eb06f3 -s ours am: 3f7bd21989 -s ours am: 8233d92274 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: Ifd1c0de06ee1edb544a2123d80c5eaad5176d42a
2022-03-18 02:40:53 +00:00
TreeHugger Robot
13348d46aa
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 9a682982a0 -s ours am: eaccabb042 -s ours am: 155d8320e0 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: Ia2cd574fc50e79d51cace96d239d9fad93395c14
2022-03-18 02:40:45 +00:00
TreeHugger Robot
8233d92274
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 2b27eb06f3 -s ours am: 3f7bd21989 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I764a19e39b4ee0ac99deade9995f75ee880061d5
2022-03-18 02:39:17 +00:00
TreeHugger Robot
9dabffc691
Merge changes from topic "presubmit-am-03e6d19cbcaa449ab324b779508f09b0" into sc-v2-dev-plus-aosp am: 2260059974 am: 42b9f2eb9f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: Icee795d565be918db083f0d37c07c5fd3647b5ab
2022-03-18 02:39:11 +00:00
Bill Yi
b776e00a3f
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 7933df7269 am: 8694741ed6 -s ours am: 4653027117 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I1af3baa99abec2196fa8cf045a98dbc044c45477
2022-03-18 02:39:10 +00:00
TreeHugger Robot
155d8320e0
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev am: 9a682982a0 -s ours am: eaccabb042 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: I0cbc0b2daaffa76b74683a4defbdecd74687dc76
2022-03-18 02:39:06 +00:00
TreeHugger Robot
42b9f2eb9f
Merge changes from topic "presubmit-am-03e6d19cbcaa449ab324b779508f09b0" into sc-v2-dev-plus-aosp am: 2260059974
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I0a80543c89572479e780992b7fe1b7fcc8cbdbcd
2022-03-18 02:37:59 +00:00
Bill Yi
4653027117
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 7933df7269 am: 8694741ed6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17230759
Change-Id: I12eb2419d4d70fbbcda13bfb90ada1b8050ad6c0
2022-03-18 02:37:55 +00:00
Bill Yi
aee14fc7fc
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 487a62c361 am: 4f56e1893f -s ours am: 1cdb10079d -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: I39989d2bce2655edc395a1e456b343b91542ae8e
2022-03-18 02:37:38 +00:00
Bill Yi
1cdb10079d
[automerger skipped] [automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 487a62c361 am: 4f56e1893f -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17231568
Change-Id: I5b6e18b3e4747eaf8d2b457a9de2b814cd911a15
2022-03-18 02:36:05 +00:00