Skip to content

Releases: SRGSSR/srgdataprovider-android

0.7.7

29 Nov 10:16
f28db63
Compare
Choose a tag to compare
0.7.7 Pre-release
Pre-release

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

26 Oct 13:30
204156c
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

20 Oct 10:03
aaeea2c
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

20 Oct 08:53
dddbea7
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

20 Oct 08:41
20fc35c
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.0...0.5.0

0.0.4

12 Oct 16:18
44c36ad
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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)

0.4.0

03 Jul 06:56
1327b07
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

What's Changed

  • Fix methods naming
  • Fix media search json parsing

Full Changelog: 0.3.0...0.4.0

0.3.0 - Add missing endpoints

30 Jun 08:29
e4ff0ec
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1 - Publish sources with artifacts

29 Jun 15:43
bdb09ed
Compare
Choose a tag to compare
Pre-release

Bundle kotlin sources with the library.

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0 - Update from Gson to Moshi

26 Jun 15:30
d5b082f
Compare
Choose a tag to compare
Pre-release

Changes

  • Migrate json object parsing with Moshi.
  • Rename base package.

Full Changelog: 0.1.0...0.2.0