Dmitry Lyzo
267c110b0c
Merge branch 'master' into es6-modules-components-playback
2020-05-27 18:29:23 +03:00
gion
385f0a0beb
Merge remote-tracking branch 'upstream/master' into syncplay
2020-05-27 10:42:29 +02:00
Benoît Dardenne
ffa9f2093b
Fixed code smell
2020-05-26 23:16:33 +02:00
Benoît Dardenne
67da5e49ab
Transfer whole playlist when transfer playback to another device
2020-05-26 23:07:19 +02:00
Delgan
76ad33449f
Fix export of "showPlayerSelection()" by renaming it to "show()"
2020-05-21 19:16:19 +02:00
Delgan
70d01c92d4
Remove unsed imports and merge classList calls
...
Co-authored-by: Sarab Singh <sarab.singh97@gmail.com>
2020-05-21 19:14:25 +02:00
Delgan
c843bc9fb6
Migrate components/playback functions to ES6 modules
2020-05-21 15:58:10 +02:00
dkanada
8478b0ed56
basic skeleton for epub reader
2020-05-18 21:19:57 +10:00
Adavier
146e592a6d
qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33))
...
qualityoptions.js assumes that all videos are wider than 16:9 (1.77).
So a video with resolution 1440x1080 (4:3 1080p) only exposes options of 720p as the width is not considered for
1080p.
This fixes that by checking if the aspect ratio is less than 1.77, and if so padding the width to 16:9.
2020-05-17 15:39:41 +01:00
gion
11f6217bb2
Fix code issues
2020-05-09 12:38:23 +02:00
gion
460c2a1f77
Fix lint errors
2020-05-09 11:59:37 +02:00
gion
6c18b655e0
Implement syncplay frontend
2020-05-09 11:59:37 +02:00
MrTimscampi
45da9c0a39
Fix more accessibility and blockers
2020-05-08 10:44:42 +02:00
MrTimscampi
a31455f2af
Merge remote-tracking branch 'upstream/master' into media-session
2020-05-07 11:33:40 +02:00
MrTimscampi
9e3ca706c4
Force the use of single quotes
2020-05-04 12:44:12 +02:00
Dmitry Lyzo
a3bc8c183e
Use remove+add pattern for icons
2020-05-02 14:02:44 +03:00
MrTimscampi
81dffa3a93
Merge remote-tracking branch 'upstream/master' into media-session
2020-05-01 16:14:54 +02:00
Dmitry Lyzo
7905a868c8
Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
...
Conflicts:
src/controllers/dashboard/plugins/available.js
src/controllers/dashboard/plugins/installed.js
2020-04-28 16:55:33 +03:00
MrTimscampi
eb6f70240a
Fix an issue with Screenfull on iOS
2020-04-26 16:07:07 +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
MrTimscampi
097802cd51
Add maxHeight for media session image
2020-04-20 17:48:02 +02:00
Dmitry Lyzo
71746a6ffc
Extract const value
2020-04-18 00:06:51 +03:00
Dmitry Lyzo
bffafa6914
Make reportPlayback less spammy
2020-04-17 20:38:42 +03:00
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