blob: ba0cc68eef408cebbb234c7ffa6541fe16b4d279 [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 {
András Kurucz3e88b352023-11-06 13:48:09 +000062 name: "notifications_live_data_store_refactor"
63 namespace: "systemui"
64 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
65 "Should not bring any behavior changes."
66 bug: "308623704"
67}
68
69flag {
Jeff DeCewb811f002024-01-25 17:21:55 +000070 name: "nssl_falsing_fix"
71 namespace: "systemui"
72 description: "Minor touch changes to prevent falsing errors in NSSL"
73 bug: "316551193"
74 metadata {
75 purpose: PURPOSE_BUGFIX
76 }
77}
78
79flag {
Andreas Miko644f9502023-12-12 17:40:21 +010080 name: "refactor_get_current_user"
81 namespace: "systemui"
82 description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results."
83 bug: "305984787"
84}
85
86flag {
Lyn20c65062023-11-13 20:34:03 +000087 name: "notification_throttle_hun"
88 namespace: "systemui"
89 description: "During notification avalanche, throttle HUNs showing in fast succession."
90 bug: "307288824"
91}
92
93flag {
Lyn06388cc2024-01-18 22:17:50 +000094 name: "notification_avalanche_suppression"
95 namespace: "systemui"
96 description: "After notification avalanche floodgate event, suppress HUNs completely."
97 bug: "321089634"
98}
99
100flag {
Jeff DeCew74e8d432023-11-29 19:34:19 +0000101 name: "notification_background_tint_optimization"
102 namespace: "systemui"
103 description: "Re-enable the codepath that removed tinting of notifications when the"
104 " standard background color is desired. This was the behavior before we discovered"
105 " a resources threading issue, which we worked around by tinting the notification"
106 " backgrounds and footer buttons."
Jeff DeCewb45610e2024-01-31 20:46:03 +0000107 bug: "294830092"
Jeff DeCew74e8d432023-11-29 19:34:19 +0000108}
109
110flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +0000111 name: "scene_container"
112 namespace: "systemui"
113 description: "Enables the scene container framework go/flexiglass."
114 bug: "283121968"
115}
Julia Tuttle5201be82023-10-30 17:49:30 -0400116
117flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +0000118 name: "keyguard_bottom_area_refactor"
119 namespace: "systemui"
120 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
121 "lock icon and others."
122 bug: "290652751"
123}
124
125flag {
Beverly96b3e592023-11-08 15:32:58 +0000126 name: "device_entry_udfps_refactor"
127 namespace: "systemui"
128 description: "Refactoring device entry UDFPS icon to use modern architecture and "
129 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
130 bug: "279440316"
131}
132
133flag {
Julia Tuttle5201be82023-10-30 17:49:30 -0400134 name: "visual_interruptions_refactor"
135 namespace: "systemui"
136 description: "Enables the refactored version of the code to decide when notifications "
137 "HUN, bubble, pulse, or FSI."
138 bug: "261728888"
139}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -0700140
141flag {
142 name: "haptic_brightness_slider"
143 namespace: "systemui"
144 description: "Adds haptic feedback to the brightness slider."
145 bug: "296467915"
146}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000147
148flag {
149 name: "keyguard_shade_migration_nssl"
150 namespace: "systemui"
151 description: "Moves NSSL into a shared element between the notification_panel and "
152 "keyguard_root_view."
153 bug: "278054201"
154}
Fabián Kozynski9385f732023-11-09 12:47:57 -0500155
156flag {
Nicolo' Mazzucato24c5a7c2023-11-20 11:49:17 +0000157 name: "unfold_animation_background_progress"
158 namespace: "systemui"
159 description: "Moves unfold animation progress calculation to a background thread"
160 bug: "277879146"
161}
162
163flag {
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000164 name: "enable_background_keyguard_ondrawn_callback"
165 namespace: "systemui"
166 description: "Calls the onDrawn keyguard in the background, without being blocked by main"
167 "thread work. This results in the screen to turn on earlier when the main thread is stuck. "
168 "Note that, even after this callback is called, we're waiting for all windows to finish "
169 " drawing."
170 bug: "295873557"
Nicolò Mazzucato16eecfa2024-02-05 09:10:08 +0000171 metadata {
172 purpose: PURPOSE_BUGFIX
173 }
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000174}
175
176flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000177 name: "qs_new_pipeline"
178 namespace: "systemui"
179 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
180 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500181}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000182
183flag {
Anton Potapov10ae1962023-11-13 19:39:59 +0000184 name: "qs_new_tiles"
185 namespace: "systemui"
186 description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
Anton Potapovfecf0bc2024-01-04 10:55:18 +0000187 bug: "311147395"
Anton Potapov10ae1962023-11-13 19:39:59 +0000188}
189
190flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000191 name: "coroutine_tracing"
192 namespace: "systemui"
193 description: "Adds thread-local data to System UI's global coroutine scopes to "
194 "allow for tracing of coroutine continuations using System UI's tracinglib"
195 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100196}
197
198flag {
Peter Kalauskas62bf22b2023-12-15 01:44:39 +0000199 name: "edge_back_gesture_handler_thread"
200 namespace: "systemui"
201 description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back "
202 "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share "
203 "the main thread with the rest of System UI."
204 bug: "304583132"
205}
206
207flag {
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100208 name: "new_aod_transition"
209 namespace: "systemui"
210 description: "New LOCKSCREEN <=> AOD transition"
211 bug: "301915812"
Andreas Miko980ef672023-11-14 14:49:31 +0100212}
213
214flag {
215 name: "light_reveal_migration"
216 namespace: "systemui"
217 description: "Move LightRevealScrim to recommended architecture"
218 bug: "281655028"
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600219}
220
221flag {
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000222 name: "theme_overlay_controller_wakefulness_deprecation"
223 namespace: "systemui"
224 description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in "
225 "ThemOverlayController to mitigate flickering when locking the device"
226 bug: "308676488"
227}
228
229flag {
Chandru S1df19782023-09-30 18:34:20 -0700230 name: "compose_bouncer"
231 namespace: "systemui"
232 description: "Use the new compose bouncer in SystemUI"
233 bug: "310005730"
234}
235
236flag {
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600237 name: "media_in_scene_container"
238 namespace: "systemui"
239 description: "Enable media in the scene container framework"
240 bug: "296122467"
241}
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000242
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000243flag {
Chris Göllner0f02ef52023-12-15 10:11:49 +0000244 name: "pss_task_switcher"
245 namespace: "systemui"
246 description: "Enable the task switcher feature for partial screen sharing"
247 bug: "317208379"
248}
249
250flag {
Chandru Sc78f0822023-11-30 15:38:19 +0530251 name: "revamped_bouncer_messages"
252 namespace: "systemui"
253 description: "Change the bouncer message to be a 2-line more descriptive message"
254 bug: "236891644"
255}
256
257flag {
Chandru S7ec7fd22023-11-30 13:12:25 +0530258 name: "rest_to_unlock"
259 namespace: "systemui"
260 description: "Require prolonged touch for fingerprint authentication"
261 bug: "303672286"
262}
263
264flag {
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000265 name: "record_issue_qs_tile"
266 namespace: "systemui"
267 description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile"
268 bug: "305049544"
269}
Chandru S7ec7fd22023-11-30 13:12:25 +0530270
Aurélien Pomini7c643452023-09-21 10:06:47 +0000271flag {
Sherry Zhou860c9b92023-11-28 17:56:31 +0000272 name: "migrate_clocks_to_blueprint"
273 namespace: "systemui"
274 description: "Move clock related views from KeyguardStatusView to KeyguardRootView, "
275 "and use modern architecture for lockscreen clocks"
276 bug: "301502635"
277}
278
279flag {
Aurélien Pomini7c643452023-09-21 10:06:47 +0000280 name: "fast_unlock_transition"
281 namespace: "systemui"
282 description: "Faster wallpaper unlock transition"
283 bug: "298186160"
284}
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800285
286flag {
Chris Göllner7a56e772023-12-28 17:51:48 +0000287 name: "centralized_status_bar_dimens_refactor"
288 namespace: "systemui"
289 description: "Refactors shade header and keyguard status bar to read status bar dimens from a"
290 " central place, instead of reading resources directly. This is to take into account display"
291 " cutouts and other special cases. "
292 bug: "317199366"
293}
294
295flag {
Nicolo' Mazzucatocd5f25b2023-12-07 10:11:50 +0000296 name: "enable_layout_tracing"
297 namespace: "systemui"
298 description: "Enables detailed traversal slices during measure and layout in perfetto traces"
299 bug: "315274804"
300}
301
302flag {
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800303 name: "quick_settings_visual_haptics_longpress"
304 namespace: "systemui"
305 description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
306 bug: "229856884"
307}
Evan Laird3f199372023-11-14 18:32:19 -0500308
309flag {
Aaron Liu688c8232023-12-14 11:55:04 -0800310 name: "switch_user_on_bg"
311 namespace: "systemui"
312 description: "Does user switching on a background thread"
313 bug: "284095720"
314}
315
316flag {
Evan Laird3f199372023-11-14 18:32:19 -0500317 name: "status_bar_static_inout_indicators"
318 namespace: "systemui"
319 description: "(Upstream request) Always show the network activity inout indicators and "
320 "prefer using alpha to distinguish network activity."
321 bug: "310715220"
322}
Juan Sebastian Martineze28f3d22023-12-18 14:55:26 -0800323
324flag {
325 name: "haptic_volume_slider"
326 namespace: "systemui"
327 description: "Adds haptic feedback to the volume slider."
328 bug: "316953430"
329}
Richard MacGregor019df652023-12-18 15:27:36 -0800330
331flag {
Anton Potapov0ccf69a2023-12-21 16:42:40 +0000332 name: "new_volume_panel"
333 namespace: "systemui"
334 description: "Switches to the new volume panel (without Slices)."
335 bug: "202262476"
336}
337
338flag {
Beverly0cdcacb2024-01-04 18:40:05 +0000339 name: "run_fingerprint_detect_on_dismissible_keyguard"
340 namespace: "systemui"
341 description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."
342 bug: "311145851"
343}
344
345flag {
chelseahaoef4e9d52023-12-18 13:29:22 +0800346 name: "bluetooth_qs_tile_dialog_auto_on_toggle"
347 namespace: "systemui"
348 description: "Displays the auto on toggle in the bluetooth QS tile dialog"
349 bug: "316985153"
350}
Xiaowen Lei19b52dc2024-01-02 17:47:22 +0000351
352flag {
353 name: "smartspace_relocate_to_bottom"
354 namespace: "systemui"
355 description: "Relocate Smartspace to bottom of the Lock Screen"
356 bug: "316212788"
357}
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000358
359flag {
360 name: "pin_input_field_styled_focus_state"
361 namespace: "systemui"
362 description: "Enables styled focus states on pin input field if keyboard is connected"
363 bug: "316106516"
364}
Josh Tsujib2755ca2024-01-18 13:53:11 -0500365
366flag {
367 name: "keyguard_wm_state_refactor"
368 namespace: "systemui"
369 description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths"
370 bug: "278086361"
371}
Aaron Liu972537c2024-01-26 14:35:06 -0800372
373flag {
Aaron Liue51a5d32024-01-30 13:22:41 -0800374 name: "compose_lockscreen"
Aaron Liu972537c2024-01-26 14:35:06 -0800375 namespace: "systemui"
Aaron Liue51a5d32024-01-30 13:22:41 -0800376 description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglass."
Aaron Liu972537c2024-01-26 14:35:06 -0800377 bug: "301968149"
378}
Zhe Songe2a44482024-01-30 10:50:57 +0000379
380flag {
381 name: "enable_contextual_tip_for_power_off"
382 namespace: "systemui"
383 description: "Enables on-screen contextual tip about how to power off or restart phone"
384 bug: "322891421"
385}
386
387flag {
388 name: "enable_contextual_tip_for_take_screenshot"
389 namespace: "systemui"
390 description: "Enables on-screen contextual tip about how to take screenshot."
391 bug: "322891421"
392}
Yein Jobbfb3312024-01-31 22:40:47 +0000393
394flag {
Yu Chao3964b562024-02-01 08:03:59 +0000395 name: "enable_contextual_tips"
396 description: "Enables showing contextual tips."
397 namespace: "systemui"
398 bug: "322891421"
399}
400
401flag {
Yein Jobbfb3312024-01-31 22:40:47 +0000402 name: "shaderlib_loading_effect_refactor"
403 namespace: "systemui"
404 description: "Extend shader library to provide the common loading effects."
405 bug: "282007590"
406}
407
Matías Hernándeza67952e2024-02-06 15:29:52 +0100408flag {
409 name: "notification_row_user_context"
410 namespace: "systemui"
411 description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow"
412 " (based on the NotificationEntry's user)."
413 bug: "317503801"
414 metadata {
415 purpose: PURPOSE_BUGFIX
416 }
417}
418