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

Tags: chrisbanes/tivi

Tags

v1.0.0

fix(deps): update androidxactivity to v1.9.2

v1.0.0-rc05

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use followed only filter on Up Next (#1951)

v1.0.0-rc04

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure that related shows are unique (#1902)

v1.0.0-rc03

Update haze to v0.5.3

v1.0.0-rc02

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify NestedScaffold (#1684)

We now use a custom WindowInsets instance to pass down the nested
padding.

v1.0.0-rc01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Licensee copy tasks (#1619)

v0.9.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Discover Up Next item UX (#1546)

v0.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add splashscreen to Android (#1499)

v0.9.5

Update agp to v8.1.1

v0.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix images not loading (#1468)

Caused by us using the same disk cache location on Android as
the previous Coil implementation. This results in any existing
Coil-originated disk cache being incompatible with Compose 
Image Loader. Fixed by using a different cache folder, and deleting
the remaining Coil cache folder (if exists).