소스 검색

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. BIN
      resources/android/icon/drawable-hdpi-icon.png
  5. BIN
      resources/android/icon/drawable-ldpi-icon.png
  6. BIN
      resources/android/icon/drawable-mdpi-icon.png
  7. BIN
      resources/android/icon/drawable-xhdpi-icon.png
  8. BIN
      resources/android/icon/drawable-xxhdpi-icon.png
  9. BIN
      resources/android/icon/drawable-xxxhdpi-icon.png
  10. BIN
      resources/android/splash/drawable-land-hdpi-screen.png
  11. BIN
      resources/android/splash/drawable-land-ldpi-screen.png
  12. BIN
      resources/android/splash/drawable-land-mdpi-screen.png
  13. BIN
      resources/android/splash/drawable-land-xhdpi-screen.png
  14. BIN
      resources/android/splash/drawable-land-xxhdpi-screen.png
  15. BIN
      resources/android/splash/drawable-land-xxxhdpi-screen.png
  16. BIN
      resources/android/splash/drawable-port-hdpi-screen.png
  17. BIN
      resources/android/splash/drawable-port-ldpi-screen.png
  18. BIN
      resources/android/splash/drawable-port-mdpi-screen.png
  19. BIN
      resources/android/splash/drawable-port-xhdpi-screen.png
  20. BIN
      resources/android/splash/drawable-port-xxhdpi-screen.png
  21. BIN
      resources/android/splash/drawable-port-xxxhdpi-screen.png
  22. BIN
      resources/icon.png
  23. BIN
      resources/old-icon.png
  24. BIN
      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"
]
}
}

BIN
resources/android/icon/drawable-hdpi-icon.png 파일 보기

Before After
Width: 72  |  Height: 72  |  Size: 2.5 KiB Width: 72  |  Height: 72  |  Size: 6.6 KiB

BIN
resources/android/icon/drawable-ldpi-icon.png 파일 보기

Before After
Width: 36  |  Height: 36  |  Size: 945 B Width: 36  |  Height: 36  |  Size: 2.3 KiB

BIN
resources/android/icon/drawable-mdpi-icon.png 파일 보기

Before After
Width: 48  |  Height: 48  |  Size: 1.4 KiB Width: 48  |  Height: 48  |  Size: 3.6 KiB

BIN
resources/android/icon/drawable-xhdpi-icon.png 파일 보기

Before After
Width: 96  |  Height: 96  |  Size: 4.0 KiB Width: 96  |  Height: 96  |  Size: 10 KiB

BIN
resources/android/icon/drawable-xxhdpi-icon.png 파일 보기

Before After
Width: 144  |  Height: 144  |  Size: 7.7 KiB Width: 144  |  Height: 144  |  Size: 19 KiB

BIN
resources/android/icon/drawable-xxxhdpi-icon.png 파일 보기

Before After
Width: 192  |  Height: 192  |  Size: 12 KiB Width: 192  |  Height: 192  |  Size: 28 KiB

BIN
resources/android/splash/drawable-land-hdpi-screen.png 파일 보기

Before After
Width: 800  |  Height: 480  |  Size: 28 KiB Width: 800  |  Height: 480  |  Size: 27 KiB

BIN
resources/android/splash/drawable-land-ldpi-screen.png 파일 보기

Before After
Width: 320  |  Height: 240  |  Size: 6.6 KiB Width: 320  |  Height: 240  |  Size: 6.7 KiB

BIN
resources/android/splash/drawable-land-mdpi-screen.png 파일 보기

Before After
Width: 480  |  Height: 320  |  Size: 13 KiB Width: 480  |  Height: 320  |  Size: 12 KiB

BIN
resources/android/splash/drawable-land-xhdpi-screen.png 파일 보기

Before After
Width: 1280  |  Height: 720  |  Size: 58 KiB Width: 1280  |  Height: 720  |  Size: 54 KiB

BIN
resources/android/splash/drawable-land-xxhdpi-screen.png 파일 보기

Before After
Width: 1600  |  Height: 960  |  Size: 82 KiB Width: 1600  |  Height: 960  |  Size: 75 KiB

BIN
resources/android/splash/drawable-land-xxxhdpi-screen.png 파일 보기

Before After
Width: 1920  |  Height: 1280  |  Size: 110 KiB Width: 1920  |  Height: 1280  |  Size: 98 KiB

BIN
resources/android/splash/drawable-port-hdpi-screen.png 파일 보기

Before After
Width: 480  |  Height: 800  |  Size: 28 KiB Width: 480  |  Height: 800  |  Size: 27 KiB

BIN
resources/android/splash/drawable-port-ldpi-screen.png 파일 보기

Before After
Width: 240  |  Height: 320  |  Size: 6.6 KiB Width: 240  |  Height: 320  |  Size: 6.7 KiB

BIN
resources/android/splash/drawable-port-mdpi-screen.png 파일 보기

Before After
Width: 320  |  Height: 480  |  Size: 13 KiB Width: 320  |  Height: 480  |  Size: 13 KiB

BIN
resources/android/splash/drawable-port-xhdpi-screen.png 파일 보기

Before After
Width: 720  |  Height: 1280  |  Size: 56 KiB Width: 720  |  Height: 1280  |  Size: 52 KiB

BIN
resources/android/splash/drawable-port-xxhdpi-screen.png 파일 보기

Before After
Width: 960  |  Height: 1600  |  Size: 78 KiB Width: 960  |  Height: 1600  |  Size: 72 KiB

BIN
resources/android/splash/drawable-port-xxxhdpi-screen.png 파일 보기

Before After
Width: 1280  |  Height: 1920  |  Size: 108 KiB Width: 1280  |  Height: 1920  |  Size: 97 KiB

BIN
resources/icon.png 파일 보기

Before After
Width: 1024  |  Height: 1024  |  Size: 144 KiB Width: 512  |  Height: 512  |  Size: 49 KiB

BIN
resources/old-icon.png 파일 보기

Before After
Width: 1024  |  Height: 1024  |  Size: 144 KiB

BIN
resources/splash.png 파일 보기

Before After
Width: 2732  |  Height: 2732  |  Size: 179 KiB Width: 2732  |  Height: 2732  |  Size: 100 KiB

불러오는 중...
취소
저장