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

Commit e4427a05 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

3270-P-UI_revamp

parent efd8634a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    guava \
    jsr305 \
    settings-logtags \
    org.lineageos.platform.internal
    org.lineageos.platform.internal \
    org.lineageos.platform.sdk

LOCAL_PROGUARD_FLAG_FILES := proguard.flags

+9 −9
Original line number Diff line number Diff line
@@ -1694,7 +1694,7 @@
            android:enabled="false"
            android:exported="true"
            android:taskAffinity="com.android.wizard"
            android:theme="@style/SuwThemeGlif.Light"
            android:theme="@style/Theme.Settings"
            android:label="@string/lock_screen_notifications_interstitial_title"
            android:icon="@drawable/ic_suggested_notifications">
            <intent-filter>
@@ -2081,7 +2081,7 @@

        <activity android:name=".development.AppPicker"
                  android:label="@string/select_application"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
                  android:theme="@style/Theme.Dialog" />

        <activity android:name="Settings$WebViewAppPickerActivity"
                  android:label="@string/select_webview_provider_dialog_title" />
@@ -2171,7 +2171,7 @@
                  android:label="@string/bluetooth_connection_permission_request"
                  android:excludeFromRecents="true"
                  android:permission="android.permission.BLUETOOTH_ADMIN"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
                  android:theme="@style/Theme.AlertDialog">
            <intent-filter android:priority="1">
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
@@ -2244,7 +2244,7 @@

        <!-- TODO: Is this needed? -->
        <activity android:name="BandMode"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
                  android:theme="@style/Theme.AlertDialog"
                  android:process="com.android.phone">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -2593,7 +2593,7 @@
        <activity android:name=".nfc.PaymentDefaultDialog"
                  android:label="@string/nfc_payment_set_default_label"
                  android:excludeFromRecents="true"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
                  android:theme="@style/Theme.AlertDialog">
            <intent-filter android:priority="1">
                <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
                <category android:name="android.intent.category.DEFAULT" />
@@ -2611,7 +2611,7 @@
        <activity android:name=".SmsDefaultDialog"
                  android:label="@string/sms_application_title"
                  android:excludeFromRecents="true"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
                  android:theme="@style/Theme.AlertDialog">
            <intent-filter android:priority="1">
                <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" />
                <category android:name="android.intent.category.DEFAULT" />
@@ -2851,7 +2851,7 @@

        <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
        <activity android:name=".notification.NotificationAccessConfirmationActivity"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
                  android:theme="@style/Theme.AlertDialog" />

        <receiver android:name=".widget.SettingsAppWidgetProvider"
                android:label="@string/gadget_title"
@@ -2930,7 +2930,7 @@

        <activity
            android:name=".wifi.RequestToggleWiFiActivity"
            android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
            android:theme="@style/Theme.AlertDialog"
            android:excludeFromRecents="true"
            android:permission="android.permission.CHANGE_WIFI_STATE">
            <intent-filter>
@@ -3240,7 +3240,7 @@
        <activity android:name=".support.SupportDashboardActivity"
                  android:label="@string/page_tab_title_support"
                  android:icon="@drawable/ic_homepage_support"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
                  android:theme="@style/Custom.Panel"
                  android:enabled="@bool/config_support_enabled">
            <intent-filter android:priority="-3">
                <action android:name="com.android.settings.action.SETTINGS"/>
+2 −3
Original line number Diff line number Diff line
@@ -18,9 +18,8 @@
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FF000000"
        android:fillColor="@color/default_icon_color"
        android:pathData="M7.41,7.84L12,12.42l4.59,-4.58L18,9.25l-6,6 -6,-6z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
            <size android:height="10dp" />
            <solid android:color="@*android:color/white_disabled_material" />
        </shape>
    </item>r
    </item>
    <item android:id="@android:id/secondaryProgress">
        <scale android:scaleWidth="100%">
            <shape android:shape="rectangle"
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    android:shape="oval">

   <solid
       android:color="#FF0000"/>
       android:color="@color/color_default_red1"/>

   <size
       android:width="42dp"
Loading