This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Releases: chrisbanes/tivi
Releases · chrisbanes/tivi
v0.5.1
What’s Changed
- Fix fragment crashing when rotating the device (#706) @chrisbanes
- Use @RewriteQueriesToDropUnusedColumns (#704) @chrisbanes
- Update dependencies (#703) @chrisbanes
- Update to Compose SNAPSHOT 6860046 (#702) @chrisbanes
- Update to Compose SNAPSHOT 6854728 (#697) @chrisbanes
0.5.0
What’s Changed
- Switch to new Inter typeface (#696) @chrisbanes
- Update dependencies (#695) @chrisbanes
- Update to Compose SNAPSHOT #6824694 (#693) @chrisbanes
- Update Crashlytics plugin (#694) @chrisbanes
- Converting 'Discover' to Jetpack Compose (#692) @chrisbanes
- Fix login due to Trakt and TargetSdk 30 changes (#690) @chrisbanes
- Display show status (#691) @chrisbanes
- Small tweaks to Actions build config (#689) @chrisbanes
- Update various dependencies (#688) @chrisbanes
- Fix typos (#686) @androiddevnotes
- Tidy up icon resources (#685) @chrisbanes
- Disable Jetifier 👋 (#684) @chrisbanes
- Update to Compose SNAPSHOT 6765009 (#683) @chrisbanes
- Use
AnimatedVisibility
for moar sizzle 💫 (#682) @chrisbanes - Update to Compose Snapshot 6752477 (#681) @chrisbanes
- Trying out new Insets implementation (#639) @chrisbanes
- Add a fake google-services.json (#680) @chrisbanes
- Remove battery saver dark theme setting (#678) @chrisbanes
- Revert Dagger workaround due to old Compose Kotlin compiler (#677) @chrisbanes
- A few fixes for the Account UI (#676) @chrisbanes
- Update AGP and other dependencies (#675) @chrisbanes
- Update to SNAPSHOT 6721902 (#673) @chrisbanes
- Update to AGP 4.2.0-alpha06 (#665) @chrisbanes
- Update README (#672) @chrisbanes
- Animate expanding text size changes (#670) @chrisbanes
- Update to SNAPSHOT: #6704997 (#669) @chrisbanes
- Enable Kotlin 1.4 API (#668) @chrisbanes
- Update to Compose dev15 (#667) @chrisbanes
- Fix some missing executes (#666) @chrisbanes
- Improvements across composability in show details (#662) @chrisbanes
- Uses flow's catch instead (#663) @jeffreydelooff
- Update to AGP 4.2.0-alpha04 and Compose SNAPSHOT 6658922 (#661) @chrisbanes
- Fix crash due to wrong nullability (#659) @chrisbanes
- Fix show details looping composition (#658) @chrisbanes
- Some small improvements around show details composition (#656) @chrisbanes
- Upgrade to AGP 4.2.0-alpha02 (#655) @chrisbanes
- Update to Store v4.0.0-alpha06 (#654) @chrisbanes
- Force Store stream() to flow on background thread (#653) @chrisbanes
- Various small tidy-ups (#652) @chrisbanes
- Fix related shows not loading correctly (#651) @chrisbanes
- Optimize how Tivi fetches show image URLs (#649) @chrisbanes
- Lots of improvements around Coroutines usage (#648) @chrisbanes
- Use
yield()
andensureActive()
(#647) @chrisbanes - Fix remaining interactors (#646) @chrisbanes
- Fix popular shows crashing when opened (#645) @chrisbanes
- Start scoping operations back to the ViewModel again (#644) @chrisbanes
- Start injecting the initial ViewModel state again (#643) @chrisbanes
- Update to Compose SNAPSHOT #6602655 (#642) @chrisbanes
- Migrate to AGP 4.2.0-alpha01 (#641) @chrisbanes
- Migrate to Hilt (#640) @chrisbanes
- Encrypt secret files using GPG (#632) @chrisbanes
- Revert back to Epoxy 3.11.0 (#637) @chrisbanes
- Various small fixes around usage of Compose (#638) @chrisbanes
- Migrate to main branch naming (#636) @chrisbanes
- Update to Android Studio 4.2.0 Canary 1 (#634) @chrisbanes
- Use asFlow() to process lists instead of parallelMap (#633) @chrisbanes
- Update to Epoxy 4.0.0-beta4 (#631) @chrisbanes
- Merge Compose UI modules together (#594) @chrisbanes
- Update R8 config (#630) @chrisbanes
- Upgrade to ktlint 0.37.0 (#626) @chrisbanes
- Update to UI/Compose SNAPSHOT #6571972 (#629) @chrisbanes
- Update lots of dependencies (#628) @chrisbanes
- Try out Play Publisher 2.8.0-SNAPSHOT (#625) @chrisbanes
- Improvements to related shows source (#619) @chrisbanes
- Try out Compose + UI SNAPSHOT 6543212 (#622) @chrisbanes
- Update to Compose + UI v0.1.0-dev12 (#621) @chrisbanes
- Update to AGP 4.1.0-alpha10 and Gradle 6.5-m1 (#620) @chrisbanes
- Some more tweaks enabled in dev11 (#618) @chrisbanes
- Update to Compose v0.1.0-dev11 (#617) @chrisbanes
- Be explicit when requiring max-widths (#615) @chrisbanes
- Move to using Accompanist Coil library (#602) @chrisbanes
- Revert back to JDK 8 and enable Kotlin incremental (#614) @chrisbanes
- Update AGP to 4.1.0-alpha09 (#613) @chrisbanes
- Try disabling GitHub Actions cache (#612) @chrisbanes
- Fix data-saver always being enabled on API 23 (#611) @chrisbanes
- Re-enable Kotlin incremental compilation (#609) @chrisbanes
- Update Firebase auth tokens (#608) @chrisbanes
- New Account UI (#607) @chrisbanes
- Tidy up Crashlytics integration (#606) @chrisbanes
- Add error states to show details + episode details (#605) @chrisbanes
- Reuse a common OkHttpClient (#596) @yschimke
- Move to using more Icons from
ui-material-icons-extended
(#603) @chrisbanes - Migrate to Accompanist MDC-Theme (#601) @chrisbanes
- Fix 2 crashes from Crashlytics (#599) @chrisbanes
- Document new oauth redirect URI (#598) @chrisbanes
- Re-enable Crashlytics (#593) @chrisbanes
- Hook up show details back and refresh actions (#592) @chrisbanes
- Update to Compose 0.1.0-dev10 (#591) @chrisbanes
- Update dependencies (#590) @chrisbanes
- Remove automerge action (#589) @chrisbanes
- Setup TraktV2 for automatic refresh tokens (#588) @chrisbanes
- Update show details to Compose (#583) @chrisbanes
- Exclude build/bin sources from Spotless (#586) @chrisbanes
- Run build action on PRs too (#585) @chrisbanes
- Update README (#584) @chrisbanes
- Update to Compose snapshot #6342451 (#582) @chrisbanes
- Disable Crashlytics (#579) @chrisbanes
- Dependency updates (#576) @chrisbanes
- Fix Room warnings (#578) @chrisbanes
- Try building with JDK 11 (#577) @chrisbanes
- Update to AGP 4.1.0-alpha03 and Gradle 6.3 (#574) @chrisbanes
- Fix build (#575) @chrisbanes
- No need of workaround for ConstraintLayout as issue has been fixed already (#573) @Sathawale27
- Updated the development setup instructions. (#572) @Sathawale27
- @composable functions with a return type shouldn't start with a upper… (#569) @IVIanuu
- Improvements around swipe-to-dismiss in Episode Details (#568) @chrisbanes
- Converting episode details to use Jetpack Compose (#544) @chrisbanes
- Update dependencies (#563) @chrisbanes
- Tweaks to data-saver (#561) @chrisbanes
- Update to AGP 3.6.0 final (#562) @chrisbanes
- New 'save data' preference (#560) @chrisbanes
- Fetch lower quality images when needed (#559) @chrisbanes
v0.4.1
What’s Changed
- GitHub Actions improvements (#558) @chrisbanes
- [pull] master from chrisbanes:master (#7) @pull
- Update to AGP 3.6.0-rc03 (#557) @chrisbanes
- Migrate to using Store (#556) @chrisbanes
- Upgrade to AGP 3.6.0-rc02 (#554) @chrisbanes
- Dependency updates (#553) @chrisbanes
- Update to Coil v0.9.x (#526) @chrisbanes
- Update to cache v1.1.0 (#551) @chrisbanes
- Update build.yml (#550) @imbsky
- Change continuation indent to 4 chars (#548) @chrisbanes
- Tidy up module dependencies (#547) @chrisbanes
- Split up the common-ui module (#546) @chrisbanes
- Split out ui-episodedetails (#543) @chrisbanes
- Revert typefaces back to Rubik (#542) @chrisbanes
- Update AGP to 3.6.0-beta05 (#541) @chrisbanes
- Increase scrolling speed for carousels (#539) @chrisbanes
- Small spacing improvments to show details (#538) @chrisbanes
- More badges on show details (#537) @chrisbanes
- Tidy up UI classes visibility (#536) @chrisbanes
- Update all the dependencies (#535) @chrisbanes
- Update MotionLayout await to use a timeout (#534) @chrisbanes
- Move all view await funs to suspendCancellableCoroutine (#533) @chrisbanes
- Update show details to use
Action
(#532) @chrisbanes - Merge CI Gradle tasks (#531) @chrisbanes
- Update heap settings (#529) @chrisbanes
- Add automerge action (#530) @chrisbanes
- Increase java heap size to 2 GB (#528) @LivingWithHippos
- Use Release Drafter GitHub Action (#527) @chrisbanes
- Only run assembleRelease on feature branches (#525) @chrisbanes
- Force show details to fling to open state (#524) @chrisbanes
- Move to GitHub Actions (#506) @chrisbanes
- Remove toDp() extfuns (#523) @chrisbanes
- Use our animations for navigation destinations (#520) @chrisbanes
- Move PagedLists out of MvRx states (#519) @chrisbanes
- Refactor app navigation to lean more on the navigation component (#518) @chrisbanes
v0.4.0
Bump version to 0.4.0
v0.3.6.2
Bump version to v0.3.6.2
v0.3.6.1
Bump version to v0.3.6.1
v0.3.6
Bump version to v0.3.6
v0.3.4
Bump version to v0.3.4
v0.3.3
Tag v0.3.3
v0.3.2
Bump version to 0.3.2