blob: b3aa7e15336b61034551dd71e4edc334f16eddb5 [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
Dennis Shen42aa2c02024-04-04 14:38:14 +00002container: "system"
Dave Mankofff6a791e2023-07-31 18:03:34 +00003
4flag {
5 name: "example_flag"
6 namespace: "systemui"
7 description: "An Example Flag"
8 bug: "292511372"
Dave Mankoff818186b2023-10-02 17:31:07 +00009}
10
11flag {
12 name: "sysui_teamfood"
13 namespace: "systemui"
14 description: "Enables all the sysui classic flags that are marked as being in teamfood"
15 bug: "302578396"
16}
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020017
18flag {
Beverlyc853b772024-02-16 21:19:27 +000019 name: "udfps_view_performance"
20 namespace: "systemui"
21 description: "Decrease screen off blocking calls by waiting until the device is finished going to sleep before adding the udfps view."
22 bug: "225183106"
23 metadata {
24 purpose: PURPOSE_BUGFIX
25 }
26}
27
28flag {
Beverlyf4450902024-04-02 18:36:08 +000029 name: "refactor_keyguard_dismiss_intent"
30 namespace: "systemui"
31 description: "Update how keyguard dismiss intents are stored."
32 bug: "275069969"
33}
34
35flag {
36
Yining Liu9517d432024-03-26 06:26:16 +000037 name: "notification_heads_up_cycling"
38 namespace: "systemui"
39 description: "Heads-up notification cycling animation for the Notification Avalanche feature."
40 bug: "316404716"
41}
42
43flag {
Jeff DeCewf5f436be2024-03-19 21:06:02 +000044 name: "notification_minimalism_prototype"
45 namespace: "systemui"
46 description: "Prototype of notification minimalism; the new 'Intermediate' lockscreen customization proposal."
47 bug: "330387368"
48 metadata {
49 purpose: PURPOSE_BUGFIX
50 }
51}
52
53flag {
Jeff DeCew0ed8dbee2024-03-01 13:03:20 +000054 name: "notification_view_flipper_pausing"
55 namespace: "systemui"
56 description: "Pause ViewFlippers inside Notification custom layouts when the shade is closed."
57 bug: "309146176"
58 metadata {
59 purpose: PURPOSE_BUGFIX
60 }
61}
62
63flag {
Jeff DeCewd8397d82024-04-19 16:35:04 +000064 name: "notification_over_expansion_clipping_fix"
65 namespace: "systemui"
66 description: "fix NSSL clipping when over-expanding; fixes split shade bug."
67 bug: "288553572"
68 metadata {
69 purpose: PURPOSE_BUGFIX
70 }
71}
72
73flag {
Yining Liu6ed11b92024-01-18 18:01:51 +080074 name: "notification_async_group_header_inflation"
75 namespace: "systemui"
76 description: "Inflates the notification group summary header views from the background thread."
77 bug: "217799515"
78}
79
80flag {
Yining Liu9a835c82023-10-31 01:30:23 +000081 name: "notification_async_hybrid_view_inflation"
82 namespace: "systemui"
83 description: "Inflates hybrid (single-line) notification views from the background thread."
84 bug: "217799515"
85}
86
87flag {
Jeff DeCew3a819de2023-05-12 12:49:30 -040088 name: "notification_color_update_logger"
89 namespace: "systemui"
90 description: "Enabled debug logging and dumping of notification color updates."
91 bug: "294347738"
92}
93
94flag {
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020095 name: "notifications_footer_view_refactor"
96 namespace: "systemui"
97 description: "Enables the refactored version of the footer view in the notification shade "
98 "(containing the \"Clear all\" button). Should not bring any behavior changes"
99 bug: "293167744"
100}
Alexander Roederer74cda602023-10-11 00:24:09 +0000101
102flag {
Steve Elliott34edc352023-10-23 13:14:24 -0400103 name: "notifications_icon_container_refactor"
104 namespace: "systemui"
105 description: "Enables the refactored version of the notification icon container in StatusBar, "
106 "AOD, and the notification shelf. Should not bring any behavioral changes."
107 bug: "278765923"
108}
109
110flag {
Nick Chameyev8ea0f4c2023-10-20 18:09:50 +0100111 name: "notifications_hide_on_display_switch"
112 namespace: "systemui"
113 description: "Temporary hides notifications when folding/unfolding to reduce unfold latency"
114 bug: "293824309"
115}
116
117flag {
András Kurucz305199f2023-12-18 18:31:34 +0000118 name: "notifications_improved_hun_animation"
119 namespace: "systemui"
120 description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations."
121 bug: "243302608"
122}
123
124flag {
Yining Liu49c0d052024-02-22 23:52:59 +0000125 name: "notification_content_alpha_optimization"
126 namespace: "systemui"
127 description: "Only reset alpha values of needed content views"
128 bug: "292024656"
129 metadata {
130 purpose: PURPOSE_BUGFIX
131 }
132}
133
134flag {
András Kurucz3e88b352023-11-06 13:48:09 +0000135 name: "notifications_live_data_store_refactor"
136 namespace: "systemui"
137 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
138 "Should not bring any behavior changes."
139 bug: "308623704"
140}
141
142flag {
András Kurucz4171ecc02024-03-18 20:14:55 +0000143 name: "notifications_heads_up_refactor"
144 namespace: "systemui"
145 description: "Use HeadsUpInteractor to feed HUN updates to the NSSL."
146 bug: "325936094"
147}
148
149flag {
Chris Göllner01fc9322024-02-28 16:30:33 +0000150 name: "pss_app_selector_abrupt_exit_fix"
151 namespace: "systemui"
152 description: "Fixes the app selector abruptly disappearing without an animation, when the"
153 "selected task is the foreground task."
154 bug: "314385883"
155 metadata {
156 purpose: PURPOSE_BUGFIX
157 }
158}
159
160flag {
dakinola558bf872024-03-14 20:21:46 +0000161 name: "pss_app_selector_recents_split_screen"
162 namespace: "systemui"
163 description: "Allows recent apps selected for partial screenshare to be launched in split screen mode"
164 bug: "320449039"
165 metadata {
166 purpose: PURPOSE_BUGFIX
167 }
168}
169
170flag {
Ioana Alexandru7d781c002024-02-20 20:55:53 +0100171 name: "notifications_background_icons"
Ioana Alexandrue37b08f32024-02-15 14:25:39 +0100172 namespace: "systemui"
Ioana Alexandru7d781c002024-02-20 20:55:53 +0100173 description: "Moves part of the notification icon updates to the background."
174 bug: "315143361"
Ioana Alexandrue37b08f32024-02-15 14:25:39 +0100175 metadata {
176 purpose: PURPOSE_BUGFIX
177 }
178}
179
180flag {
Jeff DeCewb811f002024-01-25 17:21:55 +0000181 name: "nssl_falsing_fix"
182 namespace: "systemui"
183 description: "Minor touch changes to prevent falsing errors in NSSL"
184 bug: "316551193"
185 metadata {
186 purpose: PURPOSE_BUGFIX
187 }
188}
189
190flag {
Andreas Miko644f9502023-12-12 17:40:21 +0100191 name: "refactor_get_current_user"
192 namespace: "systemui"
193 description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results."
194 bug: "305984787"
195}
196
197flag {
Lyn20c65062023-11-13 20:34:03 +0000198 name: "notification_throttle_hun"
199 namespace: "systemui"
200 description: "During notification avalanche, throttle HUNs showing in fast succession."
201 bug: "307288824"
202}
203
204flag {
Lyn06388cc2024-01-18 22:17:50 +0000205 name: "notification_avalanche_suppression"
206 namespace: "systemui"
207 description: "After notification avalanche floodgate event, suppress HUNs completely."
208 bug: "321089634"
209}
210
211flag {
Jeff DeCew74e8d432023-11-29 19:34:19 +0000212 name: "notification_background_tint_optimization"
213 namespace: "systemui"
214 description: "Re-enable the codepath that removed tinting of notifications when the"
215 " standard background color is desired. This was the behavior before we discovered"
216 " a resources threading issue, which we worked around by tinting the notification"
217 " backgrounds and footer buttons."
Jeff DeCewb45610e2024-01-31 20:46:03 +0000218 bug: "294830092"
Jeff DeCew74e8d432023-11-29 19:34:19 +0000219}
220
221flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +0000222 name: "scene_container"
223 namespace: "systemui"
224 description: "Enables the scene container framework go/flexiglass."
225 bug: "283121968"
226}
Julia Tuttle5201be82023-10-30 17:49:30 -0400227
228flag {
burakovc98942c2024-04-25 16:15:35 +0000229 name: "dual_shade"
230 namespace: "systemui"
231 description: "Enables the BC25 Dual Shade (go/bc25-dual-shade-design)."
232 bug: "337259436"
233}
234
235flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +0000236 name: "keyguard_bottom_area_refactor"
237 namespace: "systemui"
238 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
239 "lock icon and others."
240 bug: "290652751"
241}
242
243flag {
Beverly96b3e592023-11-08 15:32:58 +0000244 name: "device_entry_udfps_refactor"
245 namespace: "systemui"
246 description: "Refactoring device entry UDFPS icon to use modern architecture and "
247 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
248 bug: "279440316"
249}
250
251flag {
Julia Tuttle5201be82023-10-30 17:49:30 -0400252 name: "visual_interruptions_refactor"
253 namespace: "systemui"
254 description: "Enables the refactored version of the code to decide when notifications "
255 "HUN, bubble, pulse, or FSI."
256 bug: "261728888"
257}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -0700258
259flag {
260 name: "haptic_brightness_slider"
261 namespace: "systemui"
262 description: "Adds haptic feedback to the brightness slider."
263 bug: "296467915"
264}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000265
266flag {
Nicolo' Mazzucato24c5a7c2023-11-20 11:49:17 +0000267 name: "unfold_animation_background_progress"
268 namespace: "systemui"
269 description: "Moves unfold animation progress calculation to a background thread"
270 bug: "277879146"
271}
272
273flag {
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000274 name: "enable_background_keyguard_ondrawn_callback"
275 namespace: "systemui"
276 description: "Calls the onDrawn keyguard in the background, without being blocked by main"
277 "thread work. This results in the screen to turn on earlier when the main thread is stuck. "
278 "Note that, even after this callback is called, we're waiting for all windows to finish "
279 " drawing."
280 bug: "295873557"
Nicolò Mazzucato16eecfa2024-02-05 09:10:08 +0000281 metadata {
282 purpose: PURPOSE_BUGFIX
283 }
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000284}
285
286flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000287 name: "qs_new_pipeline"
288 namespace: "systemui"
289 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
290 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500291}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000292
293flag {
Anton Potapov10ae1962023-11-13 19:39:59 +0000294 name: "qs_new_tiles"
295 namespace: "systemui"
296 description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
Anton Potapovfecf0bc2024-01-04 10:55:18 +0000297 bug: "311147395"
Anton Potapov10ae1962023-11-13 19:39:59 +0000298}
299
300flag {
Behnam Heydarshahifdbba272024-03-21 19:35:41 +0000301 name: "qs_new_tiles_future"
302 namespace: "systemui"
303 description: "Use the new tiles in the Quick Settings that are still under development. This flag will not be used to gate release but to prevent tiles under development from reaching teamfood."
304 bug: "311147395"
305}
306
307flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000308 name: "coroutine_tracing"
309 namespace: "systemui"
310 description: "Adds thread-local data to System UI's global coroutine scopes to "
311 "allow for tracing of coroutine continuations using System UI's tracinglib"
312 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100313}
314
315flag {
Peter Kalauskas62bf22b2023-12-15 01:44:39 +0000316 name: "edge_back_gesture_handler_thread"
317 namespace: "systemui"
318 description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back "
319 "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share "
320 "the main thread with the rest of System UI."
321 bug: "304583132"
322}
323
324flag {
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100325 name: "new_aod_transition"
326 namespace: "systemui"
327 description: "New LOCKSCREEN <=> AOD transition"
328 bug: "301915812"
Andreas Miko980ef672023-11-14 14:49:31 +0100329}
330
331flag {
332 name: "light_reveal_migration"
333 namespace: "systemui"
334 description: "Move LightRevealScrim to recommended architecture"
335 bug: "281655028"
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600336}
337
338flag {
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000339 name: "theme_overlay_controller_wakefulness_deprecation"
340 namespace: "systemui"
341 description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in "
342 "ThemOverlayController to mitigate flickering when locking the device"
343 bug: "308676488"
344}
345
346flag {
Chris Göllner30486e72024-02-07 17:03:08 +0000347 name: "truncated_status_bar_icons_fix"
348 namespace: "systemui"
349 description: "Fixes the status bar icons being trunacted due to the status bar window height "
350 "not being updated after certain rotations"
351 bug: "323299264"
352 metadata {
353 purpose: PURPOSE_BUGFIX
354 }
355}
356
357flag {
Valentin Iftime87306be2024-04-05 15:15:54 +0200358 name: "status_bar_monochrome_icons_fix"
359 namespace: "systemui"
360 description: "Fixes the status bar icon size when drawing InsetDrawables (ie. monochrome icons)"
361 bug: "329091967"
362 metadata {
363 purpose: PURPOSE_BUGFIX
364 }
365}
366
367flag {
Chandru S1df19782023-09-30 18:34:20 -0700368 name: "compose_bouncer"
369 namespace: "systemui"
370 description: "Use the new compose bouncer in SystemUI"
371 bug: "310005730"
372}
373
374flag {
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600375 name: "media_in_scene_container"
376 namespace: "systemui"
377 description: "Enable media in the scene container framework"
378 bug: "296122467"
379}
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000380
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000381flag {
Chris Göllner0f02ef52023-12-15 10:11:49 +0000382 name: "pss_task_switcher"
383 namespace: "systemui"
384 description: "Enable the task switcher feature for partial screen sharing"
385 bug: "317208379"
386}
387
388flag {
Chandru Sc78f0822023-11-30 15:38:19 +0530389 name: "revamped_bouncer_messages"
390 namespace: "systemui"
391 description: "Change the bouncer message to be a 2-line more descriptive message"
392 bug: "236891644"
393}
394
395flag {
Chandru S7ec7fd22023-11-30 13:12:25 +0530396 name: "rest_to_unlock"
397 namespace: "systemui"
398 description: "Require prolonged touch for fingerprint authentication"
399 bug: "303672286"
400}
401
402flag {
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000403 name: "record_issue_qs_tile"
404 namespace: "systemui"
405 description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile"
406 bug: "305049544"
407}
Chandru S7ec7fd22023-11-30 13:12:25 +0530408
Aurélien Pomini7c643452023-09-21 10:06:47 +0000409flag {
Sherry Zhou860c9b92023-11-28 17:56:31 +0000410 name: "migrate_clocks_to_blueprint"
411 namespace: "systemui"
412 description: "Move clock related views from KeyguardStatusView to KeyguardRootView, "
413 "and use modern architecture for lockscreen clocks"
414 bug: "301502635"
415}
416
417flag {
Aurélien Pomini7c643452023-09-21 10:06:47 +0000418 name: "fast_unlock_transition"
419 namespace: "systemui"
420 description: "Faster wallpaper unlock transition"
421 bug: "298186160"
422}
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800423
424flag {
Shawn Lee7a13c842024-03-08 10:53:27 -0800425 name: "activity_transition_use_largest_window"
426 namespace: "systemui"
427 description: "Target largest opening window during activity transitions."
428 bug: "323294573"
429 metadata {
430 purpose: PURPOSE_BUGFIX
431 }
432}
433
434flag {
Chris Göllner32aad6c2024-02-16 14:00:31 +0000435 name: "centralized_status_bar_height_fix"
Chris Göllner7a56e772023-12-28 17:51:48 +0000436 namespace: "systemui"
437 description: "Refactors shade header and keyguard status bar to read status bar dimens from a"
438 " central place, instead of reading resources directly. This is to take into account display"
439 " cutouts and other special cases. "
Chris Göllner414e9bc2024-02-19 09:41:22 +0000440 bug: "317016114"
Chris Göllner932714b2024-02-15 14:56:45 +0000441 metadata {
442 purpose: PURPOSE_BUGFIX
443 }
Chris Göllner7a56e772023-12-28 17:51:48 +0000444}
445
446flag {
Nicolo' Mazzucatocd5f25b2023-12-07 10:11:50 +0000447 name: "enable_layout_tracing"
448 namespace: "systemui"
449 description: "Enables detailed traversal slices during measure and layout in perfetto traces"
450 bug: "315274804"
451}
452
453flag {
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800454 name: "quick_settings_visual_haptics_longpress"
455 namespace: "systemui"
456 description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
457 bug: "229856884"
458}
Evan Laird3f199372023-11-14 18:32:19 -0500459
460flag {
Aaron Liu688c8232023-12-14 11:55:04 -0800461 name: "switch_user_on_bg"
462 namespace: "systemui"
463 description: "Does user switching on a background thread"
464 bug: "284095720"
465}
466
467flag {
Evan Laird3f199372023-11-14 18:32:19 -0500468 name: "status_bar_static_inout_indicators"
469 namespace: "systemui"
470 description: "(Upstream request) Always show the network activity inout indicators and "
471 "prefer using alpha to distinguish network activity."
472 bug: "310715220"
473}
Juan Sebastian Martineze28f3d22023-12-18 14:55:26 -0800474
475flag {
476 name: "haptic_volume_slider"
477 namespace: "systemui"
478 description: "Adds haptic feedback to the volume slider."
479 bug: "316953430"
480}
Richard MacGregor019df652023-12-18 15:27:36 -0800481
482flag {
Anton Potapov0ccf69a2023-12-21 16:42:40 +0000483 name: "new_volume_panel"
484 namespace: "systemui"
485 description: "Switches to the new volume panel (without Slices)."
486 bug: "202262476"
487}
488
489flag {
Miranda Kephart5b0287b2023-11-20 11:24:03 -0500490 name: "screenshot_action_dismiss_system_windows"
491 namespace: "systemui"
492 description: "Dismiss existing system windows when starting action from screenshot UI"
493 bug: "309933761"
494}
495
496flag {
Matt Casey4a0f9b02024-04-10 18:40:50 +0000497 name: "screenshot_private_profile_behavior_fix"
Matt Casey36a5fbe2024-03-15 20:52:26 +0000498 namespace: "systemui"
499 description: "Private profile support for screenshots"
500 bug: "327613051"
Matt Casey4a0f9b02024-04-10 18:40:50 +0000501 metadata {
502 purpose: PURPOSE_BUGFIX
503 }
Matt Casey36a5fbe2024-03-15 20:52:26 +0000504}
505
506flag {
Miranda Kephart98c656a2024-04-24 10:42:28 -0400507 name: "screenshot_shelf_ui2"
Miranda Kephart8d0c72b2024-03-08 13:41:19 -0500508 namespace: "systemui"
509 description: "Use new shelf UI flow for screenshots"
510 bug: "329659738"
511}
512
513flag {
Beverly0cdcacb2024-01-04 18:40:05 +0000514 name: "run_fingerprint_detect_on_dismissible_keyguard"
515 namespace: "systemui"
516 description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."
517 bug: "311145851"
518}
519
520flag {
Xiaowen Lei19b52dc2024-01-02 17:47:22 +0000521 name: "smartspace_relocate_to_bottom"
522 namespace: "systemui"
523 description: "Relocate Smartspace to bottom of the Lock Screen"
524 bug: "316212788"
525}
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000526
527flag {
Liam, Lee Pong Lam4a857592024-02-27 21:26:55 +0000528 name: "smartspace_remoteviews_rendering"
529 namespace: "systemui"
530 description: "Indicate Smartspace RemoteViews rendering"
531 bug: "326292691"
532}
533
534flag {
Liam, Lee Pong Lam8a14cfb2024-04-24 21:04:15 +0000535 name: "smartspace_lockscreen_viewmodel"
536 namespace: "systemui"
537 description: "Indicate Smartspace lockscreen viewmodel"
538 bug: "331451011"
539}
540
541flag {
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000542 name: "pin_input_field_styled_focus_state"
543 namespace: "systemui"
544 description: "Enables styled focus states on pin input field if keyboard is connected"
545 bug: "316106516"
546}
Josh Tsujib2755ca2024-01-18 13:53:11 -0500547
548flag {
549 name: "keyguard_wm_state_refactor"
550 namespace: "systemui"
551 description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths"
552 bug: "278086361"
553}
Aaron Liu972537c2024-01-26 14:35:06 -0800554
555flag {
Aaron Liue51a5d32024-01-30 13:22:41 -0800556 name: "compose_lockscreen"
Aaron Liu972537c2024-01-26 14:35:06 -0800557 namespace: "systemui"
Aaron Liue51a5d32024-01-30 13:22:41 -0800558 description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglass."
Aaron Liu972537c2024-01-26 14:35:06 -0800559 bug: "301968149"
560}
Zhe Songe2a44482024-01-30 10:50:57 +0000561
562flag {
563 name: "enable_contextual_tip_for_power_off"
564 namespace: "systemui"
565 description: "Enables on-screen contextual tip about how to power off or restart phone"
566 bug: "322891421"
567}
568
569flag {
570 name: "enable_contextual_tip_for_take_screenshot"
571 namespace: "systemui"
572 description: "Enables on-screen contextual tip about how to take screenshot."
573 bug: "322891421"
574}
Yein Jobbfb3312024-01-31 22:40:47 +0000575
576flag {
Zhe Song79564da2024-03-13 17:12:54 +0800577 name: "disable_contextual_tips_frequency_check"
578 description: "Disables frequency capping check for contextual tips."
579 namespace: "systemui"
580 bug: "322891421"
581}
582
583flag {
584 name: "disable_contextual_tips_ios_switcher_check"
585 description: "Disables iOS switcher check which guard the tips designed only for iOS switchers."
586 namespace: "systemui"
587 bug: "322891421"
588}
589
590flag {
Yu Chao3964b562024-02-01 08:03:59 +0000591 name: "enable_contextual_tips"
592 description: "Enables showing contextual tips."
593 namespace: "systemui"
594 bug: "322891421"
595}
596
597flag {
Yein Jobbfb3312024-01-31 22:40:47 +0000598 name: "shaderlib_loading_effect_refactor"
599 namespace: "systemui"
600 description: "Extend shader library to provide the common loading effects."
601 bug: "282007590"
602}
603
Matías Hernándeza67952e2024-02-06 15:29:52 +0100604flag {
jasonwshsu8d2f6392024-02-27 23:49:08 +0800605 name: "hearing_aids_qs_tile_dialog"
606 namespace: "systemui"
607 description: "Show a dialog when clicking on hearing aids quick settings tile."
608 bug: "291423171"
609}
610
611flag {
Matías Hernándeza67952e2024-02-06 15:29:52 +0100612 name: "notification_row_user_context"
613 namespace: "systemui"
614 description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow"
615 " (based on the NotificationEntry's user)."
616 bug: "317503801"
617 metadata {
618 purpose: PURPOSE_BUGFIX
619 }
620}
621
Devarshi Bhattfdddc972024-02-06 04:52:56 +0000622flag {
623 name: "get_connected_device_name_unsynchronized"
624 namespace: "systemui"
625 description: "Decide whether to fetch the connected bluetooth device name outside a synchronized block."
626 bug: "323995015"
627 metadata {
Sindhu561c2402024-02-07 09:38:47 +0000628 purpose: PURPOSE_BUGFIX
629 }
630}
631
632flag {
Sindhuc5d22842024-02-09 06:47:35 +0000633 name: "slice_manager_binder_call_background"
634 namespace: "systemui"
635 description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread."
636 bug: "322745650"
637 metadata {
638 purpose: PURPOSE_BUGFIX
639 }
640}
641
642flag {
Sindhu561c2402024-02-07 09:38:47 +0000643 name: "register_new_wallet_card_in_background"
644 namespace: "systemui"
645 description: "Decide whether the call to registerNewWalletCards method should be issued on background thread."
646 bug: "322506838"
647 metadata {
648 purpose: PURPOSE_BUGFIX
649 }
Devarshi Bhattfdddc972024-02-06 04:52:56 +0000650}
archishab51923e2024-02-08 05:53:04 +0000651
652flag {
653 name: "update_user_switcher_background"
654 namespace: "systemui"
655 description: "Decide whether to update user switcher in background thread."
656 bug: "322745650"
657 metadata {
658 purpose: PURPOSE_BUGFIX
659 }
660}
Devarshi Bhatt17fa9832024-02-16 06:27:10 +0000661
662flag {
663 name: "register_zen_mode_content_observer_background"
664 namespace: "systemui"
665 description: "Decide whether to register zen mode content observers in the background thread."
666 bug: "324515627"
667 metadata {
668 purpose: PURPOSE_BUGFIX
669 }
670}
Miranda Kephart2976ca82024-02-16 10:14:15 -0500671
672flag {
673 name: "clipboard_noninteractive_on_lockscreen"
674 namespace: "systemui"
675 description: "Prevents the interactive clipboard UI from appearing when device is locked"
676 bug: "317048495"
677 metadata {
678 purpose: PURPOSE_BUGFIX
679 }
680}
Jernej Virag96b48772024-02-20 10:34:27 +0100681
682flag {
683 name: "trim_resources_with_background_trim_at_lock"
684 namespace: "systemui"
685 description: "Trim fonts and other caches when the device locks to lower memory consumption."
686 bug: "322143614"
687 metadata {
688 purpose: PURPOSE_BUGFIX
689 }
690}
Julia Tuttlec22e70f2024-02-14 16:04:59 -0500691
692flag {
693 name: "dedicated_notif_inflation_thread"
694 namespace: "systemui"
695 description: "Create a separate background thread for inflating notifications"
696 bug: "308967184"
697 metadata {
698 purpose: PURPOSE_BUGFIX
699 }
700}
Ibrahim Yilmaz31c681b2024-02-21 11:26:36 +0000701
702flag {
703 name: "bind_keyguard_media_visibility"
704 namespace: "systemui"
705 description: "Binds Keyguard Media Controller Visibility to MediaContainerView"
706 bug: "298213983"
Ibrahim Yilmaz1d1c12c2024-02-29 15:59:20 +0000707 metadata {
708 purpose: PURPOSE_BUGFIX
709 }
Jernej Virag8d4858d2024-02-23 13:18:30 +0100710}
711
712flag {
713 name: "delayed_wakelock_release_on_background_thread"
714 namespace: "systemui"
715 description: "Released delayed wakelocks on background threads to avoid janking screen transitions."
716 bug: "316128516"
Ibrahim Yilmaz31c681b2024-02-21 11:26:36 +0000717 metadata {
718 purpose: PURPOSE_BUGFIX
719 }
720}
bvineeth68756982024-02-23 09:57:28 +0000721
722flag {
723 name: "notify_power_manager_user_activity_background"
724 namespace: "systemui"
725 description: "Decide whether to notify the user activity to power manager in the background thread."
726 bug: "325203885"
727 metadata {
728 purpose: PURPOSE_BUGFIX
729 }
730}
Michael Mikhail1371dbd2024-02-22 17:45:25 +0000731
732flag {
733 name: "media_controls_refactor"
734 namespace: "systemui"
735 description: "Refactors media code to follow the recommended architecture"
736 bug: "326408371"
737}
Josh814484f2024-03-05 15:38:07 +0000738
739flag {
740 name: "qs_tile_focus_state"
741 namespace: "systemui"
742 description: "enables new focus outline for qs tiles when focused on with physical keyboard"
743 bug: "312899524"
744}
Sindhuc9c4dcf2024-02-29 10:33:06 +0000745
746flag {
747 name: "edgeback_gesture_handler_get_running_tasks_background"
748 namespace: "systemui"
749 description: "Decide whether to get the running tasks from activity manager in EdgebackGestureHandler"
750 " class on the background thread."
751 bug: "325041960"
752 metadata {
753 purpose: PURPOSE_BUGFIX
754 }
755}
Fabián Kozynskicba11852024-03-12 14:16:24 -0400756
757flag {
Richard MacGregorfff24272024-03-26 16:32:14 -0700758 name: "screenshare_notification_hiding_bug_fix"
759 namespace: "systemui"
760 description: "Various bug fixes for notification redaction while screensharing"
761 bug: "312784809"
762 metadata {
763 purpose: PURPOSE_BUGFIX
764 }
765}
766
767flag {
Fabián Kozynskicba11852024-03-12 14:16:24 -0400768 name: "qs_ui_refactor"
769 namespace: "systemui"
770 description: "Enables the new QS UI pipeline that follows recommended architecture and uses"
771 " Compose for the UI."
772 bug: "325099249"
773}
Yein Jo380f96c2024-04-04 21:28:31 +0000774
775flag {
Lucas Silvaf6db6882024-04-05 11:18:22 -0400776 name: "remove_dream_overlay_hide_on_touch"
777 namespace: "systemui"
778 description: "Removes logic to hide the dream overlay on user interaction, as it conflicts with various transitions"
779 bug: "329091030"
780 metadata {
781 purpose: PURPOSE_BUGFIX
782 }
783}
784
785flag {
Yein Jo380f96c2024-04-04 21:28:31 +0000786 name: "keyboard_docking_indicator"
787 namespace: "systemui"
788 description: "Glow bar indicator reveals upon keyboard docking."
789 bug: "324600132"
790}
Bryce Lee39ca23b2024-04-10 09:46:27 -0700791
792flag {
Chris Göllnerbdc51f32024-04-22 12:31:49 +0100793 name: "keyboard_shortcut_helper_rewrite"
794 namespace: "systemui"
795 description: "A new implementation of the keyboards shortcuts helper sheet."
796 bug: "327364197"
797}
798
799flag {
Bryce Lee39ca23b2024-04-10 09:46:27 -0700800 name: "dream_overlay_bouncer_swipe_direction_filtering"
801 namespace: "systemui"
802 description: "do not initiate bouncer swipe when the direction is opposite of the expansion"
803 bug: "333632464"
804 metadata {
805 purpose: PURPOSE_BUGFIX
806 }
Bryce Leece3c21032024-04-09 17:15:17 -0700807}
808
809flag {
810 name: "dream_input_session_pilfer_once"
811 namespace: "systemui"
812 description: "Pilfer at most once per input session"
813 bug: "324600132"
814 metadata {
815 purpose: PURPOSE_BUGFIX
816 }
817}
Jernej Virag6d932a02024-04-16 16:57:50 +0200818
819flag {
820 name: "slice_broadcast_relay_in_background"
821 namespace: "systemui"
822 description: "Move handling of slice broadcast relay broadcasts to background threads"
823 bug: "334767208"
824 metadata {
825 purpose: PURPOSE_BUGFIX
826 }
bvineethac6e09a2024-04-10 08:20:28 +0000827}
828
829flag {
830 name: "register_battery_controller_receivers_in_corestartable"
831 namespace: "systemui"
832 description: "Decide whether to register the receivers in battery controller impl in the BatteryControllerStartable corestartable."
833 bug: "307517093"
834 metadata {
835 purpose: PURPOSE_BUGFIX
836 }
837}
Chaohui Wang8265c6b2024-03-12 18:30:59 +0800838
839flag {
840 name: "enforce_brightness_base_user_restriction"
841 namespace: "systemui"
842 description: "Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS."
843 bug: "329205638"
844}
Bryce Lee6cedcd22024-04-25 04:35:05 +0000845
846flag {
847 name: "ambient_touch_monitor_listen_to_display_changes"
848 namespace: "systemui"
849 description: "listen to display changes and cache window metrics"
850 bug: "330906135"
851 metadata {
852 purpose: PURPOSE_BUGFIX
853 }
854}