diff --git a/app/.gitignore b/app/.gitignore index 8973efa..2a65dcb 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,4 +1,5 @@ *.DS_Store platforms/* plugins/* -node_modules/* \ No newline at end of file +node_modules/* +build.json \ No newline at end of file diff --git a/app/config.xml b/app/config.xml index 3192589..f88c33b 100644 --- a/app/config.xml +++ b/app/config.xml @@ -1,6 +1,6 @@ - INTVAL + INTVAL3 Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras @@ -22,6 +22,10 @@ + + + + @@ -29,16 +33,18 @@ + + + - - - + - - - + + + + diff --git a/app/package-lock.json b/app/package-lock.json index 59fe73e..53503a4 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -546,10 +546,15 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-dialogs/-/cordova-plugin-dialogs-1.3.4.tgz", "integrity": "sha1-XMlm7nyZsvW1s934SQAmKLDacVc=" }, + "cordova-plugin-splashscreen": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-4.1.0.tgz", + "integrity": "sha1-gQKKt2Q+YVWT0n8q0CRFYR8ZRrY=" + }, "cordova-plugin-statusbar": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.3.0.tgz", - "integrity": "sha1-MU4dAJxlkQzf3gNL/KE71QLJ5eA=" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.4.0.tgz", + "integrity": "sha1-JOspc3ldEPbxrjIC90+Ix9mQzyA=" }, "cordova-plugin-whitelist": { "version": "1.3.3", diff --git a/app/package.json b/app/package.json index b896cc6..8d5aace 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "com.sixteenmillimeter.intval3", - "displayName": "INTVAL", - "version": "1.0.0", + "displayName": "INTVAL3", + "version": "1.0.1", "description": "Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras", "main": "index.js", "scripts": { @@ -16,7 +16,8 @@ "cordova-plugin-compat": "^1.2.0", "cordova-plugin-device": "^1.1.7", "cordova-plugin-dialogs": "^1.3.4", - "cordova-plugin-statusbar": "^2.3.0", + "cordova-plugin-splashscreen": "^4.1.0", + "cordova-plugin-statusbar": "^2.4.0", "cordova-plugin-whitelist": "^1.3.3" }, "cordova": { @@ -27,7 +28,8 @@ "cordova-plugin-statusbar": {}, "cordova-plugin-ble-central": { "BLUETOOTH_USAGE_DESCRIPTION": "INTVAL intervalometer controls" - } + }, + "cordova-plugin-splashscreen": {} }, "platforms": [ "android",