ソースを参照

Removed unwanted plugins and added new splash screen, icon

master
kj1352 4年前
コミット
15909eff8c
24個のファイルの変更934行の追加53行の削除
  1. +3
    -3
      config.xml
  2. +926
    -38
      package-lock.json
  3. +5
    -12
      package.json
  4. バイナリ
      resources/android/icon/drawable-hdpi-icon.png
  5. バイナリ
      resources/android/icon/drawable-ldpi-icon.png
  6. バイナリ
      resources/android/icon/drawable-mdpi-icon.png
  7. バイナリ
      resources/android/icon/drawable-xhdpi-icon.png
  8. バイナリ
      resources/android/icon/drawable-xxhdpi-icon.png
  9. バイナリ
      resources/android/icon/drawable-xxxhdpi-icon.png
  10. バイナリ
      resources/android/splash/drawable-land-hdpi-screen.png
  11. バイナリ
      resources/android/splash/drawable-land-ldpi-screen.png
  12. バイナリ
      resources/android/splash/drawable-land-mdpi-screen.png
  13. バイナリ
      resources/android/splash/drawable-land-xhdpi-screen.png
  14. バイナリ
      resources/android/splash/drawable-land-xxhdpi-screen.png
  15. バイナリ
      resources/android/splash/drawable-land-xxxhdpi-screen.png
  16. バイナリ
      resources/android/splash/drawable-port-hdpi-screen.png
  17. バイナリ
      resources/android/splash/drawable-port-ldpi-screen.png
  18. バイナリ
      resources/android/splash/drawable-port-mdpi-screen.png
  19. バイナリ
      resources/android/splash/drawable-port-xhdpi-screen.png
  20. バイナリ
      resources/android/splash/drawable-port-xxhdpi-screen.png
  21. バイナリ
      resources/android/splash/drawable-port-xxxhdpi-screen.png
  22. バイナリ
      resources/icon.png
  23. バイナリ
      resources/old-icon.png
  24. バイナリ
      resources/splash.png

+ 3
- 3
config.xml ファイルの表示

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.alpha.kxip" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name> KXIP </name>
<description> KXIP Mock App </description>
<widget id="com.alpha.kxip" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name> Punjab Kings </name>
<description> Punjab Kings App </description>
<author email="kj@webtrigon.com" href="https://webtrigon.com/"> Webtrigon Team</author>
<content src="index.html" />
<access origin="*" />


+ 926
- 38
package-lock.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 5
- 12
package.json ファイルの表示

@@ -59,11 +59,10 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"cordova-android": "^9.0.0",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-firebase-authentication": "^4.0.2",
"cordova-plugin-googleplus": "^8.5.1",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-splashscreen": "^5.0.2",
@@ -91,17 +90,11 @@
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-firebase-authentication": {
"ANDROID_FIREBASE_AUTH_VERSION": "20.0.+"
},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-googleplus": {
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.5602499136-1rrpcsbbpof9m0ueb5mm2bn2cr8615b3",
"WEB_APPLICATION_CLIENT_ID": "5602499136-aonjflj2acqva5gm4vvbuen4bc10sll1.apps.googleusercontent.com",
"PLAY_SERVICES_VERSION": "15.0.1"
}
"cordova-plugin-androidx-adapter": {}
},
"platforms": []
"platforms": [
"android"
]
}
}

バイナリ
resources/android/icon/drawable-hdpi-icon.png ファイルの表示

変更前 変更後
幅: 72  |  高さ: 72  |  サイズ: 2.5 KiB 幅: 72  |  高さ: 72  |  サイズ: 6.6 KiB

バイナリ
resources/android/icon/drawable-ldpi-icon.png ファイルの表示

変更前 変更後
幅: 36  |  高さ: 36  |  サイズ: 945 B 幅: 36  |  高さ: 36  |  サイズ: 2.3 KiB

バイナリ
resources/android/icon/drawable-mdpi-icon.png ファイルの表示

変更前 変更後
幅: 48  |  高さ: 48  |  サイズ: 1.4 KiB 幅: 48  |  高さ: 48  |  サイズ: 3.6 KiB

バイナリ
resources/android/icon/drawable-xhdpi-icon.png ファイルの表示

変更前 変更後
幅: 96  |  高さ: 96  |  サイズ: 4.0 KiB 幅: 96  |  高さ: 96  |  サイズ: 10 KiB

バイナリ
resources/android/icon/drawable-xxhdpi-icon.png ファイルの表示

変更前 変更後
幅: 144  |  高さ: 144  |  サイズ: 7.7 KiB 幅: 144  |  高さ: 144  |  サイズ: 19 KiB

バイナリ
resources/android/icon/drawable-xxxhdpi-icon.png ファイルの表示

変更前 変更後
幅: 192  |  高さ: 192  |  サイズ: 12 KiB 幅: 192  |  高さ: 192  |  サイズ: 28 KiB

バイナリ
resources/android/splash/drawable-land-hdpi-screen.png ファイルの表示

変更前 変更後
幅: 800  |  高さ: 480  |  サイズ: 28 KiB 幅: 800  |  高さ: 480  |  サイズ: 27 KiB

バイナリ
resources/android/splash/drawable-land-ldpi-screen.png ファイルの表示

変更前 変更後
幅: 320  |  高さ: 240  |  サイズ: 6.6 KiB 幅: 320  |  高さ: 240  |  サイズ: 6.7 KiB

バイナリ
resources/android/splash/drawable-land-mdpi-screen.png ファイルの表示

変更前 変更後
幅: 480  |  高さ: 320  |  サイズ: 13 KiB 幅: 480  |  高さ: 320  |  サイズ: 12 KiB

バイナリ
resources/android/splash/drawable-land-xhdpi-screen.png ファイルの表示

変更前 変更後
幅: 1280  |  高さ: 720  |  サイズ: 58 KiB 幅: 1280  |  高さ: 720  |  サイズ: 54 KiB

バイナリ
resources/android/splash/drawable-land-xxhdpi-screen.png ファイルの表示

変更前 変更後
幅: 1600  |  高さ: 960  |  サイズ: 82 KiB 幅: 1600  |  高さ: 960  |  サイズ: 75 KiB

バイナリ
resources/android/splash/drawable-land-xxxhdpi-screen.png ファイルの表示

変更前 変更後
幅: 1920  |  高さ: 1280  |  サイズ: 110 KiB 幅: 1920  |  高さ: 1280  |  サイズ: 98 KiB

バイナリ
resources/android/splash/drawable-port-hdpi-screen.png ファイルの表示

変更前 変更後
幅: 480  |  高さ: 800  |  サイズ: 28 KiB 幅: 480  |  高さ: 800  |  サイズ: 27 KiB

バイナリ
resources/android/splash/drawable-port-ldpi-screen.png ファイルの表示

変更前 変更後
幅: 240  |  高さ: 320  |  サイズ: 6.6 KiB 幅: 240  |  高さ: 320  |  サイズ: 6.7 KiB

バイナリ
resources/android/splash/drawable-port-mdpi-screen.png ファイルの表示

変更前 変更後
幅: 320  |  高さ: 480  |  サイズ: 13 KiB 幅: 320  |  高さ: 480  |  サイズ: 13 KiB

バイナリ
resources/android/splash/drawable-port-xhdpi-screen.png ファイルの表示

変更前 変更後
幅: 720  |  高さ: 1280  |  サイズ: 56 KiB 幅: 720  |  高さ: 1280  |  サイズ: 52 KiB

バイナリ
resources/android/splash/drawable-port-xxhdpi-screen.png ファイルの表示

変更前 変更後
幅: 960  |  高さ: 1600  |  サイズ: 78 KiB 幅: 960  |  高さ: 1600  |  サイズ: 72 KiB

バイナリ
resources/android/splash/drawable-port-xxxhdpi-screen.png ファイルの表示

変更前 変更後
幅: 1280  |  高さ: 1920  |  サイズ: 108 KiB 幅: 1280  |  高さ: 1920  |  サイズ: 97 KiB

バイナリ
resources/icon.png ファイルの表示

変更前 変更後
幅: 1024  |  高さ: 1024  |  サイズ: 144 KiB 幅: 512  |  高さ: 512  |  サイズ: 49 KiB

バイナリ
resources/old-icon.png ファイルの表示

変更前 変更後
幅: 1024  |  高さ: 1024  |  サイズ: 144 KiB

バイナリ
resources/splash.png ファイルの表示

変更前 変更後
幅: 2732  |  高さ: 2732  |  サイズ: 179 KiB 幅: 2732  |  高さ: 2732  |  サイズ: 100 KiB

読み込み中…
キャンセル
保存