v0.3.5
8 Jun 2026
• Auto-end now finalizes the trip IMMEDIATELY when the stop-timeout fires — no more 60-second confirmation countdown that died if Android killed the service in between
• After auto-end you get an informative notification "Trip saved — X km"
• Previously: the countdown notification appeared but the trip wasn't actually saved because the service was killed before the timer expired
v0.3.4
7 Jun 2026
• Abandoned trips are now finalized in the background by Android's WorkManager — even when the app itself was killed
• Safety net: if you don't react and the app dies, the trip auto-finalizes within ~30 minutes and shows up in your trip list
• Previously: trip stayed ACTIVE until you reopened the app
v0.3.3
4 Jun 2026
• Trip list now shows live driven kilometers during an active trip (previously stuck at 0 km until trip ended)
• Abandoned trips are auto-finalized when the app is reopened — no more orphan ACTIVE trips stuck at 0 km
• Fixes the scenario where you forget to stop and GPS drops in a building / garage and Android kills the service in the meantime
v0.3.2
25 May 2026
• Trips now auto-start as soon as movement is confirmed — no confirmation tap needed
• Fixed trip-end when GPS drops in a garage — watchdog now triggers the end prompt after the configured timeout even without fresh samples
• End prompt still asks before finalizing (auto-ends after 60 s)
v0.3.1
16 May 2026
• Brand color aligned to BlueberryS canonical orange (#FF6600)
• Consistent across all BlueberryS apps (web + mobile)
• Personal brand orange (#FF7043) stays separate on gabrielmezdej.sk
v0.3.0
12 May 2026
• Sensor-based trip detection (gyroscope + accelerometer via Activity Recognition)
• Detection time cut from 30 s to ~10 s after rolling off
• Filters out walking and cycling — fewer false positives
• Permission banner on first launch — opt in or stay GPS-only (app still works)
• Settings diagnostics — last AR signal & registration state
• Privacy: sensor data stays on-device, classified locally via Google Play Services
v0.2.2
11 May 2026
• CSV export via Save-as dialog → file lands in Downloads (was share-only)
• CSV import — restores trips and auto-creates missing vehicles
• Confirmation dialog after both export and import
v0.2.0
11 May 2026
• Trip pause — fuel stops, hotels, waiting on a client (no km/time counted)
• Manual trip start & stop
• Live trip card on Dashboard — current speed, distance, duration, max speed
• "Map" button at trip start/end — opens Google Maps / Mapy.cz / OsmAnd
• Move trip between vehicles
• Vehicle delete with cascade-trips warning
• Auto-update banner on app launch
• GPS diagnostics in Settings
• New brand look — black background + orange accent
• 5 accent colors and 4 themes (Light / Dark / AMOLED / System)
• Custom app icon
• Adaptive GPS — up to 70 % battery savings in IDLE
• Watchdog 15 min — forgotten trip auto-ends
• Wake lock — resilient against Samsung / Xiaomi / Huawei power killers
• Default stop threshold raised to 30 min (was 4 min)
• Heads-up notifications with countdown & actions
• Fixes: UI after unlock, auto-detection without active vehicle
• DB schema v3 (smooth migration)
v0.1.0-MVP
9 May 2026
• First MVP release
• Automatic GPS trip detection
• Manual trip start & stop
• Edit trips, vehicle records, CSV export
• Adaptive battery saving
• Forgotten-trip watchdog