Anushree Ganjam | 8a6b74e | 2023-08-28 16:35:46 -0700 | [diff] [blame] | 1 | package: "com.android.launcher3" |
Anushree Ganjam | d1a28fe | 2023-08-23 21:40:57 -0700 | [diff] [blame] | 2 | |
| 3 | flag { |
| 4 | name: "enable_expanding_pause_work_button" |
| 5 | namespace: "launcher" |
| 6 | description: "Expand and collapse pause work button while scrolling." |
| 7 | bug: "270390779" |
| 8 | } |
Anushree Ganjam | 2a14b97 | 2023-08-30 13:31:10 -0700 | [diff] [blame] | 9 | |
| 10 | flag { |
| 11 | name: "enable_twoline_allapps" |
| 12 | namespace: "launcher" |
| 13 | description: "Enables two line label inside all apps." |
| 14 | bug: "270390937" |
| 15 | } |
Alex Chau | e1955fe | 2023-09-13 15:33:57 +0100 | [diff] [blame] | 16 | |
| 17 | flag { |
| 18 | name: "enable_grid_only_overview" |
| 19 | namespace: "launcher" |
| 20 | description: "Enable a grid-only overview without a focused task." |
Alex Chau | c40e64e | 2023-09-14 12:27:37 +0100 | [diff] [blame] | 21 | bug: "257950105" |
Alex Chau | e1955fe | 2023-09-13 15:33:57 +0100 | [diff] [blame] | 22 | } |
Pat Manning | c49d60b | 2023-09-13 16:40:27 +0100 | [diff] [blame] | 23 | |
| 24 | flag { |
| 25 | name: "enable_cursor_hover_states" |
| 26 | namespace: "launcher" |
| 27 | description: "Enables cursor hover states for certain elements." |
| 28 | bug: "243191650" |
| 29 | } |
Thales Lima | ca31b61 | 2023-09-14 14:25:26 +0100 | [diff] [blame] | 30 | |
| 31 | flag { |
| 32 | name: "enable_responsive_workspace" |
| 33 | namespace: "launcher" |
| 34 | description: "Enables new workspace grid calculations method." |
Alex Chau | 9f2bc12 | 2023-10-26 13:59:00 +0100 | [diff] [blame] | 35 | bug: "302189128" |
Thales Lima | ca31b61 | 2023-09-14 14:25:26 +0100 | [diff] [blame] | 36 | } |
Pat Manning | 1695cc7 | 2023-07-05 11:45:13 +0100 | [diff] [blame] | 37 | |
| 38 | flag { |
| 39 | name: "enable_overview_icon_menu" |
| 40 | namespace: "launcher" |
| 41 | description: "Enable updated overview icon and menu within task." |
| 42 | bug: "257950105" |
| 43 | } |
Tracy Zhou | 00f9e52 | 2023-10-24 18:39:36 -0700 | [diff] [blame] | 44 | |
| 45 | flag { |
helencheuk | b4626f4 | 2023-12-11 11:33:30 +0000 | [diff] [blame] | 46 | name: "enable_focus_outline" |
| 47 | namespace: "launcher" |
| 48 | description: "Enables focus states outline for launcher." |
| 49 | bug: "310953377" |
| 50 | } |
| 51 | |
| 52 | flag { |
Tracy Zhou | 00f9e52 | 2023-10-24 18:39:36 -0700 | [diff] [blame] | 53 | name: "enable_taskbar_no_recreate" |
| 54 | namespace: "launcher" |
| 55 | description: "Enables taskbar with no recreation from lifecycle changes of TaskbarActivityContext." |
| 56 | bug: "299193589" |
| 57 | } |
Jon Miranda | 60ae29e | 2023-10-27 09:37:22 -0700 | [diff] [blame] | 58 | |
| 59 | flag { |
| 60 | name: "enable_home_transition_listener" |
| 61 | namespace: "launcher" |
| 62 | description: "Enables launcher to listen to all transitions that include home activity" |
| 63 | bug: "306053414" |
| 64 | } |
Jagrut Desai | 90dd098 | 2023-11-09 09:57:38 -0800 | [diff] [blame] | 65 | |
| 66 | flag { |
| 67 | name: "enable_taskbar_pinning" |
| 68 | namespace: "launcher" |
| 69 | description: "Enables taskbar pinning to allow user to switch between transient and persistent taskbar flavors." |
Jagrut Desai | 5bcad41 | 2023-12-20 11:09:50 -0800 | [diff] [blame] | 70 | bug: "296231746" |
Jagrut Desai | 90dd098 | 2023-11-09 09:57:38 -0800 | [diff] [blame] | 71 | } |
Tracy Zhou | 859edd0 | 2023-11-08 22:44:44 -0800 | [diff] [blame] | 72 | |
| 73 | flag { |
fbaron | 9efed13 | 2023-11-29 09:47:29 -0800 | [diff] [blame] | 74 | name: "enable_unfolded_two_pane_picker" |
| 75 | namespace: "launcher" |
| 76 | description: "Enables two pane widget picker for unfolded foldables" |
| 77 | bug: "313922374" |
| 78 | } |
fbaron | 5176d7b | 2023-12-05 17:40:58 -0800 | [diff] [blame] | 79 | |
| 80 | flag { |
| 81 | name: "enable_tablet_two_pane_picker_v2" |
| 82 | namespace: "launcher" |
| 83 | description: "Enables full width two pane widget picker for tablets in landscape and portrait" |
| 84 | bug: "315055849" |
| 85 | } |
Rohit Goyal | 2e6010c | 2024-01-03 23:41:06 +0530 | [diff] [blame] | 86 | |
| 87 | flag { |
| 88 | name: "enable_support_for_archiving" |
| 89 | namespace: "launcher" |
| 90 | description: "Enables support for archived apps in Launcher3, such as empty progress bar etc." |
| 91 | bug: "210590852" |
| 92 | } |
Anna Zhuravleva | 29a3139 | 2023-12-20 16:34:27 +0000 | [diff] [blame] | 93 | |
| 94 | flag { |
| 95 | name: "enable_private_space_install_shortcut" |
| 96 | namespace: "launcher" |
| 97 | description: "Enables long-press shortcut to install a copy of an app to Private space" |
| 98 | bug: "316118005" |
| 99 | } |
Charlie Anderson | da3138c | 2024-01-11 12:20:23 -0500 | [diff] [blame^] | 100 | |
| 101 | flag { |
| 102 | name: "enable_launcher_br_metrics_fixed" |
| 103 | namespace: "launcher" |
| 104 | description: "Enables logging of Launcher restore metrics to the Backup & Restore team" |
| 105 | bug: "307527314" |
| 106 | is_fixed_read_only: true |
| 107 | } |