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
d00ad393f0
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: I75359c9600ada9b66795c4e867fc62e8cc4e6d11
2021-05-18 09:56:01 +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
9f9fbfdfe2
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: Ie04c66bf5391b9f2942d8ed912ad62a37d2c7ff2
2021-05-18 06:41:34 +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
2d7da1e7d2
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: I79b634fca30f75015e9f5680c42b8e970c303982
2021-05-18 03:16:22 +00: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
2b81647df1
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: I0d95c462a4bc18152113200c8b089580622a6ef1
2021-05-18 01:27:35 +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
c7116a76f3
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: I91dde3277e6788cc8e817d0c95625edbbfdd5495
2021-05-17 21:07:30 +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
Josh Tsuji
9681849b16
Adds launcher-side support for the SmartSpace shared element transition.
...
This adds a new SmartSpaceTransitionController, which Launcher uses to register its SmartSpace with SysUI so that SysUI can manipulate it during an unlock animation.
Bug: 187025480
Test: manual with all the different lock types
Change-Id: I8ebf33e1a253e90f97875548113106cd828721e0
2021-05-17 16:07:41 -04:00
Jon Spivack
f90db8a8eb
NIU Actions and Recents UI updates on Go
...
This tweaks the layout and fonts in the Go Overview. It also adds rounded corners to the task snapshots in the Recents view on Go by adding an overrideable value to the base Quickstep Launcher.
Bug: 186004471
Test: Manual (Pixel 3A)
Change-Id: I220836a95a6416b85bdb71d88822d25d939cf205
2021-05-17 11:57:01 -07: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
6f6b7cf1c1
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: I758cbcb232e97866de06df7da2c45c53c4756661
2021-05-17 17:23: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
2ca1c363d5
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: I9af169c3fa38f0e843302ac7c7ff0e2987006e6c
2021-05-17 17:14:39 +00:00
TreeHugger Robot
f12928b9db
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: Ib2a474e2dc4209ca1fc99967fd1208226ca29d50
2021-05-17 17:14:05 +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
Alina Zaidi
80f084a4c1
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: Ied02846358d964cfa43bd7e7f5f0f28ba227aab2
2021-05-17 17:13:32 +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
cdffa6369d
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: I6282cb9cb8e8f04c2d7eedfeab41a4a156455b18
2021-05-17 16:28:00 +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
Alex Chau
58367f5346
Removed page spacing scaling
...
- Removed page spacing scaling as it casuses page jump problem without too much benefit, as the RecnetView's fullscale is less significant now (see b/187839470)
Fixes: 184262404
Test: Swipe up after quick switching
Change-Id: I1e080aa2d6530fdac120426ff4b92e19e128ec30
2021-05-17 13:32:39 +01:00
Bill Yi
e2d95f9703
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I824aa5417111572f7a9a8fe4eb474b066c09a8c8
2021-05-17 10:53:00 +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
cab74a4325
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: I5ff9d1c8f94c3d8f80017e875d0aa81e0e8cfd85
2021-05-15 15:35:43 +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
cdb9b6fcdf
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: I42c8f51e57a4958c5dddd1e5551f1d902685aecd
2021-05-15 00:12:13 +00:00
Winson Chung
854122d6d4
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: I534c4e13c17e743bad7a74a02b796b1284420c68
2021-05-15 00:11:59 +00: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