summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
AgeCommit message (Collapse)Author
2015-11-04showing monitor name in live viewArjun Roychowdhury
2015-11-04Proper android back button handling for modal views of events and monitors #61Arjun Roychowdhury
2015-10-08badge notification count for eventsArjun Roychowdhury
2015-10-08Fixes https://github.com/pliablepixels/zmNinja/issues/38 - wasn't handling ↵Arjun Roychowdhury
boolean state correctly for enabled
2015-10-01maek sure popups go away on resumeArjun Roychowdhury
2015-09-29code formattingArjun Roychowdhury
2015-09-28ZM won't restart after monitor change (requires patch)Arjun Roychowdhury
2015-09-28remove ZM restart as monitor patch applied to ZM to restart zmxArjun Roychowdhury
2015-09-18IOS9 patch for radio-fixArjun Roychowdhury
2015-09-17made sure we force remove modal only if it is validArjun Roychowdhury
2015-09-16took care of destroying modals on background resume so pin code view can showArjun Roychowdhury
2015-09-11Enabled a run time debug mode so I can see more details when testers report ↵PliablePixels
quirky bugs. It's in developer options.
2015-08-21adjusted http large timeout for long apisPliablePixels
2015-08-21Added moveRel support (not tested)PliablePixels
2015-08-19Fixed monitor view and montage performance - nph-zms instances were building ↵PliablePixels
up at the server killing it after repeated use. phew
2015-08-07Removed force page reloads - now when you exit/resume the page should not flashPliablePixels
2015-07-24integrated event scrubbing with direct image access - need to clean up codePliablePixels
2015-07-16moved saveImageToPhone to Modal - it was not working because button range ↵PliablePixels
was out of scope of modal controller range.
2015-07-15Updated with functionality to save feed snapshots to camera rollPliablePixels
2015-07-14Feed screens now have a grey background, also have ability to scale images ↵PliablePixels
to crop or fit
2015-07-10New skin and SCSS implementationPliablePixels
2015-06-27Added ability to log key events to file and email (useful for release debugging)PliablePixels
2015-06-26Added uglify/minify as part of build process (Note: console log is enabled - ↵PliablePixels
remember to disable it in release mode)
2015-06-26I am now reading the PTZ DB to figure out the right "move" command for the ↵PliablePixels
cameras
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-17Ability to change individual montage sizes, full screen modePliablePixels
2015-06-14changed bundle idPliablePixels
2015-06-06added a full screen option for montage view too - no status bars and slidersPliablePixels
2015-05-24added PTZ support (well, P for now, but framework with a cool menu is in place)PliablePixels
2015-05-17added commentsPliablePixels
2015-05-17Now enable/disable and change Monitor mode right from the comfort of your app!ARC
2015-05-11nits - not much to describeARC
2015-05-10JSHinted everything, added dependency arrays in all controllers for future ↵ARC
minification
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 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 monitor live viewARC
2015-04-25Comments addedARC
2015-04-25First CommitARC