Ensure proper icon on older devices

Julien LepillerThu Jun 04 21:17:28+0200 2020

1b98ff1

Ensure proper icon on older devices

CHANGELOG.md

1010
  a new version.
1111
* Fix a crash on older devices that was caused by incorrect handling of dictionary
1212
  icons.
13+
* Fix a crash on notification on older devices, caused by the use of a vector
14+
  icon in the notification, which was not supported.
1315
1416
Changes In 0.2.2.1
1517
------------------

app/src/main/ic_launcher-playstore.png unknown status 1

Binary data

app/src/main/res/drawable/ic_launcher_foreground.xml unknown status 1

1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
    android:width="108dp"
3+
    android:height="108dp"
4+
    android:viewportWidth="108"
5+
    android:viewportHeight="108">
6+
    <group
7+
        android:rotation="-15"
8+
        android:translateX="12"
9+
        android:translateY="60"
10+
        android:scaleX="0.3"
11+
        android:scaleY="0.3">
12+
        <path
13+
            android:fillColor="#EEF2EE"
14+
            android:pathData="M 92.727991,-65.332249 H 210.47799 v 14.25 h -15 v 128.25 q 0,10.5 -3.75,15 -3.75,4.499999 -14.25,4.499999 -9,0 -17.25,-2.249999 l -3,-14.25 q 9,2.25 18,2.25 5.25,0 5.25,-9 v -124.5 H 92.727991 Z m 65.999999,43.5 v 66 h -42.75 v 10.5 h -14.25 v -76.5 z m -42.75,52.5 h 28.5 V -9.0822506 h -28.5 z m -39.749999,-106.5 15,4.5 q -6,17.25 -13.5,34.5 V 96.66775 h -15 V -8.3322506 q -9,14.2499999 -18.75,26.2500016 l -7.5,-15.0000016 q 27.75,-37.4999984 39.75,-78.7499984 z" />
15+
    </group>
16+
</vector>

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
    <background android:drawable="@drawable/ic_launcher_background" />
4-
    <foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
    <background android:drawable="@drawable/ic_launcher_background"/>
4+
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
55=
66=
\ No newline at end of file

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
    <background android:drawable="@drawable/ic_launcher_background" />
4-
    <foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
    <background android:drawable="@drawable/ic_launcher_background"/>
4+
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>
55=
66=
\ No newline at end of file

app/src/main/res/mipmap-hdpi/ic_launcher.png

Binary data

app/src/main/res/mipmap-hdpi/ic_launcher_round.png

Binary data

app/src/main/res/mipmap-mdpi/ic_launcher.png

Binary data

app/src/main/res/mipmap-mdpi/ic_launcher_round.png

Binary data

app/src/main/res/mipmap-xhdpi/ic_launcher.png

Binary data

app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

Binary data

app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Binary data

app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

Binary data

app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Binary data

app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

Binary data