learning_ai_clock/ios/ChronoMind/Shared
saravanakumardb1 6a41cc9f48 feat(mobile): add auth login/register flow for iOS and Android
- iOS: Add KeychainHelper.swift for secure token storage
- iOS: Add AuthService.swift (CMAuthService) with login/register/refresh/logout
- iOS: Add LoginView.swift (CMLoginView) with ChronoMind theme
- iOS: Wire auth gate in ChronoMindApp.swift (LoginView vs ContentView)
- iOS: Add Account section to SettingsView with email/plan/sign-out
- iOS: Add Cloud group + 3 files to Xcode project.pbxproj
- Android: Add AuthService.kt with Hilt @Singleton, login/register/refresh/logout
- Android: Add LoginScreen.kt with Compose login/register form
- Android: Wire auth gate in MainActivity via Hilt-injected AuthService
- Android: Add Account section to SettingsScreen via HiltViewModel
- Android: Add x-product-id header to PlatformApiClient
2026-02-28 03:22:23 -08:00
..
Accessibility feat(a11y): add VoiceOver, Dynamic Type, Reduce Motion, High Contrast accessibility helpers 2026-02-27 22:20:22 -08:00
AppGroup feat(shared): add App Groups data layer for iOS/Watch/Widget communication 2026-02-27 22:01:24 -08:00
Calendar feat(calendar): add EventKit calendar sync — read events, convert to timers, auto-sync every 15m 2026-02-27 22:35:36 -08:00
Cloud feat(mobile): add auth login/register flow for iOS and Android 2026-02-28 03:22:23 -08:00
Data feat(gdpr): add data export (JSON) + account deletion — App Store and GDPR compliance 2026-02-27 22:57:56 -08:00
Diagnostics feat(testflight): add MetricKit crash reporting + feedback form in Settings 2026-02-27 22:24:00 -08:00
Gamification feat(gamification): add streak engine, focus score, badge definitions, and GamificationStore 2026-02-27 22:13:39 -08:00
Growth feat(growth): add referral program — unique codes, invite tracking, Pro reward months 2026-02-27 22:59:02 -08:00
Haptics docs: comprehensive roadmap update with all Phase 1 checkmarks and commit links 2026-02-27 21:11:39 -08:00
Location feat(location): add CoreLocation geofencing triggers + MapKit travel time intelligence 2026-02-27 22:35:48 -08:00
Notifications feat: add in-app toast system with notification fallback for denied permissions 2026-02-27 21:21:46 -08:00
Reschedule feat(reschedule): add AI reschedule engine with shift, skip, push, undo and smart suggestions 2026-02-27 22:13:27 -08:00
Sharing feat(share): add shareable timer links with universal link support + import/export 2026-02-27 22:58:57 -08:00
Sleep feat(web): add Playwright E2E tests, service worker, package updates 2026-02-27 22:37:04 -08:00
Store feat(reschedule): add AI reschedule engine with shift, skip, push, undo and smart suggestions 2026-02-27 22:13:27 -08:00
Theme feat: add settings link in dashboard header 2026-02-27 21:10:25 -08:00
TimerEngine feat: fix web build, add repo infra, port iOS engine modules, add routine screens 2026-02-28 01:50:35 -08:00
Wellness feat(wellness): add sleep manager (HealthKit, bedtime routine, smart alarm) + mood/energy check-in with weekly insights 2026-02-27 22:57:47 -08:00