blob: f4561a18b850521a338cc85e13469b4853a4c2ea [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
Dave Mankofff6a791e2023-07-31 18:03:34 +00002
3flag {
4 name: "example_flag"
5 namespace: "systemui"
6 description: "An Example Flag"
7 bug: "292511372"
Dave Mankoff818186b2023-10-02 17:31:07 +00008}
9
10flag {
11 name: "sysui_teamfood"
12 namespace: "systemui"
13 description: "Enables all the sysui classic flags that are marked as being in teamfood"
14 bug: "302578396"
15}
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020016
17flag {
Beverlyc853b772024-02-16 21:19:27 +000018 name: "udfps_view_performance"
19 namespace: "systemui"
20 description: "Decrease screen off blocking calls by waiting until the device is finished going to sleep before adding the udfps view."
21 bug: "225183106"
22 metadata {
23 purpose: PURPOSE_BUGFIX
24 }
25}
26
27flag {
Yining Liu6ed11b92024-01-18 18:01:51 +080028 name: "notification_async_group_header_inflation"
29 namespace: "systemui"
30 description: "Inflates the notification group summary header views from the background thread."
31 bug: "217799515"
32}
33
34flag {
Yining Liu9a835c82023-10-31 01:30:23 +000035 name: "notification_async_hybrid_view_inflation"
36 namespace: "systemui"
37 description: "Inflates hybrid (single-line) notification views from the background thread."
38 bug: "217799515"
39}
40
41flag {
Jeff DeCew3a819de2023-05-12 12:49:30 -040042 name: "notification_color_update_logger"
43 namespace: "systemui"
44 description: "Enabled debug logging and dumping of notification color updates."
45 bug: "294347738"
46}
47
48flag {
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020049 name: "notifications_footer_view_refactor"
50 namespace: "systemui"
51 description: "Enables the refactored version of the footer view in the notification shade "
52 "(containing the \"Clear all\" button). Should not bring any behavior changes"
53 bug: "293167744"
54}
Alexander Roederer74cda602023-10-11 00:24:09 +000055
56flag {
Steve Elliott34edc352023-10-23 13:14:24 -040057 name: "notifications_icon_container_refactor"
58 namespace: "systemui"
59 description: "Enables the refactored version of the notification icon container in StatusBar, "
60 "AOD, and the notification shelf. Should not bring any behavioral changes."
61 bug: "278765923"
62}
63
64flag {
Nick Chameyev8ea0f4c2023-10-20 18:09:50 +010065 name: "notifications_hide_on_display_switch"
66 namespace: "systemui"
67 description: "Temporary hides notifications when folding/unfolding to reduce unfold latency"
68 bug: "293824309"
69}
70
71flag {
András Kurucz305199f2023-12-18 18:31:34 +000072 name: "notifications_improved_hun_animation"
73 namespace: "systemui"
74 description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations."
75 bug: "243302608"
76}
77
78flag {
András Kurucz3e88b352023-11-06 13:48:09 +000079 name: "notifications_live_data_store_refactor"
80 namespace: "systemui"
81 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
82 "Should not bring any behavior changes."
83 bug: "308623704"
84}
85
86flag {
Chris Göllner01fc9322024-02-28 16:30:33 +000087 name: "pss_app_selector_abrupt_exit_fix"
88 namespace: "systemui"
89 description: "Fixes the app selector abruptly disappearing without an animation, when the"
90 "selected task is the foreground task."
91 bug: "314385883"
92 metadata {
93 purpose: PURPOSE_BUGFIX
94 }
95}
96
97flag {
Ioana Alexandrue37b08f32024-02-15 14:25:39 +010098 name: "notifications_background_media_icons"
99 namespace: "systemui"
100 description: "Updates icons for media notifications in the background."
101 bug: "315143160"
102 metadata {
103 purpose: PURPOSE_BUGFIX
104 }
105}
106
107flag {
Jeff DeCewb811f002024-01-25 17:21:55 +0000108 name: "nssl_falsing_fix"
109 namespace: "systemui"
110 description: "Minor touch changes to prevent falsing errors in NSSL"
111 bug: "316551193"
112 metadata {
113 purpose: PURPOSE_BUGFIX
114 }
115}
116
117flag {
Andreas Miko644f9502023-12-12 17:40:21 +0100118 name: "refactor_get_current_user"
119 namespace: "systemui"
120 description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results."
121 bug: "305984787"
122}
123
124flag {
Lyn20c65062023-11-13 20:34:03 +0000125 name: "notification_throttle_hun"
126 namespace: "systemui"
127 description: "During notification avalanche, throttle HUNs showing in fast succession."
128 bug: "307288824"
129}
130
131flag {
Lyn06388cc2024-01-18 22:17:50 +0000132 name: "notification_avalanche_suppression"
133 namespace: "systemui"
134 description: "After notification avalanche floodgate event, suppress HUNs completely."
135 bug: "321089634"
136}
137
138flag {
Jeff DeCew74e8d432023-11-29 19:34:19 +0000139 name: "notification_background_tint_optimization"
140 namespace: "systemui"
141 description: "Re-enable the codepath that removed tinting of notifications when the"
142 " standard background color is desired. This was the behavior before we discovered"
143 " a resources threading issue, which we worked around by tinting the notification"
144 " backgrounds and footer buttons."
Jeff DeCewb45610e2024-01-31 20:46:03 +0000145 bug: "294830092"
Jeff DeCew74e8d432023-11-29 19:34:19 +0000146}
147
148flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +0000149 name: "scene_container"
150 namespace: "systemui"
151 description: "Enables the scene container framework go/flexiglass."
152 bug: "283121968"
153}
Julia Tuttle5201be82023-10-30 17:49:30 -0400154
155flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +0000156 name: "keyguard_bottom_area_refactor"
157 namespace: "systemui"
158 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
159 "lock icon and others."
160 bug: "290652751"
161}
162
163flag {
Beverly96b3e592023-11-08 15:32:58 +0000164 name: "device_entry_udfps_refactor"
165 namespace: "systemui"
166 description: "Refactoring device entry UDFPS icon to use modern architecture and "
167 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
168 bug: "279440316"
169}
170
171flag {
Julia Tuttle5201be82023-10-30 17:49:30 -0400172 name: "visual_interruptions_refactor"
173 namespace: "systemui"
174 description: "Enables the refactored version of the code to decide when notifications "
175 "HUN, bubble, pulse, or FSI."
176 bug: "261728888"
177}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -0700178
179flag {
180 name: "haptic_brightness_slider"
181 namespace: "systemui"
182 description: "Adds haptic feedback to the brightness slider."
183 bug: "296467915"
184}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000185
186flag {
187 name: "keyguard_shade_migration_nssl"
188 namespace: "systemui"
189 description: "Moves NSSL into a shared element between the notification_panel and "
190 "keyguard_root_view."
191 bug: "278054201"
192}
Fabián Kozynski9385f732023-11-09 12:47:57 -0500193
194flag {
Nicolo' Mazzucato24c5a7c2023-11-20 11:49:17 +0000195 name: "unfold_animation_background_progress"
196 namespace: "systemui"
197 description: "Moves unfold animation progress calculation to a background thread"
198 bug: "277879146"
199}
200
201flag {
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000202 name: "enable_background_keyguard_ondrawn_callback"
203 namespace: "systemui"
204 description: "Calls the onDrawn keyguard in the background, without being blocked by main"
205 "thread work. This results in the screen to turn on earlier when the main thread is stuck. "
206 "Note that, even after this callback is called, we're waiting for all windows to finish "
207 " drawing."
208 bug: "295873557"
Nicolò Mazzucato16eecfa2024-02-05 09:10:08 +0000209 metadata {
210 purpose: PURPOSE_BUGFIX
211 }
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000212}
213
214flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000215 name: "qs_new_pipeline"
216 namespace: "systemui"
217 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
218 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500219}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000220
221flag {
Anton Potapov10ae1962023-11-13 19:39:59 +0000222 name: "qs_new_tiles"
223 namespace: "systemui"
224 description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
Anton Potapovfecf0bc2024-01-04 10:55:18 +0000225 bug: "311147395"
Anton Potapov10ae1962023-11-13 19:39:59 +0000226}
227
228flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000229 name: "coroutine_tracing"
230 namespace: "systemui"
231 description: "Adds thread-local data to System UI's global coroutine scopes to "
232 "allow for tracing of coroutine continuations using System UI's tracinglib"
233 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100234}
235
236flag {
Peter Kalauskas62bf22b2023-12-15 01:44:39 +0000237 name: "edge_back_gesture_handler_thread"
238 namespace: "systemui"
239 description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back "
240 "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share "
241 "the main thread with the rest of System UI."
242 bug: "304583132"
243}
244
245flag {
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100246 name: "new_aod_transition"
247 namespace: "systemui"
248 description: "New LOCKSCREEN <=> AOD transition"
249 bug: "301915812"
Andreas Miko980ef672023-11-14 14:49:31 +0100250}
251
252flag {
253 name: "light_reveal_migration"
254 namespace: "systemui"
255 description: "Move LightRevealScrim to recommended architecture"
256 bug: "281655028"
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600257}
258
259flag {
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000260 name: "theme_overlay_controller_wakefulness_deprecation"
261 namespace: "systemui"
262 description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in "
263 "ThemOverlayController to mitigate flickering when locking the device"
264 bug: "308676488"
265}
266
267flag {
Chris Göllner30486e72024-02-07 17:03:08 +0000268 name: "truncated_status_bar_icons_fix"
269 namespace: "systemui"
270 description: "Fixes the status bar icons being trunacted due to the status bar window height "
271 "not being updated after certain rotations"
272 bug: "323299264"
273 metadata {
274 purpose: PURPOSE_BUGFIX
275 }
276}
277
278flag {
Chandru S1df19782023-09-30 18:34:20 -0700279 name: "compose_bouncer"
280 namespace: "systemui"
281 description: "Use the new compose bouncer in SystemUI"
282 bug: "310005730"
283}
284
285flag {
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600286 name: "media_in_scene_container"
287 namespace: "systemui"
288 description: "Enable media in the scene container framework"
289 bug: "296122467"
290}
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000291
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000292flag {
Chris Göllner0f02ef52023-12-15 10:11:49 +0000293 name: "pss_task_switcher"
294 namespace: "systemui"
295 description: "Enable the task switcher feature for partial screen sharing"
296 bug: "317208379"
297}
298
299flag {
Chandru Sc78f0822023-11-30 15:38:19 +0530300 name: "revamped_bouncer_messages"
301 namespace: "systemui"
302 description: "Change the bouncer message to be a 2-line more descriptive message"
303 bug: "236891644"
304}
305
306flag {
Chandru S7ec7fd22023-11-30 13:12:25 +0530307 name: "rest_to_unlock"
308 namespace: "systemui"
309 description: "Require prolonged touch for fingerprint authentication"
310 bug: "303672286"
311}
312
313flag {
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000314 name: "record_issue_qs_tile"
315 namespace: "systemui"
316 description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile"
317 bug: "305049544"
318}
Chandru S7ec7fd22023-11-30 13:12:25 +0530319
Aurélien Pomini7c643452023-09-21 10:06:47 +0000320flag {
Sherry Zhou860c9b92023-11-28 17:56:31 +0000321 name: "migrate_clocks_to_blueprint"
322 namespace: "systemui"
323 description: "Move clock related views from KeyguardStatusView to KeyguardRootView, "
324 "and use modern architecture for lockscreen clocks"
325 bug: "301502635"
326}
327
328flag {
Aurélien Pomini7c643452023-09-21 10:06:47 +0000329 name: "fast_unlock_transition"
330 namespace: "systemui"
331 description: "Faster wallpaper unlock transition"
332 bug: "298186160"
333}
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800334
335flag {
Chris Göllner32aad6c2024-02-16 14:00:31 +0000336 name: "centralized_status_bar_height_fix"
Chris Göllner7a56e772023-12-28 17:51:48 +0000337 namespace: "systemui"
338 description: "Refactors shade header and keyguard status bar to read status bar dimens from a"
339 " central place, instead of reading resources directly. This is to take into account display"
340 " cutouts and other special cases. "
Chris Göllner414e9bc2024-02-19 09:41:22 +0000341 bug: "317016114"
Chris Göllner932714b2024-02-15 14:56:45 +0000342 metadata {
343 purpose: PURPOSE_BUGFIX
344 }
Chris Göllner7a56e772023-12-28 17:51:48 +0000345}
346
347flag {
Nicolo' Mazzucatocd5f25b2023-12-07 10:11:50 +0000348 name: "enable_layout_tracing"
349 namespace: "systemui"
350 description: "Enables detailed traversal slices during measure and layout in perfetto traces"
351 bug: "315274804"
352}
353
354flag {
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800355 name: "quick_settings_visual_haptics_longpress"
356 namespace: "systemui"
357 description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
358 bug: "229856884"
359}
Evan Laird3f199372023-11-14 18:32:19 -0500360
361flag {
Aaron Liu688c8232023-12-14 11:55:04 -0800362 name: "switch_user_on_bg"
363 namespace: "systemui"
364 description: "Does user switching on a background thread"
365 bug: "284095720"
366}
367
368flag {
Evan Laird3f199372023-11-14 18:32:19 -0500369 name: "status_bar_static_inout_indicators"
370 namespace: "systemui"
371 description: "(Upstream request) Always show the network activity inout indicators and "
372 "prefer using alpha to distinguish network activity."
373 bug: "310715220"
374}
Juan Sebastian Martineze28f3d22023-12-18 14:55:26 -0800375
376flag {
377 name: "haptic_volume_slider"
378 namespace: "systemui"
379 description: "Adds haptic feedback to the volume slider."
380 bug: "316953430"
381}
Richard MacGregor019df652023-12-18 15:27:36 -0800382
383flag {
Anton Potapov0ccf69a2023-12-21 16:42:40 +0000384 name: "new_volume_panel"
385 namespace: "systemui"
386 description: "Switches to the new volume panel (without Slices)."
387 bug: "202262476"
388}
389
390flag {
Miranda Kephart5b0287b2023-11-20 11:24:03 -0500391 name: "screenshot_action_dismiss_system_windows"
392 namespace: "systemui"
393 description: "Dismiss existing system windows when starting action from screenshot UI"
394 bug: "309933761"
395}
396
397flag {
Beverly0cdcacb2024-01-04 18:40:05 +0000398 name: "run_fingerprint_detect_on_dismissible_keyguard"
399 namespace: "systemui"
400 description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."
401 bug: "311145851"
402}
403
404flag {
Xiaowen Lei19b52dc2024-01-02 17:47:22 +0000405 name: "smartspace_relocate_to_bottom"
406 namespace: "systemui"
407 description: "Relocate Smartspace to bottom of the Lock Screen"
408 bug: "316212788"
409}
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000410
411flag {
412 name: "pin_input_field_styled_focus_state"
413 namespace: "systemui"
414 description: "Enables styled focus states on pin input field if keyboard is connected"
415 bug: "316106516"
416}
Josh Tsujib2755ca2024-01-18 13:53:11 -0500417
418flag {
419 name: "keyguard_wm_state_refactor"
420 namespace: "systemui"
421 description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths"
422 bug: "278086361"
423}
Aaron Liu972537c2024-01-26 14:35:06 -0800424
425flag {
Aaron Liue51a5d32024-01-30 13:22:41 -0800426 name: "compose_lockscreen"
Aaron Liu972537c2024-01-26 14:35:06 -0800427 namespace: "systemui"
Aaron Liue51a5d32024-01-30 13:22:41 -0800428 description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglass."
Aaron Liu972537c2024-01-26 14:35:06 -0800429 bug: "301968149"
430}
Zhe Songe2a44482024-01-30 10:50:57 +0000431
432flag {
433 name: "enable_contextual_tip_for_power_off"
434 namespace: "systemui"
435 description: "Enables on-screen contextual tip about how to power off or restart phone"
436 bug: "322891421"
437}
438
439flag {
440 name: "enable_contextual_tip_for_take_screenshot"
441 namespace: "systemui"
442 description: "Enables on-screen contextual tip about how to take screenshot."
443 bug: "322891421"
444}
Yein Jobbfb3312024-01-31 22:40:47 +0000445
446flag {
Yu Chao3964b562024-02-01 08:03:59 +0000447 name: "enable_contextual_tips"
448 description: "Enables showing contextual tips."
449 namespace: "systemui"
450 bug: "322891421"
451}
452
453flag {
Yein Jobbfb3312024-01-31 22:40:47 +0000454 name: "shaderlib_loading_effect_refactor"
455 namespace: "systemui"
456 description: "Extend shader library to provide the common loading effects."
457 bug: "282007590"
458}
459
Matías Hernándeza67952e2024-02-06 15:29:52 +0100460flag {
461 name: "notification_row_user_context"
462 namespace: "systemui"
463 description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow"
464 " (based on the NotificationEntry's user)."
465 bug: "317503801"
466 metadata {
467 purpose: PURPOSE_BUGFIX
468 }
469}
470
Devarshi Bhattfdddc972024-02-06 04:52:56 +0000471flag {
472 name: "get_connected_device_name_unsynchronized"
473 namespace: "systemui"
474 description: "Decide whether to fetch the connected bluetooth device name outside a synchronized block."
475 bug: "323995015"
476 metadata {
Sindhu561c2402024-02-07 09:38:47 +0000477 purpose: PURPOSE_BUGFIX
478 }
479}
480
481flag {
Sindhuc5d22842024-02-09 06:47:35 +0000482 name: "slice_manager_binder_call_background"
483 namespace: "systemui"
484 description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread."
485 bug: "322745650"
486 metadata {
487 purpose: PURPOSE_BUGFIX
488 }
489}
490
491flag {
Sindhu561c2402024-02-07 09:38:47 +0000492 name: "register_new_wallet_card_in_background"
493 namespace: "systemui"
494 description: "Decide whether the call to registerNewWalletCards method should be issued on background thread."
495 bug: "322506838"
496 metadata {
497 purpose: PURPOSE_BUGFIX
498 }
Devarshi Bhattfdddc972024-02-06 04:52:56 +0000499}
archishab51923e2024-02-08 05:53:04 +0000500
501flag {
502 name: "update_user_switcher_background"
503 namespace: "systemui"
504 description: "Decide whether to update user switcher in background thread."
505 bug: "322745650"
506 metadata {
507 purpose: PURPOSE_BUGFIX
508 }
509}
Devarshi Bhatt17fa9832024-02-16 06:27:10 +0000510
511flag {
512 name: "register_zen_mode_content_observer_background"
513 namespace: "systemui"
514 description: "Decide whether to register zen mode content observers in the background thread."
515 bug: "324515627"
516 metadata {
517 purpose: PURPOSE_BUGFIX
518 }
519}
Miranda Kephart2976ca82024-02-16 10:14:15 -0500520
521flag {
522 name: "clipboard_noninteractive_on_lockscreen"
523 namespace: "systemui"
524 description: "Prevents the interactive clipboard UI from appearing when device is locked"
525 bug: "317048495"
526 metadata {
527 purpose: PURPOSE_BUGFIX
528 }
529}
Jernej Virag96b48772024-02-20 10:34:27 +0100530
531flag {
532 name: "trim_resources_with_background_trim_at_lock"
533 namespace: "systemui"
534 description: "Trim fonts and other caches when the device locks to lower memory consumption."
535 bug: "322143614"
536 metadata {
537 purpose: PURPOSE_BUGFIX
538 }
539}
Julia Tuttlec22e70f2024-02-14 16:04:59 -0500540
541flag {
542 name: "dedicated_notif_inflation_thread"
543 namespace: "systemui"
544 description: "Create a separate background thread for inflating notifications"
545 bug: "308967184"
546 metadata {
547 purpose: PURPOSE_BUGFIX
548 }
549}
Ibrahim Yilmaz31c681b2024-02-21 11:26:36 +0000550
551flag {
552 name: "bind_keyguard_media_visibility"
553 namespace: "systemui"
554 description: "Binds Keyguard Media Controller Visibility to MediaContainerView"
555 bug: "298213983"
556 metadata {
557 purpose: PURPOSE_BUGFIX
558 }
559}
bvineeth68756982024-02-23 09:57:28 +0000560
561flag {
562 name: "notify_power_manager_user_activity_background"
563 namespace: "systemui"
564 description: "Decide whether to notify the user activity to power manager in the background thread."
565 bug: "325203885"
566 metadata {
567 purpose: PURPOSE_BUGFIX
568 }
569}