Commit Graph

3288 Commits

Author SHA1 Message Date
MrTimscampi e97c659dc0 Migrate lazyloader-intesctionobserver to ES6 2020-04-12 00:23:16 +02:00
MrTimscampi 343989f610 Add unloading capability to the image loader 2020-04-11 22:56:47 +02: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
Samuel e8b9a22d64 EventListener for savePlaylist was removed fix
Put back the EventListener for savePlaylist that I removed by accident.
2020-04-10 16:12:45 -04:00
Samuel c8edd20558 Randomize album card color when no image
Randomize album card color when no image present.
Added function cardBuilder
2020-04-10 15:51:12 -04:00
MrTimscampi 0b061fb1ff Remove self.document from page visibility event 2020-04-10 21:42:27 +02:00
MrTimscampi 84b69fa0e7 Remove IE/Edge-specific case in app visibility handler
As Edge 12+ supports the Visibility API, we don't need the MS-specific API handling
2020-04-10 21:20:21 +02:00
MrTimscampi 93b1dd53b5 Correct app visibility event in appHost 2020-04-10 21:16:36 +02:00
Samuel dbdfd25eef Fix text alignement of the album and artirst
Fix suggested by @ferferga for the alignment of the album, artist button in the player.
Artist and album text are now align on the left.
2020-04-10 14:51:44 -04:00
Samuel 859ec893c2 Update src/components/remotecontrol/remotecontrol.css
As suggested by @ferferga

Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
2020-04-10 14:44:31 -04:00
MrTimscampi 6599362a28 Simplify visibility change event in appHost 2020-04-10 20:17:08 +02:00
Samuel 5f9d33fe21 Fix lint after last commit 2020-04-10 13:09:25 -04:00
Samuel 811a809e1b Add support for Tv show 2020-04-10 13:06:26 -04:00
Samuel c3354a36e3 Hide overflow on Image when landscape image 2020-04-10 13:02:39 -04:00
ferferga 34cea7120b Removed playlist button and added back "add to playlist" in context menu 2020-04-10 18:50:00 +02:00
ferferga d82c379cbb Fix clickable area 2020-04-10 18:28:01 +02:00
ferferga 9993f336c2 Removed links in miniplayer and add context menu 2020-04-10 18:17:57 +02:00
ferferga 6724e2f2fd Rename class and use flex class instead of style 2020-04-10 15:51:05 +02:00
Julien Machiels acbe7730b8 Merge branch 'master' into polyfill-lint 2020-04-10 06:28:59 +02:00
Julien Machiels 27ca18a62b Merge branch 'master' into sonarqube-fixes-1 2020-04-10 06:27:32 +02:00
Samuel 281b51b967 Update remotecontrol.css 2020-04-09 22:56:14 -04:00
Samuel d3a27baf45 Update remotecontrol.css 2020-04-09 22:52:46 -04:00
Samuel 04d3dcdd55 Update remotecontrol.js 2020-04-09 22:33:58 -04:00
Samuel c200abb058 Update remotecontrol.js 2020-04-09 22:27:55 -04:00
Samuel 6619da9ba5 Update remotecontrol.js 2020-04-09 22:07:52 -04:00
Samuel 567b805023 Update remotecontrol.js 2020-04-09 19:15:49 -04:00
Samuel d3d34eec73 Update remotecontrol.css 2020-04-09 19:15:27 -04:00
MrTimscampi 6d75c48496 Merge remote-tracking branch 'origin/master' into no-limits 2020-04-09 21:34:31 +02:00
MrTimscampi 5d2e01deb3 Return proper value for page limit 2020-04-09 21:22:38 +02:00
MrTimscampi 56ff47658b Correct document.visibilityState 2020-04-09 19:20:18 +02:00
Joshua M. Boniface 446dadc0eb Merge branch 'master' into improve-builds 2020-04-09 12:17:51 -04:00
Vasily 3a50f39143 Fix newline breaks in SRT subtitles shown in Firefox 2020-04-09 02:28:07 +03:00
Vasily a54e381c78 Address review comments 2020-04-07 23:32:08 +03:00
Vasily 300d7adbf5 Rework seeking to work properly
Also make Safari to resume previous position faster
2020-04-07 17:33:51 +03:00
Vasily e13c411bb3 Fix resume broken for devices which do HLS natively
This includes mobile Chrome, Android WebView and probably some Apple devices
2020-04-07 15:39:07 +03:00
MrTimscampi a1132e9a9d Correct comma operator use in appRouter 2020-04-06 23:43:03 +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 01776c4dcc Merge remote-tracking branch 'upstream/master' into slideshow-zoom 2020-04-04 23:11:49 +02:00
Julien Machiels e338c1e936 Correct typo in gamepadtokey
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-04 21:49:26 +02:00
MrTimscampi 0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
Vasily d3c0bdd242 Fix attachment delivery urls 2020-04-04 14:43:04 +03: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
dkanada 521068558f Merge pull request #960 from ferferga/translate-everything
Translate missing items - Part 1
2020-04-04 15:59:45 +09:00
dkanada e1b0d2f7bf Merge pull request #1016 from MrTimscampi/better-eslint
Touch up ESLint config
2020-04-04 15:48:11 +09:00
MrTimscampi 03f5be20ad Remove console logs in slideshow 2020-04-04 01:14:11 +02:00
MrTimscampi 6cf1408944 Fix lint issue in slideshow 2020-04-04 00:23:29 +02:00
MrTimscampi 71f12dc360 Correct TV mode slideshow 2020-04-04 00:22:31 +02:00
MrTimscampi e32fe240b7 Merge remote-tracking branch 'upstream/master' into slideshow-zoom 2020-04-04 00:04:23 +02:00