aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/ui.js
Commit message (Collapse)AuthorAgeFilesLines
* LintingSam Potts2018-08-011-68/+14
|
* Click to play fix, poster fix, iOS controls fixesSam Potts2018-07-301-14/+68
|
* Fix issue with play button not changing state (fixes #1048)Sam Potts2018-06-191-10/+6
|
* v3.3.15Sam Potts2018-06-181-3/+5
|
* Merge branch 'develop' into a11y-improvementsSam Potts2018-06-171-52/+68
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/controls.js # src/js/fullscreen.js # src/js/plyr.js # src/js/ui.js # src/js/utils.js
| * 120 line width, package upgradeSam Potts2018-06-171-27/+34
| |
| * Respect call order and prioritize public API calls for setting poster, in ↵Albin Larsson2018-06-151-26/+37
| | | | | | | | order to avoid race conditions
| * Remove line breaks in arraysAlbin Larsson2018-06-131-4/+1
| |
| * Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-06-131-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js
| * | Utils broken down into seperate files and exportsSam Potts2018-06-131-35/+35
| |/
* | WIPSam Potts2018-06-111-3/+0
| |
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-091-2/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/captions.js # src/js/plyr.js
| * Merge pull request #981 from friday/hls-captionsSam Potts2018-05-301-2/+4
| |\ | | | | | | Improve captions handling for streaming
| | * Fix typoAlbin Larsson2018-05-281-1/+1
| | |
| | * Optimize captions code reused and ensure captionsenabled/captionsdisabledAlbin Larsson2018-05-281-2/+4
| | | | | | | | | | | | will be sent on initial setup
| * | Call duration update method manually if user config has durationAlbin Larsson2018-05-291-0/+6
| |/
* / WIPSam Potts2018-05-281-12/+13
|/
* Merge pull request #963 from friday/verify-posterSam Potts2018-05-191-9/+35
|\ | | | | Make sure poster element isn't shown if the image isn't loaded
| * Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnailsAlbin Larsson2018-05-151-2/+7
| |
| * Rewrite ui.setPoster to check that images arent broken or youtube fallback ↵Albin Larsson2018-05-151-9/+30
| | | | | | | | images. Only show poster element when valid
* | Merge pull request #967 from friday/883Sam Potts2018-05-191-23/+10
|\ \ | | | | | | toggleControls rewrite
| * | toggleControls() rewriteAlbin Larsson2018-05-181-4/+14
| | |
| * | Remove ui.checkFailed() and error classAlbin Larsson2018-05-161-23/+0
| |/
* / Reduce circular dependenciesSam Potts2018-05-191-138/+2
|/
* v3.3.5Sam Potts2018-05-061-1/+6
|
* v3.3.0Sam Potts2018-05-061-3/+35
|
* v3.2.4Sam Potts2018-04-271-7/+2
|
* HTML5 quality selectionSam Potts2018-04-021-2/+2
|
* Muted and autoplay fixes, small bug fixesSam Potts2018-03-301-0/+3
|
* Fixes for fast forward and issues with event.preventDefault()Sam Potts2018-03-271-2/+3
|
* Added buffered getterSam Potts2018-03-171-15/+1
|
* Vimeo fixSam Potts2018-03-151-2/+1
|
* Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-111-2/+2
|
* Ready event fix, YouTube play event fix, docs updateSam Potts2018-03-031-1/+3
|
* Pause button fix, polyfilled build, unminified buildsSam Potts2018-02-171-4/+2
|
* Fix for custom controlsSam Potts2018-02-131-6/+0
|
* Fullscreen API changes, color settings tweaksSam Potts2018-02-111-4/+0
|
* Bug fixSam Potts2018-01-221-1/+1
|
* Formatting, events and ad countdown addedSam Potts2018-01-221-22/+4
|
* Minor logic tweakSam Potts2018-01-141-2/+5
|
* Package tweaksSam Potts2018-01-081-1/+1
|
* Started on error handlingSam2018-01-041-1/+24
|
* Converted to SASS/SCSSSam Potts2017-12-201-1/+4
|
* IE & Edge fixes, Storage & Console classesSam Potts2017-12-081-14/+14
|
* Moved to provider + type to make it cleaner in future, fix for multiple playersSam Potts2017-11-231-1/+1
|
* Updated data attributes to `data-plyr` namespace. Speed menu fixesSam Potts2017-11-231-6/+1
|
* Work on touch controlsSam Potts2017-11-221-2/+2
|
* Fix for playing getter as currentTime check is flakySam Potts2017-11-211-12/+10
|
* Handle no audio, more docs in code, fix for playing getterSam Potts2017-11-211-2/+4
|
* Play button as toggle button, tooltip changes, docs updated, fullscreen fixSam Potts2017-11-211-1/+5
|