blob: a9f5e229b9bc753f06759ed5eab91904dc8d0af1 [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 {
András Kurucz305199f2023-12-18 18:31:34 +000048 name: "notifications_improved_hun_animation"
49 namespace: "systemui"
50 description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations."
51 bug: "243302608"
52}
53
54flag {
Alexander Roederer74cda602023-10-11 00:24:09 +000055 name: "notification_lifetime_extension_refactor"
56 namespace: "systemui"
57 description: "Enables moving notification lifetime extension management from SystemUI to "
58 "Notification Manager Service"
59 bug: "299448097"
60}
Ale Nijamkin2e087362023-10-18 00:29:03 +000061
62flag {
András Kurucz3e88b352023-11-06 13:48:09 +000063 name: "notifications_live_data_store_refactor"
64 namespace: "systemui"
65 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
66 "Should not bring any behavior changes."
67 bug: "308623704"
68}
69
70flag {
Andreas Miko644f9502023-12-12 17:40:21 +010071 name: "refactor_get_current_user"
72 namespace: "systemui"
73 description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results."
74 bug: "305984787"
75}
76
77flag {
Lyn20c65062023-11-13 20:34:03 +000078 name: "notification_throttle_hun"
79 namespace: "systemui"
80 description: "During notification avalanche, throttle HUNs showing in fast succession."
81 bug: "307288824"
82}
83
84flag {
Jeff DeCew74e8d432023-11-29 19:34:19 +000085 name: "notification_background_tint_optimization"
86 namespace: "systemui"
87 description: "Re-enable the codepath that removed tinting of notifications when the"
88 " standard background color is desired. This was the behavior before we discovered"
89 " a resources threading issue, which we worked around by tinting the notification"
90 " backgrounds and footer buttons."
91 bug: "294347738"
92}
93
94flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +000095 name: "scene_container"
96 namespace: "systemui"
97 description: "Enables the scene container framework go/flexiglass."
98 bug: "283121968"
99}
Julia Tuttle5201be82023-10-30 17:49:30 -0400100
101flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +0000102 name: "keyguard_bottom_area_refactor"
103 namespace: "systemui"
104 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
105 "lock icon and others."
106 bug: "290652751"
107}
108
109flag {
Beverly96b3e592023-11-08 15:32:58 +0000110 name: "device_entry_udfps_refactor"
111 namespace: "systemui"
112 description: "Refactoring device entry UDFPS icon to use modern architecture and "
113 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
114 bug: "279440316"
115}
116
117flag {
Julia Tuttle5201be82023-10-30 17:49:30 -0400118 name: "visual_interruptions_refactor"
119 namespace: "systemui"
120 description: "Enables the refactored version of the code to decide when notifications "
121 "HUN, bubble, pulse, or FSI."
122 bug: "261728888"
123}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -0700124
125flag {
126 name: "haptic_brightness_slider"
127 namespace: "systemui"
128 description: "Adds haptic feedback to the brightness slider."
129 bug: "296467915"
130}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000131
132flag {
133 name: "keyguard_shade_migration_nssl"
134 namespace: "systemui"
135 description: "Moves NSSL into a shared element between the notification_panel and "
136 "keyguard_root_view."
137 bug: "278054201"
138}
Fabián Kozynski9385f732023-11-09 12:47:57 -0500139
140flag {
Nicolo' Mazzucato24c5a7c2023-11-20 11:49:17 +0000141 name: "unfold_animation_background_progress"
142 namespace: "systemui"
143 description: "Moves unfold animation progress calculation to a background thread"
144 bug: "277879146"
145}
146
147flag {
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000148 name: "enable_background_keyguard_ondrawn_callback"
149 namespace: "systemui"
150 description: "Calls the onDrawn keyguard in the background, without being blocked by main"
151 "thread work. This results in the screen to turn on earlier when the main thread is stuck. "
152 "Note that, even after this callback is called, we're waiting for all windows to finish "
153 " drawing."
154 bug: "295873557"
155}
156
157flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000158 name: "qs_new_pipeline"
159 namespace: "systemui"
160 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
161 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500162}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000163
164flag {
Anton Potapov10ae1962023-11-13 19:39:59 +0000165 name: "qs_new_tiles"
166 namespace: "systemui"
167 description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
Anton Potapovfecf0bc2024-01-04 10:55:18 +0000168 bug: "311147395"
Anton Potapov10ae1962023-11-13 19:39:59 +0000169}
170
171flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000172 name: "coroutine_tracing"
173 namespace: "systemui"
174 description: "Adds thread-local data to System UI's global coroutine scopes to "
175 "allow for tracing of coroutine continuations using System UI's tracinglib"
176 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100177}
178
179flag {
Peter Kalauskas62bf22b2023-12-15 01:44:39 +0000180 name: "edge_back_gesture_handler_thread"
181 namespace: "systemui"
182 description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back "
183 "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share "
184 "the main thread with the rest of System UI."
185 bug: "304583132"
186}
187
188flag {
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100189 name: "new_aod_transition"
190 namespace: "systemui"
191 description: "New LOCKSCREEN <=> AOD transition"
192 bug: "301915812"
Andreas Miko980ef672023-11-14 14:49:31 +0100193}
194
195flag {
196 name: "light_reveal_migration"
197 namespace: "systemui"
198 description: "Move LightRevealScrim to recommended architecture"
199 bug: "281655028"
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600200}
201
202flag {
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000203 name: "theme_overlay_controller_wakefulness_deprecation"
204 namespace: "systemui"
205 description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in "
206 "ThemOverlayController to mitigate flickering when locking the device"
207 bug: "308676488"
208}
209
210flag {
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600211 name: "media_in_scene_container"
212 namespace: "systemui"
213 description: "Enable media in the scene container framework"
214 bug: "296122467"
215}
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000216
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000217flag {
Chris Göllner0f02ef52023-12-15 10:11:49 +0000218 name: "pss_task_switcher"
219 namespace: "systemui"
220 description: "Enable the task switcher feature for partial screen sharing"
221 bug: "317208379"
222}
223
224flag {
Chandru Sc78f0822023-11-30 15:38:19 +0530225 name: "revamped_bouncer_messages"
226 namespace: "systemui"
227 description: "Change the bouncer message to be a 2-line more descriptive message"
228 bug: "236891644"
229}
230
231flag {
Chandru S7ec7fd22023-11-30 13:12:25 +0530232 name: "rest_to_unlock"
233 namespace: "systemui"
234 description: "Require prolonged touch for fingerprint authentication"
235 bug: "303672286"
236}
237
238flag {
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000239 name: "record_issue_qs_tile"
240 namespace: "systemui"
241 description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile"
242 bug: "305049544"
243}
Chandru S7ec7fd22023-11-30 13:12:25 +0530244
Aurélien Pomini7c643452023-09-21 10:06:47 +0000245flag {
Sherry Zhou860c9b92023-11-28 17:56:31 +0000246 name: "migrate_clocks_to_blueprint"
247 namespace: "systemui"
248 description: "Move clock related views from KeyguardStatusView to KeyguardRootView, "
249 "and use modern architecture for lockscreen clocks"
250 bug: "301502635"
251}
252
253flag {
Aurélien Pomini7c643452023-09-21 10:06:47 +0000254 name: "fast_unlock_transition"
255 namespace: "systemui"
256 description: "Faster wallpaper unlock transition"
257 bug: "298186160"
258}
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800259
260flag {
Nicolo' Mazzucatocd5f25b2023-12-07 10:11:50 +0000261 name: "enable_layout_tracing"
262 namespace: "systemui"
263 description: "Enables detailed traversal slices during measure and layout in perfetto traces"
264 bug: "315274804"
265}
266
267flag {
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800268 name: "quick_settings_visual_haptics_longpress"
269 namespace: "systemui"
270 description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
271 bug: "229856884"
272}
Evan Laird3f199372023-11-14 18:32:19 -0500273
274flag {
Aaron Liu688c8232023-12-14 11:55:04 -0800275 name: "switch_user_on_bg"
276 namespace: "systemui"
277 description: "Does user switching on a background thread"
278 bug: "284095720"
279}
280
281flag {
Evan Laird3f199372023-11-14 18:32:19 -0500282 name: "status_bar_static_inout_indicators"
283 namespace: "systemui"
284 description: "(Upstream request) Always show the network activity inout indicators and "
285 "prefer using alpha to distinguish network activity."
286 bug: "310715220"
287}
Juan Sebastian Martineze28f3d22023-12-18 14:55:26 -0800288
289flag {
290 name: "haptic_volume_slider"
291 namespace: "systemui"
292 description: "Adds haptic feedback to the volume slider."
293 bug: "316953430"
294}
Richard MacGregor019df652023-12-18 15:27:36 -0800295
296flag {
Anton Potapov0ccf69a2023-12-21 16:42:40 +0000297 name: "new_volume_panel"
298 namespace: "systemui"
299 description: "Switches to the new volume panel (without Slices)."
300 bug: "202262476"
301}
302
303flag {
Richard MacGregor019df652023-12-18 15:27:36 -0800304 name: "screenshare_notification_hiding"
305 namespace: "systemui"
306 description: "Enable hiding of notifications during screenshare"
307 bug: "312784809"
308}
309
chelseahaoef4e9d52023-12-18 13:29:22 +0800310flag {
Beverly0cdcacb2024-01-04 18:40:05 +0000311 name: "run_fingerprint_detect_on_dismissible_keyguard"
312 namespace: "systemui"
313 description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."
314 bug: "311145851"
315}
316
317flag {
chelseahaoef4e9d52023-12-18 13:29:22 +0800318 name: "bluetooth_qs_tile_dialog_auto_on_toggle"
319 namespace: "systemui"
320 description: "Displays the auto on toggle in the bluetooth QS tile dialog"
321 bug: "316985153"
322}
Xiaowen Lei19b52dc2024-01-02 17:47:22 +0000323
324flag {
325 name: "smartspace_relocate_to_bottom"
326 namespace: "systemui"
327 description: "Relocate Smartspace to bottom of the Lock Screen"
328 bug: "316212788"
329}
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000330
331flag {
332 name: "pin_input_field_styled_focus_state"
333 namespace: "systemui"
334 description: "Enables styled focus states on pin input field if keyboard is connected"
335 bug: "316106516"
336}