blob: d0b471a753278a98739f7085106be2cea4ee7012 [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 {
Yining Liu9a835c82023-10-31 01:30:23 +000018 name: "notification_async_hybrid_view_inflation"
19 namespace: "systemui"
20 description: "Inflates hybrid (single-line) notification views from the background thread."
21 bug: "217799515"
22}
23
24flag {
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020025 name: "notifications_footer_view_refactor"
26 namespace: "systemui"
27 description: "Enables the refactored version of the footer view in the notification shade "
28 "(containing the \"Clear all\" button). Should not bring any behavior changes"
29 bug: "293167744"
30}
Alexander Roederer74cda602023-10-11 00:24:09 +000031
32flag {
Steve Elliott34edc352023-10-23 13:14:24 -040033 name: "notifications_icon_container_refactor"
34 namespace: "systemui"
35 description: "Enables the refactored version of the notification icon container in StatusBar, "
36 "AOD, and the notification shelf. Should not bring any behavioral changes."
37 bug: "278765923"
38}
39
40flag {
Nick Chameyev8ea0f4c2023-10-20 18:09:50 +010041 name: "notifications_hide_on_display_switch"
42 namespace: "systemui"
43 description: "Temporary hides notifications when folding/unfolding to reduce unfold latency"
44 bug: "293824309"
45}
46
47flag {
Alexander Roederer74cda602023-10-11 00:24:09 +000048 name: "notification_lifetime_extension_refactor"
49 namespace: "systemui"
50 description: "Enables moving notification lifetime extension management from SystemUI to "
51 "Notification Manager Service"
52 bug: "299448097"
53}
Ale Nijamkin2e087362023-10-18 00:29:03 +000054
55flag {
András Kurucz3e88b352023-11-06 13:48:09 +000056 name: "notifications_live_data_store_refactor"
57 namespace: "systemui"
58 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
59 "Should not bring any behavior changes."
60 bug: "308623704"
61}
62
63flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +000064 name: "scene_container"
65 namespace: "systemui"
66 description: "Enables the scene container framework go/flexiglass."
67 bug: "283121968"
68}
Julia Tuttle5201be82023-10-30 17:49:30 -040069
70flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +000071 name: "keyguard_bottom_area_refactor"
72 namespace: "systemui"
73 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
74 "lock icon and others."
75 bug: "290652751"
76}
77
78flag {
Beverly96b3e592023-11-08 15:32:58 +000079 name: "device_entry_udfps_refactor"
80 namespace: "systemui"
81 description: "Refactoring device entry UDFPS icon to use modern architecture and "
82 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
83 bug: "279440316"
84}
85
86flag {
Julia Tuttle5201be82023-10-30 17:49:30 -040087 name: "visual_interruptions_refactor"
88 namespace: "systemui"
89 description: "Enables the refactored version of the code to decide when notifications "
90 "HUN, bubble, pulse, or FSI."
91 bug: "261728888"
92}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -070093
94flag {
95 name: "haptic_brightness_slider"
96 namespace: "systemui"
97 description: "Adds haptic feedback to the brightness slider."
98 bug: "296467915"
99}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000100
101flag {
102 name: "keyguard_shade_migration_nssl"
103 namespace: "systemui"
104 description: "Moves NSSL into a shared element between the notification_panel and "
105 "keyguard_root_view."
106 bug: "278054201"
107}
Fabián Kozynski9385f732023-11-09 12:47:57 -0500108
109flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000110 name: "qs_new_pipeline"
111 namespace: "systemui"
112 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
113 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500114}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000115
116flag {
117 name: "coroutine_tracing"
118 namespace: "systemui"
119 description: "Adds thread-local data to System UI's global coroutine scopes to "
120 "allow for tracing of coroutine continuations using System UI's tracinglib"
121 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100122}
123
124flag {
125 name: "new_aod_transition"
126 namespace: "systemui"
127 description: "New LOCKSCREEN <=> AOD transition"
128 bug: "301915812"
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000129}