Skip to content

Releases: curiousfyre/vtrack

v1.2.0

Choose a tag to compare

@curiousfyre curiousfyre released this 20 Sep 04:23

What's New

  • Bidirectional price entry: Enter either price per gallon or total cost when logging a fill-up — the other field auto-calculates
  • Price per gallon on fuel list: Each fill-up card now shows the price per gallon alongside odometer, gallons, and total cost

Full Changelog

v1.1.2...v1.2.0

v1.1.2

Choose a tag to compare

@curiousfyre curiousfyre released this 10 Sep 21:00

Bug Fixes

  • Fix MaintenanceCheckWorker crash: add missing androidx.hilt:hilt-compiler KSP processor for @HiltWorker annotation
  • Request POST_NOTIFICATIONS runtime permission on API 33+ when enabling maintenance notifications
  • Wire notification toggle to worker — notifications now respect the Settings switch
  • Fix hardcoded "v1.0.0" in Settings screen — now reads from BuildConfig.VERSION_NAME

Reproducible Build

SHA-256: a2528094a65e86f94deb61c3184fc0c5aadb50bdf0b12a878fbc7056e48cbf44

v1.1.1

Choose a tag to compare

@curiousfyre curiousfyre released this 27 Aug 02:59

Enable reproducible builds for F-Droid. Disable baseline profiles, VCS/dependency info embedding, fix R8 nondeterminism, limit Gradle to single worker. Bump versionCode to 3.

Autometer v1.1.0

Choose a tag to compare

@curiousfyre curiousfyre released this 24 Aug 03:28

What's New

  • Next due odometer override — Optionally set the exact odometer for when your next service is due, instead of relying solely on interval math. Great for when you're starting the app mid-cycle.
  • Visible delete button for maintenance types — Delete icon with confirmation dialog on each maintenance card (replaces hidden swipe gesture).
  • iOS app merged to main — Swift/SwiftUI/SwiftData port now lives alongside Android in the repo.
  • App renamed to Autometer across both platforms.

Install

Download app-release.apk below and install on your Android device.

VTrack v1.0.0

Choose a tag to compare

@curiousfyre curiousfyre released this 17 Aug 03:23

VTrack v1.0.0 — Vehicle Fuel & Maintenance Tracker

First release! Track fuel fill-ups, calculate MPG, manage maintenance schedules, and get notifications when service is due.

Features

  • Dashboard with vehicle overview, MPG stats, and upcoming maintenance
  • Fuel tracking with MPG calculation (handles partial fills)
  • Maintenance scheduling with Oil Change, Tire Rotation, and 6 other presets
  • Statistics with MPG trends and monthly spending charts
  • CSV export via share intent
  • Multi-vehicle support
  • Daily maintenance check notifications

Install on Android

  1. Download app-release.apk below
  2. On your phone, go to Settings → Security → Install unknown apps and allow your browser/file manager
  3. Tap the downloaded APK to install
  4. Requires Android 8.0 (API 26) or newer