summaryrefslogtreecommitdiffstats
path: root/Solsnu.Widget/Utilities/AppGroupManager.swift
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove duplicate source files now served from Shared/ivar2026-05-061-67/+0
|
* feat: add location fetching and sun time calculation to widget providerivar2026-03-241-0/+67
- Fetch cached user location from AppGroupManager (via App Group storage) - Check if location is fresh (< 24 hours old) - Calculate sunrise/sunset times using SunTimes utility if location is fresh - Pass sun times to SolvervDef for widget display - Create widget-local copies of AppGroupManager and SunTimes utilities - Widget maintains midnight refresh policy Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>