diff --git a/.gitignore b/.gitignore index 1ab4932..eefba83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /node_modules /www/node_modules nbproject/private +.directory \ No newline at end of file diff --git a/config.xml b/config.xml index 4830418..1608034 100644 --- a/config.xml +++ b/config.xml @@ -15,6 +15,9 @@ + + + @@ -26,6 +29,20 @@ + + + + + + + + + + + + + + diff --git a/package.json b/package.json index a90d645..1ea3046 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,13 @@ "cordova-plugin-geolocation": "^4.0.1", "cordova-plugin-headercolor": "^1.0.0", "cordova-plugin-inappbrowser": "^3.0.0", + "cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-transparent-status-bar": "git+https://github.com/manugando/cordova-plugin-transparent-status-bar.git", "cordova-plugin-whitelist": "^1.3.3", - "phonegap-plugin-barcodescanner": "^8.0.1", "mls": "^0.1.1", - "node-wifiscanner": "^0.2.1" + "node-wifiscanner": "^0.2.1", + "phonegap-plugin-barcodescanner": "^8.0.1" }, "cordova": { "plugins": { @@ -36,10 +37,11 @@ "cordova-plugin-app-version": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-transparent-status-bar": {}, - "cordova-plugin-geolocation": {} + "cordova-plugin-geolocation": {}, + "cordova-plugin-splashscreen": {} }, "platforms": [ "android" ] } -} +} \ No newline at end of file diff --git a/res/android/drawable-land-hdpi/screen.png b/res/android/drawable-land-hdpi/screen.png new file mode 100644 index 0000000..ed4262a Binary files /dev/null and b/res/android/drawable-land-hdpi/screen.png differ diff --git a/res/android/drawable-land-ldpi/screen.png b/res/android/drawable-land-ldpi/screen.png new file mode 100644 index 0000000..345dd70 Binary files /dev/null and b/res/android/drawable-land-ldpi/screen.png differ diff --git a/res/android/drawable-land-mdpi/screen.png b/res/android/drawable-land-mdpi/screen.png new file mode 100644 index 0000000..be5a986 Binary files /dev/null and b/res/android/drawable-land-mdpi/screen.png differ diff --git a/res/android/drawable-land-xhdpi/screen.png b/res/android/drawable-land-xhdpi/screen.png new file mode 100644 index 0000000..ed3dd0d Binary files /dev/null and b/res/android/drawable-land-xhdpi/screen.png differ diff --git a/res/android/drawable-land-xxhdpi/screen.png b/res/android/drawable-land-xxhdpi/screen.png new file mode 100644 index 0000000..3c0d9ad Binary files /dev/null and b/res/android/drawable-land-xxhdpi/screen.png differ diff --git a/res/android/drawable-land-xxxhdpi/screen.png b/res/android/drawable-land-xxxhdpi/screen.png new file mode 100644 index 0000000..6f52b7a Binary files /dev/null and b/res/android/drawable-land-xxxhdpi/screen.png differ diff --git a/res/android/drawable-port-hdpi/screen.png b/res/android/drawable-port-hdpi/screen.png new file mode 100644 index 0000000..f11f44a Binary files /dev/null and b/res/android/drawable-port-hdpi/screen.png differ diff --git a/res/android/drawable-port-ldpi/screen.png b/res/android/drawable-port-ldpi/screen.png new file mode 100644 index 0000000..1878d59 Binary files /dev/null and b/res/android/drawable-port-ldpi/screen.png differ diff --git a/res/android/drawable-port-mdpi/screen.png b/res/android/drawable-port-mdpi/screen.png new file mode 100644 index 0000000..f67a792 Binary files /dev/null and b/res/android/drawable-port-mdpi/screen.png differ diff --git a/res/android/drawable-port-xhdpi/screen.png b/res/android/drawable-port-xhdpi/screen.png new file mode 100644 index 0000000..b08c224 Binary files /dev/null and b/res/android/drawable-port-xhdpi/screen.png differ diff --git a/res/android/drawable-port-xxhdpi/screen.png b/res/android/drawable-port-xxhdpi/screen.png new file mode 100644 index 0000000..7d0a502 Binary files /dev/null and b/res/android/drawable-port-xxhdpi/screen.png differ diff --git a/res/android/drawable-port-xxxhdpi/screen.png b/res/android/drawable-port-xxxhdpi/screen.png new file mode 100644 index 0000000..79756f3 Binary files /dev/null and b/res/android/drawable-port-xxxhdpi/screen.png differ diff --git a/res/android/mipmap-ldpi/ic_launcher.png b/res/android/mipmap-ldpi/ic_launcher.png deleted file mode 100644 index c5fcaeb..0000000 Binary files a/res/android/mipmap-ldpi/ic_launcher.png and /dev/null differ diff --git a/splash.png b/splash.png new file mode 100644 index 0000000..c4faf37 Binary files /dev/null and b/splash.png differ