Niels van Velzen

Results 34 issues of Niels van Velzen

**Changes** - Move remaining implementations from ImageUtils to ImageHelper - Move max height/aspect ratio constants to ImageHelper - Fix crash in ModelCompat when converting (legacy)ChannelInfoDto to (sdk)BaseItemDto - Inject and...

sdk-migration
refactor

**Changes** - Add SdkPlaybackHelper implementation which is a rewrite in Kotlin using the SDK. It behaves the same as the old implementation - Remove old PlaybackHelper implementation - Require context...

sdk-migration
refactor

The chapter markers in the video player seekbar, introduced in 10.9, have some issues. First they add unsanitized user values to the seekbar (chapter name). And secondly, those names can...

bug
stable backport
security

Whenever a fragment is resumed, it will try to refresh information for the currently selected item. It then replaces it with a new BaseItemDtoBaseRowItem. The AudioQueueBaseRowItem class inherits from BaseItemDtoBaseRowItem,...

bug