Sunny Goyal
55b5e41d8a
Merge "Removing Smartspace as a widget flag" into main
2025-05-05 10:01:05 -07:00
Bill Yi
ac48b8b3d3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1eed4123bfdbcfc64712de5f3f6463381fac0ec8
2025-05-01 23:42:04 +00:00
Sunny Goyal
7a332e02aa
Removing Smartspace as a widget flag
...
Bug: 300140279
Flag: EXEMPT removing dead code
Test: Presubmit
Change-Id: If24db0b4c2c119f5cbe1153e3d77599d12ff80a6
2025-05-01 16:00:04 -07:00
Andy Wickham
3a282d3c28
Remove dark mode Launcher3 colors for blur.
...
These were intended to be placeholders for non-quickstep builds,
but it seems soong ends up using the base version instead of the
override in quickstep. So now we always use the non-night version
which gets overridden correctly (and that color resource itself
defines a dark mode variant).
Test: mp launcherd - verify light and dark mode use themed colors.
Bug: 414732288
Flag: com.android.launcher3.all_apps_blur
Change-Id: I21bf8e66bf1715a8b3532931ed64725ccc3f86b9
2025-05-01 04:23:40 +00:00
vinayjoglekar
45cb055158
Apply fallback overview scrim, overviewactions and clearall in battery saver mode.
...
1. BlurFallbackStyle/BlurStyle will now be applied in Launcher startup.
When "updateBlurStyle" is called, individual element style's swap
happens as per blur style.
2. "hasOpaqueBg" background will now be checked in "applyDepthAndBlur"
for setting the "currentBlur" value.
Bug: 409758306
Test: Manual. go to overview, enable/disable battery saver mode.
Flag: com.android.launcher3.enable_overview_background_wallpaper_blur
Change-Id: Ic9030c2b267867b9124705426dd51deb1b30ca55
2025-04-30 17:23:42 +01:00
Treehugger Robot
d771ad1951
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-04-29 09:56:36 -07:00
Treehugger Robot
3bde3a8331
Merge "Update blur style for more things." into main
2025-04-28 13:51:25 -07:00
Bill Yi
66176dd9d6
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I87880bd7872d0ed4f2ffd8374e714beafb23d741
2025-04-28 18:47:30 +00:00
Andy Wickham
6610425a1d
Update blur style for more things.
...
- Quick Launch highlight (focusHighlight)
- Drag bar at top of All Apps
- Divider inside Private Space
Demo (enabling blur via adb in the middle):
https://drive.google.com/file/d/1MjYn1c1mz3m1llmJ-J6kLHUa1j3biv_H/view?usp=drive_link&resourcekey=0-6d1yf_4zDL0W9nTYe6HLNQ
Fix: 413143411
Test: Manual
Flag: com.android.launcher3.all_apps_blur
Change-Id: I37340759867aba1460fb038269d21c86e8b3c4f6
2025-04-26 01:25:05 +00:00
Brandon Dayauon
a51dbda452
Merge "Don't use gradient on game icon" into main
2025-04-25 14:52:46 -07:00
Treehugger Robot
fe7225eace
Merge "Move LauncherRestoreEventLogger to dagger" into main
2025-04-25 14:11:18 -07:00
Treehugger Robot
868eb7458f
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2025-04-25 13:43:08 -07:00
Treehugger Robot
703d6f6f55
Merge changes from topic "folder-arrows-pointer" into main
...
* changes:
Only Show Folder Arrows if Mouse or Trackpad is Connected to Device
Make Width Calculation Exact
2025-04-25 11:53:41 -07:00
Brandon Dayauon
3882fafedc
Don't use gradient on game icon
...
Changing this to regular game icon as gradient is not needed anymore.
bug: 409978022
Test: manually hsv: https://hsv.googleplex.com/5376677671600128
Flag: com.android.launcher3.nudge_pill
Change-Id: I47e07d5f5a728411b940a34b2408bfae3a1b89f2
2025-04-25 10:19:39 -07:00
Treehugger Robot
087c9c4cf6
Merge "Run task reflow after dismiss earlier and increase spring constants." into main
2025-04-25 09:47:03 -07:00
Pat Manning
dac05b0390
Run task reflow after dismiss earlier and increase spring constants.
...
This allows the user to dismiss multiple tasks in a row more quickly.
Fix: 409485085
Test: Manual. Fling to dismiss tasks as quickly as possible.
Flag: com.android.launcher3.enable_expressive_dismiss_task_motion
Change-Id: I9a0d05c1a47b5bc0ef72cde055379e4df50b48b4
2025-04-25 15:04:53 +01:00
Anushree Ganjam
06bc3f5301
Move LauncherRestoreEventLogger to dagger
...
Helps us to delete ResourceBasedOverride class.
Delete "launcher_restore_event_logger_class" resource from config.
Bug: 361850561
Test: Presubmit
Flag: EXEMPT dagger
Change-Id: Ia11162979f016513bd09e06796346d29699b2efd
2025-04-25 01:02:28 +00:00
Bill Yi
4417bed406
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I92dac24a6704f912df522fc623d26ae5dc11f092
2025-04-24 23:41:22 +00:00
Stefan Andonian
cffeb99122
Only Show Folder Arrows if Mouse or Trackpad is Connected to Device
...
Bug: 394355070
Test: Verified correct behavior locally. See screen recording on https://buganizer.corp.google.com/issues/394355070#comment28
Flag: com.android.launcher3.enable_launcher_visual_refresh
Change-Id: I7132b892b3bd8ee3af2cdca58b6e70f3a219c8f4
2025-04-24 13:59:21 -07:00
Anushree Ganjam
41998110bd
Move FolderNameProvider to dagger.
...
Helps us to delete ResourceBasedOverride class.
Delete "folder_name_provider_class" resource from config.
Introduce FolderNameSuggestionLoader for easy dagger injection for
folderNameProvider.
Bug: 361850561
Test: Presubmit
Flag: EXEMPT dagger
Change-Id: I58a68cb4ce11331458a1cccef2e692f74c14ea53
2025-04-22 19:31:51 +00:00
Anushree Ganjam
77f22bf9cf
Merge "Move StatsLogManager to Dagger" into main
2025-04-21 18:48:56 -07:00
Anushree Ganjam
291438aaec
Move StatsLogManager to Dagger
...
Helps us to delete ResourceBasedOverride class.
Delete "stats_log_manager_class" resource from config.
Delete unused "app_launch_tracker_class" resource from config.
Bug: 361850561
Test: Presubmit
Flag: EXEMPT dagger
Change-Id: I71ed7ffca62e7c74d4ee0d0b4c045ffed9599cfe
2025-04-21 19:13:22 +00:00
Bill Yi
9732823c1b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I105f4b000deeded5238f7d5f75ba7c7236de2f9c
2025-04-21 01:12:52 +00:00
Treehugger Robot
bf044d730c
Merge "Move InstantAppResolver to Dagger." into main
2025-04-18 18:06:15 -07:00
Andy Wickham
303b52f84a
Merge "Make TaskbarOverlayContext overrideable." into main
2025-04-18 15:02:50 -07:00
Charlie Anderson
8ec6581db0
Merge "Update system shortcut icons to filled GM3 versions" into main
2025-04-18 13:20:51 -07:00
Anushree Ganjam
59d5401f59
Move InstantAppResolver to Dagger.
...
Helps us to delete ResourceBasedOverride class.
Bug: 361850561
Test: Presubmit
Flag: EXEMPT dagger
Change-Id: I9320e0309e2ae4370dcbf2f6f62d704712876bd5
2025-04-18 20:14:14 +00:00
Treehugger Robot
579672c0d8
Merge "Update All Apps colors to use shared sysui resources." into main
2025-04-17 20:00:20 -07:00
Andy Wickham
33c7b3dcf1
Make TaskbarOverlayContext overrideable.
...
Bug: 371343636
Flag: EXEMPT refactor
Test: with other change
Change-Id: I46c4bcb88d21890e66e7db7240d3450d75d74354
2025-04-18 01:24:56 +00:00
Andy Wickham
51a0a3829a
Update All Apps colors to use shared sysui resources.
...
This includes the new scrim color and panel treatment documented
here: https://docs.google.com/presentation/d/1BKFfB2LAIDoaA5aLs8did6IcUw_pktrSWI5xmypkl3s/edit?slide=id.g3484dcfffc6_1_203&resourcekey=0-HpXwztiEYGe0BYQzUeBBbQ#slide=id.g3484dcfffc6_1_203
Bug: 371343636
Test: Manual
Flag: com.android.launcher3.all_apps_blur
Change-Id: I810aaa84eda218ab33112c9a5c1561cdb088b310
2025-04-17 19:14:18 +00:00
Anushree Ganjam
87603a10e8
Introduce "qsb_container_hotseat" layout to override the existing search_container_hotseat.
...
This layout is no-op in AOSP.
Bug: 405166827
Test: Manual
Flag: com.android.launcher3.enable_qsb_on_hotseat
Change-Id: Ief142c3c141a672c5a4c53814b7901ff322ed053
2025-04-16 22:21:50 +00:00
Andy Wickham
16a024df71
Adds Blur and BlurFallback styles for All Apps.
...
Technically these styles can be used throughout Launcher, e.g.
Widget Picker and Folders, but this CL only applies it to All Apps.
At a high level, views wishing to apply transparency to show blur
should use these new attr values rather than colors directly.
When blur changes, e.g. starting or stopping battery saver, the
style is re-applied and revelant views are invalidated. For
Launcher, this is handled by DepthController, and for Taskbar it's
handled by a CrossWindowBlurListener.
Also updated the Private Space animation slightly to account for
the translucent decorators (specifically, we can't use the mask
view to cover them when blur is enabled).
Screenshots: https://drive.google.com/drive/folders/1tU472KHotgEBpT-Ec9VOBWPBf_YdVqv2?resourcekey=0-ebf7W8O6iDJ4UVMtRzTABg&usp=sharing
Private Space animations: https://drive.google.com/file/d/1h5pn8Xb17TPcbujr7uSAJNTq8kwNZoIp/view?usp=drive_link&resourcekey=0-TzpaJ16Gg8_QJctBx4oiIg
Private Space QS Tile animations: https://drive.google.com/file/d/1dCuqnqd5z2kSBEakGobMlEkMwFDBWRbJ/view?usp=drive_link&resourcekey=0-qRVFPb-a6OzaZQOf4x86Jw
Bug: 371343636
Test: Manual
Flag: com.android.launcher3.all_apps_blur
Change-Id: Ia9f581f50d1adc0830569656bdeb751deb710a9c
2025-04-15 16:42:56 -07:00
Charlie Anderson
c77791ba2e
Update system shortcut icons to filled GM3 versions
...
Flag: com.android.launcher3.enable_launcher_visual_refresh
Bug: 364950287
Test: manually and popup screenshot tests
Change-Id: I5e4c964b60a4254f9f67c8128e23f5b04b621541
2025-04-15 06:48:22 -07:00
Bill Yi
fafa179973
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I29552657cb57a7ebc7aa7e1331779d40d3ae5ef2
2025-04-15 04:18:39 +00:00
Treehugger Robot
12f5ccddd3
Merge changes from topic "pid-iv" into main
...
* changes:
Implement Folder Pagination Arrow Hover / Pressed UX
Moved PageIndicatorDots to their own ImageViews.
2025-04-14 16:45:35 -07:00
Brandon Dayauon
b570514ee0
Merge "Add nudgeView to Taskbar.xml" into main
2025-04-11 16:28:59 -07:00
Stefan Andonian
71170e9276
Implement Folder Pagination Arrow Hover / Pressed UX
...
Bug: 394355070
Test: Verified locally that everything works. Check out bug for video test.
Flag: com.android.launcher3.enable_launcher_visual_refresh
Change-Id: Ief4b895d8eb31e6ed53b05aad4b733e8de41e4d9
2025-04-11 16:02:04 -07:00
Stefan Andonian
c547affdc9
Moved PageIndicatorDots to their own ImageViews.
...
Previously, they were simply included in PageIndicatorDots via Canvas
drawing. This worked well to keep behavior encapsulated within
PageIndicatorDots class. But it didn't work for Accessibility Services
which require an actual view in order to focus properly.
Bug: 409629978
Test: Verified manually. See video on bug comment: https://b.corp.google.com/issues/394355070#comment23
Flag: com.android.launcher3.enable_launcher_visual_refresh
Change-Id: I212bf3dbee82e449088536fa841b02a3644df7d3
2025-04-11 16:00:12 -07:00
Brandon Dayauon
1fc6f916d3
Add nudgeView to Taskbar.xml
...
Aiai will send a broadcast to Launcher and will animate the stashHandleView and nudgeView accordingly.
Verified on large screen device that transient taskbar is not affected as its not in scope at the moment.
bug:409121556
Test: manual - video in bug
Flag: com.android.launcher3.nudge_pill
Change-Id: I740e5d81dd008a230aa089f311d38bac665fc227
2025-04-11 13:24:22 -07:00
Brian Isganitis
8c6dd04740
Merge "Expose desktop experience CD Taskbar flag to SecondaryDisplayLauncher." into main
2025-04-09 13:33:40 -07:00
Stefan Andonian
fd5df85fb7
Match Folder Indicator Arrows according to specs.
...
Bug: 394355070
Test: Attached a screen recording of correct behavior to the bug.
Flag: com.android.launcher3.enable_launcher_visual_refresh
Change-Id: I1e99c4eb9ae79b7d00dadf286689cceb2f0e706e
2025-04-08 15:16:32 -07:00
Brian Isganitis
b7a5dc0017
Expose desktop experience CD Taskbar flag to SecondaryDisplayLauncher.
...
Flag: EXEMPT refactor
Fix: 407924023
Test: go/testedequals
Change-Id: I06344f023eb1fab697f25276bc82e1be0209e4a8
2025-04-08 17:17:15 -04: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
Jordan Silva
f0d253ef9d
Merge "Remove unused overviewActionsButtonSpacing from DeviceProfile" into main
2025-04-03 13:48:07 -07:00
Jordan Silva
17fd5f13f4
Remove unused overviewActionsButtonSpacing from DeviceProfile
...
Bug: 404479758
Flag: EXEMPT. Clean-up code.
Test: DeviceProfileDumpTest
Test: DeviceProfileAlternativeDisplaysDumpTest
Test: DeviceDefaultGridTest
Change-Id: Ieb9ec81f82e80d293f04de71d5c2575a4ce50301
2025-04-03 10:18:23 -07:00
Shamali P
14e8c650d5
Update title font for single-app & pin widget pickers
...
Similar to ag/32643952 (that applied it to main picker)
Bug: 393610557
Fix: 393610557
Flag: com.android.launcher3.gsf_res
Test: on device
Change-Id: Id46985652d16a5572907d051d7a4b47fa2763809
2025-04-03 07:05:28 -07:00
Pat Manning
394ad82cf9
Translate grid end for tasks after dismiss.
...
Fix: 389084739
Test: TaplTestsQuickstep#testDismissLastGridRow
Flag: com.android.launcher3.enable_expressive_dismiss_task_motion
Change-Id: I5f7785328d0b4b69d6f43cd8bfa68c1504f6ae21
2025-04-02 03:50:49 -07:00
Jagrut Desai
87a09c4374
Merge "Taskbar Divider Popup Icon changes" into main
2025-03-31 14:55:04 -07:00
Jagrut Desai
b9214a935b
Taskbar Divider Popup Icon changes
...
Test: Manual
Bug: 379158656
Flag: com.android.wm.shell.enable_gsf
Change-Id: Ifc603d18e5aae2b6d61ba682515f35de42e2a533
2025-03-31 09:52:08 -07:00
Treehugger Robot
e18ec2b41a
Merge "Remove demo mode layout code" into main
2025-03-28 19:14:34 -07:00