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

Commit 9984d810 authored by Federico Baron's avatar Federico Baron
Browse files

Add flag for new download app UI color and contrast update.

There have been new developments in the design of download apps to have better colors with better contrast. We will guard this progress under this flag.

Bug: 267272201
Test: N/A
Change-Id: I905436f32daeb62bed26b483773283ce38f66923
parent dbc5e56e
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -334,6 +334,10 @@ public final class FeatureFlags {
            "ENABLE_DOWNLOAD_APP_UX_V2", true, "Updates the download app UX"
            "ENABLE_DOWNLOAD_APP_UX_V2", true, "Updates the download app UX"
                    + " to have better visuals");
                    + " to have better visuals");


    public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V3 = getDebugFlag(
            "ENABLE_DOWNLOAD_APP_UX_V3", false, "Updates the download app UX"
            + " to have better visuals, improve contrast, and color");

    public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(
    public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(
            "ENABLE_TASKBAR_REVISED_THRESHOLDS", true,
            "ENABLE_TASKBAR_REVISED_THRESHOLDS", true,
            "Uses revised thresholds for transient taskbar.");
            "Uses revised thresholds for transient taskbar.");