Releases: SRGSSR/srgdataprovider-android
Releases · SRGSSR/srgdataprovider-android
0.7.7
What's Changed
Refactoring service image.
- The new api allow to write with ease image url like required by SRG SSR. PR #25
- Examples:
val media: Media = ...
val imageUrlDecorator: ImageUrlDecorator = ...
media.imageUrl.decorated(imageUrlDecorator, 480)
// or use extension methods provided in ImageUrlExtensionKt.
media.imageUrl.decorated(ImageWidth.W1920)
media.imageUrl.decorated(ImageWidth.W1920, IlHost.Prod)
IlService changes
- Add missing
IlService.getPageForShow
. PR #29 - Add
RepresentationType
:TrendingShowsByTopic
and
AvailableEpisodes
. - Fix
ListResult
to be overridable again.
0.6.2
0.6.1
0.6.0
What's Changed
- Remove IlImage.Scaling. The image service selection is made internally. by @Loic-Dumas in #19
- 20 missing media statistics by @StaehliJ in #21
- Pull version to 0.6.0 by @StaehliJ in #22
New Contributors
- @Loic-Dumas made their first contribution in #19
Full Changelog: 0.5.0...0.6.0
0.5.0
0.0.4
What's Changed
- Remove
IlImage.Scaling
. The image service selection is made internally depending on the BU. (RTS urls will use RTS, other BUs will use IL Play image service)