Procházet zdrojové kódy

Removed unwanted plugins and added new splash screen, icon

master
kj1352 před 4 roky
rodič
revize
15909eff8c
24 změnil soubory, kde provedl 934 přidání a 53 odebrání
  1. +3
    -3
      config.xml
  2. +926
    -38
      package-lock.json
  3. +5
    -12
      package.json
  4. binární
      resources/android/icon/drawable-hdpi-icon.png
  5. binární
      resources/android/icon/drawable-ldpi-icon.png
  6. binární
      resources/android/icon/drawable-mdpi-icon.png
  7. binární
      resources/android/icon/drawable-xhdpi-icon.png
  8. binární
      resources/android/icon/drawable-xxhdpi-icon.png
  9. binární
      resources/android/icon/drawable-xxxhdpi-icon.png
  10. binární
      resources/android/splash/drawable-land-hdpi-screen.png
  11. binární
      resources/android/splash/drawable-land-ldpi-screen.png
  12. binární
      resources/android/splash/drawable-land-mdpi-screen.png
  13. binární
      resources/android/splash/drawable-land-xhdpi-screen.png
  14. binární
      resources/android/splash/drawable-land-xxhdpi-screen.png
  15. binární
      resources/android/splash/drawable-land-xxxhdpi-screen.png
  16. binární
      resources/android/splash/drawable-port-hdpi-screen.png
  17. binární
      resources/android/splash/drawable-port-ldpi-screen.png
  18. binární
      resources/android/splash/drawable-port-mdpi-screen.png
  19. binární
      resources/android/splash/drawable-port-xhdpi-screen.png
  20. binární
      resources/android/splash/drawable-port-xxhdpi-screen.png
  21. binární
      resources/android/splash/drawable-port-xxxhdpi-screen.png
  22. binární
      resources/icon.png
  23. binární
      resources/old-icon.png
  24. binární
      resources/splash.png

+ 3
- 3
config.xml Zobrazit soubor

@@ -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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 5
- 12
package.json Zobrazit soubor

@@ -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ární
resources/android/icon/drawable-hdpi-icon.png Zobrazit soubor

Před Za
Šířka: 72  |  Výška: 72  |  Velikost: 2.5 KiB Šířka: 72  |  Výška: 72  |  Velikost: 6.6 KiB

binární
resources/android/icon/drawable-ldpi-icon.png Zobrazit soubor

Před Za
Šířka: 36  |  Výška: 36  |  Velikost: 945 B Šířka: 36  |  Výška: 36  |  Velikost: 2.3 KiB

binární
resources/android/icon/drawable-mdpi-icon.png Zobrazit soubor

Před Za
Šířka: 48  |  Výška: 48  |  Velikost: 1.4 KiB Šířka: 48  |  Výška: 48  |  Velikost: 3.6 KiB

binární
resources/android/icon/drawable-xhdpi-icon.png Zobrazit soubor

Před Za
Šířka: 96  |  Výška: 96  |  Velikost: 4.0 KiB Šířka: 96  |  Výška: 96  |  Velikost: 10 KiB

binární
resources/android/icon/drawable-xxhdpi-icon.png Zobrazit soubor

Před Za
Šířka: 144  |  Výška: 144  |  Velikost: 7.7 KiB Šířka: 144  |  Výška: 144  |  Velikost: 19 KiB

binární
resources/android/icon/drawable-xxxhdpi-icon.png Zobrazit soubor

Před Za
Šířka: 192  |  Výška: 192  |  Velikost: 12 KiB Šířka: 192  |  Výška: 192  |  Velikost: 28 KiB

binární
resources/android/splash/drawable-land-hdpi-screen.png Zobrazit soubor

Před Za
Šířka: 800  |  Výška: 480  |  Velikost: 28 KiB Šířka: 800  |  Výška: 480  |  Velikost: 27 KiB

binární
resources/android/splash/drawable-land-ldpi-screen.png Zobrazit soubor

Před Za
Šířka: 320  |  Výška: 240  |  Velikost: 6.6 KiB Šířka: 320  |  Výška: 240  |  Velikost: 6.7 KiB

binární
resources/android/splash/drawable-land-mdpi-screen.png Zobrazit soubor

Před Za
Šířka: 480  |  Výška: 320  |  Velikost: 13 KiB Šířka: 480  |  Výška: 320  |  Velikost: 12 KiB

binární
resources/android/splash/drawable-land-xhdpi-screen.png Zobrazit soubor

Před Za
Šířka: 1280  |  Výška: 720  |  Velikost: 58 KiB Šířka: 1280  |  Výška: 720  |  Velikost: 54 KiB

binární
resources/android/splash/drawable-land-xxhdpi-screen.png Zobrazit soubor

Před Za
Šířka: 1600  |  Výška: 960  |  Velikost: 82 KiB Šířka: 1600  |  Výška: 960  |  Velikost: 75 KiB

binární
resources/android/splash/drawable-land-xxxhdpi-screen.png Zobrazit soubor

Před Za
Šířka: 1920  |  Výška: 1280  |  Velikost: 110 KiB Šířka: 1920  |  Výška: 1280  |  Velikost: 98 KiB

binární
resources/android/splash/drawable-port-hdpi-screen.png Zobrazit soubor

Před Za
Šířka: 480  |  Výška: 800  |  Velikost: 28 KiB Šířka: 480  |  Výška: 800  |  Velikost: 27 KiB

binární
resources/android/splash/drawable-port-ldpi-screen.png Zobrazit soubor

Před Za
Šířka: 240  |  Výška: 320  |  Velikost: 6.6 KiB Šířka: 240  |  Výška: 320  |  Velikost: 6.7 KiB

binární
resources/android/splash/drawable-port-mdpi-screen.png Zobrazit soubor

Před Za
Šířka: 320  |  Výška: 480  |  Velikost: 13 KiB Šířka: 320  |  Výška: 480  |  Velikost: 13 KiB

binární
resources/android/splash/drawable-port-xhdpi-screen.png Zobrazit soubor

Před Za
Šířka: 720  |  Výška: 1280  |  Velikost: 56 KiB Šířka: 720  |  Výška: 1280  |  Velikost: 52 KiB

binární
resources/android/splash/drawable-port-xxhdpi-screen.png Zobrazit soubor

Před Za
Šířka: 960  |  Výška: 1600  |  Velikost: 78 KiB Šířka: 960  |  Výška: 1600  |  Velikost: 72 KiB

binární
resources/android/splash/drawable-port-xxxhdpi-screen.png Zobrazit soubor

Před Za
Šířka: 1280  |  Výška: 1920  |  Velikost: 108 KiB Šířka: 1280  |  Výška: 1920  |  Velikost: 97 KiB

binární
resources/icon.png Zobrazit soubor

Před Za
Šířka: 1024  |  Výška: 1024  |  Velikost: 144 KiB Šířka: 512  |  Výška: 512  |  Velikost: 49 KiB

binární
resources/old-icon.png Zobrazit soubor

Před Za
Šířka: 1024  |  Výška: 1024  |  Velikost: 144 KiB

binární
resources/splash.png Zobrazit soubor

Před Za
Šířka: 2732  |  Výška: 2732  |  Velikost: 179 KiB Šířka: 2732  |  Výška: 2732  |  Velikost: 100 KiB

Načítá se…
Zrušit
Uložit