aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| |\ \ | | |/ | |/|
| | * 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 p...Robin van Nunen2018-09-292-3/+10
|/
* Added download buttonSam Potts2018-09-285-52/+116
* Moved hardcoded resources to i18nSam Potts2018-09-281-0/+13
* Don't hide controls on focusout eventJames2018-09-261-18/+14
* TypoSam Potts2018-09-251-1/+1
* v3.4.4Sam Potts2018-09-252-2/+2
* Clean upSam Potts2018-09-253-5/+3
* Improved fullscreen on iPhone X etcSam Potts2018-09-251-0/+33
* Reverted large pause buttonSam Potts2018-09-251-3/+0
* Remove babel-polyfill in favour of core-jsSam Potts2018-09-251-1/+0
* Fix touch vs click issueSam Potts2018-09-252-12/+10
* 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
* v3.4.0Sam Potts2018-08-142-2/+2
* Fix for pressed property missing with custom controls (Fixes #1062)Sam Potts2018-08-131-12/+17
* Fix for setting pressed property of undefined (Fixes #1102)Sam Potts2018-08-131-1/+1
* Removed YouTube quality controlsSam Potts2018-08-135-79/+6
* Moved mute button inside plyr__volumeSam Potts2018-08-131-27/+30
* Moved i18n to utilsSam Potts2018-08-135-7/+7
* Fix #1153: Captions language fallbackAlbin Larsson2018-08-121-5/+2
* Merge pull request #1147 from jamesoflol/fix-ios-fullscreen-while-stoppedSam Potts2018-08-051-3/+1
|\
| * Remove 'video is playing' requirement for iosNative fullscreenJames2018-08-031-3/+1
* | 3.4.0-beta.2Sam Potts2018-08-052-2/+2
* | Fix issue where enter key wasn’t setting focus correctlySam Potts2018-08-053-37/+50
* | Rounded aria-valuetext to 1 decimal placeSam Potts2018-08-051-1/+1
* | Removed aria-labelled-bySam Potts2018-08-051-2/+0
|/
* v3.4.0-beta.1Sam Potts2018-08-022-2/+2
* Handle race condition for ads lib loading after source changeSam Potts2018-08-011-4/+5
* Only focus button if menu wasn’t hidden alreadySam Potts2018-08-011-2/+3