learning_ai_clock/android
saravanakumardb1 6dd31490b2 fix(android): complete ChronoMind Android compile fixes — all tests pass
- Fix SyncRepository.timerToDTO: timer.pomodoro → timer.pomodoroConfig/pomodoroState
- Fix SyncRepository.dtoToEntity: add missing TimerEntity fields (dismissedAt, snoozedUntil,
  snoozeCount, elapsedBeforePause, category), fix non-nullable cascadePreset/cascadeIntervalsJson
- Fix PomodoroDTO field mapping: focusMinutes→workMinutes, shortBreakMinutes→breakMinutes, etc.
- ChronoMind Android now compiles and all tests pass
2026-03-19 17:07:57 -07:00
..
app fix(android): complete ChronoMind Android compile fixes — all tests pass 2026-03-19 17:07:57 -07:00
gradle fix(android): add gradlew + wrapper JAR, fix dependencyResolutionManagement 2026-03-19 15:14:11 -07:00
wear feat(wear): expand Wear OS with quick timer creation, timer detail, dismiss/snooze actions, navigation 2026-02-28 01:53:28 -08:00
.gitignore chore(android): add .gitignore, gradle.properties, wrapper config; update roadmap with Quick Settings + foreground service 2026-02-27 23:13:02 -08:00
build.gradle.kts feat(android): add Android app scaffold + update E2E tests 2026-02-27 23:06:54 -08:00
gradle.properties chore(android): add .gitignore, gradle.properties, wrapper config; update roadmap with Quick Settings + foreground service 2026-02-27 23:13:02 -08:00
gradlew fix(android): add gradlew + wrapper JAR, fix dependencyResolutionManagement 2026-03-19 15:14:11 -07:00
settings.gradle.kts fix(android): add gradlew + wrapper JAR, fix dependencyResolutionManagement 2026-03-19 15:14:11 -07:00