Skip to content

Release 0.7.4 - 🇲🇨

Compare
Choose a tag to compare
@BrightDV BrightDV released this 28 May 19:49
· 132 commits to main since this release
3df7f6e

Changelog

This release add support for the official API! See a comparison here.

Bugfixes 🐛

  • Fix Driver and Team Screens by fixing their parser (new UI on the official website).
  • Fix Circuit screen when no highlights article is present.
  • Fix the information button of the Race Hub (#158).
  • Fix the text alignment of the articles.
  • Fix the countdown not showing for the sprint.
  • Fix the sprint check.
  • Fix the leader time in the results' widget of the Circuit Screen (#154).
  • Fix wrong DNFs in the Team results.
  • Fix Williams results with only one car result and updated the converter to RB instead of Alphatauri (#153).
  • Fix home for tablets.

Improvements 📈

  • Add support for the official API (beta)! You can enable it from the settings. (You have to enable the Experimental Features first). Please report any bug related to this.
  • Use f1-dash as the unofficial alternative for the live sessions (open-source, ads-free and feature-rich client).
  • Migrate even more UI to MD3.
  • Fix dark theme on startup.
  • Update Alpine color.
  • Improve the team color indicator.
  • Improve the Team Screen UI.
  • Handle overflow of circuit name instead of two lines (#146).
  • Add a 'Copy title' button to the long-press actions of the article card (#159).
  • Add 12-hour clock (#147). You can enable it from the settings.
  • Refactor the Circuit screen for better performances and avoid double requests.
  • Improve the track image popup of the Circuit screen (#157).
  • Update the Race Programme URL of the Race Hub.
  • Hide atomPromotion article part, because it is useless for the app.
  • Update to new article route when sharing and opening in the browser.
  • Update translations from Weblate.

Dev 💻

  • Bump Flutter to 3.22.1 and fix deprecations
  • Bump dependencies
  • Update AGP, minSdk, targetSdk, Gradle and Kotlin versions.

As always, thanks for using Box, Box!

Note: the size of the app increased a lot, because of the updated minSdk... I may try to split the APKs per arch in the future to reduce the app size.