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

Commit af7c4f05 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch 'epic6-s-icon-redesign' into 'v1-s'

BlissLauncher3 related changes

See merge request !177
parents 7973c8be 44e0077a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ PRODUCT_PACKAGE_OVERLAYS += \

PRODUCT_PACKAGES += \
    NetworkStackOverlay \
    TrebuchetOverlay
    BlissLauncherOverlay

# Translations
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/crowdin/overlay
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ endif

# Customizations
PRODUCT_PACKAGES += \
    IconShapeCircleOverlay \
    IconShapePebbleOverlay \
    IconShapeRoundedRectOverlay \
    IconShapeSquareOverlay \
+3 −3
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
    <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>

    <!-- Set icon mask to circle -->
   <string name="config_icon_mask" translatable="false">"M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0"</string>
    <string name="config_icon_mask">M 78.9068 100.0425 H 21.0206 c -11.6647 0 -21.1077 -9.4484 -21.1077 -21.12 V 21.12 C 0.03 9.4484 9.473 0 21.1377 0 h 57.7688 c 11.6647 0 21.1077 9.4484 21.1077 21.12 v 57.8023 C 100.0146 90.5941 90.5719 100.0425 78.9068 100.0425 z</string>

    <!-- Whether action menu items should be displayed in ALLCAPS or not.
         Defaults to true. If this is not appropriate for specific locales
@@ -90,7 +90,7 @@
    <bool name="config_buttonTextAllCaps">false</bool>

    <!-- Flag indicating whether round icons should be parsed from the application manifest. -->
    <bool name="config_useRoundIcon">true</bool>
    <bool name="config_useRoundIcon">false</bool>

    <!-- Whether or not we should show the option to show battery percentage -->
    <bool name="config_battery_percentage_setting_available">false</bool>
+1 −0
Original line number Diff line number Diff line
@@ -34,5 +34,6 @@
        <item>com.android.messaging</item> <!-- AOSP messaging -->
        <item>com.google.android.setupwizard</item> <!-- Google SetupWizard -->
        <item>org.lineageos.setupwizard</item> <!-- LineageOS SetupWizard -->
        <item>foundation.e.blisslauncher</item> <!--­ Bliss Launcher -->
    </string-array>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -32,5 +32,6 @@
        <item>com.android.dialer</item> <!-- AOSP dialer -->
        <item>com.google.android.apps.messaging</item> <!-- Google messaging to enable text messaging -->
        <item>com.android.messaging</item> <!-- AOSP messaging -->
        <item>foundation.e.blisslauncher</item> <!-- Bliss Launcher -->
    </string-array>
</resources>
Loading