summaryrefslogtreecommitdiff
path: root/www/js
AgeCommit message (Collapse)Author
2016-11-25sorted list of languages (english on top, though)Pliable Pixels
2016-11-242nd try to commitfxrnando
2016-11-23removed device download for now -- need to experimentPliable Pixels
2016-11-23updates for #379 and #383 - you will now see both an MP4 and a GIF icon. MP4 ↵Pliable Pixels
will show only if you are on desktop and using 264 branch
2016-11-23updates to make inline playback work on iOSPliable Pixels
2016-11-22other video related updatesPliable Pixels
2016-11-22don't auto save profile if its emptyPliable Pixels
2016-11-22currently hacked difference in time - computed a difference factor and ↵Pliable Pixels
multiplied it with all cues- so now cues are inside the player bar, but no idea if its accurate.#381
2016-11-22tweaks to video loading display and other cleanup #381Pliable Pixels
2016-11-22Added cue points time matched with video player scrub bar #381Pliable Pixels
2016-11-19added playback rate control 1,1.5,2x. #382Pliable Pixels
2016-11-19tweaked sampling quality, changed frames from 50-70Pliable Pixels
2016-11-19restricted gif size to max 50 images. If larger, it will keep deleting ↵Pliable Pixels
subsequent frames till <=50 is reached. Otherwise memory consumption can go nuts. #379
2016-11-18made it work for iOS, also added percentage progress indication #379Pliable Pixels
2016-11-18Experimental and initial version - still has work to go - #379Pliable Pixels
2016-11-18mass formatting and normalization - tweaked JSBeautify optionsPliable Pixels
2016-11-16Polish language name modyficationmaymaymay
2016-11-15integrated polish language into app #372 #368 #370Pliable Pixels
2016-11-15addresses #371Pliable Pixels
2016-11-15Various updates #356 #369 - mostly timezone bug fixes when viewing from a ↵Pliable Pixels
different timezone than the server
2016-11-14Various timezone related fixes, also was checking for alarm frames so 0 ↵Pliable Pixels
frame in-recording was never being closed. Still has bugs, need more testing #369
2016-11-11disabled graph drawing and timers if h264 is playedPliable Pixels
2016-11-10timezone API check fix plus error handling for unplayable videosPliable Pixels
2016-11-10video automatically fits to screen #358Pliable Pixels
2016-11-09Merge pull request #365 from BoskSpb/masterPliable Pixels
Adding Russian language in App
2016-11-09some more tweaks to h264 video display given its all the rage nowPliable Pixels
2016-11-09Added event time progression to video #362Pliable Pixels
2016-11-09Adding Russian language in AppYuriy Baskakov
2016-11-08Added timezone to graph - for some reason it was crashing in iOS - need to ↵Pliable Pixels
keep a watch
2016-11-08added initial code for scale saving, but commented out - doesn't work well - ↵Pliable Pixels
it zooms in, but need to think on zoom into what timespan. Need to think about it more. Will do it later. #361
2016-11-07Added a cache=false for all state routes - it was caching data only for ↵Pliable Pixels
TimeLine View - no idea why. This was causing the monitor array to retain old values even after you did a server switch. Curiously it worked well in all others. Hopefully this puts it to rest.
2016-11-07Moved to 4.17 built in zoom function of visPliable Pixels
2016-11-06Fixes bug of indefinite loading after resetting custom timeline #360Pliable Pixels
2016-11-05dynamic update on/off is now persistent #356Pliable Pixels
2016-11-05took care of continuous events - they will show in orange while recording ↵Pliable Pixels
and then when completed, they will either show in regular color, or if you are only viewing alarmed events, they may disappear if the alarm count is not what you specified. #356
2016-11-05Seems in some installs, pagecount doesn't come in, which is odd. I'm ↵Pliable Pixels
defaulting to 1.
2016-11-04adds time of event in display bottom #356Pliable Pixels
2016-11-04automatic playback with timeout hack enabled for #359Pliable Pixels
2016-11-04Displays latest events (for last 2-3 minutes) and other tweaks. #356 should ↵Pliable Pixels
be mostly working - the only caveat is long running event recordings in mocord/record -- they won't keep getting updated till the currently recorded event is over.
2016-11-03Initial updates for #356 - various issues and bugs pending. Don't update ↵Pliable Pixels
yet. For now, you need to be in day mode and zoomed in.
2016-11-03Added callback handlers to display messages on video play. Also removed auto ↵Pliable Pixels
play
2016-11-03make sure monitor show/hide is enabled if packery positions doesn't exist. ↵Pliable Pixels
Also make sure its loaded in getMonitors
2016-10-30very initial code for timeline tracking - not to be used for nowPliable Pixels
2016-10-29beautifyPliable Pixels
2016-10-28if desktop state was not created, I was not loading services #357Pliable Pixels
2016-10-28updated visPliable Pixels
2016-10-28#357 - remember last view in desktops (already supported in mobiles)Pliable Pixels
2016-10-28relayout after re-order windowPliable Pixels
2016-10-28#353 - show abbreviated timezones to avoid confusion when switching, ↵Pliable Pixels
broadcast tz change if APIs update late
2016-10-27if coming from monitors, don't hide events where IDs are hiddenPliable Pixels