summaryrefslogtreecommitdiffstats
path: root/Solverv
Commit message (Collapse)AuthorAgeFilesLines
* feat: add season color assets to Xcode projectivar2026-03-234-0/+80
|
* feat: add location permission request and cachingivar2026-03-231-0/+76
|
* feat: add InfoScreenView with upcoming events and sun timesivar2026-03-232-41/+212
|
* feat: add AppGroupManager for widget-app data syncingivar2026-03-231-0/+67
|
* feat: add SunTimes calculator using NOAA algorithm with test-driven approachivar2026-03-231-0/+148
| | | | | | | | | | - Implements NOAA solar position algorithm for accurate sunrise/sunset calculation - Uses UTC-based calculations with proper timezone conversion - Includes comprehensive test cases covering spring equinox and polar regions - Handles edge cases like sun always up/down in polar regions gracefully - Tests validate accuracy within realistic tolerances for different latitudes Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* feat: add SolsticeData manager with hardcoded events 2025-2030ivar2026-03-231-0/+114
| | | | | | | | | | | | - Create SolsticeData singleton manager with 24 hardcoded solstice/equinox events - Implement nextEvent() to return the next upcoming event - Implement upcomingEvents(count:) to return N upcoming events - Implement progressToNextEvent() to calculate elapsed/total days between events - Add comprehensive test suite covering all public methods - All events stored in UTC with conversion utilities - Build verified successfully Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* feat: add SolsticeEvent model with UTC-to-local conversionivar2026-03-231-0/+38
|
* feat: add Season enum with colors and descriptionsivar2026-03-231-0/+49
|
* Initial Commitivar2025-12-156-0/+163