sfufa@google.com
de0132939b
[Foldable] Apply max width to AllApps in unfolded state.
...
Since we are applying the same iconWidth in AllApps as Workspace in unfolded state, this change restricts AllApps to span only the area required to display AllApps contents and not span full available width. Unfolded/phone behavior remains the same.
Bug: 199959857
Bug: 194259694
Test: visual
Change-Id: Ie5658d566f20e825e666ef17db79a87b07dc2936
2021-09-24 15:18:01 -07:00
Tony Wickham
9e3792819d
Merge "Fix right split screen app going to wrong target" into sc-v2-dev am: 9a0d98f483
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15900907
Change-Id: I668265cd6ce821159338f0fda05c78c9a19aadcc
2021-09-24 22:17:43 +00:00
Tony Wickham
9a0d98f483
Merge "Fix right split screen app going to wrong target" into sc-v2-dev
2021-09-24 22:01:06 +00:00
Schneider Victor-tulias
f41ae7bc42
Merge "Fix stalled gesture navigation tutorial." into sc-v2-dev am: 405400c2fe am: 22dbdd2407
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15889275
Change-Id: I41b0a1b4b25db5441cafb90c4330d71eec2a289b
2021-09-24 19:42:52 +00:00
Schneider Victor-tulias
22dbdd2407
Merge "Fix stalled gesture navigation tutorial." into sc-v2-dev am: 405400c2fe
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15889275
Change-Id: Ia550f01bf1a319c7687303881edf6f74029ab361
2021-09-24 19:25:50 +00:00
Schneider Victor-tulias
405400c2fe
Merge "Fix stalled gesture navigation tutorial." into sc-v2-dev
2021-09-24 19:12:26 +00:00
Vadim Tryshev
62077ca9ca
Merge "Allowing having only SysUI views before pressHome()" into sc-v2-dev am: fcc51bd1fa am: 250509522e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15902027
Change-Id: Id325878f808ae900782a9e022e413190c76c4951
2021-09-24 18:43:50 +00:00
Vadim Tryshev
250509522e
Merge "Allowing having only SysUI views before pressHome()" into sc-v2-dev am: fcc51bd1fa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15902027
Change-Id: I904f418dd824c3cdf16a1f4616a5625c14f82ee0
2021-09-24 18:29:36 +00:00
Vadim Tryshev
fcc51bd1fa
Merge "Allowing having only SysUI views before pressHome()" into sc-v2-dev
2021-09-24 18:15:07 +00:00
Automerger Merge Worker
cb86aa7ed0
Merge "Merge "Hide split options for focused task." into sc-v2-dev am: f2907c6ce3" into sc-v2-dev-plus-aosp am: f297df02ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15900194
Change-Id: I597ba9aceacd75af11c17ecccf58b43bf0371701
2021-09-24 17:38:17 +00:00
Vinit Nayak
1ce1696e0d
Merge "Hide split options for focused task." into sc-v2-dev am: f2907c6ce3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15900194
Change-Id: I31f8a3e3915011411473d4532686b554a49998ca
2021-09-24 17:27:24 +00:00
Vinit Nayak
f2907c6ce3
Merge "Hide split options for focused task." into sc-v2-dev
2021-09-24 17:18:02 +00:00
TreeHugger Robot
3a42851c71
Merge "Import translations. DO NOT MERGE ANYWHERE"
2021-09-24 16:51:27 +00:00
TreeHugger Robot
3eecc1b472
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-09-24 16:45:36 +00:00
Bill Yi
25f20a2bd9
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic9eb9ce67a7ad21ed7bcb907a52b795520a21d7a
2021-09-24 09:29:22 +00:00
Bill Yi
a08c24cb12
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6cbb9e2db4da931ba13fa066ae4b1e1553a8a3dd
2021-09-24 09:25:02 +00:00
Bill Yi
a403f12c5d
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I51f51675ef566765c288b7db04e643e465103b00
2021-09-24 09:24:30 +00:00
Bill Yi
aefa1b2863
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: If057c9cbfed10654d7914936b1e4b2f4a4dab460
2021-09-24 09:23:57 +00:00
Iris Yang
239e2353e9
Move/Launch task on the TaskView's display. am: 8bf24a58ae am: bb5fa0f234
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15839496
Change-Id: I010723127e691041ba6a411772a6462e3fdef27d
2021-09-24 07:22:54 +00:00
Iris Yang
bb5fa0f234
Move/Launch task on the TaskView's display. am: 8bf24a58ae
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15839496
Change-Id: I10d214e827dd30b3013dad70a39b2c8173c27d15
2021-09-24 07:14:15 +00:00
Iris Yang
8bf24a58ae
Move/Launch task on the TaskView's display.
...
Add ActivityOptions#setLaunchDisplayId to the display that the TaskView
is currently on. So the task will be moved to the display as the user is
interactiving with.
This change is adding ag/15604010 back since b/197293995 is fixed.
Bug: 183461428
Test: Manually tested using Exo. Open appliction(e.g.Calculator) on
Exo virtual display, and tapping on the phone's recents to bring the
application back to phone.
The demo video https://drive.google.com/file/d/1JMncvsI-VPosK4ql2xeVA8csVAF7Rb16/view?usp=sharing&resourcekey=0-PYRw1k3KdtY0-KZNo6OqjQ
Change-Id: I39b1825b69d55001f66ee01a982e3cd366da56bd
2021-09-24 05:27:32 +00:00
Vinit Nayak
740dc3285a
Merge "Don't show taskbar when keyguard occluded" into sc-v2-dev am: e046ea22e9 am: 7920c99e6c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15899958
Change-Id: Icfd17f9b7c7817b90bfe5600b6d3ee8dc2526d61
2021-09-24 03:13:57 +00:00
Vinit Nayak
7920c99e6c
Merge "Don't show taskbar when keyguard occluded" into sc-v2-dev am: e046ea22e9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15899958
Change-Id: Ie54364075f792f9e7708674f972e98487a5c875f
2021-09-24 03:05:35 +00:00
Vinit Nayak
e046ea22e9
Merge "Don't show taskbar when keyguard occluded" into sc-v2-dev
2021-09-24 03:02:34 +00:00
vadimt
bf41844ad4
Allowing having only SysUI views before pressHome()
...
pressHome can be called just after another test that
can, for example, pull down the status bar to
occupy the whole screen.
Bug: 201005881
Test: presubmit
Change-Id: Ifc0ae4d66d573720f70aa4e734da03add3d86b57
2021-09-23 19:19:53 -07:00
Vinit Nayak
d09ff3771f
Merge "Reset floating split task view after remote animation finished" into sc-v2-dev am: e9fbcc4aeb am: 868e6e38eb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15809021
Change-Id: I69203356e93c0f382b0d6b36e67695240d06fa98
2021-09-24 01:33:47 +00:00
Vinit Nayak
868e6e38eb
Merge "Reset floating split task view after remote animation finished" into sc-v2-dev am: e9fbcc4aeb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15809021
Change-Id: I7596c805d44815084f888675308f99a5a0488c8f
2021-09-24 01:29:17 +00:00
Tracy Zhou
d7dd32924f
Merge "Hide task bar icons when notification shade is expanded" into sc-v2-dev am: ba086b8125 am: 46c3f1e3f5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15850809
Change-Id: Ieb38ae475876d7f88446920a790ebc169c5645ba
2021-09-24 01:29:10 +00:00
Vinit Nayak
e9fbcc4aeb
Merge "Reset floating split task view after remote animation finished" into sc-v2-dev
2021-09-24 01:18:03 +00:00
Tracy Zhou
46c3f1e3f5
Merge "Hide task bar icons when notification shade is expanded" into sc-v2-dev am: ba086b8125
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15850809
Change-Id: I1e8617484ba8a241011d62d7ae2bcecf9813c7e9
2021-09-24 01:09:45 +00:00
Tracy Zhou
ba086b8125
Merge "Hide task bar icons when notification shade is expanded" into sc-v2-dev
2021-09-24 00:57:26 +00:00
Vinit Nayak
2308702687
Merge "Allow tapping on app icon for second split app." into sc-v2-dev am: 03396d4fba am: 8a1749f0d9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15900195
Change-Id: I5f03e6346c0c28bdbe28b0e7d49026c166a67cfe
2021-09-24 00:43:50 +00:00
Vinit Nayak
8a1749f0d9
Merge "Allow tapping on app icon for second split app." into sc-v2-dev am: 03396d4fba
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15900195
Change-Id: I61cbf3b9cd07c148019b85c6c7b070fd69bfa816
2021-09-24 00:27:02 +00:00
Vinit Nayak
8df5833bc7
Hide split options for focused task.
...
Fixes: 197245395
Test: Tap app icon on focused task,
no split options.
Change-Id: I329ee3d6e911c16ba2f3b265e2eb42466369df28
2021-09-23 17:22:25 -07:00
Vinit Nayak
03396d4fba
Merge "Allow tapping on app icon for second split app." into sc-v2-dev
2021-09-24 00:17:57 +00:00
Jonathan Miranda
1a1cc95c8f
Merge "Significantly reduce gesture feedback when swiping up to home screen." into sc-v2-dev am: e2455aa1cf am: 5940915502
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15898541
Change-Id: I3d13ae1415abf495cafba6697ca4c04ed3e5f59f
2021-09-23 23:34:05 +00:00
Andy Wickham
824e343604
Merge "Makes All Set layout more responsive." into sc-v2-dev am: 768e686466 am: 022c60fe05
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15890763
Change-Id: I9f900c7e607cb51bd942b517e60ff12502cf97c7
2021-09-23 23:33:52 +00:00
Tony Wickham
2424f1f3b5
Fix right split screen app going to wrong target
...
- applyWindowToHomeRotation() to both Matrix's individually
- Move matrix.postTranslate(mSplitOffset) into applyWindowToHomeRotation so it applies both during swipe up and animation to home
Test: Swipe up from vertical and horizontal split screen, ensure both app windows go towards the same target
Fixes: 200817624
Change-Id: I5769da2adb1abb967fa465fc8371b5c9484a32d0
2021-09-23 16:24:21 -07:00
Jonathan Miranda
5940915502
Merge "Significantly reduce gesture feedback when swiping up to home screen." into sc-v2-dev am: e2455aa1cf
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15898541
Change-Id: I99e6980287c57e2e308463037c4900e56577fe03
2021-09-23 23:23:50 +00:00
Andy Wickham
022c60fe05
Merge "Makes All Set layout more responsive." into sc-v2-dev am: 768e686466
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15890763
Change-Id: I80dd8dce0d591b971c963f14cbdba128033048be
2021-09-23 23:23:44 +00:00
Jonathan Miranda
e2455aa1cf
Merge "Significantly reduce gesture feedback when swiping up to home screen." into sc-v2-dev
2021-09-23 23:14:50 +00:00
Andy Wickham
768e686466
Merge "Makes All Set layout more responsive." into sc-v2-dev
2021-09-23 23:12:44 +00:00
Andy Wickham
13c3f31a0d
Makes All Set layout more responsive.
...
- No longer forced portrait mode
- Bottom texts are aligned proportionally to the screen height
to avoid overlapping in landscape folded
- Subtitle text width is limited to force wrapping to avoid an
awkward line of text on wider screens
Fix: 189896987
Bug: 187701213
Test: Manually went between portrait/landscape/folded/unfolded.
Change-Id: Ibb2bbe545cf7f154ad77e10d574e72f8d9110a72
2021-09-23 23:11:59 +00:00
Jerry Chang
d3ceb3dc88
Reset floating split task view after remote animation finished
...
Move reseting floating task view for entering split after remote
animation finished to prevent the floating task view disappear before
opening split task view being visible and causing flicker.
Bug: 199377815
Test: Manual check the flicker disappear
Change-Id: I4a864335972842570c61291a7a0c423edeb74578
2021-09-23 16:01:18 -07:00
Vinit Nayak
ea7e9a48fd
Don't show taskbar when keyguard occluded
...
* Show only back button in taskbar for 3
button nav.
Fixes: 199406716
Test: From lock screen view home controls
or double-tap camera, no taskbar shown.
Change-Id: Ia603c7dbe584e3fab62365de4fc5a790c48d1340
2021-09-23 15:55:22 -07:00
Vinit Nayak
9299a743af
Allow tapping on app icon for second split app.
...
Fixes: 200851336
Test: Split with one app from overview,
tap on app icon for second app. Gets
selected as second app.
Change-Id: I312169fe7bc42007c2f1a0146a5fef5f8d5f46d6
2021-09-23 14:46:59 -07:00
Jon Miranda
13519e4402
Significantly reduce gesture feedback when swiping up to home screen.
...
- Uses overscroll damping logic to reduce the velocity
- The start to target rect interpolation can be from the
start, center, or bottom of the rect depending on where the item
is on the workspace. This reduces the amount of distance needed to
travel between, which helps further reduce gesture feedback.
Bug: 173107751
Test: test closing app that is on:
- top row of home screen
- middle of home screen
- in hotseat
Change-Id: I055dd61ca3491807109ff2f6c501bf710c8d340f
2021-09-23 20:13:40 +00:00
Vinit Nayak
ab02520ca6
Merge "Shorten and center TaskMenuView for landscape" into sc-v2-dev am: 5dded93a72 am: 870a105b79
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15857414
Change-Id: I144ed5776c8c64e9827309ef732b82ac0db43433
2021-09-23 06:17:04 +00:00
Vinit Nayak
870a105b79
Merge "Shorten and center TaskMenuView for landscape" into sc-v2-dev am: 5dded93a72
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15857414
Change-Id: Iab80cdbf68e75a16b64f4b8e9bae9a8602866cc6
2021-09-23 06:07:37 +00:00
Vinit Nayak
5dded93a72
Merge "Shorten and center TaskMenuView for landscape" into sc-v2-dev
2021-09-23 05:55:17 +00:00