summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.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-08-21adjusted http large timeout for long apisPliablePixels
2015-08-21ionic content banner is being used for useful status displaysPliablePixels
2015-08-05Timeline feature (Experimental)PliablePixels
2015-07-31modified image access to route through index.php and fixed cookie intercept ↵PliablePixels
and insert
2015-07-29slideshow changed to not proceed till image fully loadsPliablePixels
2015-07-26made sure auto play of events matches FPS of eventPliablePixels
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-26disabled menu drag when scrub is onPliablePixels
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-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-07-04resolved fixme notesPliablePixels
2015-07-04events show progress, added fast/slow fwd/rewind controls, fixed last page ↵PliablePixels
of events showing less than full screen list at times
2015-07-03added slow/fast rev/fwdPliablePixels
2015-07-02updated libraries, squashed the problem of not getting bar handles on click, ↵PliablePixels
optimized montage view
2015-06-27Added ability to log key events to file and email (useful for release debugging)PliablePixels
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-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-12Added ZM state control - start/stop/restartARC
2015-05-10JSHinted everything, added dependency arrays in all controllers for future ↵ARC
minification
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-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-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-28Events navigation not works with a cool full screen mode and floating buttonsARC
2015-04-27added simulation to events footage as wellARC
2015-04-27You can now view events footage from the events listARC
2015-04-25Comments addedARC
2015-04-25First CommitARC