blob: f0e504894cf5bf8ad684a8050e88335fe52a83b9 [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 Liu6ed11b92024-01-18 18:01:51 +080018 name: "notification_async_group_header_inflation"
19 namespace: "systemui"
20 description: "Inflates the notification group summary header views from the background thread."
21 bug: "217799515"
22}
23
24flag {
Yining Liu9a835c82023-10-31 01:30:23 +000025 name: "notification_async_hybrid_view_inflation"
26 namespace: "systemui"
27 description: "Inflates hybrid (single-line) notification views from the background thread."
28 bug: "217799515"
29}
30
31flag {
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020032 name: "notifications_footer_view_refactor"
33 namespace: "systemui"
34 description: "Enables the refactored version of the footer view in the notification shade "
35 "(containing the \"Clear all\" button). Should not bring any behavior changes"
36 bug: "293167744"
37}
Alexander Roederer74cda602023-10-11 00:24:09 +000038
39flag {
Steve Elliott34edc352023-10-23 13:14:24 -040040 name: "notifications_icon_container_refactor"
41 namespace: "systemui"
42 description: "Enables the refactored version of the notification icon container in StatusBar, "
43 "AOD, and the notification shelf. Should not bring any behavioral changes."
44 bug: "278765923"
45}
46
47flag {
Nick Chameyev8ea0f4c2023-10-20 18:09:50 +010048 name: "notifications_hide_on_display_switch"
49 namespace: "systemui"
50 description: "Temporary hides notifications when folding/unfolding to reduce unfold latency"
51 bug: "293824309"
52}
53
54flag {
András Kurucz305199f2023-12-18 18:31:34 +000055 name: "notifications_improved_hun_animation"
56 namespace: "systemui"
57 description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations."
58 bug: "243302608"
59}
60
61flag {
Alexander Roederer74cda602023-10-11 00:24:09 +000062 name: "notification_lifetime_extension_refactor"
63 namespace: "systemui"
64 description: "Enables moving notification lifetime extension management from SystemUI to "
65 "Notification Manager Service"
66 bug: "299448097"
67}
Ale Nijamkin2e087362023-10-18 00:29:03 +000068
69flag {
András Kurucz3e88b352023-11-06 13:48:09 +000070 name: "notifications_live_data_store_refactor"
71 namespace: "systemui"
72 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
73 "Should not bring any behavior changes."
74 bug: "308623704"
75}
76
77flag {
Andreas Miko644f9502023-12-12 17:40:21 +010078 name: "refactor_get_current_user"
79 namespace: "systemui"
80 description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results."
81 bug: "305984787"
82}
83
84flag {
Lyn20c65062023-11-13 20:34:03 +000085 name: "notification_throttle_hun"
86 namespace: "systemui"
87 description: "During notification avalanche, throttle HUNs showing in fast succession."
88 bug: "307288824"
89}
90
91flag {
Lyn06388cc2024-01-18 22:17:50 +000092 name: "notification_avalanche_suppression"
93 namespace: "systemui"
94 description: "After notification avalanche floodgate event, suppress HUNs completely."
95 bug: "321089634"
96}
97
98flag {
Jeff DeCew74e8d432023-11-29 19:34:19 +000099 name: "notification_background_tint_optimization"
100 namespace: "systemui"
101 description: "Re-enable the codepath that removed tinting of notifications when the"
102 " standard background color is desired. This was the behavior before we discovered"
103 " a resources threading issue, which we worked around by tinting the notification"
104 " backgrounds and footer buttons."
105 bug: "294347738"
106}
107
108flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +0000109 name: "scene_container"
110 namespace: "systemui"
111 description: "Enables the scene container framework go/flexiglass."
112 bug: "283121968"
113}
Julia Tuttle5201be82023-10-30 17:49:30 -0400114
115flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +0000116 name: "keyguard_bottom_area_refactor"
117 namespace: "systemui"
118 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
119 "lock icon and others."
120 bug: "290652751"
121}
122
123flag {
Beverly96b3e592023-11-08 15:32:58 +0000124 name: "device_entry_udfps_refactor"
125 namespace: "systemui"
126 description: "Refactoring device entry UDFPS icon to use modern architecture and "
127 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
128 bug: "279440316"
129}
130
131flag {
Julia Tuttle5201be82023-10-30 17:49:30 -0400132 name: "visual_interruptions_refactor"
133 namespace: "systemui"
134 description: "Enables the refactored version of the code to decide when notifications "
135 "HUN, bubble, pulse, or FSI."
136 bug: "261728888"
137}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -0700138
139flag {
140 name: "haptic_brightness_slider"
141 namespace: "systemui"
142 description: "Adds haptic feedback to the brightness slider."
143 bug: "296467915"
144}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000145
146flag {
147 name: "keyguard_shade_migration_nssl"
148 namespace: "systemui"
149 description: "Moves NSSL into a shared element between the notification_panel and "
150 "keyguard_root_view."
151 bug: "278054201"
152}
Fabián Kozynski9385f732023-11-09 12:47:57 -0500153
154flag {
Nicolo' Mazzucato24c5a7c2023-11-20 11:49:17 +0000155 name: "unfold_animation_background_progress"
156 namespace: "systemui"
157 description: "Moves unfold animation progress calculation to a background thread"
158 bug: "277879146"
159}
160
161flag {
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000162 name: "enable_background_keyguard_ondrawn_callback"
163 namespace: "systemui"
164 description: "Calls the onDrawn keyguard in the background, without being blocked by main"
165 "thread work. This results in the screen to turn on earlier when the main thread is stuck. "
166 "Note that, even after this callback is called, we're waiting for all windows to finish "
167 " drawing."
168 bug: "295873557"
169}
170
171flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000172 name: "qs_new_pipeline"
173 namespace: "systemui"
174 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
175 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500176}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000177
178flag {
Anton Potapov10ae1962023-11-13 19:39:59 +0000179 name: "qs_new_tiles"
180 namespace: "systemui"
181 description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
Anton Potapovfecf0bc2024-01-04 10:55:18 +0000182 bug: "311147395"
Anton Potapov10ae1962023-11-13 19:39:59 +0000183}
184
185flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000186 name: "coroutine_tracing"
187 namespace: "systemui"
188 description: "Adds thread-local data to System UI's global coroutine scopes to "
189 "allow for tracing of coroutine continuations using System UI's tracinglib"
190 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100191}
192
193flag {
Peter Kalauskas62bf22b2023-12-15 01:44:39 +0000194 name: "edge_back_gesture_handler_thread"
195 namespace: "systemui"
196 description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back "
197 "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share "
198 "the main thread with the rest of System UI."
199 bug: "304583132"
200}
201
202flag {
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100203 name: "new_aod_transition"
204 namespace: "systemui"
205 description: "New LOCKSCREEN <=> AOD transition"
206 bug: "301915812"
Andreas Miko980ef672023-11-14 14:49:31 +0100207}
208
209flag {
210 name: "light_reveal_migration"
211 namespace: "systemui"
212 description: "Move LightRevealScrim to recommended architecture"
213 bug: "281655028"
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600214}
215
216flag {
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000217 name: "theme_overlay_controller_wakefulness_deprecation"
218 namespace: "systemui"
219 description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in "
220 "ThemOverlayController to mitigate flickering when locking the device"
221 bug: "308676488"
222}
223
224flag {
Chandru S1df19782023-09-30 18:34:20 -0700225 name: "compose_bouncer"
226 namespace: "systemui"
227 description: "Use the new compose bouncer in SystemUI"
228 bug: "310005730"
229}
230
231flag {
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600232 name: "media_in_scene_container"
233 namespace: "systemui"
234 description: "Enable media in the scene container framework"
235 bug: "296122467"
236}
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000237
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000238flag {
Chris Göllner0f02ef52023-12-15 10:11:49 +0000239 name: "pss_task_switcher"
240 namespace: "systemui"
241 description: "Enable the task switcher feature for partial screen sharing"
242 bug: "317208379"
243}
244
245flag {
Chandru Sc78f0822023-11-30 15:38:19 +0530246 name: "revamped_bouncer_messages"
247 namespace: "systemui"
248 description: "Change the bouncer message to be a 2-line more descriptive message"
249 bug: "236891644"
250}
251
252flag {
Chandru S7ec7fd22023-11-30 13:12:25 +0530253 name: "rest_to_unlock"
254 namespace: "systemui"
255 description: "Require prolonged touch for fingerprint authentication"
256 bug: "303672286"
257}
258
259flag {
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000260 name: "record_issue_qs_tile"
261 namespace: "systemui"
262 description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile"
263 bug: "305049544"
264}
Chandru S7ec7fd22023-11-30 13:12:25 +0530265
Aurélien Pomini7c643452023-09-21 10:06:47 +0000266flag {
Sherry Zhou860c9b92023-11-28 17:56:31 +0000267 name: "migrate_clocks_to_blueprint"
268 namespace: "systemui"
269 description: "Move clock related views from KeyguardStatusView to KeyguardRootView, "
270 "and use modern architecture for lockscreen clocks"
271 bug: "301502635"
272}
273
274flag {
Aurélien Pomini7c643452023-09-21 10:06:47 +0000275 name: "fast_unlock_transition"
276 namespace: "systemui"
277 description: "Faster wallpaper unlock transition"
278 bug: "298186160"
279}
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800280
281flag {
Chris Göllner7a56e772023-12-28 17:51:48 +0000282 name: "centralized_status_bar_dimens_refactor"
283 namespace: "systemui"
284 description: "Refactors shade header and keyguard status bar to read status bar dimens from a"
285 " central place, instead of reading resources directly. This is to take into account display"
286 " cutouts and other special cases. "
287 bug: "317199366"
288}
289
290flag {
Nicolo' Mazzucatocd5f25b2023-12-07 10:11:50 +0000291 name: "enable_layout_tracing"
292 namespace: "systemui"
293 description: "Enables detailed traversal slices during measure and layout in perfetto traces"
294 bug: "315274804"
295}
296
297flag {
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800298 name: "quick_settings_visual_haptics_longpress"
299 namespace: "systemui"
300 description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
301 bug: "229856884"
302}
Evan Laird3f199372023-11-14 18:32:19 -0500303
304flag {
Aaron Liu688c8232023-12-14 11:55:04 -0800305 name: "switch_user_on_bg"
306 namespace: "systemui"
307 description: "Does user switching on a background thread"
308 bug: "284095720"
309}
310
311flag {
Evan Laird3f199372023-11-14 18:32:19 -0500312 name: "status_bar_static_inout_indicators"
313 namespace: "systemui"
314 description: "(Upstream request) Always show the network activity inout indicators and "
315 "prefer using alpha to distinguish network activity."
316 bug: "310715220"
317}
Juan Sebastian Martineze28f3d22023-12-18 14:55:26 -0800318
319flag {
320 name: "haptic_volume_slider"
321 namespace: "systemui"
322 description: "Adds haptic feedback to the volume slider."
323 bug: "316953430"
324}
Richard MacGregor019df652023-12-18 15:27:36 -0800325
326flag {
Anton Potapov0ccf69a2023-12-21 16:42:40 +0000327 name: "new_volume_panel"
328 namespace: "systemui"
329 description: "Switches to the new volume panel (without Slices)."
330 bug: "202262476"
331}
332
333flag {
Richard MacGregor019df652023-12-18 15:27:36 -0800334 name: "screenshare_notification_hiding"
335 namespace: "systemui"
336 description: "Enable hiding of notifications during screenshare"
337 bug: "312784809"
338}
339
chelseahaoef4e9d52023-12-18 13:29:22 +0800340flag {
Beverly0cdcacb2024-01-04 18:40:05 +0000341 name: "run_fingerprint_detect_on_dismissible_keyguard"
342 namespace: "systemui"
343 description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."
344 bug: "311145851"
345}
346
347flag {
chelseahaoef4e9d52023-12-18 13:29:22 +0800348 name: "bluetooth_qs_tile_dialog_auto_on_toggle"
349 namespace: "systemui"
350 description: "Displays the auto on toggle in the bluetooth QS tile dialog"
351 bug: "316985153"
352}
Xiaowen Lei19b52dc2024-01-02 17:47:22 +0000353
354flag {
355 name: "smartspace_relocate_to_bottom"
356 namespace: "systemui"
357 description: "Relocate Smartspace to bottom of the Lock Screen"
358 bug: "316212788"
359}
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000360
361flag {
362 name: "pin_input_field_styled_focus_state"
363 namespace: "systemui"
364 description: "Enables styled focus states on pin input field if keyboard is connected"
365 bug: "316106516"
366}
Ibrahim Yilmaz3dcf70d2024-01-23 15:04:06 +0000367
368flag {
369 name: "enable_notif_linearlayout_optimized"
370 namespace: "systemui"
371 description: "Enables notification specific LinearLayout optimization"
372 bug: "316110233"
373}
Aaron Liu972537c2024-01-26 14:35:06 -0800374
375flag {
376 name: "enable_keyguard_compose"
377 namespace: "systemui"
378 description: "Enables the compose version of keyguard."
379 bug: "301968149"
380}