Android Build Coastguard Worker
9252e8ca7b
Snap for 12680993 from 9163f54158 to 25Q1-release
...
Change-Id: Ic9e296991f9ad86fbe9c94f3a8e4b6763068b242
2024-11-20 00:18:19 +00:00
Maryam Dehaini
9163f54158
Merge "Set task corner radius to match spec" into main
2024-11-19 19:00:45 +00:00
Brandon Dayauon
74842f0c16
Merge "Fix work tab accessbility issues." into main
2024-11-19 18:44:14 +00:00
Marzia Favaro
6db5c5a772
Merge "Enable split screen from app handle also for non-desktop devices" into main
2024-11-19 18:18:32 +00:00
Brian Isganitis
79809b448c
Merge "Add annotation to simulate RTL in tests." into main
2024-11-19 16:30:34 +00:00
Juan Sebastian Martinez
3f0d356619
Merge "Adding MSDL feedback to dragging apps and widgest over drop targets." into main
2024-11-19 15:58:35 +00:00
Marzia Favaro
fadf3a891c
Enable split screen from app handle also for non-desktop devices
...
Test: manual, open menu and go to split screen
Flag: com.android.window.flags.show_app_handle_large_screens
Bug: 377689543
Change-Id: Iaf8794abc1111c4ebce9254f6f5d1bada7f57dd5
2024-11-19 15:19:34 +00:00
Liran Binyamin
275e62e946
Merge "Fix bubble animation when swiping home" into main
2024-11-19 14:34:16 +00:00
Marcelo Arteiro
7cc2483b47
Merge "Fix home screen briefly flashes after setup." into main
2024-11-19 08:39:26 +00:00
Sebastián Franco
3448777679
Merge "Changing name of RowCount to GridDimension to be more general" into main
2024-11-19 05:36:43 +00:00
Treehugger Robot
7f103a6d5c
Merge "Remove any fixed landscape foldable dumps" into main
2024-11-19 02:54:46 +00:00
Federico Baron
dd28335d78
Remove any fixed landscape foldable dumps
...
Bug: 364711064
Flag: com.android.launcher3.one_grid_specs
Test: DeviceProfileAlternativeDisplaysDumpTest
Change-Id: I71f026d34dd536cc4041e1dd36908824eb479153
2024-11-19 00:49:26 +00:00
Android Build Coastguard Worker
53319b473b
Snap for 12673321 from b7714d0937 to 25Q1-release
...
Change-Id: I4bb17d1ab5ac6db1e3434d5db50ee1278da0ed39
2024-11-19 00:21:06 +00:00
Winson Chung
1ab7bd8357
Merge "Keep nav button container and back button stable during SUW" into main
2024-11-19 00:11:25 +00:00
Shamali Patwa
f05d59cdad
Merge "Update the enforce_system_radius_for_app_widgets flag's type" into main
2024-11-19 00:03:34 +00:00
Shamali Patwa
797b636491
Merge "Add container around the previews in the pin widget sheet." into main
2024-11-19 00:02:47 +00:00
Sunny Goyal
9b5b0c9598
Merge "Wait for animations before injecting input event" into main
2024-11-18 23:53:14 +00:00
Artsiom Mitrokhin
ddb0546277
Merge "Use dynamic/relative sizes for taskbar overflow button" into main
2024-11-18 23:47:38 +00:00
Treehugger Robot
f3b950340c
Merge "Close repeatedly unclosed resources at the end of tests" into main
2024-11-18 23:21:43 +00:00
Brandon Dayauon
df5e51ce34
Fix work tab accessbility issues.
...
The issue is that the accessibility scanner says tap target is 46dp rather than 48dp because of the 1dp padding that is added
to the viewgroup. Rather, we should delegate that 1dp to the insets of the drawable instead.
bug: 379222957
Test manually, photos:
beforeAccessibilityscanner: https://drive.google.com/file/d/1-XssMfXstpKQk5Ve7l5UCPFORtCkYluH/view?usp=sharing
before:https://drive.google.com/file/d/1rip4gIKpoOw-cCNroEjrpcJ9TMSthHhB/view?usp=sharing
after: https://drive.google.com/file/d/1dOh4yxEAPBG_pGn92yUGizTCLTTW1w2K/view?usp=sharing
Flag: NONE bug fix changing dp
Change-Id: I5ac69e5d92bbbbc3617e30801316eb04d65ace7a
2024-11-18 15:16:41 -08:00
Liran Binyamin
232db796aa
Fix bubble animation when swiping home
...
When swiping home during the bubble animation, and if the show edu
view state field is on, we try to show the bubble bar as part of
preparing to show the edu view. This updates the stash state and
prevents the animation from getting interrupted.
The expected behavior around showing the edu view is to store the
request when it is received and show the view later after the user
taps on the bubble bar or the flyout to expand it. We shouldn't
attempt to show the bubble bar at that point.
Flag: com.android.wm.shell.enable_bubble_bar
Fixes: 378967270
Bug: 374842575
Test: manual
- force show the edu: adb shell settings put secure force_show_bubbles_user_education 1
- launch an app and send a bubble
- while the bubble animates, swipe to go home
- observe the flyout is removed correctly, and we don't end up in stashed state
Change-Id: I478b06ac5f6f9d398cd143bcc0b3f796d9ad8a49
2024-11-18 17:05:12 -05:00
Shamali Patwa
d2cc1f0577
Update the enforce_system_radius_for_app_widgets flag's type
...
Renamed to use_system_radius_for_app_widgets since metadata cannot be updated after submitting definition.
Bug: 373351337
Test: N/A flag metadata update
Change-Id: I25283b05341517f5984b0f2fc0d27efe8027a3de
Flag: com.android.launcher3.use_system_radius_for_app_widgets
2024-11-18 21:58:48 +00:00
Sunny Goyal
82efdccc6e
Wait for animations before injecting input event
...
While animaiton is running, some views might not be visible causing
them to miss input events
Bug: 378167329
Bug: 378167718
Test: Presubmit
Flag: EXEMPT test fix
Change-Id: I8608c415e524fc5186833eac840ec18c6f244eb0
2024-11-18 13:44:20 -08:00
Uwais Ashraf
970d19327d
Close repeatedly unclosed resources at the end of tests
...
Fix: 379432671
Test: edited tests, presubmits passing
Flag: EXEMPT test only change
Change-Id: I45c46d7a56a30af4a11dff54b5bcc8a1e9bcda5f
2024-11-18 21:39:59 +00:00
Artsiom Mitrokhin
ef05519982
Use dynamic/relative sizes for taskbar overflow button
...
Bug: 376281549
Flag: com.android.launcher3.taskbar_overflow
Test: manual, press the overflow button, dismiss KQS
Change-Id: I7cf023cd0df34d898ee1949c5c6de930268e37cb
2024-11-18 15:45:50 -05:00
Shamali P
9f80ecfc83
Add container around the previews in the pin widget sheet.
...
We did it in past for app-specific picker. Updating the same for the
pin sheet - verified change with Jane Park.
Bug: 379675391
Flag: EXEMPT BUGFIX
Test: Verified with pin sheet and wallpaper colors
Change-Id: I37e7ac93757e95e1940567e800a376256e0b8ed8
2024-11-18 20:41:12 +00:00
Schneider Victor-tulias
b7714d0937
Merge "Refactor InputConsumer selection logic into a util class" into main
2024-11-18 20:28:21 +00:00
Tony Wickham
4ad57959d6
Merge "End icon alignment early when touching down during 3 button anim to home" into main
2024-11-18 18:53:55 +00:00
Jeremy Sim
ec788cb24d
Merge "Migrate away from listening for main/side specific stage types" into main
2024-11-18 18:41:38 +00:00
Sebastián Franco
fefe9bbd12
Merge "Making the QSB align in Fixed Landscape" into main
2024-11-18 18:34:00 +00:00
Ana Salazar Maldonado
933baa72cf
Merge "Draw contrast tile around the text" into main
2024-11-18 18:20:56 +00:00
Android Build Coastguard Worker
0206b14c29
Merge cherrypicks of ['googleplex-android-review.googlesource.com/30459450'] into 25Q1-release.
...
Change-Id: Idd40e56feef2b8efd7260932561e77f1cd250a48
2024-11-18 18:03:07 +00:00
ESWAR MAGATAPALLI (xWF)
5c8eb5aef9
Revert "Remove redundant a11y announcement upon removal of workspace item."
...
This reverts commit 556db6df04 .
Reason for revert: Droidmonitor created revert due to b/379322118. Will be verifying through ABTD before submission.
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9707b2cd0d01f833a76bbf01b1026f1fdde510f8 )
Merged-In: Iece717248c63b3b8dabcdf1c413309d24f51c37f
Change-Id: Iece717248c63b3b8dabcdf1c413309d24f51c37f
2024-11-18 18:02:54 +00:00
Vinay Joglekar
c656c3807c
Merge "Fix Blank task thumbnails during animation in following scenarios" into main
2024-11-18 18:01:17 +00:00
Schneider Victor-Tulias
cfce474121
Refactor InputConsumer selection logic into a util class
...
This will allow us to test the logic in isolation
Flag: EXEMPT refactor
Bug: 371020209
Test: NONE refactor
Change-Id: I5e1e9cc79e69db261ea28a2f7d43a983339f178b
2024-11-18 12:33:40 -05:00
Liana Kazanova (xWF)
bd5afcfdda
Merge "Revert "Remove redundant a11y announcement upon removal of workspace item."" into main
2024-11-18 17:24:25 +00:00
Shamali Patwa
7241c8c530
Merge "Make overscroll in recommendation section limit within its bounds." into main
2024-11-18 15:19:54 +00:00
Charlie Anderson
6edad19ce2
Merge "Clean up usage of FileLog, and some logging related to B&R" into main
2024-11-18 14:23:09 +00:00
vinayjoglekar
f01ead4eb1
Fix Blank task thumbnails during animation in following scenarios
...
1. During split
2. During dismiss
We need to expand window of visible task data, we use dismissTranslation property to increase window.
Fix: 376409147
Flag: EXEMPT bugfix
Test: Manual: Dismiss desktop when have focus task as well as small tiles, split from far away with multiple desktops
Change-Id: I0102f8927e70a37ffe4db18adefd33eb7a823981
2024-11-18 13:56:26 +00:00
Johannes Gallmann
cd46d978bd
Merge "Never scale navbar scrim in all apps and widget picker" into main
2024-11-18 08:20:46 +00:00
Johannes Gallmann
2760536a3b
Merge "Fix window clipped in three-button-nav on phone factors" into main
2024-11-18 08:19:17 +00:00
Brandon Dayauon
519be86c57
Merge "Add perfetto traces to privateProfile CUJs" into main
2024-11-18 06:41:43 +00:00
ESWAR MAGATAPALLI (xWF)
9707b2cd0d
Revert "Remove redundant a11y announcement upon removal of workspace item."
...
This reverts commit 556db6df04 .
Reason for revert: Droidmonitor created revert due to b/379322118. Will be verifying through ABTD before submission.
Change-Id: Iece717248c63b3b8dabcdf1c413309d24f51c37f
2024-11-18 02:40:15 +00:00
Android Build Coastguard Worker
6caf5f713d
Snap for 12668579 from dad333da84 to 25Q1-release
...
Change-Id: Icb2205909d29832dffe51ede96b565a1951c728d
2024-11-18 00:16:27 +00:00
Himanshu Gupta
dad333da84
Merge "Handle Quiet Mode for Work Profile gracefully when Pixel Launcher is not default." into main
2024-11-17 16:57:15 +00:00
Android Build Coastguard Worker
2fb33f032c
Snap for 12667701 from 15d689df48 to 25Q1-release
...
Change-Id: Ib4f2bf4328cbf5eb15e0168f9f634124acada522
2024-11-16 23:06:12 +00:00
Jagrut Desai
15d689df48
Merge "DesktopMode Entry/Exit Signals" into main
2024-11-16 19:44:36 +00:00
Treehugger Robot
e38be8df37
Merge "Migrating widgets tests off TAPL" into main
2024-11-16 09:16:30 +00:00
Android Build Coastguard Worker
d1d81081a4
Snap for 12664851 from 856b462160 to 25Q1-release
...
Change-Id: I433b1d62cd213624ad76850b83f2381a9d03fc67
2024-11-16 02:17:17 +00:00
Treehugger Robot
e7b134f6ce
Merge "Check if all apps are translucent when finishing recents animation." into main
2024-11-16 01:49:48 +00:00