From 254be998caa4c9efbd3fa3f7deb7461f263685b2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 1 Oct 2016 08:59:31 -0400 Subject: nits Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0 --- package.json | 16 ++++++++++++---- plugins/fetch.json | 28 +++++++++------------------- www/css/style.css | 3 ++- www/index.html | 4 ++-- www/js/app.js | 5 ++--- www/templates/devoptions.html | 2 +- www/templates/events-date-time-filter.html | 2 +- www/templates/eventserversettings.html | 2 +- www/templates/help.html | 2 +- www/templates/log.html | 2 +- www/templates/login.html | 2 +- www/templates/monitors.html | 2 +- www/templates/montage-history.html | 2 +- www/templates/montage.html | 2 +- www/templates/news.html | 2 +- www/templates/state.html | 2 +- www/templates/timeline.html | 2 +- www/templates/wizard.html | 2 +- 18 files changed, 40 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 448df406..08a00eea 100644 --- a/package.json +++ b/package.json @@ -67,11 +67,11 @@ "locator": "https://github.com/jcjee/email-composer", "id": "com.jcjee.plugins.emailcomposer" }, - "cordova-plugin-compat", { "locator": "https://github.com/pliablepixels/cordova-plugin-media", - "id": "cordova-plugin-media" + "id": "org.apache.cordova.media" }, + "cordova-plugin-compat", { "locator": "https://github.com/litehelpers/Cordova-sqlite-storage.git", "id": "cordova-sqlite-storage" @@ -80,11 +80,19 @@ "cordova-plugin-android-permissions", "cordova-plugin-network-information", "cordova-plugin-statusbar", + "cordova-plugin-settings-hook", + { + "locator": "https://github.com/phonegap/phonegap-mobile-accessibility.git", + "id": "phonegap-plugin-mobile-accessibility" + }, + { + "locator": "https://github.com/apache/cordova-plugin-device.git", + "id": "cordova-plugin-device" + }, { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" - }, - "cordova-plugin-settings-hook" + } ], "cordovaPlatforms": [ {}, diff --git a/plugins/fetch.json b/plugins/fetch.json index 27ba9870..98cdea11 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -134,30 +134,11 @@ "is_top_level": true, "variables": {} }, - "org.apache.cordova.media": { - "source": { - "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", - "subdir": ".", - "ref": "playback-only" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-compat": { "source": { "type": "registry", "id": "cordova-plugin-compat" }, - "is_top_level": false, - "variables": {} - }, - "cordova-plugin-media": { - "source": { - "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", - "subdir": "." - }, "is_top_level": true, "variables": {} }, @@ -236,5 +217,14 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-media": { + "source": { + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } } \ No newline at end of file diff --git a/www/css/style.css b/www/css/style.css index 33e6f972..f45aeab8 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -912,4 +912,5 @@ body { } .white-button-text { color: #fff !important; -} \ No newline at end of file +} + diff --git a/www/index.html b/www/index.html index aa0ac36a..13710772 100644 --- a/www/index.html +++ b/www/index.html @@ -144,7 +144,7 @@ - + @@ -188,7 +188,7 @@ - +

{{'kMenuOptions'|translate}}

diff --git a/www/js/app.js b/www/js/app.js index b9472ac9..47c27e66 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -29,7 +29,6 @@ angular.module('zmApp', [ 'ionic-native-transitions', 'mgo-angular-wizard', 'pascalprecht.translate', - 'ionic.ion.headerShrink', 'jett.ionic.scroll.sista' @@ -1269,8 +1268,8 @@ angular.module('zmApp', [ // org.apache.cordova.statusbar required NVRDataModel.log("Updating statusbar"); StatusBar.styleDefault(); - //StatusBar.overlaysWebView(true); - //StatusBar.backgroundColorByHexString("#2980b9"); + //StatusBar.overlaysWebView(false); + StatusBar.backgroundColorByHexString("#2980b9"); } diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 4e0b6f6b..b206a559 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -11,7 +11,7 @@ - +
{{'kDeveloperOptionsFor'|translate}} {{loginData.serverName}} diff --git a/www/templates/events-date-time-filter.html b/www/templates/events-date-time-filter.html index 15a6585a..af97ad60 100644 --- a/www/templates/events-date-time-filter.html +++ b/www/templates/events-date-time-filter.html @@ -2,7 +2,7 @@ - +