Commit Graph

56 Commits

Author SHA1 Message Date
Dmitry Lyzo 2f1e792900 Merge branch 'master' into fix-osd-lock 2020-07-23 23:53:24 +03:00
Cameron eb7d8faf98 Migration of nowplaying and videoosd to ES6 modules 2020-07-19 10:40:41 +01:00
Dmitry Lyzo 60a6023e77 Keep OSD visible when dialog is open 2020-07-10 15:15:46 +03:00
Dmitry Lyzo 8843f7cb93 Fix OSD lock 2020-07-09 19:07:25 +03:00
Dmitry Lyzo 1be111eeef Use proper target property 2020-07-09 18:58:45 +03:00
MrTimscampi a5ee5b06aa Fix linting errors due to updates 2020-07-05 12:54:25 +02:00
dkanada beb9bebce5 Merge pull request #1496 from dmitrylyzo/keydown-bubbling
Rearrange keydown event handling
2020-07-01 02:06:54 +09:00
Dmitry Lyzo a66291a33d Fix handling of keydown event by volume slider and videoosd 2020-06-29 13:03:31 +03:00
Dmitry Lyzo 62a2f4b17d Rearrange keydown event handling 2020-06-28 23:46:27 +03:00
Dmitry Lyzo 891cc78bdb Prevent OSD from being hidden when user works with UI 2020-06-28 20:50:40 +03:00
Julien Machiels 65cd810288 Fix linting error 2020-06-26 16:59:21 +02:00
dkanada fd863b26fe apply code suggestions 2020-06-26 23:47:14 +09:00
dkanada 29eb217a0d fix redirect issue on video player 2020-06-26 16:41:19 +09:00
MrTimscampi bc4c591698 Merge remote-tracking branch 'upstream/master' into sonarcloud-3 2020-05-26 20:01:49 +02:00
MrTimscampi d2bd631cbe Fix more sonarqube bugs 2020-05-14 23:25:22 +02:00
Dmitry Lyzo e1e42b8557 Merge branch 'master' into youtube-keybindings 2020-05-05 11:50:31 +03:00
MrTimscampi adb8f4114b Add missing break in videoOsd 2020-05-04 18:13:34 +02:00
MrTimscampi ea18f97e8b Fix change requests in videoOsd 2020-05-04 18:09:10 +02:00
MrTimscampi 9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Vasily d5c7078c3f Merge pull request #1131 from dmitrylyzo/fix-icons-webos2
Icons for WebOS 2
2020-05-03 23:24:26 +03:00
Dmitry Lyzo a3bc8c183e Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00
MrTimscampi a697f22d13 Remove unused function in videoosd 2020-04-30 20:19:58 +02:00
MrTimscampi be54505bf3 Remove the small logo in OSD and details page 2020-04-30 20:15:39 +02:00
Dmitry Lyzo 6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
Dmitry Lyzo d5ae0275cf Move delayed volume update to playbackManager 2020-04-13 12:50:12 +03:00
MrTimscampi 0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
dkanada d5779e115d Merge pull request #904 from dmitrylyzo/fix_player_data
Clear player data after stop
2020-03-23 01:37:11 +09:00
Dmitry Lyzo 58dd6eb491 Add test for current item 2020-03-22 19:30:02 +03:00
MrTimscampi 8646b66f6c Improve image size handling 2020-03-11 21:35:10 +01:00
MrTimscampi 0397283599 Round every image size adjustment 2020-03-09 21:02:08 +01:00
MrTimscampi f24c908412 Another pass of image sizes improvements 2020-03-09 20:46:56 +01:00
sparky8251 feacdcd1aa Reduced OSD timeout from 5 seconds to 3 2020-03-07 12:01:36 -05:00
dkanada b3da19a596 Merge pull request #816 from MrTimscampi/quiet
Make the console quieter by default
2020-02-25 22:45:26 +09:00
Mike Abrahall 14f72baf16 Added extra playback keybindings, following YouTube's spec at https://support.google.com/youtube/answer/7631406?hl=en 2020-02-21 16:08:23 +11:00
Andreas B 87a4f39844 Fix webOS support in videoosd.js and homesection.js 2020-02-20 11:23:08 +01:00
dkanada b3fa02cbc1 Merge pull request #787 from YouKnowBlom/player-pause-fix
Add delay on play/pause to prevent hiccup when entering/exiting fullscreen
2020-02-20 14:04:57 +09:00
dkanada 3b5a63f930 Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
Andreas B 6b2faaed8d fix linting errors 2020-02-19 16:54:55 +01:00
Andreas B f52075eb26 Remove unnecessary check when clearing playPauseClickTimeout 2020-02-19 16:09:00 +01:00
Andreas B 41ea428237 Rename and move declaration of playerPauseClickTimeout 2020-02-19 16:07:06 +01:00
Dmitry Lyzo 4ea3b98c27 Extract setVolume/setVolumeDelayed 2020-02-19 11:10:12 +03:00
MrTimscampi e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
MrTimscampi a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
Dmitry Lyzo bb1ba5a29e Make configurable slider progress bar update 2020-02-15 18:36:52 +03:00
Andreas B 6374802309 Fix linting errors in videoosd 2020-02-12 13:37:40 +01:00
Andreas B 1225800e7e Add delay on play/pause to prevent hiccup when entering fullscreen
Resolves: #589
2020-02-09 16:26:55 +01:00
Dmitry Lyzo 17f9480188 Disable keyboard navigation for non-TV 2020-02-05 15:20:48 +03:00
dkanada 7af58a03dd Merge pull request #702 from dmitrylyzo/playback_remote
Add playback control from TV remote
2020-01-27 22:34:59 +09:00
Dmitry Lyzo 4b5eb8e063 Fix click on pause button right after showOsd 2020-01-25 17:36:59 +03:00