summaryrefslogtreecommitdiff
path: root/www/js/ModalCtrl.js
AgeCommit message (Collapse)Author
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-09-10You can now modify frame change delay - to take control in spotty/slow ↵PliablePixels
network conditions
2015-08-28Implemented auth key into the app so each image refresh in Montage and ↵PliablePixels
Monitor view does not hit the ZM DB and generate a million records. Solves the log pings of https://github.com/pliablepixels/zmNinja/issues/26
2015-08-21editsPliablePixels
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-18This is a HOLY SHIT update. I broke something, really bad in montage view. I ↵PliablePixels
hope I fixed it.
2015-08-08ellipsis fix in textPliablePixels
2015-07-26reduce image loading buffer of carousel (for low config devices) also made ↵PliablePixels
sure scrub carousel is cleared if full screen is opened so as not to double images
2015-07-26Added slider with alarm frame tick marks and scrubbingPliablePixels
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-14reloading page on resume to take care of inactive modals. Not ideal, but ↵PliablePixels
better than inactive screens
2015-07-14Feed screens now have a grey background, also have ability to scale images ↵PliablePixels
to crop or fit
2015-07-04resolved fixme notesPliablePixels
2015-06-27Added ability to log key events to file and email (useful for release debugging)PliablePixels
2015-06-26I am now reading the PTZ DB to figure out the right "move" command for the ↵PliablePixels
cameras
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-18Moved Modal Control to its own filePliablePixels