Commit Graph

83004 Commits

Author SHA1 Message Date
Treehugger Robot ac8888e7fe Merge "Import translations. DO NOT MERGE ANYWHERE" into main 2025-04-07 15:05:04 -07:00
Treehugger Robot bbd09df63a Merge "Inject and use WindowContext in RotationTouchHelper" into main 2025-04-07 14:45:32 -07:00
Daniel Andersson aba807d57f Merge "desktop-exploded-view: Basic support for minimized tasks" into main 2025-04-07 13:23:45 -07:00
Sukesh Ram cd50c6fd9f [CD Taskbar] Fix - Unlock/Lock Removes Recents button + icons
The SYSUI_STATE_OVERVIEW_DISABLED is being incorrectly set for non-primary displays. Override this behavior on taskbar level for non-primary displays & track the sysUI side fix via b/409075366.

Bug: 408478776
Flag: com.android.window.flags.enable_taskbar_connected_displays
Test: m
Change-Id: Ie93d576dc525e80a8bc1e59dbcefa02b2e50591d
2025-04-07 13:02:57 -07:00
Alex Chau b9c5fa3f12 Make HintState transparent when blur is enabled
- Moved HintState to quickstep to have access to BlurUtils
- Added a dummy HintState outside quickstep

Fix: 406308427
Test: manual
Flag: com.android.launcher3.enable_overview_background_wallpaper_blur
Change-Id: I8aa2407d87b429584168ebb0601cfffcccad0cfa
2025-04-07 20:17:31 +01:00
Saumya Prakash 830ceb6565 Merge "Don't translate the back button if home button is showing for lockscreen" into main 2025-04-07 11:59:39 -07:00
Daniel Andersson 641ffe50d8 desktop-exploded-view: Basic support for minimized tasks
This makes minimized tasks visible in overview. These tasks are
immediately placed in the exploded position and then fade in during
the course of EXPLODE_PROGRESS.

This CL also moves isLiveTile from TaskTileUiState to TaskData.Data
since it's no longer a TaskView wide state.

Note: this CL only makes the minimized tasks visible in overview. It
does not yet un-minimize tasks on click.

Flag: com.android.launcher3.enable_desktop_exploded_view
Test: Manual
BUG=370495260

Change-Id: I5e441e81ae542902be9cd33d49bcb76d06bb1190
2025-04-07 10:31:47 -07:00
Schneider Victor-Tulias 6e79190f45 Fix Initialization exception when creating RecentsDisplayModel
Flag: com.android.launcher3.enable_launcher_overview_in_window
Bug: 377678992
Test: pre/postsubmit tests
Change-Id: I5599b02dd34f92ca8645412b61b3c86b4cd91032
2025-04-07 13:20:16 -04:00
helencheuk b41f785bd0 [Action Corner] Implement new LauncherProxy method in Launcher
Implement the new action corner method for launcher to compile. It is to receive new action triggered by action corner from SystemUI.

Bug: 397182595
Flag: com.android.systemui.shared.cursor_hot_corner
Test: Manual, it builds
Change-Id: If7c979ac5a6a34f6ed3010ff0fd3f1432bdafd64
2025-04-07 18:08:47 +01:00
Bill Yi 965bdf404f Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I0b72d40d8883f376dbe39b6c669650eb0c75e9e3
2025-04-07 16:57:26 +00:00
Bill Yi 501b53b5da Import translations. DO NOT MERGE ANYWHERE
Auto-generated-cl: translation import
Change-Id: I54386a103dc33193d373c159ef79d3ba3f84e68e
2025-04-07 16:56:21 +00:00
Treehugger Robot 8899e43c8a Merge "Turn on debug logging for RemoteActionShortcut / Pause App Shortcut" into main 2025-04-07 09:05:49 -07:00
Alex Chau bbafc6d79d Inject and use WindowContext in RotationTouchHelper
- Provides a per-display instance of WindowContext to avoid creation of Context
- Inject WindowContext instead of ApplicaitonContext in RotationTouchHelper to have a display associated context required by ScreenDecorationsUtils, as well as being able to have updated Resources upon configuration changes

Bug: 407878199
Test: Verified mWindowContexxt.resources.configuration is updated upon fold/unfold/rotate,
Flag: EXEMPT refactor
Change-Id: Ic032ae3c8c818b150f5e6fca0d531a19ad38986b
2025-04-07 08:39:06 -07:00
Alex Chau b9b817f3c7 Merge "Taskbar nav per-display" into main 2025-04-07 08:31:13 -07:00
Alibek Manabayev 8a4c737a13 Merge "Revert^2 "Add alint hook to Launcher"" into main 2025-04-07 07:38:45 -07:00
Treehugger Robot 4ba3d30715 Merge "Create flag for wrapping TaskThumbnailView in TaskContentView" into main 2025-04-07 05:41:42 -07:00
Alex Chau 68439fefa4 Merge "Filter tasks by display id" into main 2025-04-07 05:09:49 -07:00
Alibek Manabayev 56d71029ed Revert^2 "Add alint hook to Launcher"
1b35f771f7

Change-Id: I3c04abd1f0626b8c7e055706eb6431083dd8845c
2025-04-07 04:40:47 -07:00
Alex Chau 7dce980f9a Merge "Refactor RotationTouchHelper to be per-display" into main 2025-04-07 04:27:26 -07:00
Treehugger Robot 5dbac00441 Merge "Clear overlay ref to thumbnail on reset" into main 2025-04-07 02:56:13 -07:00
Sam Cackett d4d4874fc1 Create flag for wrapping TaskThumbnailView in TaskContentView
Bug: 408971730
Flag: EXEMPT. Adding flag
Test: N/A
Change-Id: I5aab00d6b10e1ace54487711684553fb1465f2dd
2025-04-07 02:51:11 -07:00
Uwais Ashraf ffb1c80a7c Clear overlay ref to thumbnail on reset
Bug: 402703010
Flag: com.android.launcher3.enable_refactor_task_thumbnail
Test: Manual - checking heap dumps
Test: Presubmit tests
Test: ABTD runs - see comments
Change-Id: Ia42513a9773ae9000cf5aee702bb84dadeae816f
2025-04-05 12:41:04 +00:00
Treehugger Robot 53aff62dbf Merge "[Memory Leak] Fix leak of KeyboardQuickSwitchView and TaskbarOverlayDragLayer by SlideInRemoteTransition" into main 2025-04-04 18:02:08 -07:00
Treehugger Robot ab1cfa9740 Merge "Change Taskbar and Folder radius based on selected shape" into main 2025-04-04 17:10:32 -07:00
Charlie Anderson abd133c04a Turn on debug logging for RemoteActionShortcut / Pause App Shortcut
Bug: 407836418
Test: presubmit
Flag: EXEMPT just logging
Change-Id: I90973f34faf66cffe000645089a79de5f9e6b73c
2025-04-04 16:02:39 -07:00
Treehugger Robot 168f3609f1 Merge "Adds Flag for expressive folder expansion motion" into main 2025-04-04 15:56:33 -07:00
Eghosa Ewansiha-Vlachavas 6665030709 Merge "[2/n] Isolate desktop entry point disabling from window exemptions" into main 2025-04-04 15:45:16 -07:00
Charlie Anderson 95ad50be6e Change Taskbar and Folder radius based on selected shape
Bug: 387543368
Bug: 408059321
Flag: com.android.launcher3.enable_launcher_icon_shapes
Test: stashing / unstashing taskbar
Change-Id: Ic5483a9dc0ecea47615a9add4b24772ceb97d982
2025-04-04 14:39:39 -07:00
Charlie Anderson 646f23c9cc Adds Flag for expressive folder expansion motion
Bug: 348708061
Flag: com.android.launcher3.enable_expressive_folder_expansion
Test: presubmit
Change-Id: I7d6a2908c2b745ff351532eae9c75d8f384f8d5f
2025-04-04 13:23:33 -07:00
Fengjiang Li 535ecc525e [Memory Leak] Fix leak of KeyboardQuickSwitchView and TaskbarOverlayDragLayer by SlideInRemoteTransition
By the time SlideInRemoteTransition is started, KeyboardQuickSwitchView is already detached from window, causing
1. Rejection from InteractionJankMonitor to mointor jank
2. Leak of KeyboardQuickSwitchView and its parent view TaskbarOverlayDragLayer

We should simply remove jank-monitoring of CUJ_LAUNCHER_KEYBOARD_QUICK_SWITCH_APP_LAUNCH as it's doing no-op and causing leak

Fix: 407032864
Test: manual - verify leak fixed locally
Flag: NONE - released code
Change-Id: I8562d8da1c4f0ec1b88e7ffa8bbb8da75ee57548
2025-04-04 11:56:38 -07:00
Perry Wu 5f13c401b2 Add null check for checking intent component
Adds a null check for resolving an NPE when getting a task's base
intent's component.

Bug: b/407948291
Flag: EXEMPT bugfix
Test: manual check
Change-Id: Ifa850b6b75f5959017d5a542fc15d0ed51431e9a
2025-04-04 11:41:23 -07:00
Sukesh Ram 0afdd7781c [CD Taskbar] Fix rendering taskbar on CD after reboot
- Use mWindowContexts instead of mTaskbars to recreate taskbars as
  taskbars are not always created - example when user is locked,
  taskbars are not created until after user unlocks.
- Create device profiles for connected displays when user unlocks in
  case those weren't created when display was added.

Bug: 405327859
Flag: com.android.window.flags.enable_taskbar_connected_displays
Test: m
Change-Id: I8d63a7f2b3d8ab95b246010c2fc6295cae22a343
2025-04-04 11:30:02 -07:00
Sukesh Ram 3351985052 Merge "[CD Taskbar] Cache displayId & Consolidate DisplayController methods" into main 2025-04-04 10:57:29 -07:00
Saumya Prakash b2e46eafc8 Don't translate the back button if home button is showing for lockscreen
The back button would get translated to the edge of the screen in
lockscreen apps. This was fine but now that the home button is shown in
these apps, they would overlap. This change prevents the back button
from translating to the edge of the screen when the home button is shown
in certain screens when the device is locked.

Fix: 406104663
Test: Enable 3 button nav and open lock screen apps/ emergency page on
large screen device. Observe that the buttons don't overlap anymore.
Flag: EXEMPT bugfix

Change-Id: Ibb963c1a62de80a990f223797d37a0a5ee294a90
2025-04-04 17:34:34 +00:00
Treehugger Robot 1d8172f685 Merge "Remove haptics on dismiss animation end." into main 2025-04-04 09:52:12 -07:00
Pat Manning f6ee091c9c Merge "Dismiss tasks from center of task, not bottom." into main 2025-04-04 07:26:26 -07:00
Pat Manning a1e23ded55 Dismiss tasks from center of task, not bottom.
Overview shows tooltip the first time it is opened, which blocks the bottom of the task, preventing the touch. By dismissing from the center of the task, we avoid this.

Bug: 403883013
Test: DismissTaskFromOverview#testDismissCurrentTaskFromOverview
Flag: EXEMPT bugfix
Change-Id: I14f3012973ddee0d850db5de284a0efde6122d2c
2025-04-04 07:25:45 -07:00
Pat Manning b3098b122b Remove haptics on dismiss animation end.
Add fling haptic when passing dismiss threshold. Currently exists only when dragging.

Fix: 406788127
Test: Manual.
Flag: com.android.launcher3.enable_expressive_dismiss_task_motion
Change-Id: I3db0a3a4849f12407911d53702e63a197504a98f
2025-04-04 15:24:37 +01:00
Will Osborn d8be141eed Filter tasks by display id
Test: tested locally on tablet
Flag: com.android.launcher3.enable_overview_on_connected_displays
Bug: 402363691
Change-Id: I5148f2ef09dde4a07d4b34f1752f12249bba69b6
2025-04-04 14:08:20 +00:00
Will Osborn d515f1a3ed Refactor RotationTouchHelper to be per-display
Bug: 398195845
Test: locally tested + ran unit tests
Flag: EXEMPT refactor
Change-Id: I2a5ae4171fd211650624291574f84f8bff8b8825
2025-04-04 12:59:34 +00:00
Treehugger Robot 37f09c2fc2 Merge "Add OverviewReleaseFlags to control combination of Overview flags" into main 2025-04-04 05:10:39 -07:00
Will Osborn 90ac376da8 Taskbar nav per-display
Test: local + unit
Bug: 402364626
Flag: com.android.launcher3.enable_overview_on_connected_displays

Change-Id: I9643367e19b107a2811e93db4e3dd32e9355da71
2025-04-04 10:32:46 +00:00
Sam Dubey 0ee2123de7 Merge "Revert "Add alint hook to Launcher"" into main 2025-04-04 03:23:18 -07:00
Alex Chau b24e17db10 Add OverviewReleaseFlags to control combination of Overview flags
- This avoids flags from being enabled in Trunkfood partrial unless the dependency is also enabled

Bug: 408178115
Test: build and smoke test
Flag: EXEMPT flag only

Change-Id: Iccf9a9368383ab14a9abf7a1198c8a0c372b103f
2025-04-04 10:38:32 +01:00
Treehugger Robot 95109ce808 Merge "Avoid some unnecessary taskbar recreations" into main 2025-04-04 01:30:45 -07:00
Charlie Anderson e3defaa8e6 Merge "Update folder previews to new specs" into main 2025-04-04 00:02:52 -07:00
Sukesh Ram 5da5e1c9e1 [CD Taskbar] Cache displayId & Consolidate DisplayController methods
TaskbarActivityContext should store displayId and return a cached value to avoid unnessary binder calls.

Flag: com.android.window.flags.enable_taskbar_connected_displays
Bug: 406019031
Test: m
Change-Id: I808352e7098ee731abc7362b2f8f1b7a675457f9
2025-04-03 23:40:45 -07:00
Toni Barzic fd39b428f9 Avoid some unnecessary taskbar recreations
Skips recreate taskbar calls for desktop taskbar on freeform display
feature. When the feature is enabled, the taskbar will be consistent on
freeform displays across different UI states. This means that changes in
launcher visibility, and desktop mode will not expected to change the
flavour of taskbar used on the display, making taskbar recreation
unnecessary in those cases.

Bug: 390665752
Flag: com.android.window.flags.enable_desktop_taskbar_on_freeform_displays
Test: manual on desktop device. verify correct taskbar is shown
      on home screen, in overview, in desktop mode, with fullscreen
      app shown. Verify opening/launching apps from taskbar works
      as expected.

Change-Id: Ib679aa27afc1087226f05d0e914bfe6ff67bd24b
2025-04-04 05:53:07 +00:00
Charlie Anderson 6f5f8cac25 Update folder previews to new specs
Bug: 403616844
Flag: com.android.launcher3.enable_launcher_icon_shapes
Test: visually comparing against spec

Change-Id: I671b3de7d4ac574122ee3a33451f6cb1d6155f29
2025-04-03 16:42:35 -07:00
Treehugger Robot 21c065ae3d Merge "[Memory Leak] Fix leak of Launcher activity from recent view's input consumer" into main 2025-04-03 15:57:40 -07:00