Commit graph

75 commits

Author SHA1 Message Date
tapframe
dce27b3620 feat: Implement profile-scoped storage keys; update settings storage and repositories to support profile-specific data 2026-03-29 13:50:52 +05:30
tapframe
35d6f65993 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
tapframe
c1337e8b70 feat: Update WatchedStorage to support profile-specific payloads; modify load and save methods to accept profileId 2026-03-29 13:18:27 +05:30
tapframe
d3fbfb1716 feat: Implement theme settings management; add ThemeSettingsStorage and ThemeSettingsRepository; update appearance settings UI 2026-03-29 12:26:45 +05:30
tapframe
d075a62f54 feat: Implement orientation locking for player; add OrientationLockCoordinator to manage landscape mode 2026-03-28 22:01:50 +05:30
tapframe
69b9f5fabb feat: Implement ProfileStorage for managing user profiles and enhance ProfileRepository functionality 2026-03-28 20:48:59 +05:30
tapframe
7a263e5181 feat: Implement CurrentDateProvider for date handling across platforms and enhance watch progress features 2026-03-28 18:35:30 +05:30
tapframe
3a277a5b99 feat: Add Watched feature with storage, repository, and UI components 2026-03-28 18:14:22 +05:30
tapframe
7f7f7e2bae feat: Implement Library feature with storage, repository, and UI components 2026-03-28 18:00:03 +05:30
tapframe
bb00cde10a feat: Add Continue Watching feature with customizable settings
- Introduced ContinueWatchingPreferencesStorage for managing user preferences.
- Added ContinueWatchingPreferencesRepository to handle loading and saving preferences.
- Created UI components for Continue Watching settings, including visibility toggle and style selection.
- Implemented new settings pages for Appearance and Continue Watching.
- Updated MainActivity to initialize ContinueWatchingPreferencesStorage.
- Enhanced HomeScreen to display Continue Watching section based on user preferences.
- Refactored NuvioShelfSection to allow customizable item spacing.
- Added new styles for Continue Watching cards: Wide and Poster.
2026-03-28 17:41:28 +05:30
tapframe
2e7da22c25 watchprogress init 2026-03-28 17:28:53 +05:30
tapframe
6308a7431d feat: disable interactivity for player view controller and improve player destruction logic 2026-03-12 00:15:12 +05:30
tapframe
5f3a41bab5 ios player init 2026-03-12 00:10:12 +05:30
tapframe
0ff8eb7a83 feat: add clearExternalSubtitleAndSelect method for subtitle track management 2026-03-12 00:00:12 +05:30
tapframe
fee7fc61e5 feat: Add Subtitle Modal and Repository for managing subtitles
- Implemented SubtitleModal composable for displaying subtitle options.
- Created SubtitleRepository to handle fetching and managing addon subtitles.
- Added SubtitleStylePanel for customizing subtitle appearance and settings.
- Updated PlayerEngine for iOS to support subtitle track management
2026-03-11 23:55:12 +05:30
tapframe
753c3486e1 feat: add nuvioBottomNavigationBarInsets function for consistent bottom navigation handling across platforms 2026-03-11 23:45:12 +05:30
tapframe
5012b920ae feat: implement player settings management with loading overlay options 2026-03-11 23:35:12 +05:30
tapframe
19a078c28d android player init 2026-03-11 23:15:12 +05:30
tapframe
8ea6658491 feat: implement PlatformBackHandler for back navigation support across platforms 2026-03-11 22:50:12 +05:30
tapframe
1c2319f2ee feat: implement home catalog settings management with storage and UI integration 2026-03-11 22:35:12 +05:30
tapframe
9d5d5fa4e2 streamscreen init 2026-03-11 21:35:12 +05:30
tapframe
dde6b2212f feat: Implement navigation and details screen for media items
- Added navigation support using Jetpack Compose Navigation.
- Created MetaDetailsScreen to display detailed information about media items.
- Introduced MetaDetailsRepository for fetching and managing media details.
- Added components for displaying action buttons, cast, and meta information.
- Updated HomeScreen and HomePosterCard to handle poster click events.
- Integrated new UI components into the existing app structure.
- Added platform-specific insets for better layout handling.
- Updated Gradle dependencies for navigation and serialization support.
2026-03-11 21:00:12 +05:30
tapframe
0732854d3e Enhance home screen functionality with catalog parsing and UI improvements 2026-03-04 09:10:00 +05:30
tapframe
c8efcdc66b Refactor UI components and add status modal for addon installation 2026-03-04 09:05:00 +05:30
tapframe
4b99274756 kmp init 2026-03-04 09:00:00 +05:30