mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
- Implement DeviceProfile interface with sealed interface pattern - Add AppleDeviceProfile for Apple devices with IRK support - Create DeviceProfilesRepo for profile persistence with Moshi - Add NameBasedPolyJsonAdapterFactory for polymorphic JSON serialization - Update PodDevice.Meta to include profile reference - Extend ApplePods with AppleMeta containing profile information - Add utility extensions for profile-based device filtering This establishes the foundation for device profile management system.