nyanmisaka
|
2cc896251f
|
Fix the PNG image decoding issue in Skia
Regression was introduced in 2.88.0: https://github.com/mono/SkiaSharp/issues/2095
|
2 years ago |
Cody Robibero
|
1c5571b24e
|
Remove conditional skia inclusion (#7799)
|
2 years ago |
Cody Robibero
|
3c5b4b9a27
|
Conditionally include platform specific Skia assets
|
2 years ago |
Jellifi007
|
56573f14b0
|
Fixes diactritics regressions
|
3 years ago |
dependabot[bot]
|
dde984bd0e
|
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases)
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406)
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Cody Robibero
|
e5701c396a
|
Merge pull request #6436 from daullmer/splashscreen
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
3 years ago |
Cody Robibero
|
8a36fe7ed5
|
Use png for storage
|
3 years ago |
Cody Robibero
|
0d335082c8
|
suggestions from review
|
3 years ago |
Cody Robibero
|
ecb73168b3
|
Suggestions from review
|
3 years ago |
Cody Robibero
|
360fd70fc7
|
Clean up
|
3 years ago |
David Ullmer
|
9e0958d822
|
Apply suggestions from code review
|
3 years ago |
David Ullmer
|
68db3be0e7
|
Remove darkening filter from Splashscreen
Using the foregroundLayer parameter has the same effect
|
3 years ago |
David Ullmer
|
3fb3ee074a
|
Remove splashscreen generation from IImageEncoder and add IImageGenerator
|
3 years ago |
David Ullmer
|
0fd4ff4451
|
Always use 1080p, add max parental rating
|
3 years ago |
David Ullmer
|
4ba168c8a1
|
Add splashscreen builder
|
3 years ago |
Bond_009
|
cbfa355e31
|
Update StyleCop
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
dkanada
|
b8eb8940c7
|
Merge pull request #6257 from MrTimscampi/music-library-backdrop
Use artist backdrop for generated library image
|
3 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
dependabot[bot]
|
903628af76
|
Bump SkiaSharp.NativeAssets.Linux from 2.80.2 to 2.80.3
Bumps SkiaSharp.NativeAssets.Linux from 2.80.2 to 2.80.3.
---
updated-dependencies:
- dependency-name: SkiaSharp.NativeAssets.Linux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
26f6c5520c
|
Bump SkiaSharp from 2.80.2 to 2.80.3
Bumps SkiaSharp from 2.80.2 to 2.80.3.
---
updated-dependencies:
- dependency-name: SkiaSharp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
MrTimscampi
|
3b8947aba6
|
Add using keywords to non-disposed objects in BuildThumbCollageBitmap
|
3 years ago |
MrTimscampi
|
8a65a6dfc3
|
Use artist backdrop for generated library image
|
3 years ago |
Bond_009
|
981cf4cfa0
|
Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
|
3 years ago |
Cody Robibero
|
e3f55a0c54
|
Reduce warnings in MediaBrowser.Controller (#6006)
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
dependabot[bot]
|
63355af518
|
Bump BlurHashSharp.SkiaSharp from 1.1.1 to 1.2.0
Bumps [BlurHashSharp.SkiaSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/Bond-009/BlurHashSharp/releases)
- [Commits](https://github.com/Bond-009/BlurHashSharp/commits/v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond-009
|
89ae336694
|
Merge pull request #5654 from jellyfin/dependabot/nuget/BlurHashSharp-1.2.0
Bump BlurHashSharp from 1.1.1 to 1.2.0
|
4 years ago |
Bond-009
|
b2fbf97abd
|
Merge pull request #4988 from Bond-009/crop
|
4 years ago |
dependabot[bot]
|
949ef2ed10
|
Bump BlurHashSharp from 1.1.1 to 1.2.0
Bumps [BlurHashSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/Bond-009/BlurHashSharp/releases)
- [Commits](https://github.com/Bond-009/BlurHashSharp/commits/v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
Bond_009
|
620fbf0f89
|
Remove CropWhitespace function
|
4 years ago |
nyanmisaka
|
4839c2006b
|
fix boxes in library name backdrop for CJK character
|
4 years ago |
crobibero
|
ac2593e370
|
Set convolveAlpha to true
|
4 years ago |
crobibero
|
73d2cb1c2a
|
Updated based on review feedback
|
4 years ago |
crobibero
|
95ebb9a55a
|
Use null coalescing when possible
|
4 years ago |
crobibero
|
5f52a58e78
|
Convert NullReferenceException to ResourceNotFoundException
|
4 years ago |
crobibero
|
a02514a114
|
Fix nullability errors in Jellyfin.Drawing.Skia
|
4 years ago |
crobibero
|
83629ab6f2
|
Update packages to net5
|
4 years ago |
Anthony Lavado
|
1f5ac19346
|
Merge pull request #3954 from Ullmie02/library-pictures
Use backdrop with library name as library thumbnail
|
4 years ago |
dependabot[bot]
|
e84cfc688b
|
Bump BlurHashSharp.SkiaSharp from 1.1.0 to 1.1.1
Bumps [BlurHashSharp.SkiaSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Bond-009/BlurHashSharp/releases)
- [Commits](https://github.com/Bond-009/BlurHashSharp/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
5b6b66f7b3
|
Bump BlurHashSharp from 1.1.0 to 1.1.1
Bumps [BlurHashSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Bond-009/BlurHashSharp/releases)
- [Commits](https://github.com/Bond-009/BlurHashSharp/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
MrTimscampi
|
226e517f11
|
Update SkiaSharp.NativeAssets.Linux to 2.80.2
|
4 years ago |
dependabot[bot]
|
b83b8f5267
|
Bump SkiaSharp from 2.80.1 to 2.80.2
Bumps SkiaSharp from 2.80.1 to 2.80.2.
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
David
|
9165dc3b3a
|
Scale down text if too long
|
4 years ago |
David
|
d740e7aee6
|
Increase font size, center text
|
4 years ago |
David
|
a3020f2917
|
Use backdrop with library name as library thumbnail
|
4 years ago |
cvium
|
1dcc678a6a
|
Fix collages
|
4 years ago |
Erwin de Haan
|
0f43780c8c
|
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |