Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
Former-commit-id: 17d987a9e85ccb3fd8c9ae25201f0fd5e80d7e69
  • Loading branch information
pliablepixels committed Feb 9, 2016
1 parent 964665f commit c2bf516
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 29 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Change Log

## [1.0.6](https://github.com/pliablepixels/zmNinja/tree/1.0.6) (2016-02-05)
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.0.5...1.0.6)
## [1.0.7](https://github.com/pliablepixels/zmNinja/tree/1.0.7) (2016-02-09)
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.0.6...1.0.7)

**Implemented enhancements:**

- Refine montage history to accept from/to dates [\#160](https://github.com/pliablepixels/zmNinja/issues/160)

**Closed issues:**

- Build is failing [\#156](https://github.com/pliablepixels/zmNinja/issues/156)

## [v1.0.6](https://github.com/pliablepixels/zmNinja/tree/v1.0.6) (2016-02-05)
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.0.5...v1.0.6)

**Implemented enhancements:**

- Allow event server to work without SSL - requires zmeventserver upgrade [\#159](https://github.com/pliablepixels/zmNinja/issues/159)
- Introduce a montage timeline function (BETA) [\#154](https://github.com/pliablepixels/zmNinja/issues/154)
- Introduce a montage timeline function [\#154](https://github.com/pliablepixels/zmNinja/issues/154)
- Addition Next frame/prev frame buttons when viewing event - for fine grained snapshot control. [\#150](https://github.com/pliablepixels/zmNinja/issues/150)
- Add ability to save a snapshot of an event playback to disk [\#148](https://github.com/pliablepixels/zmNinja/issues/148)
- Notification icon and sound - add ability to play default sounds - requires event server upgrade [\#135](https://github.com/pliablepixels/zmNinja/issues/135)
- Notification icon and sound - add ability to play default sounds [\#135](https://github.com/pliablepixels/zmNinja/issues/135)

**Fixed bugs:**

Expand All @@ -24,7 +35,6 @@
- installing ios-deploy ends with an error [\#152](https://github.com/pliablepixels/zmNinja/issues/152)
- Progress bar is ignored in Event View when playback is paused. [\#149](https://github.com/pliablepixels/zmNinja/issues/149)
- Viewing events on slow connection basically doesn't work [\#145](https://github.com/pliablepixels/zmNinja/issues/145)
- zmNinja fails to log in over open internet [\#126](https://github.com/pliablepixels/zmNinja/issues/126)

## [v1.0.5](https://github.com/pliablepixels/zmNinja/tree/v1.0.5) (2016-01-23)
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.0.3...v1.0.5)
Expand Down Expand Up @@ -298,4 +308,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.pliablepixels.zmninja-pro" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.pliablepixels.zmninja-pro" version="1.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
Expand Down
8 changes: 4 additions & 4 deletions www/js/MontageHistoryCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc

//window.stop(); // force it here - connkey changes - FIXME: investigate why

ZMDataModel.zmLog ("Nullifying the streams...");
ZMDataModel.zmLog ("footerCollapse: Nullifying the streams...");

for (i=0; i< $scope.MontageMonitors.length; i++)
{
var element = document.getElementById("img-"+i);
if (element)
{
ZMDataModel.zmDebug("Nullifying " + element.src);
ZMDataModel.zmDebug("footerCollapse: Nullifying " + element.src);
element.src="";
}

Expand Down Expand Up @@ -1382,14 +1382,14 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
/*ZMDataModel.zmLog ("Forcing a window.stop() here");
window.stop();*/

ZMDataModel.zmLog ("Nullifying the streams...");
ZMDataModel.zmLog ("BeforeLeave: Nullifying the streams...");

for (i=0; i< $scope.MontageMonitors.length; i++)
{
var element = document.getElementById("img-"+i);
if (element)
{
ZMDataModel.zmDebug("Nullifying " + element.src);
ZMDataModel.zmDebug("BeforeLeave: Nullifying " + element.src);
element.src="";
}

Expand Down
33 changes: 15 additions & 18 deletions www/templates/montage-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@



<div class="timeline_text" ion-datetime-picker title="From" am-pm ng-model="datetimeValueFrom.value" ng-change="dateChanged()">
<div class="timeline_text" ion-datetime-picker title="From" am-pm ng-model="datetimeValueFrom.value" ng-change="dateChanged()">
<b>From: </b>{{datetimeValueFrom.value | date: "yyyy-MMM-dd hh:mma"}}
</div>

<div class="timeline_text" ion-datetime-picker am-pm ng-model="datetimeValueTo.value" ng-change="dateChanged()">
<b>To: </b>{{datetimeValueTo.value | date: "yyyy-MMM-dd hh:mma"}}
</div>

<div class="timeline_text">
@ {{sliderVal.rate}}x <div ng-if="$root.platformOS != 'ios'">(max of 6 monitors - chrome limit)</div>
<b>To: </b>{{datetimeValueTo.value | date: "yyyy-MMM-dd hh:mma"}} @ {{sliderVal.rate}}x
<div ng-if="$root.platformOS != 'ios'">(max of 6 monitors - chrome limit)</div>
</div>


Expand Down Expand Up @@ -158,8 +155,8 @@ <h1 class="title" ion-pull-up-trigger>Event History</h1>

<ion-toggle ng-model="sliderVal.hideNoEvents" ng-checked="{{sliderVal.hideNoEvents}}" toggle-class="toggle-dark"><span class="item-text-wrap">Hide monitors without events</span></ion-toggle>




<!--<div class="item item-divider" ion-datetime-picker ng-model="datetimeValueFrom.value">
Tap to change: {{datetimeValueFrom.value| date: "yyyy-MMM-dd hh:mma"}}
Expand All @@ -181,19 +178,19 @@ <h1 class="title" ion-pull-up-trigger>Event History</h1>
speed
</div>
</div>

<div class="item item-divider">Timeline</div>

<ion-item>
<div ion-datetime-picker title="From" am-pm ng-model="datetimeValueFrom.value" >
<b>From: </b>{{datetimeValueFrom.value | date: "MMM-dd-yyyy hh:mma"}}
</div>
<div ion-datetime-picker title="From" am-pm ng-model="datetimeValueFrom.value">
<b>From: </b>{{datetimeValueFrom.value | date: "MMM-dd-yyyy hh:mma"}}
</div>
</ion-item>

<ion-item>
<div ion-datetime-picker am-pm ng-model="datetimeValueTo.value" >
<b>To: </b>{{datetimeValueTo.value | date: "MMM-dd-yyyy hh:mma"}}
</div>
<div ion-datetime-picker am-pm ng-model="datetimeValueTo.value">
<b>To: </b>{{datetimeValueTo.value | date: "MMM-dd-yyyy hh:mma"}}
</div>
</ion-item>

</div>
Expand Down

0 comments on commit c2bf516

Please sign in to comment.