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 { |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 41 | name: "notification_lifetime_extension_refactor" |
| 42 | namespace: "systemui" |
| 43 | description: "Enables moving notification lifetime extension management from SystemUI to " |
| 44 | "Notification Manager Service" |
| 45 | bug: "299448097" |
| 46 | } |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 47 | |
| 48 | flag { |
| 49 | name: "scene_container" |
| 50 | namespace: "systemui" |
| 51 | description: "Enables the scene container framework go/flexiglass." |
| 52 | bug: "283121968" |
| 53 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 54 | |
| 55 | flag { |
Brad Hinegardner | 5ded802 | 2023-11-03 16:57:51 +0000 | [diff] [blame] | 56 | name: "keyguard_bottom_area_refactor" |
| 57 | namespace: "systemui" |
| 58 | description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| 59 | "lock icon and others." |
| 60 | bug: "290652751" |
| 61 | } |
| 62 | |
| 63 | flag { |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 64 | name: "visual_interruptions_refactor" |
| 65 | namespace: "systemui" |
| 66 | description: "Enables the refactored version of the code to decide when notifications " |
| 67 | "HUN, bubble, pulse, or FSI." |
| 68 | bug: "261728888" |
| 69 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 70 | |
| 71 | flag { |
| 72 | name: "haptic_brightness_slider" |
| 73 | namespace: "systemui" |
| 74 | description: "Adds haptic feedback to the brightness slider." |
| 75 | bug: "296467915" |
| 76 | } |
Matt Pietal | 2cfc684 | 2023-11-03 16:41:09 +0000 | [diff] [blame] | 77 | |
| 78 | flag { |
| 79 | name: "keyguard_shade_migration_nssl" |
| 80 | namespace: "systemui" |
| 81 | description: "Moves NSSL into a shared element between the notification_panel and " |
| 82 | "keyguard_root_view." |
| 83 | bug: "278054201" |
| 84 | } |