Skip to content

Commit

Permalink
feat: Add monochrome icon support for A13
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jan 5, 2023
1 parent a190027 commit e39aa97
Show file tree
Hide file tree
Showing 42 changed files with 162 additions and 200 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ android {
manifestPlaceholders["crashlyticsCollectionEnabled"] = "false"
}
getByName("release") {
manifestPlaceholders += mapOf()
manifestPlaceholders["crashlyticsCollectionEnabled"] = "true"
configure<CrashlyticsExtension> {
nativeSymbolUploadEnabled = true
Expand All @@ -54,6 +55,7 @@ android {
//proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro")
isMinifyEnabled = false
isShrinkResources = false
signingConfig = signingConfigs.getByName("debug")
}
create("preview") {
initWith(getByName("release"))
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
android:fullBackupContent="@xml/backup_rules"
android:hasFragileUserData="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="${label}"
android:supportsRtl="true"
android:theme="@style/Theme.RootlessJamesDSP"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 0 additions & 60 deletions icon.svg

This file was deleted.

134 changes: 134 additions & 0 deletions img/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions img/icon_no_shadow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/android/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/icons/ios/AppIcon-20@2x.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-20@2x~ipad.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-20@3x.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-20~ipad.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-29.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-29@2x.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-29@2x~ipad.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-29@3x.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-29~ipad.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-40@2x.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-40@2x~ipad.png
Binary file not shown.
Binary file removed img/icons/ios/AppIcon-40@3x.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon-40~ipad.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon-60@2x~car.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon-60@3x~car.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon-83.5@2x~ipad.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon@2x.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon@2x~ipad.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon@3x.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon~ios-marketing.png
Diff not rendered.
Binary file removed img/icons/ios/AppIcon~ipad.png
Diff not rendered.
Loading

0 comments on commit e39aa97

Please sign in to comment.