Skip to content

Commit

Permalink
fix(INJI-134):New mosip logo is updated in the inji app (mosip#801)
Browse files Browse the repository at this point in the history
* fix(INJI-134):New mosip logo is updated in the inji app

* fix(INJI-134):New mosip logo is updated in the inji ios
  • Loading branch information
srikanth716 authored and adityankannan-tw committed Sep 12, 2023
1 parent f269176 commit 8778143
Show file tree
Hide file tree
Showing 50 changed files with 12 additions and 4 deletions.
Binary file removed android/app/src/main/res/drawable/mosip_logo.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion android/app/src/main/res/drawable/splashscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@color/splashscreen_background"/>
</layer-list>

<!-- Splash screen image -->
<item>
<bitmap
android:src="@drawable/splash_image"
android:gravity="center" />
</item>
</layer-list>
2 changes: 1 addition & 1 deletion android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_mosip"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_mosip"/>
</adaptive-icon>
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_mosip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_mosip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_mosip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
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 modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher_mosip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
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 modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_mosip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
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 android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<color name="iconBackground">#FFFFFF</color>
<color name="colorPrimary">#023c69</color>
<color name="colorPrimaryDark">#ffffff</color>
<color name="ic_launcher_background">#ffffff</color>
</resources>
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
icon: './assets/icon.png',
splash: {
image: './assets/splash.png',
resizeMode: 'cover',
resizeMode: 'contain',
backgroundColor: '#ffffff',
},
updates: {
Expand Down
Binary file modified assets/splash.png
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 modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file modified ios/Inji/Images.xcassets/AppIcon.appiconset/[email protected]

0 comments on commit 8778143

Please sign in to comment.