learning_ai_clock/ios/ChronoMind
saravanakumardb1 d1b4534b22 refactor(ios): migrate Cloud/ files to ByteLystPlatformSDK — eliminate duplicated platform code
Replaced standalone implementations with thin wrappers over shared SDK:
- KeychainHelper → delegates to BLKeychain (53→27 lines)
- TelemetryService → delegates to BLTelemetryClient (139→55 lines)
- FeatureFlagService → delegates to BLFeatureFlagClient (72→39 lines)
- AuthService → delegates to BLAuthClient (359→171 lines)
- project.yml → added ByteLystPlatformSDK local package dependency

Total: 623 lines of duplicated code → 292 lines of thin wrappers.
PlatformSyncManager kept as-is (product-specific timer DTOs).
All existing call-site APIs preserved — zero breaking changes.
2026-02-28 22:12:37 -08:00
..
App feat(ios): add telemetry client, feature flags client, Settings login/register form 2026-02-28 19:10:08 -08:00
LiveActivity feat(live-activity): add ActivityKit attributes and LiveActivityManager for Dynamic Island 2026-02-27 22:01:28 -08:00
Shared refactor(ios): migrate Cloud/ files to ByteLystPlatformSDK — eliminate duplicated platform code 2026-02-28 22:12:37 -08:00
SiriShortcuts feat(siri): add App Intents for Siri Shortcuts — set timer, start pomodoro, next timer info 2026-02-27 22:01:46 -08:00
Views feat(ios): add telemetry client, feature flags client, Settings login/register form 2026-02-28 19:10:08 -08:00
ChronoMind.entitlements feat: add Serwist service worker for offline PWA support 2026-02-27 21:18:43 -08:00