Claus Vium
9ba1961a0c
Sort item results in the same order as requested
2019-03-11 08:24:26 +01:00
Joshua M. Boniface
84f2315e27
Merge pull request #144 from grafixeyehero/dev
...
Add top offset and bottom offset margins in emby-scrollbuttons
2019-03-10 01:57:45 -05:00
Bond-009
44e16c77a8
Merge pull request #166 from jellyfin/release-10.2.z
...
Better progressive playback controls of bottom pages (#164 )
2019-03-05 20:29:13 +01:00
xlinbsd
89be94fff3
Better progressive playback controls of bottom pages ( #164 )
...
* Allow volume change on shrinker width screenview
* Tiny better width compromise in width control fluidity
* Better progressive music control panel
* Delay hiding of album image displayed
* Wider volume slider
2019-03-05 13:09:32 +01:00
Anthony Lavado
36ab9764ac
Merge pull request #163 from jellyfin/release-10.2.z
...
Backmerge for 10.2.2
2019-03-04 01:19:09 -05:00
Sparky
134bbbf6c0
Fix volume slider not working on nowplayingbar
...
Turns out, by wrapping the code in a function it takes the necessary bits out of scope, causing the nowplayingbar to become non-functional when it comes to adjusting volume.
Fixes https://github.com/jellyfin/jellyfin/issues/988
2019-02-23 21:16:10 -05:00
Sparky
802bb3a757
Make types more consistent
...
There is no instance I can find where these values are ever *actually* strings. Changing them to boolean improves consistency.
2019-02-23 10:29:42 -05:00
grafixeyehero
d2fe0e4bef
margining top offset and bottom offset emby-scrollbuttons
2019-02-19 00:37:38 +03:00
Joshua M. Boniface
fe28f88a99
Merge pull request #141 from jellyfin/exit_fullscreen_automatically
...
Exit fullscreen automatically after video playback ends
2019-02-18 15:13:26 -05:00
Claus Vium
9a7ede5536
Add fullscreen check to avoid errors in Chrome
2019-02-17 23:29:31 +01:00
Claus Vium
53fbc24ac5
Exit fullscreen automatically when video playback stops
2019-02-17 23:13:42 +01:00
Joshua M. Boniface
058b3c8ab0
Merge branch 'master' into release-10.2.z
2019-02-17 13:10:55 -05:00
Vasily
29e100c476
Merge pull request #137 from grafixeyehero/dev
...
Replace HeaderEmbyServer with HeaderJellyfinServer on plugincatalog
2019-02-17 16:19:15 +03:00
Claus Vium
36c5842cca
Remove left-over JS for Customize Home Screen
2019-02-15 21:15:15 +01:00
grafixeyehero
172cf4d0aa
Change wiki links to ones in the web archive
2019-02-15 21:08:58 +03:00
Vasily
c6116c2766
Make sure fallback culture is always available
...
Fixes #134
2019-02-13 21:26:26 +01:00
grafixeyehero
e5bd76b09a
remove more "Customize Home Screen" Bar at Bottom of web ui
2019-02-13 16:42:28 +01:00
grafixeyehero
533b7fe50a
remove "Customize Home Screen" Bar at Bottom of web ui
2019-02-13 16:42:28 +01:00
Sparky
02671c7fd3
Create function to reduce code reuse
2019-02-12 07:20:31 -05:00
Sparky
77a23c74d9
Fixed on click behavior and added touchmove handler
2019-02-12 06:49:39 -05:00
Sparky
f948541e68
Fixed all 3 volume sliders behavior
...
Now updates when dragging
2019-02-12 06:49:39 -05:00
Sparky
8a868f9109
Partial fix for music
...
Same problems as video when on nowplaying.html, all other pages are still behaving as before (when the playback bar is along the bottom).
2019-02-12 06:49:39 -05:00
Claus Vium
2a6b3791bc
Change sharedcomponents module to core
2019-02-08 07:50:23 +01:00
Vasily
884c264b40
Merge pull request #118 from anthonylavado/fix-safari-pip
...
Enable and fix PiP for Safari
2019-02-04 20:01:35 +03:00
Claus Vium
d7cef56e23
Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js
...
Remove extra newline
Co-Authored-By: anthonylavado <anthonylavado@users.noreply.github.com>
2019-02-04 10:00:26 -05:00
Claus Vium
8ec57de307
Update src/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js
...
Co-Authored-By: anthonylavado <anthonylavado@users.noreply.github.com>
2019-02-04 03:56:41 -05:00
Anthony Lavado
c99f9c6d65
Stacks the condition for Safari support and Chrome support all in to one
...
This puts the IF condition for detecting Chrome PiP support into the same line as the one that sets it up for Safari. I tested it in both browsers, as well as Firefox. In browsers where PiP is supported, they each respond to their own call and not the other (Safari only responds to the Webkit check, Chrome only responds to the document check). Firefox currently supports neither standard, so there's no issue there.
2019-02-04 03:28:54 -05:00
Vasily
d3ca840136
Merge pull request #116 from dkanada/strings
...
Consolidate all strings into a single file per language
2019-02-03 18:14:14 +03:00
dkanada
6ffae6cbe0
remove module reference from method calls
2019-02-03 23:14:41 +09:00
dkanada
945c57be28
move all strings to the same location
2019-02-03 19:34:39 +09:00
Anthony Lavado
04bf6a3305
Fix the value to be grey
...
Accidentally pushed up a commit that had it at white. This is now the correct middle grey.
2019-02-03 04:03:04 -05:00
Anthony Lavado
f0b8a44bcf
Make the toggle track visible on all themes
...
The default toggle track colour was essentially a transparent black. While this works on brighter themes, it didn't work on the now default dark theme. It is now set to a "middle grey" that is visible on all themes (light or dark).
2019-02-03 03:55:29 -05:00
Anthony Lavado
65581958e1
Enable and fix PiP for Safari
...
This enables the previously commented out lines that would enable Picture in Picture support for Safari.
Also fixed IF condition to match the Apple developer reccomendation: https://developer.apple.com/documentation/webkitjs/adding_picture_in_picture_to_your_safari_media_controls
2019-02-03 03:34:50 -05:00
Sparky
0e8e114c14
Remove commented code
2019-02-02 09:42:47 -05:00
Sparky
1c523fc4f0
Removed seasonal theme support
...
As our sole season theme was for Halloween and relied on dubiously licensed art assets to work, I removed the entire system.
Fixes #71
2019-02-02 09:35:56 -05:00
dkanada
87645e7748
remove commas from the end of translation files
2019-02-02 13:28:17 +01:00
Claus Vium
8d06ac275b
Merge branch 'master' into remove_games
2019-01-31 19:04:06 +01:00
dkanada
3f0323fc7c
update british strings
2019-01-31 18:30:53 +09:00
Vasily
d79a07dd34
Merge pull request #79 from cvium/remove_more_connect
...
Remove unused Connect related from the frontend
2019-01-30 16:57:23 +03:00
Claus Vium
8e76f60a10
Remove games
2019-01-27 22:10:07 +01:00
Claus Vium
2339b57479
Remove unused Connect related from the frontend
2019-01-27 19:32:43 +01:00
Claus Vium
f8cb517376
Add download menu option to media items
2019-01-25 22:43:26 +01:00
Andrew Rabert
2257110992
Merge pull request #51 from dkanada/clean
...
remove more code for sync and camera roll
2019-01-24 23:15:19 -05:00
Andrew Rabert
5c75bd5f99
Merge pull request #58 from Tthecreator/CSS-slider-fixes
...
Css slider fixes
2019-01-24 23:15:09 -05:00
dkanada
cb9f250d32
add suggested changes and fix a return statement
2019-01-24 22:25:30 +09:00
dkanada
b27bc31f50
remove more sync related code
2019-01-24 22:25:12 +09:00
dkanada
b5b928ec21
remove more code related to camera roll
2019-01-24 22:24:56 +09:00
Vasily
5d6fe136aa
Merge pull request #62 from hawken93/reformat
...
remove BOM markers
2019-01-24 16:09:49 +03:00
hawken
71c2f1f33d
remove BOM
2019-01-23 11:33:34 +00:00
dkanada
8a59ae79dc
remove duplicates from british language and add todo
2019-01-23 01:52:20 +09:00