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 { |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 48 | name: "notification_lifetime_extension_refactor" |
| 49 | namespace: "systemui" |
| 50 | description: "Enables moving notification lifetime extension management from SystemUI to " |
| 51 | "Notification Manager Service" |
| 52 | bug: "299448097" |
| 53 | } |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 54 | |
| 55 | flag { |
András Kurucz | 3e88b35 | 2023-11-06 13:48:09 +0000 | [diff] [blame] | 56 | name: "notifications_live_data_store_refactor" |
| 57 | namespace: "systemui" |
| 58 | description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. " |
| 59 | "Should not bring any behavior changes." |
| 60 | bug: "308623704" |
| 61 | } |
| 62 | |
| 63 | flag { |
Lyn | 20c6506 | 2023-11-13 20:34:03 +0000 | [diff] [blame] | 64 | name: "notification_throttle_hun" |
| 65 | namespace: "systemui" |
| 66 | description: "During notification avalanche, throttle HUNs showing in fast succession." |
| 67 | bug: "307288824" |
| 68 | } |
| 69 | |
| 70 | flag { |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 71 | name: "notification_background_tint_optimization" |
| 72 | namespace: "systemui" |
| 73 | description: "Re-enable the codepath that removed tinting of notifications when the" |
| 74 | " standard background color is desired. This was the behavior before we discovered" |
| 75 | " a resources threading issue, which we worked around by tinting the notification" |
| 76 | " backgrounds and footer buttons." |
| 77 | bug: "294347738" |
| 78 | } |
| 79 | |
| 80 | flag { |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 81 | name: "scene_container" |
| 82 | namespace: "systemui" |
| 83 | description: "Enables the scene container framework go/flexiglass." |
| 84 | bug: "283121968" |
| 85 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 86 | |
| 87 | flag { |
Brad Hinegardner | 5ded802 | 2023-11-03 16:57:51 +0000 | [diff] [blame] | 88 | name: "keyguard_bottom_area_refactor" |
| 89 | namespace: "systemui" |
| 90 | description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| 91 | "lock icon and others." |
| 92 | bug: "290652751" |
| 93 | } |
| 94 | |
| 95 | flag { |
Beverly | 96b3e59 | 2023-11-08 15:32:58 +0000 | [diff] [blame] | 96 | name: "device_entry_udfps_refactor" |
| 97 | namespace: "systemui" |
| 98 | description: "Refactoring device entry UDFPS icon to use modern architecture and " |
| 99 | "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" |
| 100 | bug: "279440316" |
| 101 | } |
| 102 | |
| 103 | flag { |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 104 | name: "visual_interruptions_refactor" |
| 105 | namespace: "systemui" |
| 106 | description: "Enables the refactored version of the code to decide when notifications " |
| 107 | "HUN, bubble, pulse, or FSI." |
| 108 | bug: "261728888" |
| 109 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 110 | |
| 111 | flag { |
| 112 | name: "haptic_brightness_slider" |
| 113 | namespace: "systemui" |
| 114 | description: "Adds haptic feedback to the brightness slider." |
| 115 | bug: "296467915" |
| 116 | } |
Matt Pietal | 2cfc684 | 2023-11-03 16:41:09 +0000 | [diff] [blame] | 117 | |
| 118 | flag { |
| 119 | name: "keyguard_shade_migration_nssl" |
| 120 | namespace: "systemui" |
| 121 | description: "Moves NSSL into a shared element between the notification_panel and " |
| 122 | "keyguard_root_view." |
| 123 | bug: "278054201" |
| 124 | } |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 125 | |
| 126 | flag { |
Nicolo' Mazzucato | 24c5a7c | 2023-11-20 11:49:17 +0000 | [diff] [blame] | 127 | name: "unfold_animation_background_progress" |
| 128 | namespace: "systemui" |
| 129 | description: "Moves unfold animation progress calculation to a background thread" |
| 130 | bug: "277879146" |
| 131 | } |
| 132 | |
| 133 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 134 | name: "qs_new_pipeline" |
| 135 | namespace: "systemui" |
| 136 | description: "Use the new pipeline for Quick Settings. Should have no behavior changes." |
| 137 | bug: "241772429" |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 138 | } |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 139 | |
| 140 | flag { |
| 141 | name: "coroutine_tracing" |
| 142 | namespace: "systemui" |
| 143 | description: "Adds thread-local data to System UI's global coroutine scopes to " |
| 144 | "allow for tracing of coroutine continuations using System UI's tracinglib" |
| 145 | bug: "289353932" |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 146 | } |
| 147 | |
| 148 | flag { |
| 149 | name: "new_aod_transition" |
| 150 | namespace: "systemui" |
| 151 | description: "New LOCKSCREEN <=> AOD transition" |
| 152 | bug: "301915812" |
Andreas Miko | 980ef67 | 2023-11-14 14:49:31 +0100 | [diff] [blame] | 153 | } |
| 154 | |
| 155 | flag { |
| 156 | name: "light_reveal_migration" |
| 157 | namespace: "systemui" |
| 158 | description: "Move LightRevealScrim to recommended architecture" |
| 159 | bug: "281655028" |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 160 | } |
| 161 | |
| 162 | flag { |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 163 | name: "theme_overlay_controller_wakefulness_deprecation" |
| 164 | namespace: "systemui" |
| 165 | description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in " |
| 166 | "ThemOverlayController to mitigate flickering when locking the device" |
| 167 | bug: "308676488" |
| 168 | } |
| 169 | |
| 170 | flag { |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 171 | name: "media_in_scene_container" |
| 172 | namespace: "systemui" |
| 173 | description: "Enable media in the scene container framework" |
| 174 | bug: "296122467" |
| 175 | } |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 176 | |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 177 | flag { |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 178 | name: "rest_to_unlock" |
| 179 | namespace: "systemui" |
| 180 | description: "Require prolonged touch for fingerprint authentication" |
| 181 | bug: "303672286" |
| 182 | } |
| 183 | |
| 184 | flag { |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 185 | name: "record_issue_qs_tile" |
| 186 | namespace: "systemui" |
| 187 | description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile" |
| 188 | bug: "305049544" |
| 189 | } |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 190 | |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 191 | flag { |
Sherry Zhou | 860c9b9 | 2023-11-28 17:56:31 +0000 | [diff] [blame] | 192 | name: "migrate_clocks_to_blueprint" |
| 193 | namespace: "systemui" |
| 194 | description: "Move clock related views from KeyguardStatusView to KeyguardRootView, " |
| 195 | "and use modern architecture for lockscreen clocks" |
| 196 | bug: "301502635" |
| 197 | } |
| 198 | |
| 199 | flag { |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 200 | name: "fast_unlock_transition" |
| 201 | namespace: "systemui" |
| 202 | description: "Faster wallpaper unlock transition" |
| 203 | bug: "298186160" |
| 204 | } |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 205 | |
| 206 | flag { |
| 207 | name: "quick_settings_visual_haptics_longpress" |
| 208 | namespace: "systemui" |
| 209 | description: "Enable special visual and haptic effects for quick settings tiles with long-press actions" |
| 210 | bug: "229856884" |
| 211 | } |