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