blob: d334cf401ee1b965feb295b23993fd42da709ed3 [file] [log] [blame]
Anushree Ganjam8a6b74e2023-08-28 16:35:46 -07001package: "com.android.launcher3"
Dennis Shend80efaf2024-09-09 19:58:11 +00002container: "system"
Anushree Ganjamd1a28fe2023-08-23 21:40:57 -07003
4flag {
5 name: "enable_expanding_pause_work_button"
6 namespace: "launcher"
7 description: "Expand and collapse pause work button while scrolling."
8 bug: "270390779"
9}
Anushree Ganjam2a14b972023-08-30 13:31:10 -070010
11flag {
12 name: "enable_twoline_allapps"
13 namespace: "launcher"
14 description: "Enables two line label inside all apps."
15 bug: "270390937"
16}
Alex Chaue1955fe2023-09-13 15:33:57 +010017
18flag {
Brandon Dayauon5787a272023-12-14 13:47:17 -080019 name: "enable_twoline_toggle"
20 namespace: "launcher"
21 description: "Enables visibility in home settings to see the toggle to turn on/off two lines in all apps."
22 bug: "316027081"
23}
24
25flag {
Pat Manningc49d60b2023-09-13 16:40:27 +010026 name: "enable_cursor_hover_states"
27 namespace: "launcher"
28 description: "Enables cursor hover states for certain elements."
29 bug: "243191650"
30}
Thales Limaca31b612023-09-14 14:25:26 +010031
32flag {
33 name: "enable_responsive_workspace"
34 namespace: "launcher"
35 description: "Enables new workspace grid calculations method."
Alex Chau9f2bc122023-10-26 13:59:00 +010036 bug: "302189128"
Thales Limaca31b612023-09-14 14:25:26 +010037}
Pat Manning1695cc72023-07-05 11:45:13 +010038
39flag {
helencheukb4626f42023-12-11 11:33:30 +000040 name: "enable_focus_outline"
41 namespace: "launcher"
42 description: "Enables focus states outline for launcher."
43 bug: "310953377"
44}
45
46flag {
Tracy Zhou00f9e522023-10-24 18:39:36 -070047 name: "enable_taskbar_no_recreate"
48 namespace: "launcher"
49 description: "Enables taskbar with no recreation from lifecycle changes of TaskbarActivityContext."
50 bug: "299193589"
51}
Jon Miranda60ae29e2023-10-27 09:37:22 -070052
53flag {
54 name: "enable_home_transition_listener"
55 namespace: "launcher"
56 description: "Enables launcher to listen to all transitions that include home activity"
57 bug: "306053414"
58}
Jagrut Desai90dd0982023-11-09 09:57:38 -080059
60flag {
61 name: "enable_taskbar_pinning"
62 namespace: "launcher"
63 description: "Enables taskbar pinning to allow user to switch between transient and persistent taskbar flavors."
Jagrut Desai5bcad412023-12-20 11:09:50 -080064 bug: "296231746"
Jagrut Desai90dd0982023-11-09 09:57:38 -080065}
Tracy Zhou859edd02023-11-08 22:44:44 -080066
67flag {
Sukesh Ram95a806d2024-10-08 10:41:13 +000068 name: "enable_taskbar_connected_displays"
69 namespace: "launcher"
70 description: "Enables connected displays in taskbar."
71 bug: "362720616"
72}
73
74flag {
Jagrut Desaifbd93ef2024-06-14 10:36:05 -070075 name: "enable_taskbar_customization"
76 namespace: "launcher"
77 description: "Enables taskbar customization framework."
78 bug: "347281365"
79}
80
81flag {
fbaron9efed132023-11-29 09:47:29 -080082 name: "enable_unfolded_two_pane_picker"
83 namespace: "launcher"
84 description: "Enables two pane widget picker for unfolded foldables"
85 bug: "313922374"
86}
fbaron5176d7b2023-12-05 17:40:58 -080087
88flag {
89 name: "enable_tablet_two_pane_picker_v2"
90 namespace: "launcher"
91 description: "Enables full width two pane widget picker for tablets in landscape and portrait"
92 bug: "315055849"
93}
Rohit Goyal2e6010c2024-01-03 23:41:06 +053094
95flag {
Sebastian Franco9ae40322023-10-10 10:50:28 -070096 name: "enable_two_pane_launcher_settings"
97 namespace: "launcher"
98 description: "Enables two panel settings when on large enough displays"
99 bug: "204463748"
100}
101
102flag {
Fengjiang Licd60d192024-02-05 16:29:33 -0800103 name: "enable_predictive_back_gesture"
104 namespace: "launcher"
105 description: "Enable predictive back gesture on Launcher (including all apps and widget picker)."
106 bug: "238475505"
107}
108
109flag {
Anushree Ganjam5e9b71e2024-01-11 14:15:54 -0800110 name: "enable_shortcut_dont_suggest_app"
111 namespace: "launcher"
112 description: "Enables don't suggest app shortcut for suggested apps"
113 bug: "319250810"
114}
115
116flag {
Rohit Goyal2e6010c2024-01-03 23:41:06 +0530117 name: "enable_support_for_archiving"
118 namespace: "launcher"
119 description: "Enables support for archived apps in Launcher3, such as empty progress bar etc."
120 bug: "210590852"
121}
Anna Zhuravleva29a31392023-12-20 16:34:27 +0000122
123flag {
124 name: "enable_private_space_install_shortcut"
125 namespace: "launcher"
126 description: "Enables long-press shortcut to install a copy of an app to Private space"
127 bug: "316118005"
128}
Charlie Andersonda3138c2024-01-11 12:20:23 -0500129
130flag {
131 name: "enable_launcher_br_metrics_fixed"
132 namespace: "launcher"
133 description: "Enables logging of Launcher restore metrics to the Backup & Restore team"
134 bug: "307527314"
135 is_fixed_read_only: true
136}
Sunny Goyal24d68d82024-01-03 11:38:09 -0800137
138flag {
139 name: "enable_reboot_unlock_animation"
140 namespace: "launcher"
141 description: "Enables unlock animation after device reboot"
142 bug: "298231234"
143}
144
145flag {
146 name: "enable_workspace_inflation"
147 namespace: "launcher"
148 description: "Enables asnc inflation of workspace icons"
149 bug: "318539160"
150}
Sunny Goyal2c206402023-08-25 11:22:11 -0700151
152flag {
153 name: "enable_unfold_state_animation"
154 namespace: "launcher"
155 description: "Tie unfold animation with state animation"
156 bug: "297057373"
157}
Shamali Pc48c6602024-01-25 14:35:32 +0000158
159flag {
Willie Koomsonfedc18e2023-11-07 22:31:46 +0000160 name: "enable_generated_previews"
161 namespace: "launcher"
162 description: "Enables support for RemoteViews previews in the widget picker."
163 bug: "306546610"
164}
165
166flag {
Shamali Pc48c6602024-01-25 14:35:32 +0000167 name: "enable_categorized_widget_suggestions"
168 namespace: "launcher"
169 description: "Enables widget suggestions in widget picker to be displayed in categories"
170 bug: "318410881"
171}
Sunny Goyalfffb4fe2024-01-31 11:33:26 -0800172
173flag {
Andrew Cole16b68812024-03-15 14:16:45 -0700174 name: "force_monochrome_app_icons"
175 namespace: "launcher"
176 description: "Enable the ability to generate monochromatic icons, if it is not provided by the app"
177 bug: "270396209"
178}
179
180flag {
Fengjiang Li8bd66ee2024-01-26 10:00:47 -0800181 name: "enable_add_app_widget_via_config_activity_v2"
182 namespace: "launcher"
183 description: "When adding app widget through config activity, directly add it to workspace to reduce flicker"
184 bug: "284236964"
Fengjiang Li4cfdbaf2024-03-20 10:01:37 -0700185 metadata {
186 purpose: PURPOSE_BUGFIX
187 }
Fengjiang Li8bd66ee2024-01-26 10:00:47 -0800188}
189
190flag {
Sunny Goyalfffb4fe2024-01-31 11:33:26 -0800191 name: "use_activity_overlay"
192 namespace: "launcher"
193 description: "Use an activity for home screen overlay"
194 bug: "273828110"
195}
Sebastian Francoe2823902024-02-22 10:58:15 -0800196
197flag {
Sebastian Franco5ea61962024-03-14 09:33:24 -0700198 name: "enable_grid_migration_fix"
Sebastian Francoe2823902024-02-22 10:58:15 -0800199 namespace: "launcher"
200 description: "Keep items in place when migrating to a bigger grid"
201 bug: "325286145"
Sebastian Franco5ea61962024-03-14 09:33:24 -0700202 is_fixed_read_only: true
Sebastian Francoe2823902024-02-22 10:58:15 -0800203 metadata {
204 purpose: PURPOSE_BUGFIX
205 }
206}
207
208flag {
Sebastian Franco5ea61962024-03-14 09:33:24 -0700209 name: "enable_narrow_grid_restore"
Sebastian Francoe2823902024-02-22 10:58:15 -0800210 namespace: "launcher"
211 description: "Using only the most recent workspace when restoring to avoid confusion."
Sebastian Franco5ea61962024-03-14 09:33:24 -0700212 is_fixed_read_only: true
Sebastian Francoe2823902024-02-22 10:58:15 -0800213 bug: "325285743"
214 metadata {
215 purpose: PURPOSE_BUGFIX
216 }
217}
Luca Zuccarinic9cbc9d2024-03-11 14:29:48 +0000218
219flag {
220 name: "enable_scaling_reveal_home_animation"
221 namespace: "launcher"
222 description: "Enables the Home gesture animation"
223 bug: "308801666"
224}
Willie Koomsoncdc26952024-02-08 19:16:07 +0000225
226flag {
227 name: "enable_widget_tap_to_add"
228 namespace: "launcher"
229 description: "Enables an add button in the widget picker"
230 bug: "323886237"
231}
Schneider Victor-tuliasf3f0e282024-04-03 15:24:32 -0400232
233flag {
234 name: "enable_handle_delayed_gesture_callbacks"
235 namespace: "launcher"
236 description: "Enables additional handling for delayed mid-gesture callbacks"
237 bug: "285636175"
238 metadata {
239 purpose: PURPOSE_BUGFIX
240 }
241}
randypfohlf9688792024-04-18 14:06:47 -0700242
243flag {
244 name: "enable_fallback_overview_in_window"
245 namespace: "launcher"
246 description: "Enables fallback recents opening inside of a window instead of an activity."
247 bug: "292269949"
248}
fbaron9d08e0f2024-04-24 11:26:01 -0700249
250flag {
251 name: "enable_smartspace_as_a_widget"
252 namespace: "launcher"
253 description: "Enables smartspace as a widget"
254 bug: "300140279"
255}
256
257flag {
258 name: "enable_smartspace_removal_toggle"
259 namespace: "launcher"
260 description: "Enables smartspace removal toggle"
261 bug: "303471576"
262}
Schneider Victor-tulias65ae5502024-02-14 11:17:32 -0500263
264flag {
265 name: "enable_additional_home_animations"
266 namespace: "launcher"
267 description: "Enables custom home animations for non-running tasks"
268 bug: "237638627"
269 metadata {
270 purpose: PURPOSE_BUGFIX
271 }
272}
Tracy Zhou0bfd21f2024-05-19 22:19:12 +0000273
274flag {
275 name: "enabled_folders_in_all_apps"
276 namespace: "launcher"
277 description: "Enables folders in all apps"
278 bug: "341582436"
279}
Tony Wickhambe10c0b2024-05-21 17:26:17 +0000280
281flag {
282 name: "enable_recents_in_taskbar"
283 namespace: "launcher"
284 description: "Replace hybrid hotseat app predictions with strictly Recent Apps"
285 bug: "315354060"
286}
Charlie Anderson9e12c3f2024-06-10 18:31:01 -0400287
288flag {
289 name: "enable_first_screen_broadcast_archiving_extras"
290 namespace: "launcher"
291 description: "adds Extras to first screen broadcast for archived apps"
292 bug: "322314760"
293 is_fixed_read_only: true
294 metadata {
295 purpose: PURPOSE_BUGFIX
296 }
297}
Andy Wickhamcfafb552024-06-10 15:30:51 -0700298
299flag {
Luca Zuccarini52545ed2024-05-24 14:31:01 +0000300 name: "enable_container_return_animations"
301 namespace: "launcher"
302 description: "Enables the container return animation mirroring launches."
303 bug: "341017746"
304}
305
306flag {
Andy Wickhamcfafb552024-06-10 15:30:51 -0700307 name: "floating_search_bar"
308 namespace: "launcher"
309 description: "Search bar persists at the bottom of the screen across Launcher states"
310 bug: "346408388"
311}
Kevin Lim1a2b9bc2024-06-19 01:16:13 +0000312
313flag {
314 name: "multiline_search_bar"
315 namespace: "launcher"
316 description: "Search bar can wrap to multi-line"
317 bug: "341795751"
318}
319
Charlie Andersone16036f2024-07-08 16:39:38 -0400320flag {
Saumya Prakash71a69132024-07-24 18:34:05 +0000321 name: "enable_multi_instance_menu_taskbar"
322 namespace: "launcher"
323 description: "Menu in Taskbar with options to launch and manage multiple instances of the same app"
324 bug: "355237285"
Liam, Lee Pong Lam058559e2024-06-26 21:58:31 +0000325}
Andy Wickham053997e2024-08-22 17:48:37 -0700326
Liam, Lee Pong Lam058559e2024-06-26 21:58:31 +0000327flag {
328 name: "navigate_to_child_preference"
329 namespace: "launcher"
330 description: "Settings screen supports navigating to child preference if the key is not on the screen"
331 bug: "293390881"
332}
Charlie Anderson6b8e3622024-08-01 15:19:27 -0400333
334flag {
335 name: "use_new_icon_for_archived_apps"
336 namespace: "launcher"
337 description: "Archived apps will use new cloud icon in app title instead of overlay"
338 bug: "350758155"
339 metadata {
340 purpose: PURPOSE_BUGFIX
341 }
342}
Brandon Dayauon1f8f8862024-05-02 16:24:20 -0700343
344flag {
345 name: "letter_fast_scroller"
346 namespace: "launcher"
347 description: "Change fast scroller to a lettered list"
348 bug: "358673724"
349}
Schneider Victor-tulias51433de2024-08-21 14:29:07 -0400350
351flag {
352 name: "enable_desktop_task_alpha_animation"
353 namespace: "launcher"
354 description: "Enables the animation of the desktop task's background view"
355 bug: "320307666"
356 metadata {
357 purpose: PURPOSE_BUGFIX
358 }
359}
Liam, Lee Pong Lam60dfc432024-08-22 23:22:08 +0000360
361flag {
362 name: "ignore_three_finger_trackpad_for_nav_handle_long_press"
363 namespace: "launcher"
364 description: "Ignore three finger trackpad event for nav handle long press"
365 bug: "342143522"
366 metadata {
367 purpose: PURPOSE_BUGFIX
368 }
369}
fbaronc3708942024-09-04 15:07:17 -0700370
371flag {
Brandon Dayauon586df982024-09-20 11:11:34 -0700372 name: "work_scheduler_in_work_profile"
373 namespace: "launcher"
374 description: "Enables work scheduler view above the work pause button in work profile."
375 bug: "361589193"
376}
377
378flag {
fbaronc3708942024-09-04 15:07:17 -0700379 name: "one_grid_specs"
380 namespace: "launcher"
381 description: "Defines the new specs for grids based on OneGrid"
382 bug: "364711064"
383}
384
385flag {
386 name: "one_grid_mounted_mode"
387 namespace: "launcher"
388 description: "Support a fixed landscape mode for handheld devices"
389 bug: "364711735"
390}
391
392flag {
393 name: "one_grid_rotation_handling"
394 namespace: "launcher"
395 description: "New landscape approach for the workspace using different rows and columns in landscape and portrait"
396 bug: "364711814"
397}
398
399flag {
400 name: "grid_migration_refactor"
401 namespace: "launcher"
402 description: "Refactor grid migration such that the code is simpler to understand and update"
403 bug: "358399271"
404}
Liam Lee Pong Lamf9efc542024-09-09 22:02:39 +0000405
406flag {
407 name: "accessibility_scroll_on_allapps"
408 namespace: "launcher"
409 description: "Scroll to item position if accessibility focused"
410 bug: "265392261"
411 metadata {
412 purpose: PURPOSE_BUGFIX
413 }
414}
Sunny Goyald94100a2024-09-13 15:55:19 -0700415
416flag {
417 name: "enable_dismiss_prediction_undo"
418 namespace: "launcher"
419 description: "Show an 'Undo' snackbar when users dismiss a predicted hotseat item"
420 bug: "270394476"
421}
Jon Mirandaaec1e052024-09-16 14:58:08 -0700422
423flag {
424 name: "enable_all_apps_button_in_hotseat"
425 namespace: "launcher"
426 description: "Enables displaying the all apps button in the hotseat."
427 bug: "270393897"
428}
Brian Isganitise9d9f342024-09-17 22:19:00 +0000429
430flag {
431 name: "taskbar_quiet_mode_change_support"
432 namespace: "launcher"
433 description: "Support changing quiet mode for user profiles in taskbar."
434 bug: "345760034"
Jon Miranda90ec7382024-09-18 14:49:17 -0700435}
436
437flag {
438 name: "taskbar_overflow"
439 namespace: "launcher"
440 description: "Show recent apps in the taskbar overflow."
441 bug: "368119679"
442}
Schneider Victor-Tulias62335be2024-09-11 14:56:26 -0700443
444flag {
445 name: "enable_active_gesture_proto_log"
446 namespace: "launcher"
447 description: "Enables tracking active gesture logs in ProtoLog"
448 bug: "293182501"
449}
Luca Zuccarini2831d1e2024-09-18 11:08:56 +0000450
Schneider Victor-Tuliasf3f182a2024-09-30 12:03:35 -0400451flag {
452 name: "enable_recents_window_proto_log"
453 namespace: "launcher"
454 description: "Enables tracking recents window logs in ProtoLog"
455 bug: "292269949"
456}
457
Schneider Victor-Tulias1decb572024-10-01 14:06:49 -0400458flag {
459 name: "enable_state_manager_proto_log"
460 namespace: "launcher"
461 description: "Enables tracking state manager logs in ProtoLog"
462 bug: "292269949"
463}
Luca Zuccarini2831d1e2024-09-18 11:08:56 +0000464
465flag {
466 name: "coordinate_workspace_scale"
467 namespace: "launcher"
468 description: "Ensure that the workspace and hotseat scale doesn't conflict and transitions smoothly between launching and closing apps"
469 bug: "366403487"
470 metadata {
471 purpose: PURPOSE_BUGFIX
472 }
473}
Shamali P3d98ebc2024-10-07 17:11:56 +0000474
475flag {
476 name: "enable_tiered_widgets_by_default_in_picker"
477 namespace: "launcher"
478 description: "Shows filtered set of widgets by default and an option to show all widgets in the widget picker"
479 bug: "356127021"
480}
Artsiom Mitrokhinab7220c2024-09-27 16:22:48 -0400481
482flag {
483 name: "show_taskbar_pinning_popup_from_anywhere"
484 namespace: "launcher"
485 description: "Shows the pinning popup view after long-pressing or right-clicking anywhere on the pinned taskbar"
486 bug: "297325541"
487}
randypfohl009d9da2024-10-17 15:38:17 -0700488
489flag {
490 name: "enable_launcher_overview_in_window"
491 namespace: "launcher"
492 description: "Enables launcher recents opening inside of a window instead of being hosted in launcher activity."
493 bug: "292269949"
494}
Shamali Patwa2fc32dc2024-10-22 18:03:07 +0000495
496flag {
497 name: "enforce_system_radius_for_app_widgets"
498 namespace: "launcher"
499 description: "Enforce system radius for widget corners instead of a separate 16.dp value"
500 bug: "370950552"
501}