summaryrefslogtreecommitdiff
path: root/aconfig/launcher_overview.aconfig
blob: d27a2143e114266aa6817b161c505f0a79e6b827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
package: "com.android.launcher3"
container: "system_ext"

flag {
    name: "enable_grid_only_overview"
    namespace: "launcher_overview"
    description: "Enable a grid-only overview without a focused task."
    bug: "360204325"
}

flag {
    name: "enable_overview_icon_menu"
    namespace: "launcher_overview"
    description: "Enable updated overview icon and menu within task."
    bug: "360205084"
}

flag {
    name: "enable_refactor_task_thumbnail"
    namespace: "launcher_overview"
    description: "Enables rewritten version of TaskThumbnailViews in Overview"
    bug: "331753115"
}

flag {
    name: "enable_hover_of_child_elements_in_taskview"
    namespace: "launcher_overview"
    description: "Enables child elements to receive hover events in TaskView and respond visually to those hover events."
    bug: "342594235"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_large_desktop_windowing_tile"
    namespace: "launcher_overview"
    description: "Makes the desktop tiles larger and moves them to the front of the list in Overview."
    bug: "357860832"
}

flag {
    name: "enable_overview_command_helper_timeout"
    namespace: "launcher_overview"
    description: "Enables OverviewCommandHelper new version with a timeout to prevent the queue to be unresponsive."
    bug: "351122926"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_desktop_windowing_carousel_detach"
    namespace: "launcher_overview"
    description: "Makes the desktop windowing task carousel detaches from fullscreen task carousel during quickswitch."
    bug: "353947917"
}

flag {
    name: "enable_desktop_exploded_view"
    namespace: "launcher_overview"
    description: "Enables the non-overlapping layout for desktop windows in Overview mode."
    bug: "378011776"
}

flag {
    name: "enable_use_top_visible_activity_for_exclude_from_recent_task"
    namespace: "launcher_overview"
    description: "Enables using the top visible activity for exclude from recent task instead of the activity indicies."
    bug: "342627272"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_expressive_dismiss_task_motion"
    namespace: "launcher_overview"
    description: "Enables expressive motion and animations for dismissing a task in Overview."
    bug: "381239462"
}

flag {
    name: "enable_separate_external_display_tasks"
    namespace: "launcher_overview"
    description: "Enables separating external display tasks in Overview."
    bug: "391311008"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_overview_on_connected_displays"
    namespace: "launcher_overview"
    description: "Enable overview on connected displays."
    bug: "363251602"
}

flag {
    name: "enable_overview_background_wallpaper_blur"
    namespace: "launcher_overview"
    description: "Enable wallpaper blur in overview."
    bug: "369975912"
}

flag {
    name: "enable_overview_desktop_tile_wallpaper_background"
    namespace: "launcher_overview"
    description: "Enable wallpaper background for desktop tasks in overview."
    bug: "363257721"
}

flag {
    name: "enable_show_enabled_shortcuts_in_accessibility_menu"
    namespace: "launcher_overview"
    description: "Enables showing the same shortcuts in the Task menu as well as the accessibility actions menu"
    bug: "383662632"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}