diff --git a/config.xml b/config.xml index 82aba30..21683d0 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - - + + Station A kiosk app for easy, fast access to core Business Apps features. @@ -7,20 +7,23 @@ Netsyms Technologies - - - - - - - - - + + + + + + + + + - + - - + + + + + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..b3097b6 Binary files /dev/null and b/icon.png differ diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index 505884d..35aaec3 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -12,20 +12,5 @@ # For more information about plugins see http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html # -cordova-plugin-device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git -cordova-plugin-network-information=https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git -cordova-plugin-battery-status=https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git -cordova-plugin-device-motion=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git -cordova-plugin-device-orientation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git -cordova-plugin-geolocation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git -cordova-plugin-camera=https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git -cordova-plugin-media-capture=https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git -cordova-plugin-media=https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git -cordova-plugin-file=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git -cordova-plugin-file-transfer=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git -cordova-plugin-dialogs=https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git -cordova-plugin-vibration=https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git -cordova-plugin-contacts=https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git -cordova-plugin-globalization=https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git -cordova-plugin-splashscreen=https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git -cordova-plugin-console=https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git +cordova-plugin-fullscreen=https://github.com/mesmotronic/cordova-plugin-fullscreen.git +cordova-plugin-whitelist=https://github.com/apache/cordova-plugin-whitelist.git \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties index 534dca3..04666de 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,8 +1,7 @@ auxiliary.org-netbeans-modules-cordova.cordova_5f_build_5f_script_5f_version=52 -auxiliary.org-netbeans-modules-cordova.phonegap=true +auxiliary.org-netbeans-modules-cordova.phonegap=false file.reference.StationMobile-test=test file.reference.StationMobile-www=www files.encoding=UTF-8 project.licensePath=./nbproject/mplheader.txt site.root.folder=${file.reference.StationMobile-www} -test.folder=${file.reference.StationMobile-test} \ No newline at end of file diff --git a/package.json b/package.json index 7d551e1..22ed374 100644 --- a/package.json +++ b/package.json @@ -5,4 +5,19 @@ "displayName": "Station", "version": "1.0.0", "description": "A kiosk app for easy, fast access to core Business Apps features.", + "dependencies": { + "cordova-android": "^6.2.3", + "cordova-plugin-console": "git+https://github.com/apache/cordova-plugin-console.git", + "cordova-plugin-fullscreen": "^1.2.0", + "cordova-plugin-whitelist": "^1.3.3" + }, + "cordova": { + "plugins": { + "cordova-plugin-whitelist": {}, + "cordova-plugin-fullscreen": {} + }, + "platforms": [ + "android" + ] + } } \ No newline at end of file diff --git a/www b/www new file mode 120000 index 0000000..4ee8d98 --- /dev/null +++ b/www @@ -0,0 +1 @@ +../Station/www \ No newline at end of file