aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Clean up speed options logicSam Potts2020-02-084-18/+18
| | |
* | | Merge pull request #1671 from ydylla/improve-speed-optionsSam Potts2020-02-081-0/+2
|\ \ \ | | | | | | | | Use the configured speed options
| * | | actually use the configured speed optionsydylla2020-02-011-0/+2
| | |/ | |/|
* | | Merge pull request #1672 from ydylla/improve-quality-changeSam Potts2020-02-081-4/+2
|\ \ \ | | | | | | | | Improve/fix quality change state restoring
| * | | preserve playback rate at quality changeydylla2020-02-011-1/+2
| | | |
| * | | fix regression: not restoring playback state after quality changeydylla2020-02-011-3/+0
| |/ /
* | | Merge pull request #1675 from Laerdal/focus-trap-only-fullscreenSam Potts2020-02-081-1/+2
|\ \ \ | | | | | | | | Trap keyboard focus only when fullscreen
| * | | Bail out of focus trap if fullscreen is not activeKimberley Jensen2020-02-071-1/+2
| |/ / | | | | | | | | | - detailed in https://github.com/sampotts/plyr/issues/1665
* | | Merge pull request #1676 from Code1110/developSam Potts2020-02-081-0/+1
|\ \ \ | | | | | | | | Add download attribute to download button
| * | | add download attribute to download buttonCode11102020-02-071-0/+1
| |/ /
* | | Merge pull request #1677 from ydylla/fix-scrubbing-chrome-androidSam Potts2020-02-082-3/+3
|\ \ \ | | | | | | | | Fix preview thumbnail scrubbing not working on mobile touch devices
| * | | fix scrubbing for chrome android & hide thumb preview on touchendydylla2020-02-082-3/+3
| |/ / | | | | | | Chrome android sends TouchEvent which does not have a button property.
* / / Ignore quality change if it matches existingSam Potts2020-02-081-0/+4
|/ /
* | Deployed 3.5.7-beta.0Sam Potts2020-01-303-3/+3
| |
* | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-261-1/+1
|\ \
| * \ Merge pull request #1655 from laukstein/patch-1Sam Potts2020-01-221-1/+1
| |\ \ | | | | | | | | Uncaught RangeError: Maximum call stack size exceeded
| | * | Uncaught RangeError: Maximum call stack size exceededBinyamin Laukstein2020-01-221-1/+1
| | | | | | | | | | | | Fix formatTime infinite loop #1621
* | | | Audio style fixSam Potts2020-01-265-7/+12
|/ / /
* | | Fix referenceSam Potts2020-01-211-17/+22
| | |
* | | Presentation fixesSam Potts2020-01-213-6/+4
| | |
* | | HTML5 poster fixes for multiple downloadsSam Potts2020-01-213-4/+12
| | |
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-212-8/+24
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # src/sass/components/video.scss
| * | | Fixed Plyr container not resizing responsivelyShravan Rajinikanth2020-01-193-8/+25
| | | |
* | | | Fix issues with fixed ratios and 100% height/widthSam Potts2020-01-143-2/+5
|/ / /
* | | Fix buildSam Potts2020-01-141-1/+1
| | |
* | | Remove logic to hide/show volume controls based on audio trackSam Potts2020-01-141-7/+0
| | |
* | | Manually merge PR #1629Sam Potts2020-01-143-24/+6
| | |
* | | Manually merged PR #1607Sam Potts2020-01-142-30/+42
| | |
* | | Fix linting issuesSam Potts2020-01-131-3/+3
| | |
* | | Merge pull request #1505 from nskazki/detach-event-listeners-on-destroySam Potts2020-01-131-5/+7
|\ \ \ | | | | | | | | Detach event listeners on destroy
| * | | Detach event listeners on destroynskazki2019-07-191-5/+7
| | |/ | |/| | | | | | | | | | if "on" receives "this", it attaches "eventListeners" array to "this" and stores "{ element, type, callback }" hash in there. later, during the destruction process, all the entries from this array will be processed by "unbindListeners" helper to detach all the event listeners.
* | | Merge pull request #1521 from ondratra/developSam Potts2020-01-131-0/+560
|\ \ \ | | | | | | | | typescript typings
| * | | typescript typingsondratra2019-08-071-0/+560
| |/ /
* | | Merge pull request #1516 from azizhk/toggle_return_promsieSam Potts2020-01-131-3/+3
|\ \ \ | | | | | | | | Toggle also returns promise
| * | | Toggle also returns promiseAziz Khambati2019-07-301-3/+3
| | | |
* | | | Merge pull request #1552 from SoftCreatR/patch-2Sam Potts2020-01-131-1/+1
|\ \ \ \ | | | | | | | | | | Fix ads configuration
| * | | | Fixed ads configurationSascha Greuel2019-08-271-1/+1
| | |/ / | |/| |
* | | | Comment clean upSam Potts2020-01-131-2/+3
| | | |
* | | | Merge pull request #1570 from felipedeboni/ie11-resetonend-fixSam Potts2020-01-131-0/+2
|\ \ \ \ | | | | | | | | | | Prevents IE11 with resetOnEnd option set to true to play video again
| * | | | Prevents IE11 with resetOnEnd option set to true to play video againFelipe K. De Boni2019-09-161-0/+2
| |/ / /
* | | | Fix linting issuesSam Potts2020-01-132-7/+2
| | | |
* | | | Merge branch 'master' into developSam Potts2020-01-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1579 from taion/fix-listener-returnSam Potts2020-01-131-1/+1
| |\ \ \ | | |_|/ | |/| | fix: Fix handling listener return value
| | * | fix: Fix handling listener return valueJimmy Jia2019-09-251-1/+1
| | |/
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-134-0/+16
|\ \ \
| * \ \ Merge pull request #1565 from lmislm/patch-1Sam Potts2020-01-131-0/+1
| |\ \ \ | | | | | | | | | | Update defaults.js
| | * | | Update defaults.jsBaskerville*2019-09-061-0/+1
| | |/ / | | | | | | | | update defaults.i18n
| * | | Merge pull request #1525 from lunika/play-button-ariaSam Potts2020-01-131-0/+1
| |\ \ \ | | | | | | | | | | ♿️(controls) change play button aria-label value when its state change
| | * | | ♿️(controls) change play button aria-label value when its state changeManuel Raynaud2019-08-071-0/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | The aria-label attribute set on all play buttons does not change according the player state. When the video is playing, the aria-label should change to pause otherwise screen reader will not detect that this button now can be used to pause the video.
| * | | Merge pull request #1577 from avidnewmedia/issue-615Sam Potts2020-01-132-0/+14
| |\ \ \ | | | | | | | | | | #615: updates to vimeo and youtube buffering state