summaryrefslogtreecommitdiff
path: root/www/js
AgeCommit message (Collapse)Author
2016-12-06made menu toggle persistent #390Pliable Pixels
2016-12-06multiple montage profile support added #390Pliable Pixels
2016-12-05added new tweak suggested by dessandro to make sure images don't mess up on ↵Pliable Pixels
resize #350
2016-12-04updated lang python script to a common onePliable Pixels
2016-12-03fixed blog check date and also internationlized "new post" textPliable Pixels
2016-12-03fixed hardcoded strings, except 'Back' #400Pliable Pixels
2016-12-02if running crosswalk, disable this feature (doesn't work) #398Pliable Pixels
2016-12-02updated to use chunk writing (#398)Pliable Pixels
2016-11-30rework gallery code to use file transfer and avoid base64Pliable Pixels
2016-11-30make sure we don't re-auth when downloading - window stop is called #398Pliable Pixels
2016-11-30major rewrite of GIF creation - memory handling much better #398 - moved to ↵Pliable Pixels
Stream based support
2016-11-28modifications for picking up feeds from new zmNinja medium blogPliable Pixels
2016-11-28initial blog date was a promise - fixed to valuePliable Pixels
2016-11-27added back player length in log #395Pliable Pixels
2016-11-27fixes calculations for #395 - made it simpler, but it may exceed scrub barPliable Pixels
2016-11-26various updates to video downloads, including device compatibility (android) ↵Pliable Pixels
#383
2016-11-26added support for video download on devices - need to test more. On devices ↵Pliable Pixels
you can actually track progress. #383
2016-11-25forcing all monitors checked if none are checked - #391Pliable Pixels
2016-11-25added platform infoPliable Pixels
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.