Skip to content

v1.2

Choose a tag to compare

@Vemestael Vemestael released this 23 May 14:46
· 7 commits to master since this release

Changes

Features

  • Manual auto-pause trigger: the timer pause still starts automatically after a series ends, but can now also be triggered manually at any time with a dedicated "auto" button; a "+5s" button extends the countdown if needed

Data & reliability

  • Room database: session data is now stored in a proper SQLite database via Room; every shot is recorded with timestamp and acceleration for future analytics
  • Android Auto Backup: sessions and settings are automatically backed up to Google and restored after reinstalls

Localisation

  • Acceleration unit in the last-shot display is now localised
  • Time units in session history and auto-pause countdown are localised across all 12 supported languages

Internal

  • Refactored codebase: MainActivity.kt split into MainScreen.kt and SettingsScreen.kt
  • Package renamed from com.example.archeryshotcounter to com.vemestael.archeryshotcounter