TreeHugger Robot
bc55b29cfe
Merge "Fix task bar unstashing and stashing when triggering back gesture using the trackpad" into udc-dev
2023-03-31 15:27:08 +00:00
Winson Chung
b793def6ab
Merge "Adding check for recents interface before calling back" into udc-dev
2023-03-31 06:21:50 +00:00
Winson Chung
78486a253d
Adding check for recents interface before calling back
...
- If SysUI crashes, there's a brief period where the interfaces
are reset before SysUI rebinds to Launcher
Fixes: 276354061
Test: Presubmit
Change-Id: Id1a1a1f41b48b9a7d86c1637cc06b662b5d17914
2023-03-31 06:21:41 +00:00
Riddle Hsu
77a6164f7a
Merge "Reduce no-op IPC when swiping up" into udc-dev
2023-03-31 05:11:54 +00:00
Tracy Zhou
f3e9f870bd
Fix task bar unstashing and stashing when triggering back gesture using the trackpad
...
Need to defer starting recents animation. Instead of starting at touch down, will defer to passing initial slop. For the back gesture, launcher gesture nav will cancel the motion events from the input monitor passing the initial slop since it's not detected as a swipe up gesture.
Fixes: 276390218
Test: 3-finger horizontal swipe to go back, and make sure the task bar stay stashed through the transition
Change-Id: I03376c4d9696a9e5679b74e36ec142efa882981b
2023-03-30 21:04:13 -07:00
TreeHugger Robot
bfa4c67ac8
[automerger skipped] Merge "Don't stash immediately when drag was canceled" into tm-qpr-dev am: d9dd75d2cc am: 552fe5ec52 -s ours
...
am skip reason: Merged-In I06ca0eccbfe313dbae8f6d96c7c09bb659f6a27b with SHA-1 c691dcba5a is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22316250
Change-Id: I108d71c686c01482bd695204c51d4028b12c24d0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-31 01:57:02 +00:00
TreeHugger Robot
552fe5ec52
Merge "Don't stash immediately when drag was canceled" into tm-qpr-dev am: d9dd75d2cc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22316250
Change-Id: I5f1189de25670ff70fe5bc4b39ed4cbc41a676cf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-31 01:23:49 +00:00
Jerry Chang
d571e89311
Merge "Fix wrong surface positioning when animating a split pair to home" into udc-dev
2023-03-31 01:12:57 +00:00
vadimt
59cc1714ce
Demoting WorkProfileTest#testEdu from presubmit due to high flakiness
...
Test: presubmit
Bug: 243688989
Change-Id: Ib477e9f749a6f7117008d65316f32080c719167c
2023-03-30 17:53:52 -07:00
Vadim Tryshev
30022f14e0
Merge "Demoting WorkProfileTest#workTabExists from presubmit due to high flakiness" into udc-dev
2023-03-31 00:47:43 +00:00
TreeHugger Robot
d9dd75d2cc
Merge "Don't stash immediately when drag was canceled" into tm-qpr-dev
2023-03-31 00:08:44 +00:00
Holly Sun
6dfcbfc98b
[tile] Show arrow as hint for a tile.
...
Bug: 262443413
Test: manual
Flag: ENABLE_QS_TILE. OFF
Change-Id: I0ac3042a08d4c5e834c9db15d8b8879c23d9b709
2023-03-30 15:32:24 -07:00
Evan Rosky
8869bb5f40
Improve transition logging
...
Adding debug-names to remote transitions so that
they can be identified across processes
Bug: 276349701
Test: existing tests since this doesn't change logic
Change-Id: I41400feeb2dd91971f8c750613085c80af309aea
2023-03-30 15:28:43 -07:00
Vinit Nayak
ecca8eacbc
Default to using SplitSelectSource drawable if TaskView icon drawable is null
...
* Alternative solution could be to set
onTaskViewVisibilityChanged(true) for the taskView that is about
to be dismissed so it loads it's taskIcon/thumbnail back from the cache
* However, that does still leave us open to race conditions (even though
we can be reasonably confident the icon is probably in the cache)
* Also made other changes to allow already public fields on some classes
to be mockable for unit testing
Fixes: 275267738
Test: Tested with fullscreen task at end of overview,
GroupedTaskView at end of overview,
Initiating split from home,
Initiating split from overview actions,
Initiating split from overview app icon
Change-Id: Ic9059c93c07b90f61c9f418d5d36d6ba201ff96a
2023-03-30 15:26:57 -07:00
Sebastian Franco
7fcb30d2c7
Correctly disposing of LauncherUnlockAnimationController
...
In SystemUiProxy we don't need to check for null before calling
setLauncherUnlockAnimationController becase that function is already
checkingh fo nulls, so it was preventing the variable from getting
cleaned.
Fix: 275418590
Test: flake should dissapear or be reduced
Change-Id: I8cf5dad57678493167354e137a18e37b37f3e58b
2023-03-30 21:39:46 +00:00
Andrew Cole
9a424a6d1c
Merge "Fixing an issue with the drop target font becoming very small for removing and uninstalling. I also verified that this doesnt break a fix presented in b/264732627" into udc-dev
2023-03-30 21:20:01 +00:00
Charlie Anderson
51c537ae15
Merge "prevent some clipping for popup shortcuts on small screens / landscape" into udc-dev
2023-03-30 21:12:10 +00:00
Anushree Ganjam
54191c2e40
Remove attribute related to ResultType.NAVVYSITE.
...
Removing the mapping on Aster side as well cl/520737613.
Bug: 276345144
Test: Manual
Flag: NA
Change-Id: Ie1deebf328d1ba0d5b32f0e015ab372871d5083e
2023-03-30 21:06:00 +00:00
Jagrut Desai
3aaae66d37
Merge "Taskbar System Action with Broadcast Receiver." into tm-qpr-dev am: d1d0fb8607 am: 99e6efe6f3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22242613
Change-Id: I2cd41ac48e58ac04f4600f6d63b5915fc260c48f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 18:40:46 +00:00
Jon Miranda
258b331c49
Merge "Align taskbar so that it does not overlap with nav buttons." into tm-qpr-dev am: e008411f00 am: eb1bc63ffa
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22315699
Change-Id: I41ea7b65f0ffaaa7c2fae79d349763b6841204f8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 18:39:44 +00:00
TreeHugger Robot
d11a615946
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev am: 495c7819ef -s ours am: 463571c8cc -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22328736
Change-Id: I0798dc70c3aefda3c4d5866ff1dc09e397d62773
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 18:06:43 +00:00
Bill Yi
f3a72aca79
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 4a7f7025b7 -s ours am: bed3dafe1f -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22328736
Change-Id: I5696af3b6218d37af89799b7c2d045cb6ddf83c8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 18:06:30 +00:00
Andrew Cole
d1c0d5c039
Merge "Fixing an issue with the drop target font becoming very small for removing and uninstalling. I also verified that this doesnt break a fix presented in b/264732627" into tm-qpr-dev am: 6cb7469564 am: 67f446827b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22338450
Change-Id: I27d4ed2572abc6b4bd4e445b56cc9348dcb88fb8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 18:02:59 +00:00
vadimt
a2918038fc
Demoting WorkProfileTest#workTabExists from presubmit due to high flakiness
...
Test: presubmit
Bug: 243688989
Change-Id: I2edbd94a79d8f66e006ce0087bf4ab617e6ba041
2023-03-30 10:45:01 -07:00
Schneider Victor-tulias
6468ce77b8
Merge "Add the gesture nav tutorial menu page" into tm-qpr-dev am: 1db2fcbd19 am: cafab1d7cc
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22119029
Change-Id: Id6121e8c572666f182e0b2d0ca250c636236f19f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 17:28:13 +00:00
Schneider Victor-tulias
f8f602d76c
Merge "Fix TwoPanelWorkspaceTests" into tm-qpr-dev am: 90259a6db4 am: d8e5795131
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22185922
Change-Id: Ic5d6ce2a870f19c960baab3af8abfb1faee248f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 17:16:22 +00:00
Jagrut Desai
99e6efe6f3
Merge "Taskbar System Action with Broadcast Receiver." into tm-qpr-dev am: d1d0fb8607
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22242613
Change-Id: I34aa4182c74483c6dd94adb119bda9a30a8240aa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 17:06:00 +00:00
Jon Miranda
eb1bc63ffa
Merge "Align taskbar so that it does not overlap with nav buttons." into tm-qpr-dev am: e008411f00
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22315699
Change-Id: I72655d251013fddd9736963cc68e842c58941569
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 17:05:45 +00:00
TreeHugger Robot
463571c8cc
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev am: 495c7819ef -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22328736
Change-Id: Ieea153317afb65c8f33d3eaffde20c060e546e58
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 16:55:10 +00:00
Bill Yi
bed3dafe1f
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 4a7f7025b7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22328736
Change-Id: I43ce56c5d68198974134534b6d102ae9461f5f9b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 16:54:57 +00:00
Andrew Cole
67f446827b
Merge "Fixing an issue with the drop target font becoming very small for removing and uninstalling. I also verified that this doesnt break a fix presented in b/264732627" into tm-qpr-dev am: 6cb7469564
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22338450
Change-Id: I415ab087552478fe95d4055735300be1c77b01bb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 16:47:29 +00:00
Schneider Victor-tulias
cafab1d7cc
Merge "Add the gesture nav tutorial menu page" into tm-qpr-dev am: 1db2fcbd19
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22119029
Change-Id: Ie1f24b78ea9f49a1089e15331cadc35af0073490
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 16:47:18 +00:00
Schneider Victor-tulias
d8e5795131
Merge "Fix TwoPanelWorkspaceTests" into tm-qpr-dev am: 90259a6db4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22185922
Change-Id: I916c0e191cb2e335b9e393ea76c34cff39778481
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-30 16:47:04 +00:00
Riddle Hsu
b1ca1b777f
Reduce no-op IPC when swiping up
...
In SplitScreenController#onGoingToRecentsLegacy, it also ignores:
if (ENABLE_SHELL_TRANSITIONS) return null;
This avoids a latency from the 2-way IPC before calling
RecentsAnimationListener#onRecentsAnimationStart.
Bug: 275508603
Test: Swipe-up
Change-Id: If1aa847bd92b2a16812a5181b4476d9a35619a76
2023-03-30 15:49:40 +00:00
Charlie Anderson
a2dc0a1a9c
prevent some clipping for popup shortcuts on small screens / landscape
...
Test: run failing test
Bug: 275115239
Change-Id: I9278f6e1c1835a8ec6a4f363e237c64fd199716a
2023-03-30 15:08:36 +00:00
Arthur Hung
b5c44b60c0
Merge "Handling statusbar color when back navigation (2/2)" into udc-dev
2023-03-30 11:23:03 +00:00
TreeHugger Robot
cba5d7b5c5
Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-dev
2023-03-30 08:58:51 +00:00
Jagrut Desai
d1d0fb8607
Merge "Taskbar System Action with Broadcast Receiver." into tm-qpr-dev
2023-03-29 23:26:26 +00:00
Tony Wickham
52f046e027
Don't stash immediately when drag was canceled
...
Instead, keep the taskbar open for the normal timeout.
Test: Drag an app from taskbar and drop back in taskbar, ensure taskbar
stays open until 5 second timeout; Drag an app from taskbar and drop
into split screen, ensure taskbar stashes immediately
Flag: ENABLE_TRANSIENT_TASKBAR true
Fixes: 275019813
Change-Id: I06ca0eccbfe313dbae8f6d96c7c09bb659f6a27b
Merged-In: I06ca0eccbfe313dbae8f6d96c7c09bb659f6a27b
2023-03-29 23:10:11 +00:00
Jon Miranda
e008411f00
Merge "Align taskbar so that it does not overlap with nav buttons." into tm-qpr-dev
2023-03-29 23:04:43 +00:00
TreeHugger Robot
2514a15a85
Merge "Don't stash immediately when drag was canceled" into udc-dev
2023-03-29 23:04:38 +00:00
TreeHugger Robot
495c7819ef
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-03-29 22:22:16 +00:00
Andy Wickham
23f7d82831
Don't move down all apps container when touching near scroll bar.
...
Previously we were using any touch outside of the panel to move
the container, but we want to check this last, after checking if
the touch is near the scrollbar (in which case it should intercept
instead).
Test: Manual
Flag: N/A
Fix: 236661990
Change-Id: I518c546356d1f6c6cedf4b31fa621295dd090175
2023-03-29 22:04:11 +00:00
Andrew Cole
6cb7469564
Merge "Fixing an issue with the drop target font becoming very small for removing and uninstalling. I also verified that this doesnt break a fix presented in b/264732627" into tm-qpr-dev
2023-03-29 21:47:49 +00:00
Sunny Goyal
1fc1cd002f
Merge "Revert "Simplifying some page indicator dots attributes so that it can"" into udc-dev
2023-03-29 21:22:10 +00:00
Jon Miranda
156ff34f35
Align taskbar so that it does not overlap with nav buttons.
...
Fixes: 275510698
Bug: 259712417
Test: View device where taskbar should be start aligned
Update Display size to make everything bigger
Observe that taskbar icons never overlap nav buttons
Flag: ENABLE_TRANSIENT_TASKBAR true
Change-Id: I246374518f21c4b92d3e02e5582c929a471d9305
2023-03-29 21:04:03 +00:00
Sunny Goyal
0263a679f2
Revert "Simplifying some page indicator dots attributes so that it can"
...
This reverts commit a5ead45967 .
Reason for revert: b/274169859
Change-Id: Id214694ae4f61cd70796c6f7e932c1fdef82d746
2023-03-29 19:11:03 +00:00
Schneider Victor-tulias
1db2fcbd19
Merge "Add the gesture nav tutorial menu page" into tm-qpr-dev
2023-03-29 18:54:22 +00:00
Brian Isganitis
d43d7c3702
Clean up device profile change listeners for AllApps.
...
Test: https://b.corp.google.com/issues/260177372#comment1
Bug: 260177372
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d17261029af89ef03b860686d1d3c6651e7c8e13 )
Merged-In: Ic7417980e8280bf2fcb110e5de74ea2ae59d9b74
Change-Id: Ic7417980e8280bf2fcb110e5de74ea2ae59d9b74
2023-03-29 18:46:47 +00:00
Vinit Nayak
e6d86e20aa
Consolidate WorkProfileTest "@After" methods
...
* There were two separate methods, which can run in
any order. Consolidate to reduce variability
Bug: 243688989
Change-Id: Ic924aa8a5d75505aecf6c830c63a85a0d2028d83
2023-03-29 18:21:45 +00:00