From ea186feb188ed5995178c5e390b6dc15be34529b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 28 Sep 2016 10:02:00 -0400 Subject: initial experiments Former-commit-id: 811ab2e0e405a95529493afd49a43581576fc169 --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 034a89c6..4543a3ea 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -28,7 +28,8 @@ angular.module('zmApp', [ 'com.2fdevs.videogular.plugins.overlayplay', 'ionic-native-transitions', 'mgo-angular-wizard', - 'pascalprecht.translate' + 'pascalprecht.translate', + 'ionic.ion.headerShrink' -- cgit v1.2.3 From 0d9a9353e756b7cdcabae85b4d4a4840910ed3df Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 28 Sep 2016 20:25:25 -0400 Subject: switched to "scroll-sista" for sqeezing headers Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca --- www/js/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 4543a3ea..b9472ac9 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -29,7 +29,8 @@ angular.module('zmApp', [ 'ionic-native-transitions', 'mgo-angular-wizard', 'pascalprecht.translate', - 'ionic.ion.headerShrink' + 'ionic.ion.headerShrink', + 'jett.ionic.scroll.sista' @@ -1266,7 +1267,10 @@ angular.module('zmApp', [ } if (window.StatusBar) { // org.apache.cordova.statusbar required + NVRDataModel.log("Updating statusbar"); StatusBar.styleDefault(); + //StatusBar.overlaysWebView(true); + //StatusBar.backgroundColorByHexString("#2980b9"); } -- cgit v1.2.3 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 --- www/js/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/js/app.js') 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"); } -- cgit v1.2.3 From 8e0730aabe1dd728f531f63114ae556023a6616f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 2 Oct 2016 17:53:37 -0400 Subject: #201 - initial framework - still buggy Former-commit-id: 06b81da17f62a04219cba920d3997c3040e76d94 --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 47c27e66..b543efaf 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1766,7 +1766,7 @@ angular.module('zmApp', [ }, url: "/montage-history", - templateUrl: "templates/montage-history.html", + templateUrl: "templates/montage-history2.html", controller: 'zmApp.MontageHistoryCtrl', params: { minimal: false, -- cgit v1.2.3