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
🎨 Modular Guided Setup Wizard: Deconstructed the 5-step setup wizard into independent, maintainable composable steps.
🔑 Random SHA-1 Fingerprint Generator: Reverted to generating random valid SHA-1 fingerprints in the setup wizard, preventing Google Cloud OAuth registration conflicts caused by duplicate SHA-1 certificates.
🛠️ Kotlin DSL & Build Tooling: Migrated the entire build configuration to Gradle Kotlin DSL (.gradle.kts) and upgraded Gradle Wrapper to v9.7.0.
📦 CI/CD Modernization: Upgraded GitHub Actions to Node 24 native versions and separated release builds (R8-optimized APK + ProGuard mapping) from debug artifacts.
🧪 Expanded Test Coverage: Added comprehensive unit test suites covering configuration persistence, class resolution, telemetry suppression, and UI state flows.