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

Commit cb876928 authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by DvTonder
Browse files

Framework: Quick Access Ribbon (Part 1 of 2)

This patchset removes power widgets and replaces it with
a smaller version of the quick settings panel.

Change-Id: I347736ae61590c279baed8403d1e82a4241576d5
parent 6986448f
Loading
Loading
Loading
Loading
+9 −43
Original line number Diff line number Diff line
@@ -2728,47 +2728,25 @@ public final class Settings {
        public static final String QS_COLLAPSE_PANEL = "qs_collapse_panel";

        /**
         * Use the Notification Power Widget? (Who wouldn't!)
         * Quick Settings Quick access ribbon
         *
         * @hide
         */
        public static final String EXPANDED_VIEW_WIDGET = "expanded_view_widget";
        public static final String QS_QUICK_ACCESS = "qs_quick_access";

        /**
         * Whether to hide the notification screen after clicking on a widget
         * button
         * Quick Settings Quick access ribbon - linked layout
         *
         * @hide
         */
        public static final String EXPANDED_HIDE_ONCHANGE = "expanded_hide_onchange";
        public static final String QS_QUICK_ACCESS_LINKED = "qs_quick_access_linked";

        /**
         * Hide scroll bar in power widget
         * Quick Settings Ribbon Tiles to Use
         *
         * @hide
         */
        public static final String EXPANDED_HIDE_SCROLLBAR = "expanded_hide_scrollbar";

        /**
         * Haptic feedback in power widget
         *
         * @hide
         */
        public static final String EXPANDED_HAPTIC_FEEDBACK = "expanded_haptic_feedback";

        /**
         * Widget Buttons to Use
         *
         * @hide
         */
        public static final String WIDGET_BUTTONS = "expanded_widget_buttons";

        /**
         * Widget Buttons to Use - Tablet
         *
         * @hide
         */
        public static final String WIDGET_BUTTONS_TABLET = "expanded_widget_buttons_tablet";
        public static final String QUICK_SETTINGS_RIBBON_TILES = "quick_settings__ribbon_tiles";

        /**
         * Navigation controls to Use
@@ -2778,35 +2756,23 @@ public final class Settings {
        public static final String NAV_BUTTONS = "nav_buttons";

        /**
        * Notification Power Widget - Custom Brightness Mode
        * @hide
        */
        public static final String EXPANDED_BRIGHTNESS_MODE = "expanded_brightness_mode";

        /**
        * Notification Power Widget - Custom Network Mode
        * Quick Settings - Custom Network Mode
        * @hide
        */
        public static final String EXPANDED_NETWORK_MODE = "expanded_network_mode";

        /**
        * Notification Power Widget - Custom Screen Timeout
        * Quick Settings - Custom Screen Timeout
        * @hide
        */
        public static final String EXPANDED_SCREENTIMEOUT_MODE = "expanded_screentimeout_mode";

        /**
        * Notification Power Widget - Custom Ring Mode
        * Quick Settings - Custom Ring Mode
        * @hide
        */
        public static final String EXPANDED_RING_MODE = "expanded_ring_mode";

        /**
        * Notification Power Widget - Custom Torch Mode
        * @hide
        */
        public static final String EXPANDED_FLASH_MODE = "expanded_flash_mode";

        /**
        * AutoHide CombinedBar on tablets.
        * @hide
−3.12 KiB
Loading image diff...
−3.25 KiB
Loading image diff...
−3.13 KiB
Loading image diff...
−1.67 KiB
Loading image diff...
Loading