dkanada
f888dcd744
Merge pull request #843 from grafixeyehero/webos-icon-fix
...
Webos icon fix
2020-02-26 18:02:56 +09:00
Bill Thornton
335dc4eff4
Remove dead code
2020-02-26 00:42:58 -05:00
Bill Thornton
fb2fe462df
Fix redundant double negation errors
2020-02-26 00:19:04 -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
grafixeyehero
4b99f00552
move underscore Icon to class
2020-02-23 01:22:55 +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
grafixeyehero
a12da2309f
apply suggustion change
2020-02-20 19:46:34 +03:00
Nyanmisaka
a1f6db48b1
h264 high10 is not supported on mobile browsers
2020-02-20 17:38:22 +08:00
dkanada
53db7fe215
fix possible async issue
2020-02-20 02:07:41 +09:00
dkanada
79aa40465c
rename method
2020-02-19 22:39:22 +09:00
MrTimscampi
f1fb59ec26
Fix change requests and general formatting improvements
2020-02-17 20:41:04 +01:00
dkanada
ed1b35f50f
update some strings and use fetch for the global config
2020-02-16 22:11:36 +09:00
MrTimscampi
e12e6731b2
Make the console quieter by default
2020-02-16 04:22:50 +01:00
dkanada
ea9e79f4d3
add basic web client configuration
2020-02-16 12:17:13 +09: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
grafixeyehero
dec26f6c0e
Fix nowplaying for tv mode
2020-02-15 03:47:07 +03:00
dkanada
c62976845e
Merge pull request #755 from dmitrylyzo/native_select_server
...
Add server select support for NativeShell
2020-02-13 16:48:58 +09:00
nyanmisaka
726a949514
fix device icons for Safari and Android
2020-02-09 21:36:42 +08:00
dkanada
1ece06e12a
Merge pull request #764 from thornbill/device-images
...
Fix device images on main dashboard page
2020-02-09 16:57:35 +09:00
ferferga
145324a209
Removed logs for testing and changed attempt
2020-02-07 14:32:45 +01:00
ferferga
1619646f0a
Default font family now is Noto Sans. Linked to jellyfin-noto package
2020-02-06 16:51:42 +01:00
Bill Thornton
efbfbb822e
Fix device images on main dashboard page
2020-02-04 17:24:44 -05:00
Bill Thornton
a8c979ceaf
Fix custom css precedence
2020-02-04 15:40:32 -05:00
Dmitry Lyzo
6d6cce02af
Add server select support for NativeShell
2020-02-02 00:50:46 +03:00
MrTimscampi
d3d482dcac
Merge remote-tracking branch 'origin/master' into fadein
2020-02-01 19:54:06 +01:00
grafixeyehero
b06afa3305
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into item-detail-page-
...
# Resolve Conflicts:
# src/assets/css/librarybrowser.css
# src/itemdetails.html
2020-01-30 20:11:40 +03:00
dkanada
1a3037229d
Merge pull request #720 from dmitrylyzo/exit_on_back
...
Add app exit on "Go back"
2020-01-31 01:05:15 +09:00
Vasily
af75183d2a
Merge pull request #724 from nyanmisaka/master
...
Update and fix some canPlayType
2020-01-30 14:17:46 +03:00
MrTimscampi
cdefae3dee
Merge remote-tracking branch 'upstream/master' into material-icons
2020-01-29 08:45:20 +01:00
Nyanmisaka
86484bc9b4
Update browserdeviceprofile.js
2020-01-28 01:55:02 +08:00
Nyanmisaka
c60eff507b
Update browserdeviceprofile.js
2020-01-28 01:04:52 +08:00
Nyanmisaka
cb04a5aa91
correct canPlayType for hevc level4
2020-01-28 00:58:24 +08:00
grafixeyehero
16b6e7e4ed
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Deminify-part-4
...
# Resolve Conflicts:
# src/controllers/dashboard/general.js
2020-01-27 19:20:48 +03:00
Dmitry Lyzo
ddf7eae55b
Merge remote-tracking branch 'upstream/master' into exit_on_back2
...
Conflicts:
src/components/apphost.js
2020-01-27 17:47:29 +03:00
dkanada
aef4fede3c
merge branch master into autoplay
2020-01-27 23:08:17 +09:00
dkanada
df06442518
remove missing file from dependency list
2020-01-27 22:54:25 +09: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
MrTimscampi
0b11883451
Move material icons to external package
2020-01-25 18:58:35 +01:00
Dmitry Lyzo
d93c16ea72
Exit app on "go back" at server selection page
2020-01-25 15:32:24 +03:00
Dmitry Lyzo
1ebf03d21b
Exit app on "go back" at login page
2020-01-25 01:20:33 +03:00
Nyanmisaka
1f4af044b0
Update browserdeviceprofile.js
2020-01-24 18:24:32 +08:00
Nyanmisaka
5dbbfdd750
WebOS 1.0+ also supports ASF
2020-01-24 18:22:41 +08:00
Nyanmisaka
7f187b504b
Update browserdeviceprofile.js
2020-01-24 03:30:24 +08:00
Nyanmisaka
50b96b0afb
edge does not support h264 high10 directstream
2020-01-24 03:26:30 +08:00
Nyanmisaka
ae325bd747
Update browserdeviceprofile.js
2020-01-24 02:48:22 +08:00
Nyanmisaka
07c67f0382
Update browserdeviceprofile.js
2020-01-24 02:44:53 +08:00
Nyanmisaka
154a24bdb0
Update browserdeviceprofile.js
2020-01-24 02:38:43 +08:00
Nyanmisaka
9415cdc73c
Update browserdeviceprofile.js
2020-01-24 02:31:08 +08:00
dkanada
6728f5b718
remove useless autoplay script and add folder for settings
2020-01-24 02:57:29 +09:00
grafixeyehero
709b48a8a8
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into item-detail-page-
...
# Conflicts:
# src/assets/css/librarybrowser.css
# src/itemdetails.html
2020-01-23 20:51:30 +03:00