Skip to content

Releases: Ixam97/CarStatsViewer

v0.27.3

28 Aug 17:38
Compare
Choose a tag to compare

0.27.0

  • Implemented the Automotive App Host for a potential public Play Store release (not contained in legacy builds).
  • Implemented Firebase Crashlytics. Can be disabled in settings.
  • Overhauled changelog creation method.
  • Charging curve no longer cuts off above 160 kW in Trip Summary.
  • The database upload now creates a separate service. You no longer need to remain on the trip history screen during the Upload. A notification will be posted to the notification center to show progress.
  • The database upload now contains charging curves.
  • The Webhook now populates "charged_soc" at the end of a charging session.
  • Reduced database access by limiting the logging within debug settings.
  • Debug logs get deleted after 28 days once a day.
  • Fixed experimental color scheme not working.

0.27.1

  • (Play Edition) Temporarily deactivated Legacy Dashboard and Trip History because of limitations imposed by Google Guidelines.
  • (Play Edition) Catching crashes on changelog creation.
  • (Play Edition) Fixed an issue where notification interactions would crash the app.
  • Fixed crashes caused by saving trip data.
  • Improved crash reporting.

0.27.2

  • Added error handling and logging to trip changes.

0.27.3

  • Added additional drive start conditions (for example for the Volvo EX30)

PLEASE NOTE: Currently the EX30 does not report any power values to the app. Therefore no energy statistics will be available. It is currently unclear if and when this will be fixed by Volvo.

v0.26.2

28 Apr 17:17
Compare
Choose a tag to compare
  • Tweaked summary plot controls
  • Fixed broken layout after Polestar OTA P3.0.3
  • Fixed some layout issues on Volvo Infotainment

v0.26.1

17 Apr 18:42
Compare
Choose a tag to compare
  • Fix for Android 12 Support (P3.0)

v0.26.0

20 Dec 21:55
61fbdec
Compare
Choose a tag to compare
  • Added experimental color scheme.
  • Simplified secondary axis selector.
  • Separated database upload into chunks to prevent false negatives and display progress.

v0.25.2

07 Oct 13:47
Compare
Choose a tag to compare
  • Expanded Webhook API capabilities. (See documentation)
  • Added an option for a phone reminder when leaving the car.
  • Optimizations in plot rendering and loading performance.
  • Fixed an issue where sometimes wrong charging sessions would be shown in trip summary.
  • Fixed an issue causing the app to not use miles as distance unit.

v0.25.1

28 Jul 18:00
Compare
Choose a tag to compare
  • UI adjustments, especially in the trip summary.
  • Added vehicle configuration for MY24.
  • The sharing of the current location can now be configured for each API individually.
  • Minor bugfixes.

v0.25.0

23 Jul 12:24
dab45c7
Compare
Choose a tag to compare
  • Implemented a local database for more robust and performant saving of trip data.
  • Charging session can now be interrupted up to 5 minutes before beginning a new session, even if the car was moved.
  • Added the trip history to view past trips.
  • Added quick select buttons for 20, 40 and 100 km in the trip summary.
  • Added an icon representing the selected trip type. Taping on the trip stats cycles between the 4 trip types.
  • Added setting to select which APIs connection status should be displayed in the main view.
  • It is now possible to reset the manual trip from the main view.
  • Adjusted the HTTP webhook data set to the new data structure.
  • General bugfixes and stability improvements.

v0.24.1

18 May 10:12
d59d003
Compare
Choose a tag to compare
  • Altitude change added in trip summary (experimental)
  • Fixed wrong units in summary diagram
  • Fixed wrong dates of charging sessions in summary
  • Improved restart notification conditions
  • Changed energy tracking conditions (experimental)
  • Added french, finnish and portuguese translations

v0.24.0

02 Apr 12:11
2bfcbd8
Compare
Choose a tag to compare
  • Added multiple live data APIs:\n- ABRP OTA live data\n- HTTP Webhook with BasicAuth
  • Added location tracking and elevation history
  • Added restart notification after a reboot, update or app crash
  • Added vehicle setup
  • Restructured settings menu
  • Fixed main view units not updating
  • General bugfixes and stability improvements

v0.23.0

24 Feb 19:00
8672f8c
Compare
Choose a tag to compare
  • Data structure revamped to increase stability and scalability
  • Added danish translation
  • Added "About Car Stats Viewer" (incl. overhaul ReadMe with info about supporting and contributing)
  • Added multiple trip trackers running at the same time (manual trip, since last charge, auto trip, current month)
  • Various visual improvements for the plot views
  • Specific values in plot views can be highlighted by double taping
  • Debug-Logs can be sent via SMTP (experimental!)
  • Stabilized behaviour of charging curve when the app is paused while charging
  • Optimized driver distraction optimization
  • Various bug fixes and stability improvements