summaryrefslogtreecommitdiff
path: root/www/js/EventsGraphsCtrl.js
AgeCommit message (Collapse)Author
2016-11-18mass formatting and normalization - tweaked JSBeautify optionsPliable Pixels
2016-10-21adding returns after state.go --> seems it takes time to go and code ↵Pliable Pixels
continues to execute below it - WTF! Former-commit-id: f1f7e2d62f47f9528d163db43fa166d088b0a819
2016-10-10initial event montage jazzPliable Pixels
Former-commit-id: 2f061e5e198abdc0dcbc92b85193b6a96cc82d37
2016-09-04#318 - ZM<->NVRPliable Pixels
Former-commit-id: 36a54d3203893c7b240ba458a927b259cb6b5141
2016-09-01mostly formatting and removal of console.logsPliable Pixels
Former-commit-id: 5cbac40ad5ccb7096fb7b9f58696e923ba282232
2016-03-06#175 - new option to enable/disable 24hr clock in Dev settingspliablepixels
Former-commit-id: 86fbef04eb4f75e4c4441fa7f57821cfe4d9bfe1
2016-02-17console cleanupspliablepixels
Former-commit-id: 49f0a567d765d3ce1f580383248ee1e6e6a496ef
2015-10-08badge notification count for eventsArjun Roychowdhury
2015-09-29code formattingArjun 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-05Timeline feature (Experimental)PliablePixels
2015-07-15Updated with functionality to save feed snapshots to camera rollPliablePixels
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-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-17Switched back to tc-chartARC
2015-05-13cleaned up graphs a bitARC
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-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-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-26Graph height is now a function of number of bars to show (but minimum is ↵ARC
always device height)
2015-04-25Comments addedARC
2015-04-25Separated out the charting job into a function and linked chart generation ↵ARC
to tab-on-select
2015-04-25First CommitARC