TreeHugger Robot
7c58b4c7dc
Merge "Revert "Exposing AnimatorListeners in StateManager to receive both success and failure callback"" into sc-dev
2021-05-12 23:37:33 +00:00
Jonathan Miranda
951962cd05
Merge "Tuning app close, and turn on flag." into sc-dev
2021-05-12 23:28:59 +00:00
Tony Wickham
62dbe9827a
Specify REQUEST_RECONFIGURE_APPWIDGET when dropping on Setup target
...
Test: Add a configurable widget to the home screen, drag it to the
Setup drop target, and swipe up to home from the setup page
Fixes: 187839837
Change-Id: I0912317248a33764d4f2a49db73b8fba44dfeca1
2021-05-12 16:19:58 -07:00
Winson Chung
8dbba26e76
Add a content overlay for auto-enter w/o a source hint rect
...
Bug: 184703546
Test: Swipe up from app with auto-enter but no source hint rect
Signed-off-by: Winson Chung <winsonc@google.com >
Change-Id: Ib6f03dc6b11d37c44d732c75adabf45d1795fefc
2021-05-12 15:19:52 -07:00
Jon Miranda
b3a267b58a
Tuning app close, and turn on flag.
...
- Tracks centery, slowed things down a bit
* We will be replacing StaggeredWorkspaceAnim with
another animation, but I'm keeping it here in
case we decide to turn the flag off later on.
Bug: 173107751
Test: manual
Change-Id: I5cd54ec374ad07c4912aff125a905b3b1dc7ebd5
2021-05-12 15:04:15 -07:00
Winson Chung
d7f11d5fb9
Revert "Exposing AnimatorListeners in StateManager to receive both success and failure callback"
...
This reverts commit a75f576890 .
Reason for revert: b/187887269
Bug: 187887269
Change-Id: I8a56ff7054e71cf30b113fdaa213397dae0c53cb
2021-05-12 21:25:22 +00:00
Samuel Fufa
890240f470
Merge "[WorkProfile] Fix Work profile switch synchronization" into sc-dev
2021-05-12 21:12:31 +00:00
Samuel Fufa
9e4a9bc777
[WorkProfile] Fix Work profile switch synchronization
...
Bug: 185566696
Bug: 185557440
Test: Manual
Change-Id: Ie9c94c6daee233d299aa63dc5bcb258a37c321e4
2021-05-12 20:40:20 +00:00
TreeHugger Robot
2d0715f45c
Merge "Fix widget drop animation" into sc-dev
2021-05-12 19:46:13 +00:00
Vinit Nayak
3f349db912
Merge "Prevent thumbnails from shifting if placeholder view doesn't overlap" into sc-dev
2021-05-12 18:04:49 +00:00
Hyunyoung Song
afd470fc69
Merge "Implement overshoot and squish motion in all apps open" into sc-dev
2021-05-12 17:51:31 +00:00
Sunny Goyal
80b25cfd5d
Fix widget drop animation
...
When removing content from the dragView, replace it with a snapshot
so that the preview remains the same
Test: Drag a widget and observe the drop animation is shown.
Bug: 187423667
Change-Id: I1e726f50a2b3d0a5f1562297cccf47a435affd02
2021-05-12 09:58:05 -07:00
Jonathan Miranda
d95aa5a5d7
Merge "Remove color extraction from popup arrow, add shadows." into sc-dev
2021-05-12 15:47:43 +00:00
Andy Wickham
53a44a2e51
Merge "Update gesture navigation tutorial." into sc-dev
2021-05-12 09:31:44 +00:00
Jonathan Miranda
d75f89c6c0
Merge "Fix contrast issue with folder background and text colors." into sc-dev
2021-05-12 01:49:26 +00:00
Schneider Victor-tulias
e3af6c6513
Update gesture navigation tutorial.
...
- Updated gesture navigation feedback videos.
- Added feedback motion loop videos.
- Updated strings.
- Added alternate strings for when the user launches tutorial steps from the Tips app.
Test: manual
bug: 169687177
Change-Id: I87d475e1510a25ffefea14dbd0b224a063e7cad8
2021-05-11 18:14:29 -07:00
Jon Miranda
35c5477d5c
Remove color extraction from popup arrow, add shadows.
...
Bug: 175329686
Bug: 187014675
Test: manual
Change-Id: I84a3f23b7a9ceef004a2b1b66e5f8a10585bd113
2021-05-11 17:35:01 -07:00
TreeHugger Robot
3e0c115196
Merge "Use SP for folder text size." into sc-dev
2021-05-12 00:30:36 +00:00
Jon Miranda
7bbd03160f
Fix contrast issue with folder background and text colors.
...
Bug: 187797251
Test: dark wallpaper, light wallpaper, toggle dark theme on both
Change-Id: I57ddfc91878d68735d5ae5ec5ab78222fda101ca
2021-05-11 17:01:53 -07:00
Jon Miranda
af3aed0c4a
Use SP for folder text size.
...
Bug: 156141463
Test: change font size, verify folder text size changes
Change-Id: I7e479d76c9f16c5b42cabfbae63494ef98b6dc27
2021-05-11 16:14:09 -07:00
Hyunyoung Song
1553f4dfae
Merge "Revert "Don't crash on dialer app target search results"" into sc-dev
2021-05-11 23:13:13 +00:00
TreeHugger Robot
d30f4ce528
Merge "hide keyboard onStop and onNewIntent" into sc-dev
2021-05-11 23:08:53 +00:00
TreeHugger Robot
d7c6e44ba9
Merge "Exposing AnimatorListeners in StateManager to receive both success and failure callback" into sc-dev
2021-05-11 22:21:42 +00:00
Winson Chung
76e27f6d5d
Merge "End scroller if it has already reached the final position" into sc-dev
2021-05-11 21:52:45 +00:00
Hyunyoung Song
5ee7c13c60
hide keyboard onStop and onNewIntent
...
Bug: 183062683
Test: manual
Change-Id: I4c69c8ff87d827552e6b77424ce4b17edfb22966
2021-05-11 14:03:05 -07:00
Sunny Goyal
a75f576890
Exposing AnimatorListeners in StateManager to receive both success and failure callback
...
Updating various callers to use onSuccess or onEnd appropriately
Test: Manual
Bug: 185554764
Change-Id: I357dd1fdbe111e7a30d4c8dee520fbd7d9956b7d
2021-05-11 13:53:14 -07:00
Hyunyoung Song
222a59e79a
Implement overshoot and squish motion in all apps open
...
Bug: 187475924
Bug: 183062683
Test: manual
Change-Id: I33b6c647c45ff467c6d49cf3796f92ca366ab3f1
2021-05-11 13:49:45 -07:00
Winson Chung
8542541b2b
End scroller if it has already reached the final position
...
- The system overscroller seems to take a long time to settle even
after the final position has been reached, so if that has already
happened and there is no edge effect, then just end the scroller.
- Remove unused code related to SmoothPageView
Bug: 184983443
Test: Quickswitch and ensure we finish the recents animation after it settles
Change-Id: I9fa72ddd6b6e0d38b6f622c776a2ac5f5b055760
2021-05-11 12:59:14 -07:00
TreeHugger Robot
a7cc2cbdb5
Merge "Enable smartspace card dismissals" into sc-dev
2021-05-11 19:39:28 +00:00
TreeHugger Robot
95ff5cf63e
Merge "Handle config changes in Launcher" into sc-dev
2021-05-11 10:58:48 +00:00
András Klöczl
45e72a1ed3
Merge "Fix launcher navigation issue when using a controller" into sc-dev
2021-05-11 10:01:43 +00:00
Andras Kloczl
359d1aedae
Fix launcher navigation issue when using a controller
...
When navigating in Launcher home using a controller,
the mCurrentPage variable isn't updated properly which
results in out of order navigation.
Test: manual
Before: http://shortn/_c8A8mKiplN
After: http://shortn/_ctxIaweqZY
Bug: 187205980
Change-Id: I9ff4019b608e999749c4d0835cc3ceb35be93a3f
2021-05-11 09:52:24 +02:00
TreeHugger Robot
b32fd46c8d
Merge "Removing Launcher dependency from Folders" into sc-dev
2021-05-11 03:01:11 +00:00
TreeHugger Robot
f2247f199f
Merge "Add method to check if popup supports color extraction." into sc-dev
2021-05-11 01:55:45 +00:00
TreeHugger Robot
2fd0be4b15
Merge "Focus on newly-added workspace items for accessibility." into sc-dev
2021-05-10 23:40:41 +00:00
TreeHugger Robot
db58e41241
Merge "Avoid rebind if data didn't change" into sc-dev
2021-05-10 22:45:38 +00:00
Tracy Zhou
afb2cb2cc8
Merge "Finish the recents animation when the phone goes to sleep" into sc-dev
2021-05-10 22:11:36 +00:00
Sunny Goyal
0fd2bf260b
Merge "Ignoring invalid deep shortcuts during load" into sc-dev
2021-05-10 21:56:45 +00:00
Sunny Goyal
5996937798
Removing Launcher dependency from Folders
...
This allows opening/closing folders without a Launcher context
Bug: 187353581
Test: Manual
Change-Id: Id73a40445a23004eb554f0422d286aa0ff6b3c41
2021-05-10 14:01:43 -07:00
Schneider Victor-tulias
68706ebe5a
Focus on newly-added workspace items for accessibility.
...
Fixes: 177972980
Test: manual
Change-Id: Ic31a940aba7bd08eb9d4236d9c963006a18c9f4d
2021-05-10 20:39:22 +00:00
Winson Chung
7bce233fb4
Merge "Removing some unused logs" into sc-dev
2021-05-10 20:15:43 +00:00
Schneider Victor-tulias
05d883452f
Enable smartspace card dismissals
...
Test: none
Bug: 184179894
Change-Id: I2529dc1ef8574f2eb6cec8d6b9de47bdf20a7ed2
2021-05-10 13:15:10 -07:00
Alex Chau
a02eddc144
Handle config changes in Launcher
...
- This is practically a revert to http://ag/c/13687966/5 and refactored to use DisplayController.DisplayInfoChangeListener
- Make Launcher handle size and density change so transition is less janky when screen size changes
- Added fix in RecentsView to update state and TaskView when display profile changes
- Removed 720dp specific resoureces
- Removed unused widget_section_indent
- Removed unnecessary all_apps_background_canvas 600dp override that is not needed in AllApps+
- Moved remaining dp specific into DeviceProfile
- Simplified allowRotation logic to use single variable in DeviceProfile to determine if allow rotation is enabled by default
Fixes: 180803696
Test: manual
Change-Id: Iea0a7d1a0e14dc3613152dd3b3887450a2e1fc2f
2021-05-10 18:50:02 +01:00
Cyrus Boadway
5501636c72
Merge "Enable Quickstep widget launch and return animations" into sc-dev
2021-05-10 17:48:55 +00:00
Tracy Zhou
f20a4bd9a9
Finish the recents animation when the phone goes to sleep
...
Fixes: 169988381
Test: manual
Change-Id: I62527ef46009a1417e67637c512b3a2fc005bcd6
2021-05-10 10:20:43 -07:00
TreeHugger Robot
32ee8c6a51
Merge "Add local wallpaper color extraction to folder backgrounds." into sc-dev
2021-05-09 04:02:12 +00:00
TreeHugger Robot
21d9239559
Merge "New motion for ArrowPopup open/close." into sc-dev
2021-05-08 20:04:40 +00:00
Winson Chung
35226124e3
Removing some unused logs
...
Fixes: 185820525
Fixes: 177316094
Fixes: 158017601
Fixes: 180915942
Change-Id: I8ce5bde08e1728d3209762c5f061245386408825
2021-05-07 20:52:33 -07:00
Jon Miranda
94e43bd7d8
New motion for ArrowPopup open/close.
...
Bug: 175329686
Test: long press on apps where container opens above & below
and where container is aligned left & right
Change-Id: I09bbf57b6e19cc6f022b9a96fb48d8c4ae080813
2021-05-07 19:33:22 -07:00
Sunny Goyal
ce0c857e45
Avoid rebind if data didn't change
...
Bug: 187531176
Test: Manual
Change-Id: I94ab7ecfbed0cb8f0fbae995b4e2ff9c9cdaa808
2021-05-07 16:16:59 -07:00