mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
This moves the history tracking logic for discovered Apple Pods from individual `ApplePodsFactory` implementations to a new `PodHistoryRepo` class. Benefits: - Centralized logic for device history management. - Simplifies individual `ApplePodsFactory` implementations. - Improves code maintainability and testability.