summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-17 17:26:18 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-17 17:26:18 -0400
commit0bdb6d2e7bc36a39d3f1d11a8e11f1fa2c8f9b41 (patch)
tree8a77ed6de739c17b085320fca7727610c0e04cf7
parentfc032910b1f418db1eb4ad30907808c98be25f92 (diff)
nits
-rw-r--r--config.xml3
-rw-r--r--electron_js/main.js1
-rw-r--r--package.json8
-rw-r--r--www/js/NVR.js2
4 files changed, 4 insertions, 10 deletions
diff --git a/config.xml b/config.xml
index 852f3fc2..080e6502 100644
--- a/config.xml
+++ b/config.xml
@@ -186,9 +186,6 @@
<plugin name="cordova-plugin-app-version" spec="0.1.9" />
<plugin name="cordova-plugin-inappbrowser" spec="https://github.com/apache/cordova-plugin-inappbrowser.git" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.4-dev" />
- <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
- <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
- </plugin>
<plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
<engine name="android" spec="8.0.0" />
<engine name="ios" spec="5.1.1" />
diff --git a/electron_js/main.js b/electron_js/main.js
index 50d86d89..defa006d 100644
--- a/electron_js/main.js
+++ b/electron_js/main.js
@@ -33,6 +33,7 @@ if (argv.lang) {
// be closed automatically when the JavaScript object is garbage collected.
let win;
app.commandLine.appendSwitch ('ignore-certificate-errors', 'true');
+app.commandLine.appendArgument('no-sandbox');
const gotTheLock = app.requestSingleInstanceLock()
diff --git a/package.json b/package.json
index 04a1ba1d..e1dc2a80 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.4.006",
+ "version":"1.4.007",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -61,9 +61,6 @@
"cordova-plugin-inappbrowser": {},
"cordova-plugin-app-version": {},
"cordova-plugin-statusbar-pp-fork": {},
- "cordova-plugin-ionic-webview": {
- "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
- },
"cordova-plugin-media-pp-fork": {}
}
},
@@ -89,7 +86,6 @@
"cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ionic-keyboard": "2.2.0",
- "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git",
"cordova-plugin-media-pp-fork": "^1.0.2-dev",
"cordova-plugin-multi-window": "0.0.3",
"cordova-plugin-network-information": "^2.0.2",
@@ -228,4 +224,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 46669659..5af67a8c 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -21,7 +21,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.4.006";
+ var zmAppVersion = "1.4.007";
var isBackground = false;
var justResumed = false;