From a0322b6623dd0ebacdee209fd0ca993e2a2d5660 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 30 Apr 2020 09:24:34 -0400 Subject: remove logs --- config.xml | 5 +---- package.json | 6 +----- www/js/NVR.js | 2 +- www/js/app.js | 4 ++-- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/config.xml b/config.xml index 72935e2c..0264ff0e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client @@ -186,9 +186,6 @@ - - - diff --git a/package.json b/package.json index b9f360ca..1696e5ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.4.003", + "version": "1.4.004", "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", diff --git a/www/js/NVR.js b/www/js/NVR.js index 482fcd7e..2ce30d9b 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.003"; + var zmAppVersion = "1.4.004"; var isBackground = false; var justResumed = false; diff --git a/www/js/app.js b/www/js/app.js index 45d8d02f..9f9898f7 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -2098,8 +2098,8 @@ angular.module('zmApp', [ if (arguments[0].timeout) options.timeout = arguments[0].timeout; // console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options)); - nvr.debug ("cordova: got url "+url); - nvr.debug ("cordova: url after encode "+encodeURI(url)); + // nvr.debug ("cordova: got url "+url); + //nvr.debug ("cordova: url after encode "+encodeURI(url)); //cordova.plugin.http.sendRequest(encodeURI(url), options, cordova.plugin.http.sendRequest(encodeURI(url), options, function (succ) { -- cgit v1.2.3