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 { |
Yining Liu | 9a835c8 | 2023-10-31 01:30:23 +0000 | [diff] [blame] | 18 | name: "notification_async_hybrid_view_inflation" |
| 19 | namespace: "systemui" |
| 20 | description: "Inflates hybrid (single-line) notification views from the background thread." |
| 21 | bug: "217799515" |
| 22 | } |
| 23 | |
| 24 | flag { |
Ioana Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 25 | name: "notifications_footer_view_refactor" |
| 26 | namespace: "systemui" |
| 27 | description: "Enables the refactored version of the footer view in the notification shade " |
| 28 | "(containing the \"Clear all\" button). Should not bring any behavior changes" |
| 29 | bug: "293167744" |
| 30 | } |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 31 | |
| 32 | flag { |
Steve Elliott | 34edc35 | 2023-10-23 13:14:24 -0400 | [diff] [blame] | 33 | name: "notifications_icon_container_refactor" |
| 34 | namespace: "systemui" |
| 35 | description: "Enables the refactored version of the notification icon container in StatusBar, " |
| 36 | "AOD, and the notification shelf. Should not bring any behavioral changes." |
| 37 | bug: "278765923" |
| 38 | } |
| 39 | |
| 40 | flag { |
Nick Chameyev | 8ea0f4c | 2023-10-20 18:09:50 +0100 | [diff] [blame] | 41 | name: "notifications_hide_on_display_switch" |
| 42 | namespace: "systemui" |
| 43 | description: "Temporary hides notifications when folding/unfolding to reduce unfold latency" |
| 44 | bug: "293824309" |
| 45 | } |
| 46 | |
| 47 | flag { |
András Kurucz | 305199f | 2023-12-18 18:31:34 +0000 | [diff] [blame] | 48 | name: "notifications_improved_hun_animation" |
| 49 | namespace: "systemui" |
| 50 | description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations." |
| 51 | bug: "243302608" |
| 52 | } |
| 53 | |
| 54 | flag { |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 55 | name: "notification_lifetime_extension_refactor" |
| 56 | namespace: "systemui" |
| 57 | description: "Enables moving notification lifetime extension management from SystemUI to " |
| 58 | "Notification Manager Service" |
| 59 | bug: "299448097" |
| 60 | } |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 61 | |
| 62 | flag { |
András Kurucz | 3e88b35 | 2023-11-06 13:48:09 +0000 | [diff] [blame] | 63 | name: "notifications_live_data_store_refactor" |
| 64 | namespace: "systemui" |
| 65 | description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. " |
| 66 | "Should not bring any behavior changes." |
| 67 | bug: "308623704" |
| 68 | } |
| 69 | |
| 70 | flag { |
Andreas Miko | 644f950 | 2023-12-12 17:40:21 +0100 | [diff] [blame] | 71 | name: "refactor_get_current_user" |
| 72 | namespace: "systemui" |
| 73 | description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results." |
| 74 | bug: "305984787" |
| 75 | } |
| 76 | |
| 77 | flag { |
Lyn | 20c6506 | 2023-11-13 20:34:03 +0000 | [diff] [blame] | 78 | name: "notification_throttle_hun" |
| 79 | namespace: "systemui" |
| 80 | description: "During notification avalanche, throttle HUNs showing in fast succession." |
| 81 | bug: "307288824" |
| 82 | } |
| 83 | |
| 84 | flag { |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 85 | name: "notification_background_tint_optimization" |
| 86 | namespace: "systemui" |
| 87 | description: "Re-enable the codepath that removed tinting of notifications when the" |
| 88 | " standard background color is desired. This was the behavior before we discovered" |
| 89 | " a resources threading issue, which we worked around by tinting the notification" |
| 90 | " backgrounds and footer buttons." |
| 91 | bug: "294347738" |
| 92 | } |
| 93 | |
| 94 | flag { |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 95 | name: "scene_container" |
| 96 | namespace: "systemui" |
| 97 | description: "Enables the scene container framework go/flexiglass." |
| 98 | bug: "283121968" |
| 99 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 100 | |
| 101 | flag { |
Brad Hinegardner | 5ded802 | 2023-11-03 16:57:51 +0000 | [diff] [blame] | 102 | name: "keyguard_bottom_area_refactor" |
| 103 | namespace: "systemui" |
| 104 | description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| 105 | "lock icon and others." |
| 106 | bug: "290652751" |
| 107 | } |
| 108 | |
| 109 | flag { |
Beverly | 96b3e59 | 2023-11-08 15:32:58 +0000 | [diff] [blame] | 110 | name: "device_entry_udfps_refactor" |
| 111 | namespace: "systemui" |
| 112 | description: "Refactoring device entry UDFPS icon to use modern architecture and " |
| 113 | "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" |
| 114 | bug: "279440316" |
| 115 | } |
| 116 | |
| 117 | flag { |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 118 | name: "visual_interruptions_refactor" |
| 119 | namespace: "systemui" |
| 120 | description: "Enables the refactored version of the code to decide when notifications " |
| 121 | "HUN, bubble, pulse, or FSI." |
| 122 | bug: "261728888" |
| 123 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 124 | |
| 125 | flag { |
| 126 | name: "haptic_brightness_slider" |
| 127 | namespace: "systemui" |
| 128 | description: "Adds haptic feedback to the brightness slider." |
| 129 | bug: "296467915" |
| 130 | } |
Matt Pietal | 2cfc684 | 2023-11-03 16:41:09 +0000 | [diff] [blame] | 131 | |
| 132 | flag { |
| 133 | name: "keyguard_shade_migration_nssl" |
| 134 | namespace: "systemui" |
| 135 | description: "Moves NSSL into a shared element between the notification_panel and " |
| 136 | "keyguard_root_view." |
| 137 | bug: "278054201" |
| 138 | } |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 139 | |
| 140 | flag { |
Nicolo' Mazzucato | 24c5a7c | 2023-11-20 11:49:17 +0000 | [diff] [blame] | 141 | name: "unfold_animation_background_progress" |
| 142 | namespace: "systemui" |
| 143 | description: "Moves unfold animation progress calculation to a background thread" |
| 144 | bug: "277879146" |
| 145 | } |
| 146 | |
| 147 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 148 | name: "qs_new_pipeline" |
| 149 | namespace: "systemui" |
| 150 | description: "Use the new pipeline for Quick Settings. Should have no behavior changes." |
| 151 | bug: "241772429" |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 152 | } |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 153 | |
| 154 | flag { |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 155 | name: "qs_new_tiles" |
| 156 | namespace: "systemui" |
| 157 | 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^] | 158 | bug: "311147395" |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 159 | } |
| 160 | |
| 161 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 162 | name: "coroutine_tracing" |
| 163 | namespace: "systemui" |
| 164 | description: "Adds thread-local data to System UI's global coroutine scopes to " |
| 165 | "allow for tracing of coroutine continuations using System UI's tracinglib" |
| 166 | bug: "289353932" |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 167 | } |
| 168 | |
| 169 | flag { |
Peter Kalauskas | 62bf22b | 2023-12-15 01:44:39 +0000 | [diff] [blame] | 170 | name: "edge_back_gesture_handler_thread" |
| 171 | namespace: "systemui" |
| 172 | description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back " |
| 173 | "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share " |
| 174 | "the main thread with the rest of System UI." |
| 175 | bug: "304583132" |
| 176 | } |
| 177 | |
| 178 | flag { |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 179 | name: "new_aod_transition" |
| 180 | namespace: "systemui" |
| 181 | description: "New LOCKSCREEN <=> AOD transition" |
| 182 | bug: "301915812" |
Andreas Miko | 980ef67 | 2023-11-14 14:49:31 +0100 | [diff] [blame] | 183 | } |
| 184 | |
| 185 | flag { |
| 186 | name: "light_reveal_migration" |
| 187 | namespace: "systemui" |
| 188 | description: "Move LightRevealScrim to recommended architecture" |
| 189 | bug: "281655028" |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 190 | } |
| 191 | |
| 192 | flag { |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 193 | name: "theme_overlay_controller_wakefulness_deprecation" |
| 194 | namespace: "systemui" |
| 195 | description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in " |
| 196 | "ThemOverlayController to mitigate flickering when locking the device" |
| 197 | bug: "308676488" |
| 198 | } |
| 199 | |
| 200 | flag { |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 201 | name: "media_in_scene_container" |
| 202 | namespace: "systemui" |
| 203 | description: "Enable media in the scene container framework" |
| 204 | bug: "296122467" |
| 205 | } |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 206 | |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 207 | flag { |
Chris Göllner | 0f02ef5 | 2023-12-15 10:11:49 +0000 | [diff] [blame] | 208 | name: "pss_task_switcher" |
| 209 | namespace: "systemui" |
| 210 | description: "Enable the task switcher feature for partial screen sharing" |
| 211 | bug: "317208379" |
| 212 | } |
| 213 | |
| 214 | flag { |
Chandru S | c78f082 | 2023-11-30 15:38:19 +0530 | [diff] [blame] | 215 | name: "revamped_bouncer_messages" |
| 216 | namespace: "systemui" |
| 217 | description: "Change the bouncer message to be a 2-line more descriptive message" |
| 218 | bug: "236891644" |
| 219 | } |
| 220 | |
| 221 | flag { |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 222 | name: "rest_to_unlock" |
| 223 | namespace: "systemui" |
| 224 | description: "Require prolonged touch for fingerprint authentication" |
| 225 | bug: "303672286" |
| 226 | } |
| 227 | |
| 228 | flag { |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 229 | name: "record_issue_qs_tile" |
| 230 | namespace: "systemui" |
| 231 | description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile" |
| 232 | bug: "305049544" |
| 233 | } |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 234 | |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 235 | flag { |
Sherry Zhou | 860c9b9 | 2023-11-28 17:56:31 +0000 | [diff] [blame] | 236 | name: "migrate_clocks_to_blueprint" |
| 237 | namespace: "systemui" |
| 238 | description: "Move clock related views from KeyguardStatusView to KeyguardRootView, " |
| 239 | "and use modern architecture for lockscreen clocks" |
| 240 | bug: "301502635" |
| 241 | } |
| 242 | |
| 243 | flag { |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 244 | name: "fast_unlock_transition" |
| 245 | namespace: "systemui" |
| 246 | description: "Faster wallpaper unlock transition" |
| 247 | bug: "298186160" |
| 248 | } |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 249 | |
| 250 | flag { |
Nicolo' Mazzucato | cd5f25b | 2023-12-07 10:11:50 +0000 | [diff] [blame] | 251 | name: "enable_layout_tracing" |
| 252 | namespace: "systemui" |
| 253 | description: "Enables detailed traversal slices during measure and layout in perfetto traces" |
| 254 | bug: "315274804" |
| 255 | } |
| 256 | |
| 257 | flag { |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 258 | name: "quick_settings_visual_haptics_longpress" |
| 259 | namespace: "systemui" |
| 260 | description: "Enable special visual and haptic effects for quick settings tiles with long-press actions" |
| 261 | bug: "229856884" |
| 262 | } |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 263 | |
| 264 | flag { |
Aaron Liu | 688c823 | 2023-12-14 11:55:04 -0800 | [diff] [blame] | 265 | name: "switch_user_on_bg" |
| 266 | namespace: "systemui" |
| 267 | description: "Does user switching on a background thread" |
| 268 | bug: "284095720" |
| 269 | } |
| 270 | |
| 271 | flag { |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 272 | name: "status_bar_static_inout_indicators" |
| 273 | namespace: "systemui" |
| 274 | description: "(Upstream request) Always show the network activity inout indicators and " |
| 275 | "prefer using alpha to distinguish network activity." |
| 276 | bug: "310715220" |
| 277 | } |
Juan Sebastian Martinez | e28f3d2 | 2023-12-18 14:55:26 -0800 | [diff] [blame] | 278 | |
| 279 | flag { |
| 280 | name: "haptic_volume_slider" |
| 281 | namespace: "systemui" |
| 282 | description: "Adds haptic feedback to the volume slider." |
| 283 | bug: "316953430" |
| 284 | } |
Richard MacGregor | 019df65 | 2023-12-18 15:27:36 -0800 | [diff] [blame] | 285 | |
| 286 | flag { |
| 287 | name: "screenshare_notification_hiding" |
| 288 | namespace: "systemui" |
| 289 | description: "Enable hiding of notifications during screenshare" |
| 290 | bug: "312784809" |
| 291 | } |
| 292 | |
chelseahao | ef4e9d5 | 2023-12-18 13:29:22 +0800 | [diff] [blame] | 293 | flag { |
| 294 | name: "bluetooth_qs_tile_dialog_auto_on_toggle" |
| 295 | namespace: "systemui" |
| 296 | description: "Displays the auto on toggle in the bluetooth QS tile dialog" |
| 297 | bug: "316985153" |
| 298 | } |