Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Releases: chrisbanes/tivi

v0.9.3

16 Aug 15:41
Compare
Choose a tag to compare

What's Changed

Read more

v0.9.2

16 Jun 19:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

14 May 10:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

10 May 16:17
Compare
Choose a tag to compare

Changes

Kotlin Multiplatform

All of the 'bottom' layers in the app are now built using Kotlin Multiplatform! This opens up the door to using Compose Multiplatform for all of the UI 🎉 .

Thanks to many of the libraries underneath which have enabled this to happen: trakt-kotlin, tmdb-kotlin, SQLDelight to name just a few.

Changelog

Read more

v0.8.0

09 Feb 08:38
Compare
Choose a tag to compare

Highlights

Material 3 makeover

Tivi has been (mostly) updated from Material 2 to Material 3, including dynamic color scheme. There's still a few more things to tidy up, but it's mostly there!

'Up Next' and 'Library'

The old 'Followed' and 'Watched' show tabs have been replaced with 'Up Next' and 'Library'...

'Up Next'

This tab shows the next episode to watch for each of your followed shows.

Library

This tab shows your 'library' of shows, primarily the shows you follow and have previously watched. You can filter which shows are displayed via the chips at the top.

Screenshots

Lots of re-architecting

Invisible to users, but the :data layer in Tivi has been split up and modularized. Most of the work was performed in #1078

The long term goal here is to get the data and domain layers to be built using Kotlin Multiplatform. The big pieces left are to migrate trakt-java and tmdb-java to be KMP compatible, migrate away from Hilt (probably to Koin), and then to migrate from Room to SQLDelight. If anyone is interested in helping here, let me know.

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Dec 20:35
53d1cd9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

13 Feb 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

26 Dec 10:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

26 Dec 10:45
Compare
Choose a tag to compare

What’s Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

22 Dec 17:21
Compare
Choose a tag to compare

What's Changed

Read more