blob: d27a2143e114266aa6817b161c505f0a79e6b827 [file] [log] [blame]
Jordan Silva4db30db2024-07-03 10:49:51 +00001package: "com.android.launcher3"
Justin Yunda76a662025-01-17 12:32:45 +09002container: "system_ext"
Jordan Silva4db30db2024-07-03 10:49:51 +00003
4flag {
5 name: "enable_grid_only_overview"
6 namespace: "launcher_overview"
7 description: "Enable a grid-only overview without a focused task."
Alex Chaudc0033e2025-03-07 12:59:50 -08008 bug: "360204325"
Jordan Silva4db30db2024-07-03 10:49:51 +00009}
10
11flag {
12 name: "enable_overview_icon_menu"
13 namespace: "launcher_overview"
14 description: "Enable updated overview icon and menu within task."
Alex Chaudc0033e2025-03-07 12:59:50 -080015 bug: "360205084"
Jordan Silva4db30db2024-07-03 10:49:51 +000016}
17
18flag {
19 name: "enable_refactor_task_thumbnail"
20 namespace: "launcher_overview"
21 description: "Enables rewritten version of TaskThumbnailViews in Overview"
22 bug: "331753115"
23}
Sam Cackett5c2d50d2024-07-29 10:39:23 +000024
25flag {
26 name: "enable_hover_of_child_elements_in_taskview"
27 namespace: "launcher_overview"
28 description: "Enables child elements to receive hover events in TaskView and respond visually to those hover events."
29 bug: "342594235"
30 metadata {
31 purpose: PURPOSE_BUGFIX
32 }
33}
Jordan Silvab06ff832024-08-21 10:19:41 +000034
35flag {
36 name: "enable_large_desktop_windowing_tile"
37 namespace: "launcher_overview"
38 description: "Makes the desktop tiles larger and moves them to the front of the list in Overview."
Jordan Silvae4b07472024-10-04 01:08:13 +000039 bug: "357860832"
Jordan Silvab06ff832024-08-21 10:19:41 +000040}
41
Jordan Silvaad3c4222024-08-28 17:06:25 +010042flag {
43 name: "enable_overview_command_helper_timeout"
44 namespace: "launcher_overview"
45 description: "Enables OverviewCommandHelper new version with a timeout to prevent the queue to be unresponsive."
46 bug: "351122926"
47 metadata {
48 purpose: PURPOSE_BUGFIX
49 }
Alex Chauedd7ff22024-10-28 12:10:39 +000050}
51
52flag {
53 name: "enable_desktop_windowing_carousel_detach"
54 namespace: "launcher_overview"
55 description: "Makes the desktop windowing task carousel detaches from fullscreen task carousel during quickswitch."
56 bug: "353947917"
Michele Fan5f77bbd2024-11-08 21:28:45 +000057}
58
59flag {
60 name: "enable_desktop_exploded_view"
61 namespace: "launcher_overview"
62 description: "Enables the non-overlapping layout for desktop windows in Overview mode."
63 bug: "378011776"
Uwais Ashraf5305c712024-12-04 17:43:46 +000064}
65
66flag {
67 name: "enable_use_top_visible_activity_for_exclude_from_recent_task"
68 namespace: "launcher_overview"
69 description: "Enables using the top visible activity for exclude from recent task instead of the activity indicies."
70 bug: "342627272"
71 metadata {
72 purpose: PURPOSE_BUGFIX
73 }
Pat Manning04be6042025-01-13 09:44:35 -080074}
75
76flag {
77 name: "enable_expressive_dismiss_task_motion"
78 namespace: "launcher_overview"
79 description: "Enables expressive motion and animations for dismissing a task in Overview."
80 bug: "381239462"
81}
Alex Chau9d7546e2025-01-20 12:52:50 +000082
83flag {
84 name: "enable_separate_external_display_tasks"
85 namespace: "launcher_overview"
86 description: "Enables separating external display tasks in Overview."
87 bug: "391311008"
88 metadata {
89 purpose: PURPOSE_BUGFIX
90 }
91}
Will Osborna015f042025-01-21 18:33:05 +000092
93flag {
94 name: "enable_overview_on_connected_displays"
95 namespace: "launcher_overview"
96 description: "Enable overview on connected displays."
97 bug: "363251602"
98}
Vinay Joglekara3e19602025-02-18 10:07:00 -080099
100flag {
101 name: "enable_overview_background_wallpaper_blur"
102 namespace: "launcher_overview"
103 description: "Enable wallpaper blur in overview."
104 bug: "369975912"
105}
Vinay Joglekar3661a502025-02-19 02:26:24 -0800106
107flag {
108 name: "enable_overview_desktop_tile_wallpaper_background"
109 namespace: "launcher_overview"
110 description: "Enable wallpaper background for desktop tasks in overview."
111 bug: "363257721"
112}
samcackett0946c8c2025-03-06 16:17:02 +0000113
114flag {
115 name: "enable_show_enabled_shortcuts_in_accessibility_menu"
116 namespace: "launcher_overview"
117 description: "Enables showing the same shortcuts in the Task menu as well as the accessibility actions menu"
118 bug: "383662632"
119 metadata {
120 purpose: PURPOSE_BUGFIX
121 }
122}