summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-29switched back to cordovahidesplashscreen to take control of splash and ↵PliablePixels
remove white screen
2015-07-29fixed back button behavior for Android - it first opens the main menu, then ↵PliablePixels
exits
2015-07-29slideshow changed to not proceed till image fully loadsPliablePixels
2015-07-29Modified to make sure slider does not proceed if image is not fully loaded. ↵PliablePixels
Also modified for touch inputs and start in pause mode
2015-07-27Update README.mdPliable Pixels
2015-07-27new iconPliablePixels
2015-07-27new icon/splash screenPliablePixels
2015-07-27added scrub imagePliablePixels
2015-07-27fixed bug with spinner loading not updating dynamic url changesPliablePixels
2015-07-27slider customization now fully through custom classPliablePixels
2015-07-27removed orientation default (was causing rotation issues in ipad), set min ↵PliablePixels
iOS to 7
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-26increased size of jslider pointer and moved hover labelPliablePixels
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-16general formattingPliablePixels
2015-07-16moved saveImageToPhone to Modal - it was not working because button range ↵PliablePixels
was out of scope of modal controller range.
2015-07-16toned down floating button - added a bit of transparency, removed shadowsPliablePixels
2015-07-15Updated with functionality to save feed snapshots to camera rollPliablePixels
2015-07-15updatedPliablePixels
2015-07-15added plugin for save 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-14fixed bug in reporting disk total - was totalling total :-)PliablePixels
2015-07-14added stub code for android back button handlingPliablePixels
2015-07-14Feed screens now have a grey background, also have ability to scale images ↵PliablePixels
to crop or fit
2015-07-14user friendly message on savePliablePixels
2015-07-14added classes to crop or fit imagesPliablePixels
2015-07-14strip console.log only for release modePliablePixels
2015-07-10updates with new screenPliablePixels
2015-07-10bumped to 0.62, published to beta for android/ios, fixed a bug with ordering ↵PliablePixels
of hidden monitors
2015-07-10minor editsPliablePixels
2015-07-10You can now rerrange and hide monitors in montagePliablePixels
2015-07-10upgraded ionic libraries to latest versionPliablePixels
2015-07-10New skin and SCSS implementationPliablePixels
2015-07-04resolved fixme notesPliablePixels
2015-07-04fixed screen bouncing on inputPliablePixels
2015-07-04improved input experience - urls copy from base urlPliablePixels
2015-07-04display default messages if no monitors/events foundPliablePixels
2015-07-04versionPliablePixels
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-04updatedPliablePixels
2015-07-03moved scss and dependencies of ng-mfb to my css directory so I can adhoc ↵PliablePixels
compile there.
2015-07-03sass customization for mfb-button to adapt it for smaller viewsPliablePixels
2015-07-03versionPliablePixels
2015-07-03added slow/fast rev/fwdPliablePixels
2015-07-03removed vertical space between imagesPliablePixels
2015-07-03fixed a nasty scaling bug -- size was getting corrupted because I was adding ↵PliablePixels
strings
2015-07-03made sure restart does not occur if no custom state is selectedPliablePixels