Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 1 | package: "com.android.systemui" |
Dennis Shen | 42aa2c0 | 2024-04-04 14:38:14 +0000 | [diff] [blame] | 2 | container: "system" |
Dave Mankoff | f6a791e | 2023-07-31 18:03:34 +0000 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "example_flag" |
| 6 | namespace: "systemui" |
| 7 | description: "An Example Flag" |
| 8 | bug: "292511372" |
Dave Mankoff | 818186b | 2023-10-02 17:31:07 +0000 | [diff] [blame] | 9 | } |
| 10 | |
| 11 | flag { |
| 12 | name: "sysui_teamfood" |
| 13 | namespace: "systemui" |
| 14 | description: "Enables all the sysui classic flags that are marked as being in teamfood" |
| 15 | bug: "302578396" |
| 16 | } |
Ioana Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 17 | |
| 18 | flag { |
Beverly | c853b77 | 2024-02-16 21:19:27 +0000 | [diff] [blame] | 19 | name: "udfps_view_performance" |
| 20 | namespace: "systemui" |
| 21 | description: "Decrease screen off blocking calls by waiting until the device is finished going to sleep before adding the udfps view." |
| 22 | bug: "225183106" |
| 23 | metadata { |
| 24 | purpose: PURPOSE_BUGFIX |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | flag { |
Beverly | f445090 | 2024-04-02 18:36:08 +0000 | [diff] [blame] | 29 | |
Yining Liu | 9517d43 | 2024-03-26 06:26:16 +0000 | [diff] [blame] | 30 | name: "notification_heads_up_cycling" |
| 31 | namespace: "systemui" |
| 32 | description: "Heads-up notification cycling animation for the Notification Avalanche feature." |
| 33 | bug: "316404716" |
| 34 | } |
| 35 | |
| 36 | flag { |
Jeff DeCew | 91e01cb | 2024-05-13 20:33:01 +0000 | [diff] [blame] | 37 | name: "priority_people_section" |
| 38 | namespace: "systemui" |
| 39 | description: "Add a new section for priority people (aka important conversations)." |
| 40 | bug: "340294566" |
| 41 | } |
| 42 | |
| 43 | flag { |
Jeff DeCew | f5f436be | 2024-03-19 21:06:02 +0000 | [diff] [blame] | 44 | name: "notification_minimalism_prototype" |
| 45 | namespace: "systemui" |
| 46 | description: "Prototype of notification minimalism; the new 'Intermediate' lockscreen customization proposal." |
| 47 | bug: "330387368" |
| 48 | metadata { |
| 49 | purpose: PURPOSE_BUGFIX |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | flag { |
Jeff DeCew | 0ed8dbee | 2024-03-01 13:03:20 +0000 | [diff] [blame] | 54 | name: "notification_view_flipper_pausing" |
| 55 | namespace: "systemui" |
| 56 | description: "Pause ViewFlippers inside Notification custom layouts when the shade is closed." |
| 57 | bug: "309146176" |
| 58 | metadata { |
| 59 | purpose: PURPOSE_BUGFIX |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | flag { |
Jeff DeCew | d8397d8 | 2024-04-19 16:35:04 +0000 | [diff] [blame] | 64 | name: "notification_over_expansion_clipping_fix" |
| 65 | namespace: "systemui" |
| 66 | description: "fix NSSL clipping when over-expanding; fixes split shade bug." |
| 67 | bug: "288553572" |
| 68 | metadata { |
| 69 | purpose: PURPOSE_BUGFIX |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | flag { |
Yining Liu | 6ed11b9 | 2024-01-18 18:01:51 +0800 | [diff] [blame] | 74 | name: "notification_async_group_header_inflation" |
| 75 | namespace: "systemui" |
| 76 | description: "Inflates the notification group summary header views from the background thread." |
| 77 | bug: "217799515" |
| 78 | } |
| 79 | |
| 80 | flag { |
Yining Liu | 9a835c8 | 2023-10-31 01:30:23 +0000 | [diff] [blame] | 81 | name: "notification_async_hybrid_view_inflation" |
| 82 | namespace: "systemui" |
| 83 | description: "Inflates hybrid (single-line) notification views from the background thread." |
| 84 | bug: "217799515" |
| 85 | } |
| 86 | |
| 87 | flag { |
Jeff DeCew | 3a819de | 2023-05-12 12:49:30 -0400 | [diff] [blame] | 88 | name: "notification_color_update_logger" |
| 89 | namespace: "systemui" |
| 90 | description: "Enabled debug logging and dumping of notification color updates." |
| 91 | bug: "294347738" |
| 92 | } |
| 93 | |
| 94 | flag { |
Ioana Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 95 | name: "notifications_footer_view_refactor" |
| 96 | namespace: "systemui" |
| 97 | description: "Enables the refactored version of the footer view in the notification shade " |
| 98 | "(containing the \"Clear all\" button). Should not bring any behavior changes" |
| 99 | bug: "293167744" |
| 100 | } |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 101 | |
| 102 | flag { |
Steve Elliott | 34edc35 | 2023-10-23 13:14:24 -0400 | [diff] [blame] | 103 | name: "notifications_icon_container_refactor" |
| 104 | namespace: "systemui" |
| 105 | description: "Enables the refactored version of the notification icon container in StatusBar, " |
| 106 | "AOD, and the notification shelf. Should not bring any behavioral changes." |
| 107 | bug: "278765923" |
| 108 | } |
| 109 | |
| 110 | flag { |
Nick Chameyev | 8ea0f4c | 2023-10-20 18:09:50 +0100 | [diff] [blame] | 111 | name: "notifications_hide_on_display_switch" |
| 112 | namespace: "systemui" |
| 113 | description: "Temporary hides notifications when folding/unfolding to reduce unfold latency" |
| 114 | bug: "293824309" |
| 115 | } |
| 116 | |
| 117 | flag { |
András Kurucz | 305199f | 2023-12-18 18:31:34 +0000 | [diff] [blame] | 118 | name: "notifications_improved_hun_animation" |
| 119 | namespace: "systemui" |
| 120 | description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations." |
| 121 | bug: "243302608" |
| 122 | } |
| 123 | |
| 124 | flag { |
Yining Liu | 49c0d05 | 2024-02-22 23:52:59 +0000 | [diff] [blame] | 125 | name: "notification_content_alpha_optimization" |
| 126 | namespace: "systemui" |
| 127 | description: "Only reset alpha values of needed content views" |
| 128 | bug: "292024656" |
| 129 | metadata { |
| 130 | purpose: PURPOSE_BUGFIX |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | flag { |
András Kurucz | 3e88b35 | 2023-11-06 13:48:09 +0000 | [diff] [blame] | 135 | name: "notifications_live_data_store_refactor" |
| 136 | namespace: "systemui" |
| 137 | description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. " |
| 138 | "Should not bring any behavior changes." |
| 139 | bug: "308623704" |
| 140 | } |
| 141 | |
| 142 | flag { |
András Kurucz | 4171ecc0 | 2024-03-18 20:14:55 +0000 | [diff] [blame] | 143 | name: "notifications_heads_up_refactor" |
| 144 | namespace: "systemui" |
| 145 | description: "Use HeadsUpInteractor to feed HUN updates to the NSSL." |
| 146 | bug: "325936094" |
| 147 | } |
| 148 | |
| 149 | flag { |
Chris Göllner | 01fc932 | 2024-02-28 16:30:33 +0000 | [diff] [blame] | 150 | name: "pss_app_selector_abrupt_exit_fix" |
| 151 | namespace: "systemui" |
| 152 | description: "Fixes the app selector abruptly disappearing without an animation, when the" |
| 153 | "selected task is the foreground task." |
| 154 | bug: "314385883" |
| 155 | metadata { |
| 156 | purpose: PURPOSE_BUGFIX |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | flag { |
dakinola | 558bf87 | 2024-03-14 20:21:46 +0000 | [diff] [blame] | 161 | name: "pss_app_selector_recents_split_screen" |
| 162 | namespace: "systemui" |
| 163 | description: "Allows recent apps selected for partial screenshare to be launched in split screen mode" |
| 164 | bug: "320449039" |
| 165 | metadata { |
| 166 | purpose: PURPOSE_BUGFIX |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | flag { |
Ioana Alexandru | 7d781c00 | 2024-02-20 20:55:53 +0100 | [diff] [blame] | 171 | name: "notifications_background_icons" |
Ioana Alexandru | e37b08f3 | 2024-02-15 14:25:39 +0100 | [diff] [blame] | 172 | namespace: "systemui" |
Ioana Alexandru | 7d781c00 | 2024-02-20 20:55:53 +0100 | [diff] [blame] | 173 | description: "Moves part of the notification icon updates to the background." |
| 174 | bug: "315143361" |
Ioana Alexandru | e37b08f3 | 2024-02-15 14:25:39 +0100 | [diff] [blame] | 175 | metadata { |
| 176 | purpose: PURPOSE_BUGFIX |
| 177 | } |
| 178 | } |
| 179 | |
| 180 | flag { |
Andreas Miko | 644f950 | 2023-12-12 17:40:21 +0100 | [diff] [blame] | 181 | name: "refactor_get_current_user" |
| 182 | namespace: "systemui" |
| 183 | description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results." |
| 184 | bug: "305984787" |
| 185 | } |
| 186 | |
| 187 | flag { |
Lyn | 20c6506 | 2023-11-13 20:34:03 +0000 | [diff] [blame] | 188 | name: "notification_throttle_hun" |
| 189 | namespace: "systemui" |
| 190 | description: "During notification avalanche, throttle HUNs showing in fast succession." |
| 191 | bug: "307288824" |
| 192 | } |
| 193 | |
| 194 | flag { |
Lyn | 06388cc | 2024-01-18 22:17:50 +0000 | [diff] [blame] | 195 | name: "notification_avalanche_suppression" |
| 196 | namespace: "systemui" |
| 197 | description: "After notification avalanche floodgate event, suppress HUNs completely." |
| 198 | bug: "321089634" |
| 199 | } |
| 200 | |
| 201 | flag { |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 202 | name: "notification_background_tint_optimization" |
| 203 | namespace: "systemui" |
| 204 | description: "Re-enable the codepath that removed tinting of notifications when the" |
| 205 | " standard background color is desired. This was the behavior before we discovered" |
| 206 | " a resources threading issue, which we worked around by tinting the notification" |
| 207 | " backgrounds and footer buttons." |
Jeff DeCew | b45610e | 2024-01-31 20:46:03 +0000 | [diff] [blame] | 208 | bug: "294830092" |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 209 | } |
| 210 | |
| 211 | flag { |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 212 | name: "scene_container" |
| 213 | namespace: "systemui" |
| 214 | description: "Enables the scene container framework go/flexiglass." |
| 215 | bug: "283121968" |
| 216 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 217 | |
| 218 | flag { |
burakov | c98942c | 2024-04-25 16:15:35 +0000 | [diff] [blame] | 219 | name: "dual_shade" |
| 220 | namespace: "systemui" |
| 221 | description: "Enables the BC25 Dual Shade (go/bc25-dual-shade-design)." |
| 222 | bug: "337259436" |
| 223 | } |
| 224 | |
| 225 | flag { |
Brad Hinegardner | 5ded802 | 2023-11-03 16:57:51 +0000 | [diff] [blame] | 226 | name: "keyguard_bottom_area_refactor" |
| 227 | namespace: "systemui" |
| 228 | description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| 229 | "lock icon and others." |
| 230 | bug: "290652751" |
| 231 | } |
| 232 | |
| 233 | flag { |
Beverly | 96b3e59 | 2023-11-08 15:32:58 +0000 | [diff] [blame] | 234 | name: "device_entry_udfps_refactor" |
| 235 | namespace: "systemui" |
| 236 | description: "Refactoring device entry UDFPS icon to use modern architecture and " |
| 237 | "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" |
| 238 | bug: "279440316" |
| 239 | } |
| 240 | |
| 241 | flag { |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 242 | name: "visual_interruptions_refactor" |
| 243 | namespace: "systemui" |
| 244 | description: "Enables the refactored version of the code to decide when notifications " |
| 245 | "HUN, bubble, pulse, or FSI." |
| 246 | bug: "261728888" |
| 247 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 248 | |
| 249 | flag { |
| 250 | name: "haptic_brightness_slider" |
| 251 | namespace: "systemui" |
| 252 | description: "Adds haptic feedback to the brightness slider." |
| 253 | bug: "296467915" |
| 254 | } |
Matt Pietal | 2cfc684 | 2023-11-03 16:41:09 +0000 | [diff] [blame] | 255 | |
| 256 | flag { |
Nicolo' Mazzucato | 24c5a7c | 2023-11-20 11:49:17 +0000 | [diff] [blame] | 257 | name: "unfold_animation_background_progress" |
| 258 | namespace: "systemui" |
| 259 | description: "Moves unfold animation progress calculation to a background thread" |
| 260 | bug: "277879146" |
| 261 | } |
| 262 | |
| 263 | flag { |
Nicolo' Mazzucato | 9ec7e7c | 2023-12-28 08:52:46 +0000 | [diff] [blame] | 264 | name: "enable_background_keyguard_ondrawn_callback" |
| 265 | namespace: "systemui" |
| 266 | description: "Calls the onDrawn keyguard in the background, without being blocked by main" |
| 267 | "thread work. This results in the screen to turn on earlier when the main thread is stuck. " |
| 268 | "Note that, even after this callback is called, we're waiting for all windows to finish " |
| 269 | " drawing." |
| 270 | bug: "295873557" |
Nicolò Mazzucato | 16eecfa | 2024-02-05 09:10:08 +0000 | [diff] [blame] | 271 | metadata { |
| 272 | purpose: PURPOSE_BUGFIX |
| 273 | } |
Nicolo' Mazzucato | 9ec7e7c | 2023-12-28 08:52:46 +0000 | [diff] [blame] | 274 | } |
| 275 | |
| 276 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 277 | name: "qs_new_pipeline" |
| 278 | namespace: "systemui" |
| 279 | description: "Use the new pipeline for Quick Settings. Should have no behavior changes." |
| 280 | bug: "241772429" |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 281 | } |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 282 | |
| 283 | flag { |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 284 | name: "qs_new_tiles" |
| 285 | namespace: "systemui" |
| 286 | 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] | 287 | bug: "311147395" |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 288 | } |
| 289 | |
| 290 | flag { |
Behnam Heydarshahi | fdbba27 | 2024-03-21 19:35:41 +0000 | [diff] [blame] | 291 | name: "qs_new_tiles_future" |
| 292 | namespace: "systemui" |
| 293 | description: "Use the new tiles in the Quick Settings that are still under development. This flag will not be used to gate release but to prevent tiles under development from reaching teamfood." |
| 294 | bug: "311147395" |
| 295 | } |
| 296 | |
| 297 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 298 | name: "coroutine_tracing" |
| 299 | namespace: "systemui" |
| 300 | description: "Adds thread-local data to System UI's global coroutine scopes to " |
| 301 | "allow for tracing of coroutine continuations using System UI's tracinglib" |
| 302 | bug: "289353932" |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 303 | } |
| 304 | |
| 305 | flag { |
Peter Kalauskas | 62bf22b | 2023-12-15 01:44:39 +0000 | [diff] [blame] | 306 | name: "edge_back_gesture_handler_thread" |
| 307 | namespace: "systemui" |
| 308 | description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back " |
| 309 | "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share " |
| 310 | "the main thread with the rest of System UI." |
| 311 | bug: "304583132" |
| 312 | } |
| 313 | |
| 314 | flag { |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 315 | name: "new_aod_transition" |
| 316 | namespace: "systemui" |
| 317 | description: "New LOCKSCREEN <=> AOD transition" |
| 318 | bug: "301915812" |
Andreas Miko | 980ef67 | 2023-11-14 14:49:31 +0100 | [diff] [blame] | 319 | } |
| 320 | |
| 321 | flag { |
| 322 | name: "light_reveal_migration" |
| 323 | namespace: "systemui" |
| 324 | description: "Move LightRevealScrim to recommended architecture" |
| 325 | bug: "281655028" |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 326 | } |
| 327 | |
| 328 | flag { |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 329 | name: "theme_overlay_controller_wakefulness_deprecation" |
| 330 | namespace: "systemui" |
| 331 | description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in " |
| 332 | "ThemOverlayController to mitigate flickering when locking the device" |
| 333 | bug: "308676488" |
| 334 | } |
| 335 | |
| 336 | flag { |
Chris Göllner | 30486e7 | 2024-02-07 17:03:08 +0000 | [diff] [blame] | 337 | name: "truncated_status_bar_icons_fix" |
| 338 | namespace: "systemui" |
| 339 | description: "Fixes the status bar icons being trunacted due to the status bar window height " |
| 340 | "not being updated after certain rotations" |
| 341 | bug: "323299264" |
| 342 | metadata { |
| 343 | purpose: PURPOSE_BUGFIX |
| 344 | } |
| 345 | } |
| 346 | |
| 347 | flag { |
Valentin Iftime | 87306be | 2024-04-05 15:15:54 +0200 | [diff] [blame] | 348 | name: "status_bar_monochrome_icons_fix" |
| 349 | namespace: "systemui" |
| 350 | description: "Fixes the status bar icon size when drawing InsetDrawables (ie. monochrome icons)" |
| 351 | bug: "329091967" |
| 352 | metadata { |
| 353 | purpose: PURPOSE_BUGFIX |
| 354 | } |
| 355 | } |
| 356 | |
| 357 | flag { |
Chandru S | 1df1978 | 2023-09-30 18:34:20 -0700 | [diff] [blame] | 358 | name: "compose_bouncer" |
| 359 | namespace: "systemui" |
| 360 | description: "Use the new compose bouncer in SystemUI" |
| 361 | bug: "310005730" |
| 362 | } |
| 363 | |
| 364 | flag { |
Chris Göllner | 0f02ef5 | 2023-12-15 10:11:49 +0000 | [diff] [blame] | 365 | name: "pss_task_switcher" |
| 366 | namespace: "systemui" |
| 367 | description: "Enable the task switcher feature for partial screen sharing" |
| 368 | bug: "317208379" |
| 369 | } |
| 370 | |
| 371 | flag { |
Chandru S | c78f082 | 2023-11-30 15:38:19 +0530 | [diff] [blame] | 372 | name: "revamped_bouncer_messages" |
| 373 | namespace: "systemui" |
| 374 | description: "Change the bouncer message to be a 2-line more descriptive message" |
| 375 | bug: "236891644" |
| 376 | } |
| 377 | |
| 378 | flag { |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 379 | name: "rest_to_unlock" |
| 380 | namespace: "systemui" |
| 381 | description: "Require prolonged touch for fingerprint authentication" |
| 382 | bug: "303672286" |
| 383 | } |
| 384 | |
| 385 | flag { |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 386 | name: "record_issue_qs_tile" |
| 387 | namespace: "systemui" |
| 388 | description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile" |
| 389 | bug: "305049544" |
| 390 | } |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 391 | |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 392 | flag { |
Sherry Zhou | 860c9b9 | 2023-11-28 17:56:31 +0000 | [diff] [blame] | 393 | name: "migrate_clocks_to_blueprint" |
| 394 | namespace: "systemui" |
| 395 | description: "Move clock related views from KeyguardStatusView to KeyguardRootView, " |
| 396 | "and use modern architecture for lockscreen clocks" |
| 397 | bug: "301502635" |
| 398 | } |
| 399 | |
| 400 | flag { |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 401 | name: "fast_unlock_transition" |
| 402 | namespace: "systemui" |
| 403 | description: "Faster wallpaper unlock transition" |
| 404 | bug: "298186160" |
| 405 | } |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 406 | |
| 407 | flag { |
Shawn Lee | 7a13c84 | 2024-03-08 10:53:27 -0800 | [diff] [blame] | 408 | name: "activity_transition_use_largest_window" |
| 409 | namespace: "systemui" |
| 410 | description: "Target largest opening window during activity transitions." |
| 411 | bug: "323294573" |
| 412 | metadata { |
| 413 | purpose: PURPOSE_BUGFIX |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | flag { |
Chris Göllner | 32aad6c | 2024-02-16 14:00:31 +0000 | [diff] [blame] | 418 | name: "centralized_status_bar_height_fix" |
Chris Göllner | 7a56e77 | 2023-12-28 17:51:48 +0000 | [diff] [blame] | 419 | namespace: "systemui" |
| 420 | description: "Refactors shade header and keyguard status bar to read status bar dimens from a" |
| 421 | " central place, instead of reading resources directly. This is to take into account display" |
| 422 | " cutouts and other special cases. " |
Chris Göllner | 414e9bc | 2024-02-19 09:41:22 +0000 | [diff] [blame] | 423 | bug: "317016114" |
Chris Göllner | 932714b | 2024-02-15 14:56:45 +0000 | [diff] [blame] | 424 | metadata { |
| 425 | purpose: PURPOSE_BUGFIX |
| 426 | } |
Chris Göllner | 7a56e77 | 2023-12-28 17:51:48 +0000 | [diff] [blame] | 427 | } |
| 428 | |
| 429 | flag { |
Nicolo' Mazzucato | cd5f25b | 2023-12-07 10:11:50 +0000 | [diff] [blame] | 430 | name: "enable_layout_tracing" |
| 431 | namespace: "systemui" |
| 432 | description: "Enables detailed traversal slices during measure and layout in perfetto traces" |
| 433 | bug: "315274804" |
| 434 | } |
| 435 | |
| 436 | flag { |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 437 | name: "quick_settings_visual_haptics_longpress" |
| 438 | namespace: "systemui" |
| 439 | description: "Enable special visual and haptic effects for quick settings tiles with long-press actions" |
| 440 | bug: "229856884" |
| 441 | } |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 442 | |
| 443 | flag { |
Aaron Liu | 688c823 | 2023-12-14 11:55:04 -0800 | [diff] [blame] | 444 | name: "switch_user_on_bg" |
| 445 | namespace: "systemui" |
| 446 | description: "Does user switching on a background thread" |
| 447 | bug: "284095720" |
| 448 | } |
| 449 | |
| 450 | flag { |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 451 | name: "status_bar_static_inout_indicators" |
| 452 | namespace: "systemui" |
| 453 | description: "(Upstream request) Always show the network activity inout indicators and " |
| 454 | "prefer using alpha to distinguish network activity." |
| 455 | bug: "310715220" |
| 456 | } |
Juan Sebastian Martinez | e28f3d2 | 2023-12-18 14:55:26 -0800 | [diff] [blame] | 457 | |
| 458 | flag { |
| 459 | name: "haptic_volume_slider" |
| 460 | namespace: "systemui" |
| 461 | description: "Adds haptic feedback to the volume slider." |
| 462 | bug: "316953430" |
| 463 | } |
Richard MacGregor | 019df65 | 2023-12-18 15:27:36 -0800 | [diff] [blame] | 464 | |
| 465 | flag { |
Anton Potapov | 0ccf69a | 2023-12-21 16:42:40 +0000 | [diff] [blame] | 466 | name: "new_volume_panel" |
| 467 | namespace: "systemui" |
| 468 | description: "Switches to the new volume panel (without Slices)." |
| 469 | bug: "202262476" |
| 470 | } |
| 471 | |
| 472 | flag { |
Miranda Kephart | 5b0287b | 2023-11-20 11:24:03 -0500 | [diff] [blame] | 473 | name: "screenshot_action_dismiss_system_windows" |
| 474 | namespace: "systemui" |
| 475 | description: "Dismiss existing system windows when starting action from screenshot UI" |
| 476 | bug: "309933761" |
| 477 | } |
| 478 | |
| 479 | flag { |
Mark Renouf | d30667a | 2024-05-08 13:19:04 -0400 | [diff] [blame] | 480 | name: "fix_screenshot_action_dismiss_system_windows" |
| 481 | namespace: "systemui" |
| 482 | description: "Dismiss existing system windows when starting action from screenshot UI" |
| 483 | bug: "309933761" |
| 484 | metadata { |
| 485 | purpose: PURPOSE_BUGFIX |
| 486 | } |
| 487 | } |
| 488 | |
| 489 | |
| 490 | flag { |
Matt Casey | 4a0f9b0 | 2024-04-10 18:40:50 +0000 | [diff] [blame] | 491 | name: "screenshot_private_profile_behavior_fix" |
Matt Casey | 36a5fbe | 2024-03-15 20:52:26 +0000 | [diff] [blame] | 492 | namespace: "systemui" |
| 493 | description: "Private profile support for screenshots" |
| 494 | bug: "327613051" |
Matt Casey | 4a0f9b0 | 2024-04-10 18:40:50 +0000 | [diff] [blame] | 495 | metadata { |
| 496 | purpose: PURPOSE_BUGFIX |
| 497 | } |
Matt Casey | 36a5fbe | 2024-03-15 20:52:26 +0000 | [diff] [blame] | 498 | } |
| 499 | |
| 500 | flag { |
Miranda Kephart | 98c656a | 2024-04-24 10:42:28 -0400 | [diff] [blame] | 501 | name: "screenshot_shelf_ui2" |
Miranda Kephart | 8d0c72b | 2024-03-08 13:41:19 -0500 | [diff] [blame] | 502 | namespace: "systemui" |
| 503 | description: "Use new shelf UI flow for screenshots" |
| 504 | bug: "329659738" |
| 505 | } |
| 506 | |
| 507 | flag { |
Beverly | 0cdcacb | 2024-01-04 18:40:05 +0000 | [diff] [blame] | 508 | name: "run_fingerprint_detect_on_dismissible_keyguard" |
| 509 | namespace: "systemui" |
| 510 | description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible." |
| 511 | bug: "311145851" |
| 512 | } |
| 513 | |
| 514 | flag { |
Xiaowen Lei | 19b52dc | 2024-01-02 17:47:22 +0000 | [diff] [blame] | 515 | name: "smartspace_relocate_to_bottom" |
| 516 | namespace: "systemui" |
| 517 | description: "Relocate Smartspace to bottom of the Lock Screen" |
| 518 | bug: "316212788" |
| 519 | } |
Joshua Mokut | fb94bee | 2024-01-09 23:46:47 +0000 | [diff] [blame] | 520 | |
| 521 | flag { |
Liam, Lee Pong Lam | 4a85759 | 2024-02-27 21:26:55 +0000 | [diff] [blame] | 522 | name: "smartspace_remoteviews_rendering" |
| 523 | namespace: "systemui" |
| 524 | description: "Indicate Smartspace RemoteViews rendering" |
| 525 | bug: "326292691" |
| 526 | } |
| 527 | |
| 528 | flag { |
Liam, Lee Pong Lam | 8a14cfb | 2024-04-24 21:04:15 +0000 | [diff] [blame] | 529 | name: "smartspace_lockscreen_viewmodel" |
| 530 | namespace: "systemui" |
| 531 | description: "Indicate Smartspace lockscreen viewmodel" |
| 532 | bug: "331451011" |
| 533 | } |
| 534 | |
| 535 | flag { |
Joshua Mokut | fb94bee | 2024-01-09 23:46:47 +0000 | [diff] [blame] | 536 | name: "pin_input_field_styled_focus_state" |
| 537 | namespace: "systemui" |
| 538 | description: "Enables styled focus states on pin input field if keyboard is connected" |
| 539 | bug: "316106516" |
| 540 | } |
Josh Tsuji | b2755ca | 2024-01-18 13:53:11 -0500 | [diff] [blame] | 541 | |
| 542 | flag { |
| 543 | name: "keyguard_wm_state_refactor" |
| 544 | namespace: "systemui" |
| 545 | description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths" |
| 546 | bug: "278086361" |
| 547 | } |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 548 | |
| 549 | flag { |
Aaron Liu | e51a5d3 | 2024-01-30 13:22:41 -0800 | [diff] [blame] | 550 | name: "compose_lockscreen" |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 551 | namespace: "systemui" |
Aaron Liu | e51a5d3 | 2024-01-30 13:22:41 -0800 | [diff] [blame] | 552 | 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] | 553 | bug: "301968149" |
| 554 | } |
Zhe Song | e2a4448 | 2024-01-30 10:50:57 +0000 | [diff] [blame] | 555 | |
| 556 | flag { |
| 557 | name: "enable_contextual_tip_for_power_off" |
| 558 | namespace: "systemui" |
| 559 | description: "Enables on-screen contextual tip about how to power off or restart phone" |
| 560 | bug: "322891421" |
| 561 | } |
| 562 | |
| 563 | flag { |
| 564 | name: "enable_contextual_tip_for_take_screenshot" |
| 565 | namespace: "systemui" |
| 566 | description: "Enables on-screen contextual tip about how to take screenshot." |
| 567 | bug: "322891421" |
| 568 | } |
Yein Jo | bbfb331 | 2024-01-31 22:40:47 +0000 | [diff] [blame] | 569 | |
| 570 | flag { |
Yu Chao (zhào-yò) | 75f2355 | 2024-05-09 08:48:23 +0000 | [diff] [blame] | 571 | name: "enable_contextual_tip_for_mute_volume" |
| 572 | namespace: "systemui" |
| 573 | description: "Enables the contextual tip for muting the volume." |
| 574 | bug: "337737048" |
| 575 | } |
| 576 | |
| 577 | flag { |
Zhe Song | 79564da | 2024-03-13 17:12:54 +0800 | [diff] [blame] | 578 | name: "disable_contextual_tips_frequency_check" |
| 579 | description: "Disables frequency capping check for contextual tips." |
| 580 | namespace: "systemui" |
| 581 | bug: "322891421" |
| 582 | } |
| 583 | |
| 584 | flag { |
| 585 | name: "disable_contextual_tips_ios_switcher_check" |
| 586 | description: "Disables iOS switcher check which guard the tips designed only for iOS switchers." |
| 587 | namespace: "systemui" |
| 588 | bug: "322891421" |
| 589 | } |
| 590 | |
| 591 | flag { |
Yu Chao | 3964b56 | 2024-02-01 08:03:59 +0000 | [diff] [blame] | 592 | name: "enable_contextual_tips" |
| 593 | description: "Enables showing contextual tips." |
| 594 | namespace: "systemui" |
| 595 | bug: "322891421" |
| 596 | } |
| 597 | |
| 598 | flag { |
Zhe Song | 4f2b82e | 2024-05-07 18:12:00 +0800 | [diff] [blame] | 599 | name: "contextual_tips_assistant_dismiss_fix" |
| 600 | namespace: "systemui" |
| 601 | description: "Improve assistant dismiss signal accuracy for contextual tips." |
| 602 | bug: "334759504" |
| 603 | metadata { |
| 604 | purpose: PURPOSE_BUGFIX |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | flag { |
Yein Jo | bbfb331 | 2024-01-31 22:40:47 +0000 | [diff] [blame] | 609 | name: "shaderlib_loading_effect_refactor" |
| 610 | namespace: "systemui" |
| 611 | description: "Extend shader library to provide the common loading effects." |
| 612 | bug: "282007590" |
| 613 | } |
| 614 | |
Matías Hernández | a67952e | 2024-02-06 15:29:52 +0100 | [diff] [blame] | 615 | flag { |
jasonwshsu | 8d2f639 | 2024-02-27 23:49:08 +0800 | [diff] [blame] | 616 | name: "hearing_aids_qs_tile_dialog" |
| 617 | namespace: "systemui" |
| 618 | description: "Show a dialog when clicking on hearing aids quick settings tile." |
| 619 | bug: "291423171" |
| 620 | } |
| 621 | |
| 622 | flag { |
Matías Hernández | a67952e | 2024-02-06 15:29:52 +0100 | [diff] [blame] | 623 | name: "notification_row_user_context" |
| 624 | namespace: "systemui" |
| 625 | description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow" |
| 626 | " (based on the NotificationEntry's user)." |
| 627 | bug: "317503801" |
| 628 | metadata { |
| 629 | purpose: PURPOSE_BUGFIX |
| 630 | } |
| 631 | } |
| 632 | |
Devarshi Bhatt | fdddc97 | 2024-02-06 04:52:56 +0000 | [diff] [blame] | 633 | flag { |
| 634 | name: "get_connected_device_name_unsynchronized" |
| 635 | namespace: "systemui" |
| 636 | description: "Decide whether to fetch the connected bluetooth device name outside a synchronized block." |
| 637 | bug: "323995015" |
| 638 | metadata { |
Sindhu | 561c240 | 2024-02-07 09:38:47 +0000 | [diff] [blame] | 639 | purpose: PURPOSE_BUGFIX |
| 640 | } |
| 641 | } |
| 642 | |
| 643 | flag { |
Sindhu | c5d2284 | 2024-02-09 06:47:35 +0000 | [diff] [blame] | 644 | name: "slice_manager_binder_call_background" |
| 645 | namespace: "systemui" |
| 646 | description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread." |
| 647 | bug: "322745650" |
| 648 | metadata { |
| 649 | purpose: PURPOSE_BUGFIX |
| 650 | } |
| 651 | } |
| 652 | |
| 653 | flag { |
Sindhu | 561c240 | 2024-02-07 09:38:47 +0000 | [diff] [blame] | 654 | name: "register_new_wallet_card_in_background" |
| 655 | namespace: "systemui" |
| 656 | description: "Decide whether the call to registerNewWalletCards method should be issued on background thread." |
| 657 | bug: "322506838" |
| 658 | metadata { |
| 659 | purpose: PURPOSE_BUGFIX |
| 660 | } |
Devarshi Bhatt | fdddc97 | 2024-02-06 04:52:56 +0000 | [diff] [blame] | 661 | } |
archisha | b51923e | 2024-02-08 05:53:04 +0000 | [diff] [blame] | 662 | |
| 663 | flag { |
| 664 | name: "update_user_switcher_background" |
| 665 | namespace: "systemui" |
| 666 | description: "Decide whether to update user switcher in background thread." |
| 667 | bug: "322745650" |
| 668 | metadata { |
| 669 | purpose: PURPOSE_BUGFIX |
| 670 | } |
| 671 | } |
Devarshi Bhatt | 17fa983 | 2024-02-16 06:27:10 +0000 | [diff] [blame] | 672 | |
| 673 | flag { |
| 674 | name: "register_zen_mode_content_observer_background" |
| 675 | namespace: "systemui" |
| 676 | description: "Decide whether to register zen mode content observers in the background thread." |
| 677 | bug: "324515627" |
| 678 | metadata { |
| 679 | purpose: PURPOSE_BUGFIX |
| 680 | } |
| 681 | } |
Miranda Kephart | 2976ca8 | 2024-02-16 10:14:15 -0500 | [diff] [blame] | 682 | |
| 683 | flag { |
| 684 | name: "clipboard_noninteractive_on_lockscreen" |
| 685 | namespace: "systemui" |
| 686 | description: "Prevents the interactive clipboard UI from appearing when device is locked" |
| 687 | bug: "317048495" |
| 688 | metadata { |
| 689 | purpose: PURPOSE_BUGFIX |
| 690 | } |
| 691 | } |
Jernej Virag | 96b4877 | 2024-02-20 10:34:27 +0100 | [diff] [blame] | 692 | |
| 693 | flag { |
| 694 | name: "trim_resources_with_background_trim_at_lock" |
| 695 | namespace: "systemui" |
| 696 | description: "Trim fonts and other caches when the device locks to lower memory consumption." |
| 697 | bug: "322143614" |
| 698 | metadata { |
| 699 | purpose: PURPOSE_BUGFIX |
| 700 | } |
| 701 | } |
Julia Tuttle | c22e70f | 2024-02-14 16:04:59 -0500 | [diff] [blame] | 702 | |
| 703 | flag { |
| 704 | name: "dedicated_notif_inflation_thread" |
| 705 | namespace: "systemui" |
| 706 | description: "Create a separate background thread for inflating notifications" |
| 707 | bug: "308967184" |
| 708 | metadata { |
| 709 | purpose: PURPOSE_BUGFIX |
| 710 | } |
| 711 | } |
Ibrahim Yilmaz | 31c681b | 2024-02-21 11:26:36 +0000 | [diff] [blame] | 712 | |
| 713 | flag { |
| 714 | name: "bind_keyguard_media_visibility" |
| 715 | namespace: "systemui" |
| 716 | description: "Binds Keyguard Media Controller Visibility to MediaContainerView" |
| 717 | bug: "298213983" |
Ibrahim Yilmaz | 1d1c12c | 2024-02-29 15:59:20 +0000 | [diff] [blame] | 718 | metadata { |
| 719 | purpose: PURPOSE_BUGFIX |
| 720 | } |
Jernej Virag | 8d4858d | 2024-02-23 13:18:30 +0100 | [diff] [blame] | 721 | } |
| 722 | |
| 723 | flag { |
| 724 | name: "delayed_wakelock_release_on_background_thread" |
| 725 | namespace: "systemui" |
| 726 | description: "Released delayed wakelocks on background threads to avoid janking screen transitions." |
| 727 | bug: "316128516" |
Ibrahim Yilmaz | 31c681b | 2024-02-21 11:26:36 +0000 | [diff] [blame] | 728 | metadata { |
| 729 | purpose: PURPOSE_BUGFIX |
| 730 | } |
| 731 | } |
bvineeth | 6875698 | 2024-02-23 09:57:28 +0000 | [diff] [blame] | 732 | |
| 733 | flag { |
| 734 | name: "notify_power_manager_user_activity_background" |
| 735 | namespace: "systemui" |
| 736 | description: "Decide whether to notify the user activity to power manager in the background thread." |
| 737 | bug: "325203885" |
| 738 | metadata { |
| 739 | purpose: PURPOSE_BUGFIX |
| 740 | } |
| 741 | } |
Michael Mikhail | 1371dbd | 2024-02-22 17:45:25 +0000 | [diff] [blame] | 742 | |
| 743 | flag { |
| 744 | name: "media_controls_refactor" |
| 745 | namespace: "systemui" |
| 746 | description: "Refactors media code to follow the recommended architecture" |
| 747 | bug: "326408371" |
| 748 | } |
Josh | 814484f | 2024-03-05 15:38:07 +0000 | [diff] [blame] | 749 | |
| 750 | flag { |
| 751 | name: "qs_tile_focus_state" |
| 752 | namespace: "systemui" |
| 753 | description: "enables new focus outline for qs tiles when focused on with physical keyboard" |
| 754 | bug: "312899524" |
| 755 | } |
Sindhu | c9c4dcf | 2024-02-29 10:33:06 +0000 | [diff] [blame] | 756 | |
| 757 | flag { |
| 758 | name: "edgeback_gesture_handler_get_running_tasks_background" |
| 759 | namespace: "systemui" |
| 760 | description: "Decide whether to get the running tasks from activity manager in EdgebackGestureHandler" |
| 761 | " class on the background thread." |
| 762 | bug: "325041960" |
| 763 | metadata { |
| 764 | purpose: PURPOSE_BUGFIX |
| 765 | } |
| 766 | } |
Fabián Kozynski | cba1185 | 2024-03-12 14:16:24 -0400 | [diff] [blame] | 767 | |
| 768 | flag { |
Richard MacGregor | fff2427 | 2024-03-26 16:32:14 -0700 | [diff] [blame] | 769 | name: "screenshare_notification_hiding_bug_fix" |
| 770 | namespace: "systemui" |
| 771 | description: "Various bug fixes for notification redaction while screensharing" |
| 772 | bug: "312784809" |
| 773 | metadata { |
| 774 | purpose: PURPOSE_BUGFIX |
| 775 | } |
| 776 | } |
| 777 | |
| 778 | flag { |
Fabián Kozynski | cba1185 | 2024-03-12 14:16:24 -0400 | [diff] [blame] | 779 | name: "qs_ui_refactor" |
| 780 | namespace: "systemui" |
| 781 | description: "Enables the new QS UI pipeline that follows recommended architecture and uses" |
| 782 | " Compose for the UI." |
| 783 | bug: "325099249" |
| 784 | } |
Yein Jo | 380f96c | 2024-04-04 21:28:31 +0000 | [diff] [blame] | 785 | |
| 786 | flag { |
Lucas Silva | f6db688 | 2024-04-05 11:18:22 -0400 | [diff] [blame] | 787 | name: "remove_dream_overlay_hide_on_touch" |
| 788 | namespace: "systemui" |
| 789 | description: "Removes logic to hide the dream overlay on user interaction, as it conflicts with various transitions" |
| 790 | bug: "329091030" |
| 791 | metadata { |
| 792 | purpose: PURPOSE_BUGFIX |
| 793 | } |
| 794 | } |
| 795 | |
| 796 | flag { |
Yein Jo | 380f96c | 2024-04-04 21:28:31 +0000 | [diff] [blame] | 797 | name: "keyboard_docking_indicator" |
| 798 | namespace: "systemui" |
| 799 | description: "Glow bar indicator reveals upon keyboard docking." |
| 800 | bug: "324600132" |
| 801 | } |
Bryce Lee | 39ca23b | 2024-04-10 09:46:27 -0700 | [diff] [blame] | 802 | |
| 803 | flag { |
Chris Göllner | bdc51f3 | 2024-04-22 12:31:49 +0100 | [diff] [blame] | 804 | name: "keyboard_shortcut_helper_rewrite" |
| 805 | namespace: "systemui" |
| 806 | description: "A new implementation of the keyboards shortcuts helper sheet." |
| 807 | bug: "327364197" |
| 808 | } |
| 809 | |
| 810 | flag { |
Bryce Lee | 39ca23b | 2024-04-10 09:46:27 -0700 | [diff] [blame] | 811 | name: "dream_overlay_bouncer_swipe_direction_filtering" |
| 812 | namespace: "systemui" |
| 813 | description: "do not initiate bouncer swipe when the direction is opposite of the expansion" |
| 814 | bug: "333632464" |
| 815 | metadata { |
| 816 | purpose: PURPOSE_BUGFIX |
| 817 | } |
Bryce Lee | ce3c2103 | 2024-04-09 17:15:17 -0700 | [diff] [blame] | 818 | } |
| 819 | |
| 820 | flag { |
| 821 | name: "dream_input_session_pilfer_once" |
| 822 | namespace: "systemui" |
| 823 | description: "Pilfer at most once per input session" |
Bryce Lee | 8b9a78e | 2024-05-06 14:53:23 -0700 | [diff] [blame] | 824 | bug: "333596426" |
Bryce Lee | ce3c2103 | 2024-04-09 17:15:17 -0700 | [diff] [blame] | 825 | metadata { |
| 826 | purpose: PURPOSE_BUGFIX |
| 827 | } |
| 828 | } |
Jernej Virag | 6d932a0 | 2024-04-16 16:57:50 +0200 | [diff] [blame] | 829 | |
| 830 | flag { |
Lucas Silva | 592f237 | 2024-05-02 13:19:36 -0400 | [diff] [blame] | 831 | name: "shade_collapse_activity_launch_fix" |
| 832 | namespace: "systemui" |
| 833 | description: "Avoid collapsing the shade on activity launch if it is already collapsed, as this causes a flicker." |
| 834 | bug: "331591373" |
| 835 | metadata { |
| 836 | purpose: PURPOSE_BUGFIX |
| 837 | } |
| 838 | } |
| 839 | |
| 840 | flag { |
Jernej Virag | 6d932a0 | 2024-04-16 16:57:50 +0200 | [diff] [blame] | 841 | name: "slice_broadcast_relay_in_background" |
| 842 | namespace: "systemui" |
| 843 | description: "Move handling of slice broadcast relay broadcasts to background threads" |
| 844 | bug: "334767208" |
| 845 | metadata { |
| 846 | purpose: PURPOSE_BUGFIX |
| 847 | } |
bvineeth | ac6e09a | 2024-04-10 08:20:28 +0000 | [diff] [blame] | 848 | } |
| 849 | |
| 850 | flag { |
| 851 | name: "register_battery_controller_receivers_in_corestartable" |
| 852 | namespace: "systemui" |
| 853 | description: "Decide whether to register the receivers in battery controller impl in the BatteryControllerStartable corestartable." |
| 854 | bug: "307517093" |
| 855 | metadata { |
| 856 | purpose: PURPOSE_BUGFIX |
| 857 | } |
| 858 | } |
Chaohui Wang | 8265c6b | 2024-03-12 18:30:59 +0800 | [diff] [blame] | 859 | |
| 860 | flag { |
| 861 | name: "enforce_brightness_base_user_restriction" |
| 862 | namespace: "systemui" |
| 863 | description: "Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS." |
| 864 | bug: "329205638" |
| 865 | } |
Bryce Lee | 6cedcd2 | 2024-04-25 04:35:05 +0000 | [diff] [blame] | 866 | |
| 867 | flag { |
| 868 | name: "ambient_touch_monitor_listen_to_display_changes" |
| 869 | namespace: "systemui" |
| 870 | description: "listen to display changes and cache window metrics" |
| 871 | bug: "330906135" |
| 872 | metadata { |
| 873 | purpose: PURPOSE_BUGFIX |
| 874 | } |
| 875 | } |
Bryce Lee | 19f1e28 | 2024-05-02 22:03:28 +0000 | [diff] [blame] | 876 | |
| 877 | flag { |
Bryce Lee | a320f56 | 2024-05-03 04:19:45 +0000 | [diff] [blame] | 878 | name: "restart_dream_on_unocclude" |
| 879 | namespace: "systemui" |
| 880 | description: "re-enters dreaming upon unocclude when dreaming when originally occluding" |
| 881 | bug: "338051457" |
| 882 | metadata { |
| 883 | purpose: PURPOSE_BUGFIX |
| 884 | } |
| 885 | } |
| 886 | |
| 887 | flag { |
Bryce Lee | 19f1e28 | 2024-05-02 22:03:28 +0000 | [diff] [blame] | 888 | name: "communal_bouncer_do_not_modify_plugin_open" |
| 889 | namespace: "systemui" |
| 890 | description: "do not modify notification shade when handling bouncer expansion." |
| 891 | bug: "338252661" |
| 892 | metadata { |
| 893 | purpose: PURPOSE_BUGFIX |
| 894 | } |
| 895 | } |
Ajinkya Chalke | 612d161 | 2024-05-07 13:19:46 +0000 | [diff] [blame] | 896 | |
| 897 | flag { |
| 898 | name: "app_clips_backlinks" |
| 899 | namespace: "systemui" |
| 900 | description: "Enables Backlinks improvement feature in App Clips" |
| 901 | bug: "300307759" |
| 902 | } |
Fabián Kozynski | db11545 | 2024-05-13 10:41:43 -0400 | [diff] [blame] | 903 | |
| 904 | flag { |
| 905 | name: "qs_custom_tile_click_guaranteed_bug_fix" |
| 906 | namespace: "systemui" |
| 907 | description: "Guarantee that clicks on a tile always happen by postponing onStopListening until after the click." |
| 908 | bug: "339290820" |
| 909 | metadata { |
| 910 | purpose: PURPOSE_BUGFIX |
| 911 | } |
Beth Thibodeau | 0eb8d2f | 2024-04-30 14:07:04 -0500 | [diff] [blame] | 912 | } |
| 913 | |
| 914 | flag { |
| 915 | name: "media_controls_user_initiated_dismiss" |
| 916 | namespace: "systemui" |
| 917 | description: "Only dismiss media notifications when the control was removed by the user." |
| 918 | bug: "335875159" |
| 919 | metadata { |
| 920 | purpose: PURPOSE_BUGFIX |
| 921 | } |
| 922 | } |