Sunny Goyal
3cb1237308
Merge "Moving taskbar lifecycle to TouchInteractionService" into sc-dev am: 5bb515b6cc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14445701
Change-Id: Ibe2ec56b9d9e4137323777f05b02a0b72d5b88ee
2021-05-18 17:27:58 +00:00
Sunny Goyal
5bb515b6cc
Merge "Moving taskbar lifecycle to TouchInteractionService" into sc-dev
2021-05-18 17:17:27 +00:00
Jonathan Miranda
3183befc61
Merge "Add WorkspaceRevealAnim, successor to StaggeredWorkspaceAnim." into sc-dev am: 7d4aaaa73d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14523564
Change-Id: I129736f9fdd2e2a978186a3a05bf85eb482f9885
2021-05-18 17:04:06 +00:00
Jonathan Miranda
7d4aaaa73d
Merge "Add WorkspaceRevealAnim, successor to StaggeredWorkspaceAnim." into sc-dev
2021-05-18 16:46:12 +00:00
Lucas Dupin
f380198866
Merge "Configurable sysprop for launcher depth" into sc-dev am: ca65ca4538
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14613291
Change-Id: Ie916eebf0bf3fa9060ce357d235338c4055fd497
2021-05-18 15:27:43 +00:00
Lucas Dupin
ca65ca4538
Merge "Configurable sysprop for launcher depth" into sc-dev
2021-05-18 15:12:39 +00:00
Pat Manning
ba1b527d75
Merge "Animate task translation on dismissal." into sc-dev am: 049434a504
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14294872
Change-Id: I9f938a945fa615a458c6a7543059f5f455c5ad79
2021-05-18 09:50:23 +00:00
Pat Manning
049434a504
Merge "Animate task translation on dismissal." into sc-dev
2021-05-18 09:32:19 +00:00
Hongwei Wang
c3ddf21aa5
Merge "Do not send onUserLeaveHint on overview actions" into sc-dev am: a79cd20147
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14606251
Change-Id: I0d042cad49ec16b24d6111937d495a5cdb3985e5
2021-05-18 06:38:22 +00:00
Hongwei Wang
a79cd20147
Merge "Do not send onUserLeaveHint on overview actions" into sc-dev
2021-05-18 06:19:07 +00:00
Sunny Goyal
e215fb730b
Moving taskbar lifecycle to TouchInteractionService
...
> Inflating taskbar views with a non-launcher window context
> Removing separate taskbar view in Launcher
> Handling taskbar icon clicks directly instead of going via launcher
> Fixing some relayouts during show/hide animation
Bug: 187353581
Test: Manual
Change-Id: Ia7d44acbb770bf0345922234b3daa5cc040a5843
2021-05-17 21:47:08 -07:00
Lucas Dupin
90dab00ef9
Configurable sysprop for launcher depth
...
Fixes: 187940111
Test: adb shell setprop ro.launcher.depth.appLaunch 0
Test: adb shell setprop ro.launcher.depth.overview 0
Change-Id: I9b49ce96d61b2cf29dc571177818976f4da0a345
2021-05-17 20:16:44 -07:00
Andy Wickham
f120db3165
Merge "Updates AllSetActivity extra keys to match SUW." into sc-dev am: 11605d84c3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14540205
Change-Id: I6bb144ca07f3a315c2f96e63e8ad068136fd282a
2021-05-18 03:13:01 +00:00
Andy Wickham
11605d84c3
Merge "Updates AllSetActivity extra keys to match SUW." into sc-dev
2021-05-18 03:02:07 +00:00
Andy Wickham
e4170fa07c
Updates AllSetActivity extra keys to match SUW.
...
Test: Manually with apk from SUW team.
Bug: 184722307
Change-Id: I3c51aace360c6142aa37fbb9ecb4748a818b73fb
2021-05-18 01:38:13 +00:00
Tracy Zhou
83b8225801
Merge "Finish the recents animation upon home rotation" into sc-dev am: f9071f92ef
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14441322
Change-Id: Idf5ecc060daabb365e090d2909e3ab571b190add
2021-05-18 01:24:15 +00:00
Tracy Zhou
f9071f92ef
Merge "Finish the recents animation upon home rotation" into sc-dev
2021-05-18 01:05:32 +00:00
Jon Miranda
7d2dfcfb3f
Add WorkspaceRevealAnim, successor to StaggeredWorkspaceAnim.
...
- Added support for widgets for the new close animation.
- This anim is used with the new app close.
- This anim is not compataible with the old app close, so we need to
keep StaggeredWorkspaceAnim in case we turn the app close flag off.
- We will also use this anim in the lockscreen to launcher anim, will
connect them in a follow up CL.
Bug: 188413065
Bug: 173107751
Test: manual
Change-Id: Icab3fd700f2c268bb1c4509a37466e4e6748f789
2021-05-17 23:04:07 +00:00
Cyrus Boadway
f21fee923f
Merge "Fix SDK guard" into sc-dev am: e3403325a9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14547190
Change-Id: I494905708ae56bfac778d4c9228a96774d58d203
2021-05-17 21:06:35 +00:00
Hongwei Wang
e744c0fed4
Do not send onUserLeaveHint on overview actions
...
Video: http://recall/-/aaaaaabFQoRHlzixHdtY/bM49GXyCRWEf5KVfP3kIiS
Bug: 188431197
Test: tap on split screen in overview, see video
Change-Id: I15d85cbaec0c878e2f5fe915866980aefeee84f6
2021-05-17 13:53:02 -07:00
Cyrus Boadway
e3403325a9
Merge "Fix SDK guard" into sc-dev
2021-05-17 20:48:22 +00:00
Tracy Zhou
347f0e969c
Merge "Pass home rotation state to SysUI" into sc-dev am: d727db3c87
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14542025
Change-Id: I5eb6b26aae225578a49f70fde33e60a8cd8f2591
2021-05-17 17:35:31 +00:00
Tracy Zhou
d727db3c87
Merge "Pass home rotation state to SysUI" into sc-dev
2021-05-17 17:18:42 +00:00
Tracy Zhou
9aa11a9cd7
Merge "Detach nav bar from app after settling into overview" into sc-dev am: 3ed7ee76c4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14543545
Change-Id: Ibd0f8e33cdfc98c0abe1a5958bccbfac5a4d6515
2021-05-17 17:13:35 +00:00
TreeHugger Robot
504fbe1764
Merge "Revert to overview coming from the side instead of bottom" into sc-dev am: 6facaad569
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14554677
Change-Id: I27e5cceae12e4593d3019c67d2e9b8f3338705dd
2021-05-17 17:13:26 +00:00
Alina Zaidi
998441d729
Merge "Modify pin widget dialog open-close animation." into sc-dev am: f0e11cbbc3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14488296
Change-Id: Id9b478b877b121aa022b40a22c4cf34b298e8920
2021-05-17 17:12:51 +00:00
Tracy Zhou
3ed7ee76c4
Merge "Detach nav bar from app after settling into overview" into sc-dev
2021-05-17 17:11:14 +00:00
TreeHugger Robot
6facaad569
Merge "Revert to overview coming from the side instead of bottom" into sc-dev
2021-05-17 17:04:43 +00:00
Alina Zaidi
f0e11cbbc3
Merge "Modify pin widget dialog open-close animation." into sc-dev
2021-05-17 16:51:50 +00:00
Vadim Tryshev
cac34c737e
Merge "Removing @Stability flavors for unbundled." into sc-dev am: a0cb9b86c3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14554898
Change-Id: I8fb309633e520d70ed188a85dd75965e4016336a
2021-05-17 16:26:24 +00:00
Vadim Tryshev
a0cb9b86c3
Merge "Removing @Stability flavors for unbundled." into sc-dev
2021-05-17 16:22:45 +00:00
Pat Manning
cc64218e68
Animate task translation on dismissal.
...
Test: manual
Bug: 186416527
Fix: 186416527
Change-Id: I3919b96b96fdd490e15968b7c2e680dad7f6e5d6
2021-05-17 16:21:38 +00:00
Bill Yi
8d233cd42a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ie6f2bc52b3b9f8af036e67d3527d2c77b89be7a0
2021-05-17 10:49:53 +00:00
Yogisha Dixit
f51b28150c
Merge "Log widget features." into sc-dev am: 07449132fb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14487017
Change-Id: I23c8efce349f225cf7a969493becd21e42b0610a
2021-05-15 15:27:10 +00:00
Yogisha Dixit
07449132fb
Merge "Log widget features." into sc-dev
2021-05-15 15:07:40 +00:00
vadimt
2ecf126256
Removing @Stability flavors for unbundled.
...
They can be accidentally used.
Test: presubmit.
Bug: 187761685
Change-Id: I0cf859a51fb708ed51ba2f9506ab76af42ee3d5c
2021-05-14 17:42:24 -07:00
Winson Chung
8a7f26fec3
Merge "Add a content overlay for auto-enter w/o a source hint rect" into sc-dev am: 8b74cbbf96
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14102623
Change-Id: Ib62f6bc057d280e6009b1f37e7dd2db9a8beea2a
2021-05-15 00:09:55 +00:00
Winson Chung
8b74cbbf96
Merge "Add a content overlay for auto-enter w/o a source hint rect" into sc-dev
2021-05-14 23:44:24 +00:00
Yogisha Dixit
0b15c7ee07
Log widget features.
...
Design doc: go/widgets-logging
Note that this doesn't log dynamic colors yet. I'll work on that in a
follow-up CL.
Bug: 185778648
Test: manual
Change-Id: I04249ef267907b4112c220fb206e077d1bee783a
2021-05-15 00:26:41 +01:00
Tony Wickham
82d5a0681d
Revert to overview coming from the side instead of bottom
...
Test: Visually checking all of these. As appropriate, repeat in 0, 2, 3
button modes, landscape/portrait/fake landscape, and 3P launcher
- Quick switch from home
- Home to overview
- Overview to home (swipe up)
- Overview to home (tap outside)
- Overview to home (back invocation)
- Quick switch from app
- Swipe up and hold from app
- Dismiss an app
- Empty recents
- Split select state to home
- Modal state to home
Fixes: 185411781
Change-Id: If00a22fee35c832a259bfc62808efbac5990ce2e
2021-05-14 16:06:44 -07:00
Zak Cohen
5632a05c61
Merge "Overview - don't update task overlay on thumbnail update." into sc-dev am: 02ca6c14dd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14537691
Change-Id: Ib434867874c98c5fed39d4d3982e7ac373adf37c
2021-05-14 22:05:46 +00:00
Zak Cohen
02ca6c14dd
Merge "Overview - don't update task overlay on thumbnail update." into sc-dev
2021-05-14 21:52:55 +00:00
Vadim Tryshev
a9ea2c0edb
Merge "Revert "Temporarily demoting failing tests from presubmits"" into sc-dev am: 217e7100bc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14532449
Change-Id: I23fb6b3bc0da994b8d5136a72f11b3a63c5aa4d7
2021-05-14 18:34:35 +00:00
Vadim Tryshev
217e7100bc
Merge "Revert "Temporarily demoting failing tests from presubmits"" into sc-dev
2021-05-14 18:17:41 +00:00
Cyrus Boadway
d68025eb27
Merge "Add interaction jank monitoring for widget app launch CUJ" into sc-dev am: a27ebc1633
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14467314
Change-Id: I5daa60917bc2aface459c9a7d586a0ee8f903a2e
2021-05-14 17:51:42 +00:00
Cyrus Boadway
a27ebc1633
Merge "Add interaction jank monitoring for widget app launch CUJ" into sc-dev
2021-05-14 17:40:16 +00:00
Tracy Zhou
7ad2e846b4
Detach nav bar from app after settling into overview
...
Fixes: 185042209
Test: manual
Change-Id: Id302ac9f8e86c3af6b2c05a4314401505eb26b1e
2021-05-14 10:37:44 -07:00
Alina Zaidi
d80cec62b4
Modify pin widget dialog open-close animation.
...
Pin widget sheet should open from bottom up and close on drag down.
Behaviour with navigation bar is similar to that of widgets bottom sheet.
Add a drag layer and reuse AbstractSlideInView for open-close
animation.
Test: Tested manually- opening, closing through dragging/ cancel button/
back button. Adding widget to screen by dragging/ add to home screen
button.
Bug: 186124244
Change-Id: I4b77d5bdd4ed1689b651847dfed69d19cafa7456
2021-05-14 17:59:50 +01:00
Cyrus Boadway
960ab121db
Fix SDK guard
...
Use dev-friendly utility instead of Build version codes.
Bug: 169042867
Test: manual
Change-Id: I528bafdcad8644e6f96caf5ada4f44ed2b8dff06
2021-05-14 16:35:40 +00:00
Sunny Goyal
aa2dda5a73
Merge "Revert "Revert "Exposing AnimatorListeners in StateManager to receive both success and failure callback""" into sc-dev am: 10dfa61db8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14532343
Change-Id: Ib2d62f64a2affd584c50c423531c7247c799f83f
2021-05-14 16:03:54 +00:00