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