Shawn Busolits 5c85520db37 Fixed #206 - typo in test. 04 Apr 2016 Shawn Busolits a9f2b916cc5 M Merge pull request #193 from shawnbuso/vpaid_fix Fixed video player overlaying VPAID ads. 04 Apr 2016 Shawn Busolits fafd4e1503e M Merge pull request #201 from shawnbuso/nonlinear Fixes #199 - bouncing nonlinear ads. 04 Apr 2016 Shawn Busolits 6d15a139ef5 M Merge pull request #202 from shawnbuso/ad_label Added a customizable ad label field to the settings. 04 Apr 2016 Shawn Busolits a895d5a2506 Added a customizable ad label field to the settings. 25 Mar 2016 Shawn Busolits d124d23d441 Fixes #199 - bouncing nonlinear ads. 24 Mar 2016 Shawn Busolits e2db3ec23ab Fixed video player overlaying VPAID ads. 17 Mar 2016 Shawn Busolits 6f73e1a517c M Merge pull request #184 from jgubman/bugfix/dont-call-resize-over-and-over store currentWidth and currentHeight when checkForResize fires 09 Mar 2016 Jon f37cb54a4f2 store currentWidth and currentHeight when checkForResize fires 01 Mar 2016 Shawn Busolits 6603dee0a3b M Merge pull request #180 from steevee/bower Bower manifest for 0.3.0 25 Feb 2016 Steve Craig bb77def20a9 Bower manifest for 0.3.0 Added license 19 Jan 2016 Shawn Busolits b7d41b285ee M Merge pull request #176 from shawnbuso/new_vresion Bumped version to 0.4.0. 16 Feb 2016 Shawn Busolits 6cbef2f01d2 Bumped version to 0.4.0. 16 Feb 2016 Shawn Busolits 11ecc6b943b M Merge pull request #166 from shawnbuso/package_license Added license to package.json file. 16 Feb 2016 Shawn Busolits 9cd79fa9eab M Merge branch 'shawnbuso-fluid_support' 16 Feb 2016 Shawn Busolits 5a9f46af01a M Added support for video.js fluid. 16 Feb 2016 Shawn Busolits 375e38f6bb7 M Merge pull request #172 from shawnbuso/paused_overlay_fix Fixes issue of overlay covering controls when the video is paused 16 Feb 2016 Shawn Busolits 1d9fa1a352a Fixes issue of overlay covering controls when the video is paused. 12 Feb 2016 Shawn Busolits c2dc6fda2e8 Added support for video.js fluid Fixed typo and errant var 05 Feb 2016 Shawn Busolits 57d36dfe437 M Merge pull request #168 from tape-tv/fix-fullscreen-merge resolving merge conflict of #162 09 Feb 2016 Hannes Probst 147443e6c79 resolving merge conflict of #162 overwritten code from commit 5fb8c4969a3c0e9555487348f656f0ef68ed5a54 09 Feb 2016 Shawn Busolits 234c39ecbbe M Merge pull request #156 from shawnbuso/docs Made updateCurrentTime private (as it should be). 04 Feb 2016 Shawn Busolits 6052e1fb60a Added license to package.json file. 04 Feb 2016 Shawn Busolits 861f2f897bf M Merge pull request #164 from shawnbuso/issue159-forceNonLinearFullSlot Exposes adsRequest.forceNonLinearFullSlot 03 Feb 2016 Shawn Busolits 26c80d920b3 Exposes adsRequest.forceNonLinearFullSlot 01 Feb 2016 Shawn Busolits 1bffd4cd680 M Merge pull request #163 from tape-tv/defer-eventlisteners bind events on player after it is ready 01 Feb 2016 Hannes Probst 4fc91ee6528 bind events on player after it's ready This gives the player time to do it's own work before the plugin handles the event.
There is a case where on the `fullscreenchange` event videojs toggles the `vjs-fullscreen` class. If the plugin handler runs before that, the values of ima.height() is wrong (is 0) when player is using the intrinsic ratio class (`.vjs-16-9`) for it's dimensions. 29 Jan 2016 Shawn Busolits 2d6d553475f M Merge branch 'tape-tv-player-dimensions' 28 Jan 2016 Shawn Busolits 83c9c1487d9 M implement own width/height, read values from dom 28 Jan 2016 Shawn Busolits 3778829e725 M Merge pull request #162 from tape-tv/fix-fullscreen fix fullscreen handler if adsManager uninitialized 28 Jan 2016 Hannes Probst 5fb8c4969a3 implement own width/height, read values from dom according to https://github.com/videojs/video.js/issues/2282 videojs' width() and height() aren't supposed to return the 'real' width and height, instead returning the values the player was initialized with.
This fix reads the current player's dimensions from DOM and makes the ad-plugin use these instead. 08 Jan 2016 Hannes Probst a0ce42998fc fix fullscreen handler if adsManager uninitialized We don't call for ads on every video, thus there is no call to requestAds() and subsequently no adsManger is created. This fix checks for an existing adsManager when handling the fullscreen-change event. 28 Jan 2016 Shawn Busolits 062a7217e04 M Merge pull request #155 from shawnbuso/issue151 Fixes issue 151 - switching content while an ad is playing. 08 Jan 2016 Shawn Busolits 10eb63d15a3 Made updateCurrentTime private (as it should be). 08 Jan 2016 Shawn Busolits 733088b4f5d M Merge pull request #154 from shawnbuso/numRedirectsREADME Updated README 08 Jan 2016 Shawn Busolits 94cc5cba247 Fixes issue 151 - switching content while an ad is playing. 08 Jan 2016 Shawn Busolits ee15aa43015 Updated README Updated README
Updated README
Updated README and docs 08 Jan 2016 Shawn Busolits ad28dda913c M Merge pull request #153 from tape-tv/add-numredirects passing through numRedirects setting to ima-sdk 08 Jan 2016 Hannes Probst f005a2d144f passing through numRedirects setting to ima-sdk 08 Jan 2016 Shawn Busolits e70a041e857 M Merge pull request #152 from shawnbuso/issue151 Clear ad tracking timer interval in resetIMA_. 07 Jan 2016 Shawn Busolits 0c214a30233 M Merge pull request #145 from shawnbuso/samples_consistency Updating samples for debugging consistency - remove debug everywhere. 07 Jan 2016 Shawn Busolits f59789c1fd4 M Merge pull request #148 from shawnbuso/issue44-ie_support Changed insertBefore statements to appendChild for IE support. 07 Jan 2016 Shawn Busolits 76445c5c975 M Merge pull request #144 from shawnbuso/playlist-fix Fixes playlist example issue #139 07 Jan 2016 Shawn Busolits 8fc624f11e7 Clear ad tracking timer interval in resetIMA_. 07 Jan 2016 Shawn Busolits ece5dd46d31 Changed insertBefore statements to appendChild for IE support. 06 Jan 2016 Shawn Busolits ca878d469e1 M Merge pull request #130 from aydinkn/tests-videojsv5-compatible Videojs v5 upgrade for tests 04 Jan 2016 Shawn Busolits 0a4e7daa26e Updating samples for debugging consistency - remove debug everywhere. 30 Dec 2015 Shawn Busolits b7aa85452d6 Fixes playlist example issue #139 30 Dec 2015 Shawn Busolits 87389e121bb M Merge pull request #140 from shawnbuso/vjs5 Updating plugin for Video.js 5.3 29 Dec 2015 Shawn Busolits f1f08e13416 Updating plugin for Video.js 5.3 Updating plugin for Video.js 5.3 28 Dec 2015