From 2a1b9c18c81c0e61f026fb515fcaebcd80d4c013 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 30 Jun 2019 20:40:05 -0400 Subject: 1.3.066 --- config.xml | 6 ++++-- package.json | 8 +++++--- www/js/MontageCtrl.js | 29 +++++++++++++++-------------- www/js/NVR.js | 2 +- 4 files changed, 25 insertions(+), 20 deletions(-) diff --git a/config.xml b/config.xml index f1ce5cc0..c097a236 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client @@ -173,7 +173,9 @@ - + + + diff --git a/package.json b/package.json index 9ea73e13..434a9767 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.3.065", + "version": "1.3.066", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -57,7 +57,9 @@ "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums " }, "cordova-plugin-media-pp-fork": {}, - "cordova-plugin-certificates-pp-fork": {} + "cordova-plugin-ionic-webview": { + "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" + } } }, "dependencies": { @@ -72,7 +74,6 @@ "cordova-plugin-android-fingerprint-auth": "^1.5.0", "cordova-plugin-android-permissions": "^1.0.0", "cordova-plugin-app-version": "^0.1.9", - "cordova-plugin-certificates-pp-fork": "^0.9.1", "cordova-plugin-cloud-settings": "^1.0.4", "cordova-plugin-customurlscheme": "^4.4.0", "cordova-plugin-device": "^2.0.2", @@ -83,6 +84,7 @@ "cordova-plugin-inappbrowser": "^1.7.2", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.1.3", + "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.1", diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 9353dbe1..c2bc8d3b 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -441,22 +441,23 @@ angular.module('zmApp.controllers') } NVR.debug("All images loaded, doing image layout"); - - } - $timeout(function () { - //NVR.log("Force calling resize"); - ///pckry.reloadItems(); - ///positions is defined only if layouttype was false - //(">>> Positions is " + JSON.stringify(positions)); - if (!layouttype && positions) pckry.initShiftLayout(positions, "data-item-id"); - // now do a jiggle $timeout(function () { - NVR.debug("inside drag items:doing the jiggle and dance..."); - pckry.shiftLayout(); - //$scope.squeezeMonitors(); - }, 500); + //NVR.log("Force calling resize"); + ///pckry.reloadItems(); + ///positions is defined only if layouttype was false + //(">>> Positions is " + JSON.stringify(positions)); + if (!layouttype && positions) pckry.initShiftLayout(positions, "data-item-id"); + // now do a jiggle + $timeout(function () { + NVR.debug("inside drag items:doing the jiggle and dance..."); + pckry.shiftLayout(); + //$scope.squeezeMonitors(); + }, 500); + + }, 100); - }, 100); + } + //pckry.onresize(); diff --git a/www/js/NVR.js b/www/js/NVR.js index 7ff298dc..6f9fad88 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -20,7 +20,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.065"; + var zmAppVersion = "1.3.066"; var isBackground = false; var justResumed = false; var timeSinceResumed = -1; -- cgit v1.2.3