You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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