Commit graph

156 commits

Author SHA1 Message Date
tapframe
fc5a078f73 feat(catalog): Update CatalogScreen to use BoxWithConstraints and dynamic column count for grid layout 2026-04-01 19:01:37 +05:30
tapframe
bfb1a6a5e9 feat(ui): Implement tablet layout with dynamic navigation and profile switcher 2026-04-01 18:59:02 +05:30
tapframe
2948ea262d feat(settings): Expand settings pages with additional categories and improve navigation structure 2026-04-01 18:51:15 +05:30
tapframe
63b8ca01e0 feat(settings): Enhance settings navigation with dynamic section visibility 2026-04-01 18:45:15 +05:30
tapframe
0fed9edc18 feat(search): Add dynamic column count for discover content based on screen width 2026-04-01 18:38:53 +05:30
tapframe
b8f7ebdc4b meta hero layout changes 2026-04-01 18:31:41 +05:30
tapframe
3a54098907 tablet hoem hero layout fix 2026-04-01 18:18:35 +05:30
tapframe
00120350ab added brighntess/volume control 2026-04-01 17:38:58 +05:30
tapframe
90a7048daf feat(tmdb): Implement API key handling and validation for TMDB settings 2026-04-01 17:13:53 +05:30
tapframe
511accc520 cleanup trakt settings 2026-04-01 15:47:09 +05:30
tapframe
e8c0b09aa3 feat(trakt): Enhance Trakt progress handling with improved entry hydration and refresh management 2026-04-01 15:36:13 +05:30
tapframe
fff3a6eac4 init trakt scrobble and watch history 2026-04-01 15:31:51 +05:30
tapframe
14e03a7f4b feat(trailer): Use selected variant URL to avoid adaptive fallback crashes in Media3 HLS 2026-04-01 15:02:10 +05:30
tapframe
993058825a feat(settings): Add integrations settings page and logo handling
- Introduced a new `IntegrationsSettingsPage` to manage TMDB, MDBList, and Trakt integrations.
- Updated `SettingsNavigationRow` to support both `ImageVector` and `Painter` for icons.
- Created `IntegrationLogo` enum to represent different integration logos.
- Implemented platform-specific logo handling in `IntegrationLogoPainter` for Android and iOS.
- Added new drawable resources for MDBList logo in both Android and common resources.
- Refactored `SearchScreen` to improve query handling and search history recording.
2026-04-01 14:34:15 +05:30
tapframe
c279864bbc feat(details): Add fullWidth parameter to DetailSectionTitle for flexible layout 2026-04-01 14:06:42 +05:30
tapframe
054cb7a049 feat(library): Add view all functionality for library sections and internal library fetching 2026-04-01 14:01:18 +05:30
tapframe
39a5d57f15 feat(trakt): Implement Trakt code login functionality and enhance metadata fetching 2026-04-01 13:54:06 +05:30
tapframe
64b72ce084 feat(trakt): Refactor authentication state and add brand assets
- Updated TraktAuthState to replace device and user codes with pending authorization fields.
- Modified TraktAuthUiState to remove polling fields and include pending authorization timestamp.
- Introduced TraktBrandAsset enum for brand assets.
- Implemented traktBrandPainter function for Android and iOS to provide appropriate brand images.
- Added SVG and XML resources for Trakt brand assets (logo wordmark and favicon).
- Updated iOS app to handle URL callbacks for Trakt authentication.
- Added TraktAuthBridge to manage authentication callback handling.
2026-04-01 13:31:53 +05:30
tapframe
590fb745dd trakt init 2026-04-01 13:16:13 +05:30
tapframe
5fcbd87522 feat: Add MDBList ratings integration
- Introduced MetaExternalRating data class to hold external ratings.
- Updated MetaDetails to include externalRatings list.
- Implemented MdbListMetadataService for fetching ratings from MDBList API.
- Created MdbListSettings and MdbListSettingsRepository for managing settings.
- Added UI components for displaying external ratings in DetailMetaInfo.
- Integrated MDBList settings into the settings screen with options for enabling/disabling and configuring providers.
- Updated ProfileRepository to handle MDBList settings changes.
- Enhanced error handling and caching for MDBList API requests.
2026-04-01 12:48:46 +05:30
tapframe
3340aae0b8 feat: Implement IPv4-first DNS resolution and update player surface to support native controller 2026-04-01 01:08:43 +05:30
tapframe
b2356ec6d3 feat: Add trailer functionality to TMDB settings and playback
- Introduced a new toggle for trailers in TMDB settings.
- Updated TMDB metadata service to fetch and handle trailers.
- Enhanced TMDB settings repository and storage to persist trailer preferences.
- Implemented trailer playback resolver for iOS, integrating YouTube extractor.
- Modified player bridge to support loading video with audio.
- Added necessary data classes and methods for trailer management and playback.
2026-04-01 00:36:38 +05:30
tapframe
7f8f9c11a1 feat: add runtime configuration generation task and update subtitle style handling in PlayerView 2026-03-31 23:46:33 +05:30
tapframe
8108306ce8 feat: update DetailCastSection to use itemsIndexed for improved performance and unique key generation 2026-03-31 21:42:56 +05:30
tapframe
8c99523aa2 feat: refactor HomeScreen to use buildHomeContinueWatchingItems function and add unit tests for continue watching logic 2026-03-31 00:26:36 +05:30
tapframe
97f0eeb5da feat: implement 'Up Next from furthest episode' preference in Continue Watching settings and update related logic across components 2026-03-30 22:12:08 +05:30
tapframe
515f3de17f feat: enhance DetailMetaInfo component with improved metadata display and add DetailHeroMetaBadge for age rating representation 2026-03-30 21:38:15 +05:30
tapframe
56ccb557ad feat: add lastAirDate to MetaDetails and related parsing logic for improved TV show metadata handling 2026-03-30 21:11:59 +05:30
tapframe
cc7d6b6b59 feat: add formatReleaseDateForDisplay function and integrate it across various components for improved release date formatting 2026-03-30 20:57:45 +05:30
tapframe
828167f9ae feat: integrate SeasonViewMode functionality in DetailSeriesContent for enhanced season display options 2026-03-30 20:54:28 +05:30
tapframe
21d35774f5 feat: add season poster functionality to TMDB settings and metadata handling for enhanced series display 2026-03-30 20:52:27 +05:30
tapframe
fb1fa766c6 feat: implement search history management with SearchHistoryStorage and SearchHistoryRepository for improved user experience 2026-03-30 20:46:44 +05:30
tapframe
b82d9caced feat: add moreLikeThis and collection features to MetaDetails, enhancing recommendations and collections display in detail screens 2026-03-30 20:40:38 +05:30
tapframe
a4a4f3ced4 feat: add DetailAdditionalInfoSection and DetailProductionSection components to enhance metadata display in MetaDetailsScreen 2026-03-30 20:32:44 +05:30
tapframe
ca2be5fdb2 tmdb init 2026-03-30 20:20:36 +05:30
tapframe
d00b4ae2e1 feat: refactor watched state management by introducing WatchingActions and WatchingState for improved episode tracking and UI integration 2026-03-30 20:01:55 +05:30
tapframe
d2200fe5ab feat: enhance series watched state management with reconciliation logic and UI updates for episode actions 2026-03-30 19:10:38 +05:30
tapframe
9ed285f29b feat: implement episode watched management with action sheet and repository updates for improved user experience 2026-03-30 18:55:51 +05:30
tapframe
37855a9981 feat: improve subtitle handling by implementing coroutine-based MIME type resolution and job management 2026-03-30 18:27:52 +05:30
tapframe
6bdd907f13 feat: update icon usage in StyleControlsCard for improved subtitle styling 2026-03-30 17:52:05 +05:30
tapframe
abf0a1a3c1 feat: enhance subtitle styling by adjusting bottom offset calculation and padding 2026-03-30 17:43:30 +05:30
tapframe
8221509d1d feat: add subtitle customization options including text color, outline, font size, and bottom offset 2026-03-30 17:33:20 +05:30
tapframe
ead49a200b feat: enhance subtitle styling with adjustable font size and improved iOS bridge integration 2026-03-30 17:16:11 +05:30
tapframe
0ab26a1ac2 feat: implement subtitle styling functionality across platforms 2026-03-30 17:02:57 +05:30
tapframe
c85058c371 feat: add exo_player_view layout for enhanced media playback experience 2026-03-30 16:26:49 +05:30
tapframe
2ff6cf6f82 feat: update playback progress persistence interval to 60 seconds for improved performance 2026-03-30 16:14:23 +05:30
tapframe
2c2481d7d8 feat: add initial home readiness delay to enhance user experience 2026-03-30 16:01:46 +05:30
tapframe
3996b07f15 feat: enhance addon management with deduplication and refresh job handling; improve HomeScreen catalog synchronization 2026-03-30 15:46:34 +05:30
tapframe
0b01e7fb30 feat: implement profile switcher tab with animated popup and inline PIN entry for profile selection 2026-03-30 14:42:22 +05:30
tapframe
b11988ecbb fix: remove unnecessary sorting and adjust type options in SearchRepository; add spacer in SearchScreen 2026-03-30 13:49:27 +05:30