NuvioStreaming/composeApp/src/commonMain/kotlin/com/nuvio/app/features/library
tapframe f2ed503714 feat(player): enhance player functionality with source and episode management
- Added clear() method to PlayerLaunchStore for resetting launch state.
- Refactored PlayerScreen to manage active playback state with new variables for source and episode details.
- Introduced PlayerSourcesPanel for displaying and selecting available streams.
- Implemented PlayerStreamsRepository for managing stream fetching and state for sources and episodes.
- Added reset() method to SearchRepository for clearing search state.
- Enhanced various repositories (PlayerSettingsRepository, WatchedRepository, etc.) with clearLocalState() methods for resetting their states.
- Created PlatformLocalAccountDataCleaner for iOS to handle local account data cleanup.
2026-03-29 16:43:08 +05:30
..
LibraryClock.kt feat: Implement Library feature with storage, repository, and UI components 2026-03-28 18:00:03 +05:30
LibraryModels.kt feat: Add Watched feature with storage, repository, and UI components 2026-03-28 18:14:22 +05:30
LibraryRepository.kt feat(player): enhance player functionality with source and episode management 2026-03-29 16:43:08 +05:30
LibraryScreen.kt feat: Implement Library feature with storage, repository, and UI components 2026-03-28 18:00:03 +05:30
LibraryStorage.kt feat: Update storage methods to support profile-specific data; modify load and save functions across addons, library, and watch progress 2026-03-29 13:43:24 +05:30