Bond_009
c7d50d640e
Replace == null with is null
2022-12-05 15:00:20 +01:00
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2022-10-06 20:21:23 +02:00
David Ullmer
4ba168c8a1
Add splashscreen builder
2022-01-04 08:20:16 -07:00
MrTimscampi
3b8947aba6
Add using keywords to non-disposed objects in BuildThumbCollageBitmap
2021-07-05 19:41:10 +02:00
MrTimscampi
8a65a6dfc3
Use artist backdrop for generated library image
2021-07-03 02:50:28 +02:00
Cody Robibero
e3f55a0c54
Reduce warnings in MediaBrowser.Controller ( #6006 )
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-11 13:55:46 +02:00
nyanmisaka
4839c2006b
fix boxes in library name backdrop for CJK character
2020-12-26 01:24:25 +08:00
David
9165dc3b3a
Scale down text if too long
2020-08-22 14:31:28 +02:00
David
d740e7aee6
Increase font size, center text
2020-08-21 20:36:56 +02:00
David
a3020f2917
Use backdrop with library name as library thumbnail
2020-08-21 19:53:55 +02:00
cvium
1dcc678a6a
Fix collages
2020-08-09 22:59:31 +02:00
Erwin de Haan
0f43780c8c
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-08-02 12:43:25 +02:00
Erwin de Haan
7ce99aaf78
Update SkiaSharp to 2.80.1 and replace resize code.
...
This fixed the blurry resized images in the Web UI.
2020-07-31 21:20:05 +02:00
Patrick Barron
196e8e131a
Convert to using declarations
2020-07-19 14:12:53 -04:00
Bond_009
2fcbc2a5b8
Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
2020-04-05 21:19:04 +02:00
Mark Monteiro
2c3e1b8562
Enable StyleCop analyzer and fix existing issues
2019-12-14 11:04:22 +01:00
Mark Monteiro
88928118eb
Add missing documentation in Jellyfun.Drawing.Skia
2019-12-13 20:57:23 +01:00
Bond_009
aa30227545
Improve main code flow
...
Improved the way how some parts of the code depend on eachother
Fixed some style issues
2019-06-09 23:51:52 +02:00
dkanada
47095e6cf8
move a variable out of for loop
2019-03-09 11:17:02 +09:00
dkanada
e498e47109
remove mirror images from library thumbnail
2019-03-08 18:39:41 +09:00
Bond_009
a709cbdc64
Fix more analyzer warnings
2019-01-27 12:12:44 +01:00
Bond_009
ce11869a1a
Move Skia back into it's own project
2019-01-26 20:43:13 +01:00