[READ-ONLY] Mirror of https://github.com/probablykasper/notifier. Android app for scheduling notifications
android app flutter notifications
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix adaptive icon

Kasper (Jun 3, 2022, 7:19 AM +0200) 5f0a681c 286d6bbc

+15 -14
android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

+3 -3
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
··· 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <background android:drawable="@color/ic_launcher_background"/> 4 - <foreground android:drawable="@mipmap/ic_launcher_foreground"/> 5 - </adaptive-icon> 3 + <background android:drawable="@color/ic_launcher_background"/> 4 + <foreground android:drawable="@drawable/ic_launcher_foreground"/> 5 + </adaptive-icon>
-5
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 3 - <background android:drawable="@color/ic_launcher_background"/> 4 - <foreground android:drawable="@mipmap/ic_launcher_foreground"/> 5 - </adaptive-icon>
+5
android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
··· 1 + <?xml version="1.0" encoding="utf-8"?> 2 + <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 3 + <background android:drawable="@color/ic_launcher_background"/> 4 + <foreground android:drawable="@drawable/ic_launcher_foreground"/> 5 + </adaptive-icon>
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-hdpi/launcher_icon.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-mdpi/launcher_icon.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xhdpi/launcher_icon.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png

This is a binary file and will not be displayed.

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

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png

This is a binary file and will not be displayed.

+4
android/app/src/main/res/values/colors.xml
··· 1 + <?xml version="1.0" encoding="utf-8"?> 2 + <resources> 3 + <color name="ic_launcher_background">#ffffff</color> 4 + </resources>
-4
android/app/src/main/res/values/ic_launcher_background.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <resources> 3 - <color name="ic_launcher_background">#0E1116</color> 4 - </resources>
assets/android-launcher-icon.png

This is a binary file and will not be displayed.

assets/app-icon.png

This is a binary file and will not be displayed.

assets/icons/app_icon.png

This is a binary file and will not be displayed.

+3 -2
pubspec.yaml
··· 59 59 60 60 flutter_icons: 61 61 android: 'launcher_icon' 62 - adaptive_icon_background: '#ffffff' 63 62 # ios: true 64 - image_path: 'assets/icons/app_icon.png' 63 + image_path: 'assets/app-icon.png' 64 + adaptive_icon_foreground: "assets/android-launcher-icon.png" 65 + adaptive_icon_background: "#ffffff" 65 66 66 67 # For information on the generic Dart part of this file, see the 67 68 # following page: https://dart.dev/tools/pub/pubspec