Skip to content

Tags: chrisbanes/tivi

Tags

v1.0.0

Toggle v1.0.0's commit message
fix(deps): update androidxactivity to v1.9.2

v1.0.0-rc05

Toggle v1.0.0-rc05's commit message

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

Toggle v1.0.0-rc04's commit message

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

Toggle v1.0.0-rc03's commit message
Update haze to v0.5.3

v1.0.0-rc02

Toggle v1.0.0-rc02's commit message

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

Toggle v1.0.0-rc01's commit message

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

Toggle v0.9.7's commit message

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

Toggle v0.9.6's commit message

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

Toggle v0.9.5's commit message
Update agp to v8.1.1

v0.9.4

Toggle v0.9.4's commit message

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).