Bill Yi
ec2f0cdff0
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ifb1b25c854a794d00a282def5db5fbb266c70c04
2023-06-05 02:58:05 -07:00
Bill Yi
5d8848b668
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia6693a9700b2dada366e0b482bc336c65d67fef9
2023-04-22 00:11:16 -07:00
Jon Miranda
0400e2ba46
Fix bug where taskbar is translated during hotseat handoff. am: ecb55ef471
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22531977
Change-Id: If9624d1b602edd615e19ae135e963723537ce574
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-10 23:19:59 +00:00
Jon Miranda
ecb55ef471
Fix bug where taskbar is translated during hotseat handoff.
...
Fixes: 277271088
Test: be in app
swipe up from bottom to top of screen without pausing then release
observe taskbar -> hotseat handoff
observe no jump
Change-Id: I2bb9d93d39215ca3653e2e4353391b50b7ab6417
2023-04-07 11:44:33 -07:00
Winson Chung
8bf8e01550
Merge "Always provide mandatory bottom gesture insets" into tm-qpr-dev am: 4b5b50be80
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22511939
Change-Id: I53cbb4a63c0cea6fcb12ce4ee82522e599ad5b9a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-06 22:10:05 +00:00
Treehugger Robot
549615f627
Merge "Close system dialogs on Taskbar home button tap" into tm-qpr-dev am: 199b08efc8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22513962
Change-Id: Ie7f9d86590630d12d4ce61c6109f8bdc1bab51cc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-06 22:09:16 +00:00
Winson Chung
4b5b50be80
Merge "Always provide mandatory bottom gesture insets" into tm-qpr-dev
2023-04-06 21:40:06 +00:00
Treehugger Robot
199b08efc8
Merge "Close system dialogs on Taskbar home button tap" into tm-qpr-dev
2023-04-06 21:30:51 +00:00
Jeremy Sim
a2d9d1de48
Merge "Fix bug with split screen not recognizing user differences" into tm-qpr-dev am: 4bce4f6193
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22463688
Change-Id: I6a9d3d87d27ee922d7aed85a4e4d3369902bef8e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-06 19:30:44 +00:00
Vinit Nayak
5bda089e2b
Close system dialogs on Taskbar home button tap
...
Fixes: 255879258
Test: Able to go home w/ shade down in app and
in overview
Change-Id: Ia706148b4437e18b16b711bda572c4ba28958718
2023-04-06 12:09:35 -07:00
Winson Chung
48e6b4ccd9
Always provide mandatory bottom gesture insets
...
Bug: 265614886
Bug: 277185135
Test: atest WindowInsetsPolicyTest
Change-Id: I0cf4d5b72e54caf7c671a5d52a93d2066a79ed65
Merged-In: I964e0b759170c127cb05615ce5bf6fa827621187
2023-04-06 19:08:26 +00:00
Jeremy Sim
4bce4f6193
Merge "Fix bug with split screen not recognizing user differences" into tm-qpr-dev
2023-04-06 19:02:50 +00:00
Mike Schneider
0264036b64
Merge "Fade navbar-handle in/out during TRANSITION_HANDLE_FADE" into tm-qpr-dev am: 2a20958f4b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22433065
Change-Id: Ib0a5f6cea3574815e0f6557c4171ba7d1efe8c6d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-06 15:33:19 +00:00
Mike Schneider
6353f6b8e4
Fade out navbar on lockscreen -> homescreen transition am: 975fa69260
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22422409
Change-Id: Ic1b27f08c277fcda8332a37ef596228a9871f2e6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-06 10:54:00 +00:00
Mike Schneider
0d7713780f
Fade navbar-handle in/out during TRANSITION_HANDLE_FADE
...
The existing code relied on the INSTANT / FINAL_FRAME interpolators,
however these did not work as expected for sub-animations with shorter durations,
since the INSTANT / FINAL_FRAME interpolator applies to the sub-animations durations
This caused the stashed handle to jumpcut in/out, while the taskbar icons were
actually visible in the area of the navbar.
This is fixed to polish the lock/unlock animation (b/275319714), but happenes to fix b/276941963 as well.
Before: http://shortn/_uxw2oe7QeA
After: http://shortn/_yMY8IQIM60
Bug: 275319714
Bug: 276941963
Fixed: 275319714
Fixed: 276941963
Test: manual (http://shortn/_rnGNSkRH3w ), tapl tests
Change-Id: I79e431e9ee21ede069864ee217bb343f0c32dfc7
2023-04-06 12:39:46 +02:00
Mike Schneider
975fa69260
Fade out navbar on lockscreen -> homescreen transition
...
Introduces a new SYSUI_STATE_STATUS_BAR_KEYGUARD_GOING_AWAY QuickStepContract flag, to get an early signal when the keyguard is going away
Bug: 275319714
Test: transitions manual (http://shortn/_ySNBaPFHRZ ), existing tapl tests
Change-Id: Ie0044ea8e934afa793ca56a4eacc2b776edbdf0e
2023-04-06 05:08:28 +00:00
Jeremy Sim
1b75c85305
Fix bug with split screen not recognizing user differences
...
This patch fixes a bug where split screen did not fully support launching intents with different users.
The bug arose because SplitSelectStateController only had one place to store user information about the staged intent, mUser, but this disregarded the fact that the secondary app could also be passed in as an intent, and could belong to a different user from that of the initial app and the existing context. We need to support this case now since we now allow second-app selection from Taskbar.
Fixed by splitting the field into mInitialUser and mSecondUser, which will be tightly bound with mInitialTaskIntent and mSecondTaskIntent to make sure that Intents are always launched with the correct UserHandle.
Fixes: 275410160
Test: Manual
Change-Id: Ic904672769be8fd116180d457b36eb567c5ee304
Merged-In: Ic904672769be8fd116180d457b36eb567c5ee304
Merged-In: I1ec49c75d562e4309a41d98010f0eff113c81e9d
2023-04-06 03:44:33 +00:00
TreeHugger Robot
a2b770b484
Merge "Allow grids to specify if we should start align taskbar in 3 button nav." into tm-qpr-dev am: 65ac592f40
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22361600
Change-Id: I71c7f33286ccfa770f87b812c8ec27fa4ecb25ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-05 22:06:49 +00:00
TreeHugger Robot
65ac592f40
Merge "Allow grids to specify if we should start align taskbar in 3 button nav." into tm-qpr-dev
2023-04-05 21:46:40 +00:00
Jon Miranda
b5482137ef
Merge "Allow user gesture to take priority over taskbar translation reset animnatiuon." into tm-qpr-dev am: 4288be12a7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22464244
Change-Id: I75fdac300d2875b28ef0b230c27396c68b469ade
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-05 18:47:26 +00:00
Jon Miranda
4288be12a7
Merge "Allow user gesture to take priority over taskbar translation reset animnatiuon." into tm-qpr-dev
2023-04-05 18:20:16 +00:00
Jon Miranda
04f051045c
Allow grids to specify if we should start align taskbar in 3 button
...
nav.
Bug: 259712417
Test: check layout on tablet
check layout on multi_display devices
Change-Id: I282f51e5d76a30e9ad9d8c52d03d4853e965d65a
2023-04-05 10:29:51 -07:00
Mike Schneider
472fe81e62
Hide taskbar content while dreaming. am: f0f94f2ed9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22387402
Change-Id: I9a701bd2edcc4d0cadff91eb9983c29d0772364c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-05 12:16:40 +00:00
Mike Schneider
5172dd3e36
Factor out explicit animation types for the stash/unstash animations. am: 2ebfc41966
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22359836
Change-Id: I962f6be19245efef84a70ccd67c5ebf86422c80f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-05 12:16:32 +00:00
Mike Schneider
f0f94f2ed9
Hide taskbar content while dreaming.
...
When entering the dreaming state, the TaskbarDragLayer is faded out.
Upon wake up, a slight delay is added to allow the SFPS reader to do
its magic, so the lockscreen-navbar does not pop-in just to be removed
again.
Bug: 271440683
Bug: 275319714
Fixes: 271440683
Test: manual (http://shortn/_cQudGXDSDU )
Change-Id: I34e02f02288bace39626d531d115fc994b11f371
2023-04-05 09:40:21 +02:00
Mike Schneider
2ebfc41966
Factor out explicit animation types for the stash/unstash animations.
...
This consolidates the logic on what animation to play into one place, and will simplify tuning the lock/unlock transitions
Bug: 275319714
Test: manually (http://shortn/_Q1dTzmIpqK ), unit tests
Change-Id: I9ba9c9f13dbbff88d8515e567fdb3dfe5556553e
2023-04-05 09:40:21 +02:00
Jon Miranda
41b580bc63
Allow user gesture to take priority over taskbar translation reset animnatiuon.
...
Bug: 273948325
Test: open overview
tap to open main app
quickly swipe up to show taskbar
Change-Id: I0bbb3a354baf9b56652f029a357d8a5803281da5
2023-04-04 17:06:04 -07:00
Tony Wickham
3979706e06
Merge "Add debug logs for why taskbar might not be destroyed" into tm-qpr-dev am: c8d8c58f5b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22391708
Change-Id: I1bea5537e4bfbe6bac55010f58979c2f9fcf6fe4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-04 16:07:16 +00:00
Tony Wickham
c8d8c58f5b
Merge "Add debug logs for why taskbar might not be destroyed" into tm-qpr-dev
2023-04-04 15:40:28 +00:00
Tony Wickham
df59884370
Add debug logs for why taskbar might not be destroyed
...
Test: Manually read log output
Flag: None
Bug: 254119092
Change-Id: Ibaa7ffdc91030c5c999ddc5f2807a55763854331
2023-04-03 23:20:57 +00:00
Jon Miranda
6e74ffac80
Merge "Fix badged icons / icons with notification dot being cropped." into tm-qpr-dev am: 175f5c865b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22432562
Change-Id: Iba768bfb5b850ed44ba992051cd2e6a1da71e2be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-03 21:29:48 +00:00
Jon Miranda
175f5c865b
Merge "Fix badged icons / icons with notification dot being cropped." into tm-qpr-dev
2023-04-03 21:06:21 +00:00
TreeHugger Robot
08e0083ee9
Merge "Stash taskbar on swipe to go home for 3p fallback launcher." into tm-qpr-dev am: f00e831f05
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22424377
Change-Id: I04e48379582caf6a102774c5e15dc40993580f3b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-03 21:00:33 +00:00
Mike Schneider
efbe9408e0
Merge "Change the use of ScreenLifecycle to WakefulnessLifecycle." into tm-qpr-dev am: 99cd75e9e3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22322154
Change-Id: I85b794c9e41f0ce371d9d507ded2f6e599563af0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-03 20:59:34 +00:00
TreeHugger Robot
f00e831f05
Merge "Stash taskbar on swipe to go home for 3p fallback launcher." into tm-qpr-dev
2023-04-03 19:47:40 +00:00
Mike Schneider
99cd75e9e3
Merge "Change the use of ScreenLifecycle to WakefulnessLifecycle." into tm-qpr-dev
2023-04-03 19:44:23 +00:00
Jon Miranda
b0195376d4
Fix badged icons / icons with notification dot being cropped.
...
For icons, we use radius = 0 during the reveal animation so
that the entire view will be visible.
Fixes: 276625136
Test: - have work profile icon or badged shortcut in taskbar/hotseat
- swipe up to close
- also check swipe back to close
- ensure entire icon is visible at the end of the animation so
that there is a clean handoff
- run same test with icons that have notification dot
Flag: ENABLE_TRANSIENT_TASKBAR true
Change-Id: I3fef1eede5cac189dab1bf1be4ebd048720727c7
2023-04-03 10:06:16 -07:00
Vinit Nayak
3e5b212204
Merge "Default to using SplitSelectSource drawable if TaskView icon drawable is null" into tm-qpr-dev am: 8e307ba50a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22347415
Change-Id: I9fe261fdaa96ab8d5a0792a3d69cb201beebdb9a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-03 15:22:57 +00:00
Vinit Nayak
8e307ba50a
Merge "Default to using SplitSelectSource drawable if TaskView icon drawable is null" into tm-qpr-dev
2023-04-03 14:58:29 +00:00
Mike Schneider
65b1561a68
Change the use of ScreenLifecycle to WakefulnessLifecycle.
...
This is a better fit for the signal in launcher, since it identifies
whether the device is awake or asleep, where asleep also inclues AoD
Test: manual, unit tests
Bug: 275319714
Change-Id: I6d6a6694ab018d182606c5554377caec1986bc08
2023-04-03 16:47:12 +02:00
Pat Manning
9330d4991e
Stash taskbar on swipe to go home for 3p fallback launcher.
...
Follow up to b/21916480, which was reverted due to test failures which are now fixed.
Fix: 269070986
Test: manual. Install launcher3WithoutQuickstepDebug and swipe to home from within an app.
Change-Id: I52fad88a25325e5c38a600ccf90b30ebf60bf71a
2023-04-03 10:09:11 +00:00
Winson Chung
36ceb49b23
Merge "Fix gesture insets issue for IMEs" into tm-qpr-dev am: 13bf1598b9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22382921
Change-Id: I96e3e19cef288f3c62bcd72121673de75b740ccc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-04-02 04:09:40 +00:00
TreeHugger Robot
503d86c45b
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-04-02 03:31:15 +00:00
Winson Chung
13bf1598b9
Merge "Fix gesture insets issue for IMEs" into tm-qpr-dev
2023-04-02 03:26:14 +00:00
Winson Chung
8436e0b382
Fix gesture insets issue for IMEs
...
- Setting the override frame for the gesture insets sources prevents
the insets from being calculated correctly for the IME window
- Update the set of provided insets based on the current nav mode
so that we don't report gesture insets in button nav
Bug: 265614886
Test: Dump IME window insets for button/gesture nav
Change-Id: I22f9d09a66b50d6e2fb5002af19058657a06404d
Merged-In: I22f9d09a66b50d6e2fb5002af19058657a06404d
2023-04-01 06:37:47 +00:00
Bill Yi
9ed0217d00
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Id00dea37f59152b745d84b9d6883c72f8e7012b8
2023-03-31 18:16:12 -07:00
Brian Isganitis
7d8b81df09
Merge "Clean up device profile change listeners for AllApps." into tm-qpr-dev am: 4500171c6b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22338655
Change-Id: I54c6fb31077ed06f6e0122dca3e47e3a7e6f8f34
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-03-31 17:33:17 +00:00
Brian Isganitis
4500171c6b
Merge "Clean up device profile change listeners for AllApps." into tm-qpr-dev
2023-03-31 16:42:07 +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
TreeHugger Robot
d9dd75d2cc
Merge "Don't stash immediately when drag was canceled" into tm-qpr-dev
2023-03-31 00:08:44 +00:00