Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 1 | package: "com.android.systemui" |
Dave Mankoff | f6a791e | 2023-07-31 18:03:34 +0000 | [diff] [blame] | 2 | |
| 3 | flag { |
| 4 | name: "example_flag" |
| 5 | namespace: "systemui" |
| 6 | description: "An Example Flag" |
| 7 | bug: "292511372" |
Dave Mankoff | 818186b | 2023-10-02 17:31:07 +0000 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 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 Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 16 | |
| 17 | flag { |
Beverly | c853b77 | 2024-02-16 21:19:27 +0000 | [diff] [blame] | 18 | name: "udfps_view_performance" |
| 19 | namespace: "systemui" |
| 20 | description: "Decrease screen off blocking calls by waiting until the device is finished going to sleep before adding the udfps view." |
| 21 | bug: "225183106" |
| 22 | metadata { |
| 23 | purpose: PURPOSE_BUGFIX |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | flag { |
Jeff DeCew | 0ed8dbee | 2024-03-01 13:03:20 +0000 | [diff] [blame] | 28 | name: "notification_view_flipper_pausing" |
| 29 | namespace: "systemui" |
| 30 | description: "Pause ViewFlippers inside Notification custom layouts when the shade is closed." |
| 31 | bug: "309146176" |
| 32 | metadata { |
| 33 | purpose: PURPOSE_BUGFIX |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | flag { |
Yining Liu | 6ed11b9 | 2024-01-18 18:01:51 +0800 | [diff] [blame] | 38 | name: "notification_async_group_header_inflation" |
| 39 | namespace: "systemui" |
| 40 | description: "Inflates the notification group summary header views from the background thread." |
| 41 | bug: "217799515" |
| 42 | } |
| 43 | |
| 44 | flag { |
Yining Liu | 9a835c8 | 2023-10-31 01:30:23 +0000 | [diff] [blame] | 45 | name: "notification_async_hybrid_view_inflation" |
| 46 | namespace: "systemui" |
| 47 | description: "Inflates hybrid (single-line) notification views from the background thread." |
| 48 | bug: "217799515" |
| 49 | } |
| 50 | |
| 51 | flag { |
Jeff DeCew | 3a819de | 2023-05-12 12:49:30 -0400 | [diff] [blame] | 52 | name: "notification_color_update_logger" |
| 53 | namespace: "systemui" |
| 54 | description: "Enabled debug logging and dumping of notification color updates." |
| 55 | bug: "294347738" |
| 56 | } |
| 57 | |
| 58 | flag { |
Ioana Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 59 | name: "notifications_footer_view_refactor" |
| 60 | namespace: "systemui" |
| 61 | description: "Enables the refactored version of the footer view in the notification shade " |
| 62 | "(containing the \"Clear all\" button). Should not bring any behavior changes" |
| 63 | bug: "293167744" |
| 64 | } |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 65 | |
| 66 | flag { |
Steve Elliott | 34edc35 | 2023-10-23 13:14:24 -0400 | [diff] [blame] | 67 | name: "notifications_icon_container_refactor" |
| 68 | namespace: "systemui" |
| 69 | description: "Enables the refactored version of the notification icon container in StatusBar, " |
| 70 | "AOD, and the notification shelf. Should not bring any behavioral changes." |
| 71 | bug: "278765923" |
| 72 | } |
| 73 | |
| 74 | flag { |
Nick Chameyev | 8ea0f4c | 2023-10-20 18:09:50 +0100 | [diff] [blame] | 75 | name: "notifications_hide_on_display_switch" |
| 76 | namespace: "systemui" |
| 77 | description: "Temporary hides notifications when folding/unfolding to reduce unfold latency" |
| 78 | bug: "293824309" |
| 79 | } |
| 80 | |
| 81 | flag { |
András Kurucz | 305199f | 2023-12-18 18:31:34 +0000 | [diff] [blame] | 82 | name: "notifications_improved_hun_animation" |
| 83 | namespace: "systemui" |
| 84 | description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations." |
| 85 | bug: "243302608" |
| 86 | } |
| 87 | |
| 88 | flag { |
Yining Liu | 49c0d05 | 2024-02-22 23:52:59 +0000 | [diff] [blame] | 89 | name: "notification_content_alpha_optimization" |
| 90 | namespace: "systemui" |
| 91 | description: "Only reset alpha values of needed content views" |
| 92 | bug: "292024656" |
| 93 | metadata { |
| 94 | purpose: PURPOSE_BUGFIX |
| 95 | } |
| 96 | } |
| 97 | |
| 98 | flag { |
András Kurucz | 3e88b35 | 2023-11-06 13:48:09 +0000 | [diff] [blame] | 99 | name: "notifications_live_data_store_refactor" |
| 100 | namespace: "systemui" |
| 101 | description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. " |
| 102 | "Should not bring any behavior changes." |
| 103 | bug: "308623704" |
| 104 | } |
| 105 | |
| 106 | flag { |
Chris Göllner | 01fc932 | 2024-02-28 16:30:33 +0000 | [diff] [blame] | 107 | name: "pss_app_selector_abrupt_exit_fix" |
| 108 | namespace: "systemui" |
| 109 | description: "Fixes the app selector abruptly disappearing without an animation, when the" |
| 110 | "selected task is the foreground task." |
| 111 | bug: "314385883" |
| 112 | metadata { |
| 113 | purpose: PURPOSE_BUGFIX |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | flag { |
Ioana Alexandru | e37b08f3 | 2024-02-15 14:25:39 +0100 | [diff] [blame] | 118 | name: "notifications_background_media_icons" |
| 119 | namespace: "systemui" |
| 120 | description: "Updates icons for media notifications in the background." |
| 121 | bug: "315143160" |
| 122 | metadata { |
| 123 | purpose: PURPOSE_BUGFIX |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | flag { |
Jeff DeCew | b811f00 | 2024-01-25 17:21:55 +0000 | [diff] [blame] | 128 | name: "nssl_falsing_fix" |
| 129 | namespace: "systemui" |
| 130 | description: "Minor touch changes to prevent falsing errors in NSSL" |
| 131 | bug: "316551193" |
| 132 | metadata { |
| 133 | purpose: PURPOSE_BUGFIX |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | flag { |
Andreas Miko | 644f950 | 2023-12-12 17:40:21 +0100 | [diff] [blame] | 138 | name: "refactor_get_current_user" |
| 139 | namespace: "systemui" |
| 140 | description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results." |
| 141 | bug: "305984787" |
| 142 | } |
| 143 | |
| 144 | flag { |
Lyn | 20c6506 | 2023-11-13 20:34:03 +0000 | [diff] [blame] | 145 | name: "notification_throttle_hun" |
| 146 | namespace: "systemui" |
| 147 | description: "During notification avalanche, throttle HUNs showing in fast succession." |
| 148 | bug: "307288824" |
| 149 | } |
| 150 | |
| 151 | flag { |
Lyn | 06388cc | 2024-01-18 22:17:50 +0000 | [diff] [blame] | 152 | name: "notification_avalanche_suppression" |
| 153 | namespace: "systemui" |
| 154 | description: "After notification avalanche floodgate event, suppress HUNs completely." |
| 155 | bug: "321089634" |
| 156 | } |
| 157 | |
| 158 | flag { |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 159 | name: "notification_background_tint_optimization" |
| 160 | namespace: "systemui" |
| 161 | description: "Re-enable the codepath that removed tinting of notifications when the" |
| 162 | " standard background color is desired. This was the behavior before we discovered" |
| 163 | " a resources threading issue, which we worked around by tinting the notification" |
| 164 | " backgrounds and footer buttons." |
Jeff DeCew | b45610e | 2024-01-31 20:46:03 +0000 | [diff] [blame] | 165 | bug: "294830092" |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 166 | } |
| 167 | |
| 168 | flag { |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 169 | name: "scene_container" |
| 170 | namespace: "systemui" |
| 171 | description: "Enables the scene container framework go/flexiglass." |
| 172 | bug: "283121968" |
| 173 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 174 | |
| 175 | flag { |
Brad Hinegardner | 5ded802 | 2023-11-03 16:57:51 +0000 | [diff] [blame] | 176 | name: "keyguard_bottom_area_refactor" |
| 177 | namespace: "systemui" |
| 178 | description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| 179 | "lock icon and others." |
| 180 | bug: "290652751" |
| 181 | } |
| 182 | |
| 183 | flag { |
Beverly | 96b3e59 | 2023-11-08 15:32:58 +0000 | [diff] [blame] | 184 | name: "device_entry_udfps_refactor" |
| 185 | namespace: "systemui" |
| 186 | description: "Refactoring device entry UDFPS icon to use modern architecture and " |
| 187 | "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" |
| 188 | bug: "279440316" |
| 189 | } |
| 190 | |
| 191 | flag { |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 192 | name: "visual_interruptions_refactor" |
| 193 | namespace: "systemui" |
| 194 | description: "Enables the refactored version of the code to decide when notifications " |
| 195 | "HUN, bubble, pulse, or FSI." |
| 196 | bug: "261728888" |
| 197 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 198 | |
| 199 | flag { |
| 200 | name: "haptic_brightness_slider" |
| 201 | namespace: "systemui" |
| 202 | description: "Adds haptic feedback to the brightness slider." |
| 203 | bug: "296467915" |
| 204 | } |
Matt Pietal | 2cfc684 | 2023-11-03 16:41:09 +0000 | [diff] [blame] | 205 | |
| 206 | flag { |
Nicolo' Mazzucato | 24c5a7c | 2023-11-20 11:49:17 +0000 | [diff] [blame] | 207 | name: "unfold_animation_background_progress" |
| 208 | namespace: "systemui" |
| 209 | description: "Moves unfold animation progress calculation to a background thread" |
| 210 | bug: "277879146" |
| 211 | } |
| 212 | |
| 213 | flag { |
Nicolo' Mazzucato | 9ec7e7c | 2023-12-28 08:52:46 +0000 | [diff] [blame] | 214 | name: "enable_background_keyguard_ondrawn_callback" |
| 215 | namespace: "systemui" |
| 216 | description: "Calls the onDrawn keyguard in the background, without being blocked by main" |
| 217 | "thread work. This results in the screen to turn on earlier when the main thread is stuck. " |
| 218 | "Note that, even after this callback is called, we're waiting for all windows to finish " |
| 219 | " drawing." |
| 220 | bug: "295873557" |
Nicolò Mazzucato | 16eecfa | 2024-02-05 09:10:08 +0000 | [diff] [blame] | 221 | metadata { |
| 222 | purpose: PURPOSE_BUGFIX |
| 223 | } |
Nicolo' Mazzucato | 9ec7e7c | 2023-12-28 08:52:46 +0000 | [diff] [blame] | 224 | } |
| 225 | |
| 226 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 227 | name: "qs_new_pipeline" |
| 228 | namespace: "systemui" |
| 229 | description: "Use the new pipeline for Quick Settings. Should have no behavior changes." |
| 230 | bug: "241772429" |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 231 | } |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 232 | |
| 233 | flag { |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 234 | name: "qs_new_tiles" |
| 235 | namespace: "systemui" |
| 236 | description: "Use the new tiles in the Quick Settings. Should have no behavior changes." |
Anton Potapov | fecf0bc | 2024-01-04 10:55:18 +0000 | [diff] [blame] | 237 | bug: "311147395" |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 238 | } |
| 239 | |
| 240 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 241 | name: "coroutine_tracing" |
| 242 | namespace: "systemui" |
| 243 | description: "Adds thread-local data to System UI's global coroutine scopes to " |
| 244 | "allow for tracing of coroutine continuations using System UI's tracinglib" |
| 245 | bug: "289353932" |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 246 | } |
| 247 | |
| 248 | flag { |
Peter Kalauskas | 62bf22b | 2023-12-15 01:44:39 +0000 | [diff] [blame] | 249 | name: "edge_back_gesture_handler_thread" |
| 250 | namespace: "systemui" |
| 251 | description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back " |
| 252 | "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share " |
| 253 | "the main thread with the rest of System UI." |
| 254 | bug: "304583132" |
| 255 | } |
| 256 | |
| 257 | flag { |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 258 | name: "new_aod_transition" |
| 259 | namespace: "systemui" |
| 260 | description: "New LOCKSCREEN <=> AOD transition" |
| 261 | bug: "301915812" |
Andreas Miko | 980ef67 | 2023-11-14 14:49:31 +0100 | [diff] [blame] | 262 | } |
| 263 | |
| 264 | flag { |
| 265 | name: "light_reveal_migration" |
| 266 | namespace: "systemui" |
| 267 | description: "Move LightRevealScrim to recommended architecture" |
| 268 | bug: "281655028" |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 269 | } |
| 270 | |
| 271 | flag { |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 272 | name: "theme_overlay_controller_wakefulness_deprecation" |
| 273 | namespace: "systemui" |
| 274 | description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in " |
| 275 | "ThemOverlayController to mitigate flickering when locking the device" |
| 276 | bug: "308676488" |
| 277 | } |
| 278 | |
| 279 | flag { |
Chris Göllner | 30486e7 | 2024-02-07 17:03:08 +0000 | [diff] [blame] | 280 | name: "truncated_status_bar_icons_fix" |
| 281 | namespace: "systemui" |
| 282 | description: "Fixes the status bar icons being trunacted due to the status bar window height " |
| 283 | "not being updated after certain rotations" |
| 284 | bug: "323299264" |
| 285 | metadata { |
| 286 | purpose: PURPOSE_BUGFIX |
| 287 | } |
| 288 | } |
| 289 | |
| 290 | flag { |
Chandru S | 1df1978 | 2023-09-30 18:34:20 -0700 | [diff] [blame] | 291 | name: "compose_bouncer" |
| 292 | namespace: "systemui" |
| 293 | description: "Use the new compose bouncer in SystemUI" |
| 294 | bug: "310005730" |
| 295 | } |
| 296 | |
| 297 | flag { |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 298 | name: "media_in_scene_container" |
| 299 | namespace: "systemui" |
| 300 | description: "Enable media in the scene container framework" |
| 301 | bug: "296122467" |
| 302 | } |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 303 | |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 304 | flag { |
Chris Göllner | 0f02ef5 | 2023-12-15 10:11:49 +0000 | [diff] [blame] | 305 | name: "pss_task_switcher" |
| 306 | namespace: "systemui" |
| 307 | description: "Enable the task switcher feature for partial screen sharing" |
| 308 | bug: "317208379" |
| 309 | } |
| 310 | |
| 311 | flag { |
Chandru S | c78f082 | 2023-11-30 15:38:19 +0530 | [diff] [blame] | 312 | name: "revamped_bouncer_messages" |
| 313 | namespace: "systemui" |
| 314 | description: "Change the bouncer message to be a 2-line more descriptive message" |
| 315 | bug: "236891644" |
| 316 | } |
| 317 | |
| 318 | flag { |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 319 | name: "rest_to_unlock" |
| 320 | namespace: "systemui" |
| 321 | description: "Require prolonged touch for fingerprint authentication" |
| 322 | bug: "303672286" |
| 323 | } |
| 324 | |
| 325 | flag { |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 326 | name: "record_issue_qs_tile" |
| 327 | namespace: "systemui" |
| 328 | description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile" |
| 329 | bug: "305049544" |
| 330 | } |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 331 | |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 332 | flag { |
Sherry Zhou | 860c9b9 | 2023-11-28 17:56:31 +0000 | [diff] [blame] | 333 | name: "migrate_clocks_to_blueprint" |
| 334 | namespace: "systemui" |
| 335 | description: "Move clock related views from KeyguardStatusView to KeyguardRootView, " |
| 336 | "and use modern architecture for lockscreen clocks" |
| 337 | bug: "301502635" |
| 338 | } |
| 339 | |
| 340 | flag { |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 341 | name: "fast_unlock_transition" |
| 342 | namespace: "systemui" |
| 343 | description: "Faster wallpaper unlock transition" |
| 344 | bug: "298186160" |
| 345 | } |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 346 | |
| 347 | flag { |
Chris Göllner | 32aad6c | 2024-02-16 14:00:31 +0000 | [diff] [blame] | 348 | name: "centralized_status_bar_height_fix" |
Chris Göllner | 7a56e77 | 2023-12-28 17:51:48 +0000 | [diff] [blame] | 349 | namespace: "systemui" |
| 350 | description: "Refactors shade header and keyguard status bar to read status bar dimens from a" |
| 351 | " central place, instead of reading resources directly. This is to take into account display" |
| 352 | " cutouts and other special cases. " |
Chris Göllner | 414e9bc | 2024-02-19 09:41:22 +0000 | [diff] [blame] | 353 | bug: "317016114" |
Chris Göllner | 932714b | 2024-02-15 14:56:45 +0000 | [diff] [blame] | 354 | metadata { |
| 355 | purpose: PURPOSE_BUGFIX |
| 356 | } |
Chris Göllner | 7a56e77 | 2023-12-28 17:51:48 +0000 | [diff] [blame] | 357 | } |
| 358 | |
| 359 | flag { |
Nicolo' Mazzucato | cd5f25b | 2023-12-07 10:11:50 +0000 | [diff] [blame] | 360 | name: "enable_layout_tracing" |
| 361 | namespace: "systemui" |
| 362 | description: "Enables detailed traversal slices during measure and layout in perfetto traces" |
| 363 | bug: "315274804" |
| 364 | } |
| 365 | |
| 366 | flag { |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 367 | name: "quick_settings_visual_haptics_longpress" |
| 368 | namespace: "systemui" |
| 369 | description: "Enable special visual and haptic effects for quick settings tiles with long-press actions" |
| 370 | bug: "229856884" |
| 371 | } |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 372 | |
| 373 | flag { |
Aaron Liu | 688c823 | 2023-12-14 11:55:04 -0800 | [diff] [blame] | 374 | name: "switch_user_on_bg" |
| 375 | namespace: "systemui" |
| 376 | description: "Does user switching on a background thread" |
| 377 | bug: "284095720" |
| 378 | } |
| 379 | |
| 380 | flag { |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 381 | name: "status_bar_static_inout_indicators" |
| 382 | namespace: "systemui" |
| 383 | description: "(Upstream request) Always show the network activity inout indicators and " |
| 384 | "prefer using alpha to distinguish network activity." |
| 385 | bug: "310715220" |
| 386 | } |
Juan Sebastian Martinez | e28f3d2 | 2023-12-18 14:55:26 -0800 | [diff] [blame] | 387 | |
| 388 | flag { |
| 389 | name: "haptic_volume_slider" |
| 390 | namespace: "systemui" |
| 391 | description: "Adds haptic feedback to the volume slider." |
| 392 | bug: "316953430" |
| 393 | } |
Richard MacGregor | 019df65 | 2023-12-18 15:27:36 -0800 | [diff] [blame] | 394 | |
| 395 | flag { |
Anton Potapov | 0ccf69a | 2023-12-21 16:42:40 +0000 | [diff] [blame] | 396 | name: "new_volume_panel" |
| 397 | namespace: "systemui" |
| 398 | description: "Switches to the new volume panel (without Slices)." |
| 399 | bug: "202262476" |
| 400 | } |
| 401 | |
| 402 | flag { |
Miranda Kephart | 5b0287b | 2023-11-20 11:24:03 -0500 | [diff] [blame] | 403 | name: "screenshot_action_dismiss_system_windows" |
| 404 | namespace: "systemui" |
| 405 | description: "Dismiss existing system windows when starting action from screenshot UI" |
| 406 | bug: "309933761" |
| 407 | } |
| 408 | |
| 409 | flag { |
Beverly | 0cdcacb | 2024-01-04 18:40:05 +0000 | [diff] [blame] | 410 | name: "run_fingerprint_detect_on_dismissible_keyguard" |
| 411 | namespace: "systemui" |
| 412 | description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible." |
| 413 | bug: "311145851" |
| 414 | } |
| 415 | |
| 416 | flag { |
Xiaowen Lei | 19b52dc | 2024-01-02 17:47:22 +0000 | [diff] [blame] | 417 | name: "smartspace_relocate_to_bottom" |
| 418 | namespace: "systemui" |
| 419 | description: "Relocate Smartspace to bottom of the Lock Screen" |
| 420 | bug: "316212788" |
| 421 | } |
Joshua Mokut | fb94bee | 2024-01-09 23:46:47 +0000 | [diff] [blame] | 422 | |
| 423 | flag { |
Liam, Lee Pong Lam | 4a85759 | 2024-02-27 21:26:55 +0000 | [diff] [blame] | 424 | name: "smartspace_remoteviews_rendering" |
| 425 | namespace: "systemui" |
| 426 | description: "Indicate Smartspace RemoteViews rendering" |
| 427 | bug: "326292691" |
| 428 | } |
| 429 | |
| 430 | flag { |
Joshua Mokut | fb94bee | 2024-01-09 23:46:47 +0000 | [diff] [blame] | 431 | name: "pin_input_field_styled_focus_state" |
| 432 | namespace: "systemui" |
| 433 | description: "Enables styled focus states on pin input field if keyboard is connected" |
| 434 | bug: "316106516" |
| 435 | } |
Josh Tsuji | b2755ca | 2024-01-18 13:53:11 -0500 | [diff] [blame] | 436 | |
| 437 | flag { |
| 438 | name: "keyguard_wm_state_refactor" |
| 439 | namespace: "systemui" |
| 440 | description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths" |
| 441 | bug: "278086361" |
| 442 | } |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 443 | |
| 444 | flag { |
Aaron Liu | e51a5d3 | 2024-01-30 13:22:41 -0800 | [diff] [blame] | 445 | name: "compose_lockscreen" |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 446 | namespace: "systemui" |
Aaron Liu | e51a5d3 | 2024-01-30 13:22:41 -0800 | [diff] [blame] | 447 | description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglass." |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 448 | bug: "301968149" |
| 449 | } |
Zhe Song | e2a4448 | 2024-01-30 10:50:57 +0000 | [diff] [blame] | 450 | |
| 451 | flag { |
| 452 | name: "enable_contextual_tip_for_power_off" |
| 453 | namespace: "systemui" |
| 454 | description: "Enables on-screen contextual tip about how to power off or restart phone" |
| 455 | bug: "322891421" |
| 456 | } |
| 457 | |
| 458 | flag { |
| 459 | name: "enable_contextual_tip_for_take_screenshot" |
| 460 | namespace: "systemui" |
| 461 | description: "Enables on-screen contextual tip about how to take screenshot." |
| 462 | bug: "322891421" |
| 463 | } |
Yein Jo | bbfb331 | 2024-01-31 22:40:47 +0000 | [diff] [blame] | 464 | |
| 465 | flag { |
Yu Chao | 3964b56 | 2024-02-01 08:03:59 +0000 | [diff] [blame] | 466 | name: "enable_contextual_tips" |
| 467 | description: "Enables showing contextual tips." |
| 468 | namespace: "systemui" |
| 469 | bug: "322891421" |
| 470 | } |
| 471 | |
| 472 | flag { |
Yein Jo | bbfb331 | 2024-01-31 22:40:47 +0000 | [diff] [blame] | 473 | name: "shaderlib_loading_effect_refactor" |
| 474 | namespace: "systemui" |
| 475 | description: "Extend shader library to provide the common loading effects." |
| 476 | bug: "282007590" |
| 477 | } |
| 478 | |
Matías Hernández | a67952e | 2024-02-06 15:29:52 +0100 | [diff] [blame] | 479 | flag { |
jasonwshsu | 8d2f639 | 2024-02-27 23:49:08 +0800 | [diff] [blame] | 480 | name: "hearing_aids_qs_tile_dialog" |
| 481 | namespace: "systemui" |
| 482 | description: "Show a dialog when clicking on hearing aids quick settings tile." |
| 483 | bug: "291423171" |
| 484 | } |
| 485 | |
| 486 | flag { |
Matías Hernández | a67952e | 2024-02-06 15:29:52 +0100 | [diff] [blame] | 487 | name: "notification_row_user_context" |
| 488 | namespace: "systemui" |
| 489 | description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow" |
| 490 | " (based on the NotificationEntry's user)." |
| 491 | bug: "317503801" |
| 492 | metadata { |
| 493 | purpose: PURPOSE_BUGFIX |
| 494 | } |
| 495 | } |
| 496 | |
Devarshi Bhatt | fdddc97 | 2024-02-06 04:52:56 +0000 | [diff] [blame] | 497 | flag { |
| 498 | name: "get_connected_device_name_unsynchronized" |
| 499 | namespace: "systemui" |
| 500 | description: "Decide whether to fetch the connected bluetooth device name outside a synchronized block." |
| 501 | bug: "323995015" |
| 502 | metadata { |
Sindhu | 561c240 | 2024-02-07 09:38:47 +0000 | [diff] [blame] | 503 | purpose: PURPOSE_BUGFIX |
| 504 | } |
| 505 | } |
| 506 | |
| 507 | flag { |
Sindhu | c5d2284 | 2024-02-09 06:47:35 +0000 | [diff] [blame] | 508 | name: "slice_manager_binder_call_background" |
| 509 | namespace: "systemui" |
| 510 | description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread." |
| 511 | bug: "322745650" |
| 512 | metadata { |
| 513 | purpose: PURPOSE_BUGFIX |
| 514 | } |
| 515 | } |
| 516 | |
| 517 | flag { |
Sindhu | 561c240 | 2024-02-07 09:38:47 +0000 | [diff] [blame] | 518 | name: "register_new_wallet_card_in_background" |
| 519 | namespace: "systemui" |
| 520 | description: "Decide whether the call to registerNewWalletCards method should be issued on background thread." |
| 521 | bug: "322506838" |
| 522 | metadata { |
| 523 | purpose: PURPOSE_BUGFIX |
| 524 | } |
Devarshi Bhatt | fdddc97 | 2024-02-06 04:52:56 +0000 | [diff] [blame] | 525 | } |
archisha | b51923e | 2024-02-08 05:53:04 +0000 | [diff] [blame] | 526 | |
| 527 | flag { |
| 528 | name: "update_user_switcher_background" |
| 529 | namespace: "systemui" |
| 530 | description: "Decide whether to update user switcher in background thread." |
| 531 | bug: "322745650" |
| 532 | metadata { |
| 533 | purpose: PURPOSE_BUGFIX |
| 534 | } |
| 535 | } |
Devarshi Bhatt | 17fa983 | 2024-02-16 06:27:10 +0000 | [diff] [blame] | 536 | |
| 537 | flag { |
| 538 | name: "register_zen_mode_content_observer_background" |
| 539 | namespace: "systemui" |
| 540 | description: "Decide whether to register zen mode content observers in the background thread." |
| 541 | bug: "324515627" |
| 542 | metadata { |
| 543 | purpose: PURPOSE_BUGFIX |
| 544 | } |
| 545 | } |
Miranda Kephart | 2976ca8 | 2024-02-16 10:14:15 -0500 | [diff] [blame] | 546 | |
| 547 | flag { |
| 548 | name: "clipboard_noninteractive_on_lockscreen" |
| 549 | namespace: "systemui" |
| 550 | description: "Prevents the interactive clipboard UI from appearing when device is locked" |
| 551 | bug: "317048495" |
| 552 | metadata { |
| 553 | purpose: PURPOSE_BUGFIX |
| 554 | } |
| 555 | } |
Jernej Virag | 96b4877 | 2024-02-20 10:34:27 +0100 | [diff] [blame] | 556 | |
| 557 | flag { |
| 558 | name: "trim_resources_with_background_trim_at_lock" |
| 559 | namespace: "systemui" |
| 560 | description: "Trim fonts and other caches when the device locks to lower memory consumption." |
| 561 | bug: "322143614" |
| 562 | metadata { |
| 563 | purpose: PURPOSE_BUGFIX |
| 564 | } |
| 565 | } |
Julia Tuttle | c22e70f | 2024-02-14 16:04:59 -0500 | [diff] [blame] | 566 | |
| 567 | flag { |
| 568 | name: "dedicated_notif_inflation_thread" |
| 569 | namespace: "systemui" |
| 570 | description: "Create a separate background thread for inflating notifications" |
| 571 | bug: "308967184" |
| 572 | metadata { |
| 573 | purpose: PURPOSE_BUGFIX |
| 574 | } |
| 575 | } |
Ibrahim Yilmaz | 31c681b | 2024-02-21 11:26:36 +0000 | [diff] [blame] | 576 | |
| 577 | flag { |
| 578 | name: "bind_keyguard_media_visibility" |
| 579 | namespace: "systemui" |
| 580 | description: "Binds Keyguard Media Controller Visibility to MediaContainerView" |
| 581 | bug: "298213983" |
Ibrahim Yilmaz | 1d1c12c | 2024-02-29 15:59:20 +0000 | [diff] [blame] | 582 | metadata { |
| 583 | purpose: PURPOSE_BUGFIX |
| 584 | } |
Jernej Virag | 8d4858d | 2024-02-23 13:18:30 +0100 | [diff] [blame] | 585 | } |
| 586 | |
| 587 | flag { |
| 588 | name: "delayed_wakelock_release_on_background_thread" |
| 589 | namespace: "systemui" |
| 590 | description: "Released delayed wakelocks on background threads to avoid janking screen transitions." |
| 591 | bug: "316128516" |
Ibrahim Yilmaz | 31c681b | 2024-02-21 11:26:36 +0000 | [diff] [blame] | 592 | metadata { |
| 593 | purpose: PURPOSE_BUGFIX |
| 594 | } |
| 595 | } |
bvineeth | 6875698 | 2024-02-23 09:57:28 +0000 | [diff] [blame] | 596 | |
| 597 | flag { |
| 598 | name: "notify_power_manager_user_activity_background" |
| 599 | namespace: "systemui" |
| 600 | description: "Decide whether to notify the user activity to power manager in the background thread." |
| 601 | bug: "325203885" |
| 602 | metadata { |
| 603 | purpose: PURPOSE_BUGFIX |
| 604 | } |
| 605 | } |
Michael Mikhail | 1371dbd | 2024-02-22 17:45:25 +0000 | [diff] [blame] | 606 | |
| 607 | flag { |
| 608 | name: "media_controls_refactor" |
| 609 | namespace: "systemui" |
| 610 | description: "Refactors media code to follow the recommended architecture" |
| 611 | bug: "326408371" |
| 612 | } |