aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Merge pull request #1267 from gurupras/issue-858Sam Potts2018-12-081-3/+3
| | |\ \ \ | | | | | | | | | | | | Ensure custom handlers are called on container clicks that trigger togglePlay or restart
| | | * | | Updated restart logic to call play instead of togglePlayGuru Prasad Srinivasa2018-12-081-1/+1
| | | | | |
| | | * | | Replaced calls to player.restart() and player.togglePlay() with proxy(...) ↵Guru Prasad Srinivasa2018-11-191-3/+3
| | | | |/ | | | |/| | | | | | | | | | | to ensure that custom handlers are called
| | * | | Merge branch 'develop' of https://github.com/sampotts/plyr into developSam Potts2018-12-082-2/+2
| | |\ \ \
| | | * | | Fix: buffer progress bar transition on webkitSamuel Elgozi2018-11-221-1/+1
| | | |/ / | | | | | | | | | | The transition was set on the wrong pseudo element for WebKit browsers.
| | * | | Fix for error when mime type not specified (fixes #1274)Sam Potts2018-12-082-6/+19
| | | | |
| * | | | remove commentOmar Khatib2018-12-131-1/+1
| | | | |
| * | | | support Youtube noCookie ModeOmar Khatib2018-12-133-1/+5
| | |/ / | |/| |
| * | | Calling customized controls function with proper argumentsRaccoon2018-11-121-1/+1
| |/ /
* | | Work on outline/focus stylesSam Potts2018-12-083-6/+9
| | |
* | | Merge branch 'develop' into css-variablesSam Potts2018-11-1170-3040/+3451
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # demo/dist/demo.js # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # 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 # gulpfile.js # src/sass/components/captions.scss # src/sass/components/control.scss
| * | v3.4.7Sam Potts2018-11-083-3/+3
| | | | | | | | | | | | - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)
| * | Fix for Vimeo fullscreen with non 16:9 aspect ratiosSam Potts2018-11-081-3/+20
| | |
| * | Styling tweaksSam Potts2018-11-082-2/+2
| | |
| * | Additional listener for checking for audio tracksSam Potts2018-11-081-1/+1
| | |
| * | Prevent scroll on focusSam Potts2018-11-031-1/+1
| | |
| * | Load media after UI is builtSam Potts2018-11-031-4/+6
| | |
| * | Fix support checkSam Potts2018-11-031-11/+7
| |/
| * v3.4.6Sam Potts2018-10-253-3/+3
| | | | | | | | | | - Added picture-in-picture support for Chrome 70+ - Fixed issue with versioning the SVG sprite in the gulp build script
| * Added support for picture-in-picture in ChromeSam Potts2018-10-253-10/+52
| |
| * Merge branch 'master' into developSam Potts2018-10-252-2/+2
| |\
| | * v3.4.5Sam Potts2018-10-242-2/+2
| | |
| * | Revert PR #1211Sam Potts2018-10-241-10/+1
| | |
| * | Merge branch 'develop' into fix-html5-quality-settingsSam Potts2018-10-246-16/+52
| |\ \
| | * \ Merge pull request #1211 from melbahja/developSam Potts2018-10-241-0/+9
| | |\ \ | | | |/ | | |/| duration after changing video quality
| | | * Update plyr.jsMohamed Elbahja2018-10-131-5/+4
| | | |
| | | * fix: continue with the current duration after changing video qualityMohamed Elbahja2018-10-131-0/+10
| | | |
| | * | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-10-243-2/+11
| | |\ \
| | | * | Prevent immediate hiding of controls on mobileJames2018-10-233-2/+11
| | | |/
| | * | Allow custom download URL (for streaming, etc)Sam Potts2018-10-245-12/+29
| | | |
| | * | Fix SVG issue for older browsers (fixes #1191)Sam Potts2018-10-241-2/+3
| | |/
| * / Only save quality setting when it's updated by the user. Fixes bug in html5 ↵Robin van Nunen2018-09-292-3/+10
| |/ | | | | | | player where it would override the settings if the current video does not support the given quality.
| * Added download buttonSam Potts2018-09-288-52/+130
| |
| * Moved hardcoded resources to i18nSam Potts2018-09-281-0/+13
| |
| * Remove link styles from anchor controlsSam Potts2018-09-281-0/+10
| |
| * SVG cleanupSam Potts2018-09-2814-70/+32
| |
| * Don't hide controls on focusout eventJames2018-09-261-18/+14
| | | | | | | | It was immediately hiding controls on some touch-enabled devices. It will now also wait 4s to close after tabbing out, instead of immediately.
| * TypoSam Potts2018-09-251-1/+1
| |
| * v3.4.4Sam Potts2018-09-252-2/+2
| | | | | | | | | | | | - Fixed issue with double binding for `click` and `touchstart` for `clickToPlay` option - Improved "faux" fullscreen on iPhone X/XS phones with notch - Babel 7 upgrade (which reduced the polyfilled build by ~10kb!)
| * Clean upSam Potts2018-09-253-5/+3
| |
| * Improved fullscreen on iPhone X etcSam Potts2018-09-251-0/+33
| |
| * Reverted large pause buttonSam Potts2018-09-253-8/+3
| |
| * Remove babel-polyfill in favour of core-jsSam Potts2018-09-251-1/+0
| |
| * Fix touch vs click issueSam Potts2018-09-253-13/+11
| |
| * v3.4.3Sam Potts2018-08-142-2/+2
| |
| * Fix for nodeList as buttonsSam Potts2018-08-141-2/+2
| |
| * v3.4.2Sam Potts2018-08-142-2/+2
| |
| * Fix play/pause button stateSam Potts2018-08-141-10/+18
| |
| * v3.4.1Sam Potts2018-08-142-2/+2
| |
| * Fix for controls missing (fixes #1161)Sam Potts2018-08-141-11/+13
| |