Commit Graph

227 Commits

Author SHA1 Message Date
Dmitry Lyzo b87adc9d6c Add scheduled playback progress report 2020-04-17 14:52:22 +03:00
dkanada 686fea165c Merge branch 'master' into patch-10 2020-04-17 09:52:36 +09:00
artiume a80d6b9f27 Update src/components/playback/experimentalwarnings.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-16 20:39:09 -04:00
artiume a57894c8c3 Update src/components/playback/experimentalwarnings.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-16 20:39:00 -04:00
artiume c6179ec3b4 Update src/components/playback/experimentalwarnings.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-16 20:38:48 -04:00
MrTimscampi a6732443f3 Only push image url to array if non-null 2020-04-16 17:00:26 +02:00
MrTimscampi a224a87fc7 Adjust mediaSession feature test for consistency 2020-04-16 16:40:02 +02:00
MrTimscampi fccd99d0ef Fix suggestions 2020-04-16 16:37:21 +02:00
MrTimscampi 96d5dd54cd Set options.type in mediaSessions if unset 2020-04-16 16:19:15 +02:00
Vasily 9d0d44328c Merge pull request #1092 from MrTimscampi/screenfull
Use screenfull to handle fullscreen switching
2020-04-16 13:49:52 +03:00
MrTimscampi 5459ef2a78 Use screenfull to handle fullscreen switching 2020-04-15 13:15:39 +02:00
MrTimscampi 9cba01963f Fix code smell in mediasession 2020-04-15 10:21:58 +02:00
MrTimscampi af7c87b9f6 Migrate MediaSession to ES6 2020-04-15 10:14:57 +02:00
Dmitry Lyzo 1519ee48d7 Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-15 09:57:19 +03:00
MrTimscampi 9bcb270942 More MediaSession cleanup 2020-04-15 08:14:08 +02:00
MrTimscampi 3dd141915e Use full image for MediaSession 2020-04-15 07:54:33 +02:00
Dmitry Lyzo d5ae0275cf Move delayed volume update to playbackManager 2020-04-13 12:50:12 +03:00
dkanada a9c9957160 Merge pull request #1039 from MrTimscampi/sonarqube-fixes-1
Sonarqube bug fixin' - Part 1: Phantom Bugs
2020-04-11 21:34:49 +09:00
Julien Machiels acbe7730b8 Merge branch 'master' into polyfill-lint 2020-04-10 06:28:59 +02:00
MrTimscampi 36eb5564c1 Fix all Critical bugs from Sonarqube 2020-04-06 22:03:09 +02:00
MrTimscampi cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
MrTimscampi 0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
ferferga e5ce7af11d Translate experimentalwarnings.js 2020-04-04 13:25:35 +02:00
ferferga a461f16332 Merge remote-tracking branch 'upstream/master' into patch-10 2020-04-04 12:56:08 +02:00
Dmitry Lyzo 8eb2968027 Clear player data after stop 2020-03-08 00:37:15 +03:00
Dmitry Lyzo dcaa87e4cb Fix brightness indicator 2020-03-07 17:23:31 +03:00
artiume 8651d4bd00 Update playback warning 2020-03-01 20:59:42 -05:00
dkanada f888dcd744 Merge pull request #843 from grafixeyehero/webos-icon-fix
Webos icon fix
2020-02-26 18:02:56 +09:00
dkanada b3da19a596 Merge pull request #816 from MrTimscampi/quiet
Make the console quieter by default
2020-02-25 22:45:26 +09:00
dkanada a9be94a803 uncomment all log statements 2020-02-23 17:23:20 +09:00
grafixeyehero de28101f66 Fix 2 speakers icons next to volume slider #841 2020-02-23 02:32:44 +03:00
h1nk 598402d953 Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
MrTimscampi e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
MrTimscampi 229785b908 Fix more icons on WebOS 2020-02-16 01:53:29 +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
dkanada e3de93dae6 Merge pull request #738 from ferferga/media-controls
Switched OS media controls
2020-01-30 01:26:05 +09:00
MrTimscampi cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
ferferga 02c820de5b Remove unnecessary check 2020-01-29 08:38:56 +01:00
dkanada aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
ferferga 6bea97ef0f Fixed logic and reduced overhead 2020-01-26 14:40:32 +01:00
ferferga 8f8ebc485d Switched media controls to follow other players style 2020-01-26 00:08:17 +01:00
MrTimscampi 0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
MrTimscampi ea28429cdf Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi 2a074d10f1 Fix no-missing-end-of-source-newline (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi 04a4ca9a57 Fix color-hex-case (CSS) 2020-01-25 11:34:12 +01:00
dkanada 6728f5b718 remove useless autoplay script and add folder for settings 2020-01-24 02:57:29 +09:00
Anthony Lavado 21066f06f0 Add initial AirPlay support (#659) 2020-01-10 19:31:02 +03:00
grafixeyehero 080b3365d6 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
# Conflicts:
#	src/components/guide/guide.js
#	src/components/mediainfo/mediainfo.js
#	src/components/multiselect/multiselect.js
#	src/components/playback/brightnessosd.js
#	src/components/recordingcreator/recordingbutton.js
#	src/components/userdatabuttons/emby-ratingbutton.js
#	src/controllers/favorites.js
2019-11-24 17:45:48 +03:00
dkanada 3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
grafixeyehero 1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00