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

Unverified Commit 139fa2ae authored by Marten Gajda's avatar Marten Gajda Committed by GitHub
Browse files

Add round and adaptive icons for Android 8, implements #593 and #592 (#705)

This adds adaptive icons for Android 8 and round icons for older Android versions which use them.
Also the bitmap icons are now moved from drawable to mipmap.
parent cef62e00
Loading
Loading
Loading
Loading
+10 −8
Original line number Original line Diff line number Diff line
@@ -16,7 +16,8 @@
    <uses-sdk tools:overrideLibrary="org.dmfs.android.bolts"/>
    <uses-sdk tools:overrideLibrary="org.dmfs.android.bolts"/>


    <application
    <application
            android:icon="@drawable/ic_launcher"
            android:icon="@mipmap/ic_launcher"
            android:roundIcon="@mipmap/ic_launcher_round"
            android:label="@string/app_name"
            android:label="@string/app_name"
            android:name=".TasksApplication"
            android:name=".TasksApplication"
            android:taskAffinity="org.dmfs.tasks.TaskListActivity"
            android:taskAffinity="org.dmfs.tasks.TaskListActivity"
@@ -204,7 +205,8 @@
        </receiver>
        </receiver>


        <!-- custom alarm receivers -->
        <!-- custom alarm receivers -->
        <receiver android:name="org.dmfs.tasks.notification.AlarmBroadcastReceiver"
        <receiver
                android:name="org.dmfs.tasks.notification.AlarmBroadcastReceiver"
                android:permission="">
                android:permission="">
            <intent-filter>
            <intent-filter>
                <action android:name="org.dmfs.android.tasks.TASK_DUE"/>
                <action android:name="org.dmfs.android.tasks.TASK_DUE"/>
−9.27 KiB
Loading image diff...
−4.85 KiB
Loading image diff...
−5.88 KiB
Loading image diff...
−11 KiB
Loading image diff...
Loading