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

Commit 6495f182 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "chore(a11y): reorder flags in sysui accessibility.aconfig" into main

parents 2777af5c 5f898271
Loading
Loading
Loading
Loading
+26 −26
Original line number Diff line number Diff line
@@ -21,58 +21,58 @@ flag {
}

flag {
    name: "floating_menu_radii_animation"
    name: "floating_menu_hearing_device_status_icon"
    namespace: "accessibility"
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
    description: "Update hearing device icon in floating menu according to the connection status."
    bug: "357882387"
}

flag {
    name: "redesign_magnification_window_size"
    name: "floating_menu_radii_animation"
    namespace: "accessibility"
    description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
    bug: "288056772"
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
}

flag {
    name: "status_bar_region_sampling"
    name: "hearing_devices_dialog_related_tools"
    namespace: "accessibility"
    description: "Uses region sampling in the Status Bar to avoid contrast bugs in the status bar when expanded dark theme is enabled"
    bug: "379760792"
    description: "Shows the related tools for hearing devices dialog."
    bug: "341648471"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "update_window_magnifier_bottom_boundary_with_mouse"
    name: "privacy_dot_live_region"
    namespace: "accessibility"
    description:  "Update the window magnification behavior with bottom gesture insets with mouse."
    bug: "419389153"
    description: "Exposes the status bar privacy dot as a live region so it is announced when it appears."
    bug: "197201744"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hearing_devices_dialog_related_tools"
    name: "redesign_magnification_window_size"
    namespace: "accessibility"
    description: "Shows the related tools for hearing devices dialog."
    bug: "341648471"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
    description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
    bug: "288056772"
}

flag {
    name: "floating_menu_hearing_device_status_icon"
    name: "status_bar_region_sampling"
    namespace: "accessibility"
    description: "Update hearing device icon in floating menu according to the connection status."
    bug: "357882387"
    description: "Uses region sampling in the Status Bar to avoid contrast bugs in the status bar when expanded dark theme is enabled"
    bug: "379760792"
}

flag {
    name: "privacy_dot_live_region"
    name: "update_window_magnifier_bottom_boundary_with_mouse"
    namespace: "accessibility"
    description: "Exposes the status bar privacy dot as a live region so it is announced when it appears."
    bug: "197201744"
    description:  "Update the window magnification behavior with bottom gesture insets with mouse."
    bug: "419389153"
    metadata {
      purpose: PURPOSE_BUGFIX
    }