4 Commits

Author SHA1 Message Date
2c8315cb5d Migrate UI to Jetpack Compose with Material 3 design
- Replace XML layouts with Compose screens for all 5 Activities
- Implement Material 3 theme with Google Blue/Green color scheme matching app icon
- Add device-aware navigation with bottom tabs for Samsung devices
- Remove action bar for modern edge-to-edge UI design
- Update Kotlin to 1.9.22 for Compose Compiler compatibility
- Add Compose dependencies and configure build system
- Implement MainViewModel for upload state management
- Create reusable dialog components for upload parameters and results
- Preserve all existing Java controllers and services (UI-only migration)
2025-12-27 18:47:29 -05:00
7b66e8cf68 Update Gradle to 8.13 and AGP to 8.3.2, add missing gradle-wrapper.jar 2025-12-27 15:31:09 -05:00
b8afe35dfc refactoring and adding a history 2025-04-14 22:37:20 -04:00
44cbf409b7 initial commit 2024-10-07 22:47:30 -04:00