Sam Potts
|
fac134dd95
|
Added download button
|
2018-09-28 00:42:42 +10:00 |
|
James
|
8bdd90a2a8
|
Don't hide controls on focusout event
It was immediately hiding controls on some touch-enabled devices. It will now also wait 4s to close after tabbing out, instead of immediately.
|
2018-09-26 14:48:10 +10:00 |
|
Sam Potts
|
5536e97482
|
Typo
|
2018-09-25 23:48:33 +10:00 |
|
Sam Potts
|
87072cb690
|
Clean up
|
2018-09-25 23:29:43 +10:00 |
|
Sam Potts
|
62d80e6b76
|
Fix touch vs click issue
|
2018-09-25 20:43:09 +10:00 |
|
Sam Potts
|
95f6fa2731
|
Fix for setting pressed property of undefined (Fixes #1102)
|
2018-08-13 23:46:58 +10:00 |
|
Sam Potts
|
211ad6c8f5
|
Removed YouTube quality controls
|
2018-08-13 23:43:08 +10:00 |
|
Sam Potts
|
0bc6b1f1b3
|
Fix issue where enter key wasn’t setting focus correctly
|
2018-08-05 22:41:21 +10:00 |
|
Sam Potts
|
c8db1e55dd
|
Escape closes menu
|
2018-08-01 01:26:15 +10:00 |
|
Sam Potts
|
2371619486
|
Linting
|
2018-08-01 00:56:44 +10:00 |
|
Sam Potts
|
748aa5179f
|
Comments about keydown vs keyup for Firefox
|
2018-08-01 00:38:19 +10:00 |
|
Sam Potts
|
56a485bac6
|
Fix Firefox spacebar issue
|
2018-08-01 00:37:55 +10:00 |
|
Sam Potts
|
3a3358e2b4
|
Make iOS range fix more universal
|
2018-07-30 23:29:14 +10:00 |
|
Sam Potts
|
599b33e55f
|
Click to play fix, poster fix, iOS controls fixes
|
2018-07-30 01:13:12 +10:00 |
|
Sam Potts
|
e63ad7c74b
|
Keyboard and focus improvements
|
2018-07-15 19:23:28 +10:00 |
|
Sam Potts
|
3bf1c59bd6
|
Work on key bindings for menu
|
2018-06-28 23:44:07 +10:00 |
|
Sam Potts
|
e59fe1aacf
|
Merge branch 'develop' into a11y-improvements
# 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/listeners.js
|
2018-06-25 23:09:13 +10:00 |
|
Michael DePetrillo
|
b6ddf144f4
|
handle undefined player.elements.buttons.play
|
2018-06-25 12:00:02 +02:00 |
|
Sam Potts
|
1f1d74ba50
|
Work on menus
|
2018-06-21 09:01:16 +10:00 |
|
Albin Larsson
|
004528a65c
|
Avoid conditions in volume scroll event listener
|
2018-06-19 17:22:12 +02:00 |
|
Sam Potts
|
7b9ef7d757
|
More work on menus
|
2018-06-18 23:13:40 +10:00 |
|
Sam Potts
|
ffd864ed39
|
Work on controls
|
2018-06-18 21:39:47 +10:00 |
|
Sam Potts
|
d4abb4b143
|
120 line width, package upgrade
|
2018-06-17 01:04:55 +10:00 |
|
Sam Potts
|
d522e40594
|
Merge pull request #1034 from friday/remove-array-newline-rule
Suggestion: Remove array newline rule
|
2018-06-15 15:34:29 +10:00 |
|
Albin Larsson
|
8257857075
|
Wrap caption toggle event listener callback to avoid sending event
|
2018-06-15 02:44:00 +02:00 |
|
Albin Larsson
|
6ce9a94932
|
Move internal event listeners for captions with direct handling in the captions object
|
2018-06-14 16:41:16 +02:00 |
|
Albin Larsson
|
6bff6b317d
|
Remove line breaks in arrays
|
2018-06-13 23:27:35 +02:00 |
|
Albin Larsson
|
927326f715
|
Also remove 'once' event listeners when destroying (they may still be waiting)
|
2018-06-12 20:00:41 +02:00 |
|
Albin Larsson
|
f15c1344b0
|
Removed support for multiple elements in toggleListener
|
2018-06-12 19:10:00 +02:00 |
|
Sam Potts
|
aae1092bac
|
Merge branch 'develop' of github.com:sampotts/plyr into develop
# 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
|
2018-06-13 00:41:30 +10:00 |
|
Sam Potts
|
392dfd024c
|
Utils broken down into seperate files and exports
|
2018-06-13 00:02:55 +10:00 |
|
cky
|
87170ab460
|
remove event listeners in destroy, add once method
|
2018-06-12 21:18:05 +08:00 |
|
Albin Larsson
|
cc97d7be6a
|
Fix synthetic event bubble/proxy loses detail
|
2018-06-11 08:00:46 +02:00 |
|
Albin Larsson
|
c83487a293
|
Fix #1017, fix #980, fix #1014: Captions rewrite (use index internally)
|
2018-06-10 19:00:07 +02:00 |
|
cky
|
84424f7f67
|
fix: when the seek input is focused and the video is playing, the space key can't make the video pause, because after 'keyup', it always make the video play
|
2018-06-06 19:27:07 +08:00 |
|
cky
|
c95d9923f7
|
fix: https://github.com/sampotts/plyr/issues/1006
|
2018-06-06 16:59:42 +08:00 |
|
Sam Potts
|
edd67b0da3
|
Typo
|
2018-05-20 23:44:40 +10:00 |
|
Sam Potts
|
d733454d7f
|
Pause while seeking
|
2018-05-20 23:40:28 +10:00 |
|
Albin Larsson
|
aa8fc313a9
|
Fix #966: Add 'seeked' event listener to update progress (seeking doesn't have the correct time)
|
2018-05-19 04:23:22 +02:00 |
|
Sam Potts
|
3ab2295fe7
|
Merge branch 'master' into develop
|
2018-05-19 11:29:47 +10:00 |
|
Sam Potts
|
c41bb657ac
|
Merge pull request #958 from friday/954
Fix the seek tooltip time difference from seek time
|
2018-05-19 11:28:38 +10:00 |
|
Sam Potts
|
3bba65f2c2
|
Merge pull request #967 from friday/883
toggleControls rewrite
|
2018-05-19 11:27:19 +10:00 |
|
Sam Potts
|
51814249af
|
Reduce circular dependencies
|
2018-05-19 11:24:56 +10:00 |
|
Albin Larsson
|
37c5fbfe16
|
toggleControls() rewrite
|
2018-05-18 16:19:38 +02:00 |
|
Albin Larsson
|
d7356726a1
|
Remove ui.checkFailed() and error class
|
2018-05-16 23:21:06 +02:00 |
|
Albin Larsson
|
d1acc4abb3
|
Add event before seeking via mouse interaction to set alternative 'value' for the input matching the tooltip time
|
2018-05-14 19:50:08 +02:00 |
|
Sam Potts
|
1655150092
|
v3.3.5
|
2018-05-06 01:32:51 +10:00 |
|
Sam Potts
|
00bbce08fb
|
Reverted menu change
|
2018-05-06 01:14:41 +10:00 |
|
Sam Potts
|
9ebc2719d3
|
v3.3.0
|
2018-05-06 00:49:12 +10:00 |
|
Sam Potts
|
a812650fea
|
v3.2.4
|
2018-04-27 00:47:51 +10:00 |
|