diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index fe28b85ee..58ee5577a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,6 +15,7 @@ android:allowBackup="true" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/AppTheme" android:networkSecurityConfig="@xml/network_security_config" > diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..4ae7d1237 --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..4ae7d1237 --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index 6f6050e62..299b5a920 100755 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png new file mode 100644 index 000000000..d674d6f90 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..da548680f Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..f59aad904 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index b8aa7049e..fbac021a2 100755 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png new file mode 100644 index 000000000..0aaf8edb9 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..99ea4ce57 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..9ecf39ad2 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 1bdb7c7a9..b72345388 100755 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png new file mode 100644 index 000000000..07fa1edb9 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..27aa0d983 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..3147ea9b0 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 32cdee275..08adcd2f5 100755 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png new file mode 100644 index 000000000..d54637f12 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..6a58fee88 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..f94e8730a Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index b13ff18a3..490d8b7b5 100755 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png new file mode 100644 index 000000000..fbc261db2 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..5961692b2 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..5b85d43a8 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/assets/base/release/icons/android/mipmap-anydpi-v26/ic_launcher.xml b/assets/base/release/icons/android/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..4ae7d1237 --- /dev/null +++ b/assets/base/release/icons/android/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/assets/base/release/icons/android/mipmap-anydpi-v26/ic_launcher_round.xml b/assets/base/release/icons/android/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..4ae7d1237 --- /dev/null +++ b/assets/base/release/icons/android/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_background.png b/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_background.png new file mode 100644 index 000000000..07334495e Binary files /dev/null and b/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_background.png differ diff --git a/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_foreground.png b/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..081917a7b Binary files /dev/null and b/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_round.png b/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..15cbe82b2 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-hdpi/ic_launcher_round.png differ diff --git a/assets/base/release/icons/android/mipmap-hdpi/ic_notification.png b/assets/base/release/icons/android/mipmap-hdpi/ic_notification.png new file mode 100644 index 000000000..426980871 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-hdpi/ic_notification.png differ diff --git a/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_background.png b/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_background.png new file mode 100644 index 000000000..ee1307de3 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_background.png differ diff --git a/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_foreground.png b/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..5433b63b5 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_round.png b/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..09466e67e Binary files /dev/null and b/assets/base/release/icons/android/mipmap-mdpi/ic_launcher_round.png differ diff --git a/assets/base/release/icons/android/mipmap-mdpi/ic_notification.png b/assets/base/release/icons/android/mipmap-mdpi/ic_notification.png new file mode 100644 index 000000000..fc9d55964 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-mdpi/ic_notification.png differ diff --git a/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_background.png b/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_background.png new file mode 100644 index 000000000..a8f4c1bd5 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_foreground.png b/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..646e0f33a Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_round.png b/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..524c3ec33 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/assets/base/release/icons/android/mipmap-xhdpi/ic_notification.png b/assets/base/release/icons/android/mipmap-xhdpi/ic_notification.png new file mode 100644 index 000000000..e3a0e0d56 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xhdpi/ic_notification.png differ diff --git a/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_background.png b/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_background.png new file mode 100644 index 000000000..29e02ef03 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png b/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..90c43be73 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_round.png b/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..fe383ba18 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/assets/base/release/icons/android/mipmap-xxhdpi/ic_notification.png b/assets/base/release/icons/android/mipmap-xxhdpi/ic_notification.png new file mode 100644 index 000000000..3457fc6cc Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxhdpi/ic_notification.png differ diff --git a/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_background.png b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_background.png new file mode 100644 index 000000000..394c4a6e7 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..64c60fd3b Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_round.png b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..9791ab0b9 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/assets/base/release/icons/android/mipmap-xxxhdpi/ic_notification.png b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_notification.png new file mode 100644 index 000000000..4644fa7e3 Binary files /dev/null and b/assets/base/release/icons/android/mipmap-xxxhdpi/ic_notification.png differ