Jonathan Miranda
c0964779ea
Merge "App Shortcut menu bug fixes and polish." into sc-dev am: c846245f1b am: 47f8a1c3ef
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14985072
Change-Id: I62474d57d056ee01f62a4f7c7147cca43ab9f600
2021-06-16 18:34:53 +00:00
Jonathan Miranda
47f8a1c3ef
Merge "App Shortcut menu bug fixes and polish." into sc-dev am: c846245f1b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14985072
Change-Id: Icba377c0032eee2dacec8a3c4364fa5b958880b7
2021-06-16 18:19:16 +00:00
Jonathan Miranda
c846245f1b
Merge "App Shortcut menu bug fixes and polish." into sc-dev
2021-06-16 18:06:13 +00:00
TreeHugger Robot
44ff0c8188
Merge "Tap on recents button twice to go to last app" into sc-v2-dev am: 9cc7c45b7f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14985087
Change-Id: I33287662626ab0cef3d98bf96a60f283e7ede8f9
2021-06-16 07:30:38 +00:00
TreeHugger Robot
9cc7c45b7f
Merge "Tap on recents button twice to go to last app" into sc-v2-dev
2021-06-16 07:18:07 +00:00
Jon Miranda
229c4c3235
App Shortcut menu bug fixes and polish.
...
- Widget is its own item.
- Change order of icon order.
- Update grab handle colors
Bug: 188095695
Test: long press on apps with/without widgets, long press apps on workspace/
all apps/search
Change-Id: Iabb9b4b3f3a928103b9d62601f22e74ef2325d7c
2021-06-15 18:59:51 -07:00
Vinit Nayak
aaff83b7e8
Merge "Initial commit of TaskBar on keyguard" into sc-v2-dev am: 5219c563be
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14738711
Change-Id: Ibdd38d7f528b490727049568fe3a776da7b27e5c
2021-06-15 23:21:04 +00:00
Vinit Nayak
5219c563be
Merge "Initial commit of TaskBar on keyguard" into sc-v2-dev
2021-06-15 23:05:17 +00:00
Vinit Nayak
113377d8b8
Tap on recents button twice to go to last app
...
Fixes: 190660016
Test: Tapped on recents twice and saw last app.
Tapped on recents and tried to tap on other app
icons and none of them launched.
Change-Id: Ie89f1ec0464f194087dc07ab99deb8223ab6ddb8
2021-06-15 15:12:17 -07:00
Hongwei Wang
c740ea4bdb
Merge "Use RectFSpringAnim for auto-enter-pip" into sc-dev am: e3bfeddd04 am: 413a443a71
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14984847
Change-Id: I33cf65707f48f97918b42e1cc5c6b0fc9f0675af
2021-06-15 21:30:31 +00:00
Thiru Ramasamy
487f1304a4
Merge "Enable logging for 'Themed icons' setting." into sc-dev am: 640fc8b84d am: e6f240bc12
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14983277
Change-Id: I543dfff3dafccb32c09072868658725b67919130
2021-06-15 21:30:01 +00:00
Hongwei Wang
413a443a71
Merge "Use RectFSpringAnim for auto-enter-pip" into sc-dev am: e3bfeddd04
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14984847
Change-Id: I4994f8b872c2b59497bea0106036baf30cb0a7f8
2021-06-15 21:17:48 +00:00
Thiru Ramasamy
e6f240bc12
Merge "Enable logging for 'Themed icons' setting." into sc-dev am: 640fc8b84d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14983277
Change-Id: If40731963001b85a16505ad162e52aad2a971154
2021-06-15 21:17:03 +00:00
Hongwei Wang
e3bfeddd04
Merge "Use RectFSpringAnim for auto-enter-pip" into sc-dev
2021-06-15 20:50:45 +00:00
Thiru Ramasamy
640fc8b84d
Merge "Enable logging for 'Themed icons' setting." into sc-dev
2021-06-15 20:47:23 +00:00
TreeHugger Robot
4a6cb13d56
Merge "Only inflating taskbar views for valid items" into sc-v2-dev am: 58e3a767ec
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14968386
Change-Id: I736267fb2244cbccd9802611c089a65bd9b0b8b7
2021-06-15 19:46:14 +00:00
TreeHugger Robot
58e3a767ec
Merge "Only inflating taskbar views for valid items" into sc-v2-dev
2021-06-15 19:19:55 +00:00
TreeHugger Robot
477ae13b2c
Merge "Update all apps divider to pill shape" into sc-dev am: 4ff2682787 am: 86ec716300
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14966493
Change-Id: If0ba28aee748df17dff0100811b5babfdce1d43a
2021-06-15 19:13:43 +00:00
Hongwei Wang
9d3e31e67c
Use RectFSpringAnim for auto-enter-pip
...
Make SwipePipToHomeAnimator a subclass of RectFSpringAnim and use the
bounds calculated from latter for auto-enter-pip transition.
Note that the landscape to portrait case may not fully comply to
RectFSpringAnim as we calculate the position separately in
SwipePipToHomeAnimator.
Video: http://recall/-/aaaaaabFQoRHlzixHdtY/CWBPU2A6vB8CeTFRanQLx
Bug: 184789411
Test: manual, see video
Change-Id: I67dae09e682b7d8f1a1f08995eb3bcf76bdf7417
2021-06-15 12:04:17 -07:00
TreeHugger Robot
86ec716300
Merge "Update all apps divider to pill shape" into sc-dev am: 4ff2682787
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14966493
Change-Id: I4eb5916743ec677f9658c3a51d05802d9f71afca
2021-06-15 18:52:50 +00:00
TreeHugger Robot
1560f401ae
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev
2021-06-15 18:52:15 +00:00
Vinit Nayak
560d28e3a1
Initial commit of TaskBar on keyguard
...
Bug: 180046394
Test: Tested with pin + keyboard +
pattern
Change-Id: I951d9508b1325c157a9c0d92fa8e77fe8df9c460
2021-06-15 11:33:26 -07:00
TreeHugger Robot
4ff2682787
Merge "Update all apps divider to pill shape" into sc-dev
2021-06-15 18:33:22 +00:00
Winson Chung
48ea8c95ce
Merge "Don't rely on intent to call back from activity tracker" into sc-dev am: 1b369c4763 am: 0c36935be9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14909197
Change-Id: If16d2f02cb2744f552ea3419e828e70ef5a8c9eb
2021-06-15 18:31:39 +00:00
TreeHugger Robot
d57fbf3d32
Merge "Fix foreground position during widget home animation" into sc-dev am: 3e366d6529 am: 4c45acffb3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14948450
Change-Id: I734c543e1d6ce5a52411a30594a9cdc9636efe98
2021-06-15 18:31:18 +00:00
TreeHugger Robot
12e246d773
Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-v2-dev
2021-06-15 18:21:06 +00:00
Winson Chung
0c36935be9
Merge "Don't rely on intent to call back from activity tracker" into sc-dev am: 1b369c4763
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14909197
Change-Id: Ic05028f7cbd58bd4312b04c32f60f31ec33a1721
2021-06-15 18:16:19 +00:00
TreeHugger Robot
5636db853d
Merge "Fix foreground position during widget home animation" into sc-dev am: 3e366d6529
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14948450
Change-Id: If1d918feb23b9f2282bcc88107d9beaa65c21fcd
2021-06-15 18:16:00 +00:00
TreeHugger Robot
4c45acffb3
Merge "Fix foreground position during widget home animation" into sc-dev am: 3e366d6529
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14948450
Change-Id: I2fc91c6e0863b95d701d0e3155e8a2e5e1e33f4f
2021-06-15 18:15:05 +00:00
Winson Chung
1b369c4763
Merge "Don't rely on intent to call back from activity tracker" into sc-dev
2021-06-15 18:04:52 +00:00
TreeHugger Robot
3e366d6529
Merge "Fix foreground position during widget home animation" into sc-dev
2021-06-15 17:59:48 +00:00
Thiru Ramasamy
74a6d2ea55
Enable logging for 'Themed icons' setting.
...
Eldar: http://eldar/510864786
Bug: 191161241
Test: local - http://gpaste/5934701681311744 & http://gpaste/6715297709948928
Change-Id: I18ad97f68b372997e222f06dabf8bbe83f15d92f
2021-06-15 10:48:43 -07:00
Sunny Goyal
ea8ac5a223
Only inflating taskbar views for valid items
...
Also enabling view cache for folders
Bug: 187353581
Test: Manual
Change-Id: I5bc695fd86475f30611bc6b362b4ae93c48c26bb
2021-06-15 10:37:23 -07:00
Bill Yi
62a5942bbb
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6008bded871e4aeb07624a629a1c511da221e180
2021-06-15 16:41:08 +00:00
Bill Yi
579b51a4d2
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I01c5129b1c842e461860f3f08701a3f897546503
2021-06-15 16:40:31 +00:00
Winson Chung
1c2d522d1b
Don't rely on intent to call back from activity tracker
...
- The intent is not updated in certain cases which means that the
callback may not be made if Launcher gets recreated. Instead
have the tracker manage the set of registered callbacks.
- This change allows AbsSwipeUpHandler to continue to receive
onActivityInit calls even if Launcher restarts, and also to
handle a case where restarting while waiting for a page-settling
callback will continue to finish the gesture.
Bug: 183962705
Test: Force recreate at various points in the gesture
Change-Id: Ib5ead8c868e798e26e56776f57bd715c79d087cd
2021-06-14 20:57:40 -07:00
Jonathan Miranda
e3d7a5ca0d
resolve merge conflicts of bea8267854 to sc-v2-dev am: 620c7d1854
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14964089
Change-Id: Id59c40b240acf1aaeb71b345bb1f9ce2a34932e5
2021-06-15 02:46:05 +00:00
Jonathan Miranda
620c7d1854
resolve merge conflicts of bea8267854 to sc-v2-dev
...
Bug: 181901105
Change-Id: I4bbe6258e0d2e5f04931d2a3d8d1f784a90f91de
Merged-In: Ia904b8b96301042c900e0589f33fc625c1c1148b
2021-06-15 02:32:30 +00:00
Hongwei Wang
1c93163efa
Merge "Calculate the position from start bounds for auto-enter PiP" into sc-dev am: 5a2a6e7325 am: 7987decd95
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940622
Change-Id: I561355576f45bbab255d4b99042ddda3f68a57d1
2021-06-15 01:17:34 +00:00
Hongwei Wang
7987decd95
Merge "Calculate the position from start bounds for auto-enter PiP" into sc-dev am: 5a2a6e7325
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940622
Change-Id: I22c35c165d0e881f46843da229374f095b9a1e82
2021-06-15 01:03:08 +00:00
Jonathan Miranda
96c0a95550
Merge "Address LAUNCHER_APP_LAUNCH_FROM_ICON jank." into sc-dev am: bea8267854
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14949954
Change-Id: If8d7343b7d3a28865ceec78e6bd7a751588e86a2
2021-06-15 00:49:44 +00:00
Jonathan Miranda
bea8267854
Merge "Address LAUNCHER_APP_LAUNCH_FROM_ICON jank." into sc-dev
2021-06-15 00:32:40 +00:00
Jon Miranda
0750f03c96
Address LAUNCHER_APP_LAUNCH_FROM_ICON jank.
...
- Delay app launch animations by a frame, and skip logic to skip the first frame.
- Note the icon pressed state animation still occurs, so there is still some
visual feedback for the user that something is happening.
Bug: 181901105
Test: ensure animation still looks smooth (using window animation scale & record in slow mo)
Change-Id: Ia904b8b96301042c900e0589f33fc625c1c1148b
Merged-In: Ia904b8b96301042c900e0589f33fc625c1c1148b
2021-06-14 23:29:29 +00:00
Hongwei Wang
635b3d09c4
Merge "Calculate the position from start bounds for auto-enter PiP" into sc-dev am: 5a2a6e7325
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940622
Change-Id: Ib122e9c2cac21d1170587a6a1fd6a6e6e429cc8b
2021-06-14 22:28:03 +00:00
Hongwei Wang
5a2a6e7325
Merge "Calculate the position from start bounds for auto-enter PiP" into sc-dev
2021-06-14 22:21:19 +00:00
Evan Rosky
e11433eadf
Merge "Finish wrapped launcher animations if impl is gone" into sc-v2-dev am: 1f804199c4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940361
Change-Id: I58ebfb3ad4523c870e72e9a72a630e9e66213040
2021-06-14 20:11:34 +00:00
Evan Rosky
1f804199c4
Merge "Finish wrapped launcher animations if impl is gone" into sc-v2-dev
2021-06-14 19:58:13 +00:00
Samuel Fufa
d85735db47
Update all apps divider to pill shape
...
Screenshot: https://screenshot.googleplex.com/4AJFL7MjJuZr7tf
Bug: 188946089
Test: local
Change-Id: If45512b24caefc66725892ab8429afd3d9ce20c8
2021-06-14 13:37:52 -05:00
Jon Spivack
a0e6c277c7
Merge "Send NIU Actions Intents to default Assistant" into sc-dev am: 3e48c63180 am: 7122e96640
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940621
Change-Id: If2908fe7cb0793e870d7b9ffe2a76b6cf8f712db
2021-06-14 18:25:02 +00:00
Jon Spivack
7b57deb534
Merge "Send NIU Actions Intents to default Assistant" into sc-dev am: 3e48c63180
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940621
Change-Id: I9f11bc98ec704e6eeb1e3c4ce278e92aadc5765f
2021-06-14 18:23:45 +00:00