summaryrefslogtreecommitdiff
path: root/www/js
AgeCommit message (Collapse)Author
2015-06-26Added option to keep screen on when viewing footage, also cleaned up ↵PliablePixels
invocation of cordova plugins when in desktop - it now checks so spurious errors don't show in logs
2015-06-24Cleaned up code, commented, preparing for HTTPS via CordovaHTTPPliablePixels
2015-06-21remove simulation code completely to keep things easy to understand.PliablePixels
2015-06-21Monitor view now calls zmdc APIs and checks if monitor is running/not ↵PliablePixels
running/pending
2015-06-18Moved Modal Control to its own filePliablePixels
2015-06-18fixed scrolling bug in montage - the problem was $scope.direction seems to ↵PliablePixels
be some private variable
2015-06-17fixed scrolling bug introduced by initing monitor array in controller global ↵PliablePixels
scope
2015-06-17Ability to change individual montage sizes, full screen modePliablePixels
2015-06-17Updated to latest version of ionic, cordova, removed unused librariesPliablePixels
2015-06-14changed bundle idPliablePixels
2015-06-06added a full screen option for montage view too - no status bars and slidersPliablePixels
2015-06-04whoops - broke live view auth when adding montage view optimizations - fixedPliablePixels
2015-06-04Added option for a more compact montage view (still needs more work)PliablePixels
2015-06-04Created new screen for developer options, removed simulation mode (its ↵PliablePixels
practically useless)
2015-05-24added PTZ support (well, P for now, but framework with a cool menu is in place)PliablePixels
2015-05-18quashed infinite scrolling bug (was being called too many times) and also ↵PliablePixels
now displaying events latest first
2015-05-17added commentsPliablePixels
2015-05-17Now enable/disable and change Monitor mode right from the comfort of your app!ARC
2015-05-17You can now view full screen monitor live views directly from montages tooARC
2015-05-17Switched back to tc-chartARC
2015-05-13disk percent displayARC
2015-05-13added disk usage displayARC
2015-05-13cleaned up graphs a bitARC
2015-05-13added show/hide for ZM state control APIsARC
2015-05-13removed http timeout for start/stop/restart APIs - as they take more time to ↵ARC
complete
2015-05-12ZM state control (and refresh) addedARC
2015-05-12Added ZM state control - start/stop/restartARC
2015-05-11nits - not much to describeARC
2015-05-10updated testARC
2015-05-10noneARC
2015-05-10JSHinted everything, added dependency arrays in all controllers for future ↵ARC
minification
2015-05-10reduced splash timerARC
2015-05-10added validation checking for settingsARC
2015-05-09Added support to limit maximum monitors in Montage View and also added a ↵ARC
portal alias - those who many not be using one can keep this empty
2015-05-04Events Graphs now supports time based filters (using the excellent moment ↵ARC
library)
2015-05-03added infinite scrolling - now retrieving all eventsARC
2015-05-02every app needs a help menuARC
2015-05-02Android Users Rejoice! Major updates: Android port works like a charm now. ↵ARC
Integrated Crosswalk for good performance for Android phones, reworked Montage view to step around Chrome's problem of getting stuck in pending state for HTTP requests that don't close soon and more.
2015-05-01Made various tweaks to config files and code to make things work on Android. ↵ARC
Using crosswalk for Android for better performance
2015-04-29I think I've solved the blank screen issue. I've created an app directive ↵ARC
that is triggered on imageonload - that hides an ionic loading. When I first show the modal, I display a "please wait". Timeout of 15 second it goes away. Need to test more, but I think this mostly works
2015-04-29fixed modals to make sure images load only when user taps on view button. No ↵ARC
sense in wasting memory. Image override directives are being called correctly. Now I need to expriment with how to overwrite image frames when ZMS is still sending data to the client to avoid the blank screen issue
2015-04-29added ack when user presses prev/next for eventsARC
2015-04-29need to fix only page 1 loadingARC
2015-04-29changed nph-zms to zms - seems to be more predictableARC
2015-04-29added support to refresh image feedsARC
2015-04-28converted views to cache=false, I don't think there are significant ↵ARC
performance hits. Also added triggers to see which views get unloaded/destroyed on exit - perf. tuning
2015-04-28Added pinch and zoom everywhereARC
2015-04-28Added monitor live viewARC
2015-04-28Events navigation not works with a cool full screen mode and floating buttonsARC
2015-04-27added simulation to events footage as wellARC