Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4db30dbc authored by Jordan Silva's avatar Jordan Silva
Browse files

Move Overview-specific flags to a separate aconfig file

This is to keep the main launcher aconfig file more organized and easier to read and aligned with gantry namespace.

Bug: 349534860
Change-Id: Ib21fbac38ed0564fa481fce3a2da9a9b8c1a7139
Flag: EXEMPT - moving flags to another file
Test: EXEMPT - moving flags to another file
parent 4179538f
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -22,13 +22,6 @@ flag {
    bug: "316027081"
}

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

flag {
    name: "enable_cursor_hover_states"
    namespace: "launcher"
@@ -43,13 +36,6 @@ flag {
    bug: "302189128"
}

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

flag {
    name: "enable_focus_outline"
    namespace: "launcher"
@@ -237,13 +223,6 @@ flag {
    bug: "323886237"
}

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

flag {
  name: "enable_handle_delayed_gesture_callbacks"
  namespace: "launcher"
+23 −0
Original line number Diff line number Diff line
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: "257950105"
}

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

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