Commit graph

74 commits

Author SHA1 Message Date
tapframe
41ef04c1cb feat: in app updater 2026-04-19 01:15:39 +05:30
tapframe
bbd785138b ref: adjust modal ui 2026-04-19 00:02:20 +05:30
tapframe
49c3329526 feat: adding cotnributors page. 2026-04-18 23:56:35 +05:30
tapframe
e373759de7 feat: label control 2026-04-13 19:05:24 +05:30
tapframe
2d1ab47919 feat: landscape posters 2026-04-13 18:48:34 +05:30
tapframe
1a59fc0a20 feat: poster customization 2026-04-13 18:22:55 +05:30
tapframe
f01aa05f7b feat; horizontal episde card 2026-04-12 01:39:51 +05:30
tapframe
7437f54ab8 feat: downloads init 2026-04-11 21:03:15 +05:30
tapframe
2b400cf6fd feat: adding more player gestures - horizontal scrubbing, hold to speed up. 2026-04-10 21:10:22 +05:30
tapframe
e54f90ee63 feat: init continue where you left off popup after exiting directly the app from player 2026-04-09 20:24:21 +05:30
tapframe
2844f74503 feat: amoled mode visisbility adjustments 2026-04-09 13:38:00 +05:30
tapframe
55bd4a4bfe feat: adjust cw section card UI 2026-04-09 01:54:41 +05:30
tapframe
21aed96e3d feat: Implement sync payload encoding and decoding for various settings 2026-04-09 00:16:04 +05:30
tapframe
bbf7011656 feat: libass 2026-04-08 15:39:40 +05:30
tapframe
c1025565c2 refactor: gpu overdraw handling in various screens 2026-04-07 20:45:03 +05:30
tapframe
7a76d9d38c fix: adjust toast ui 2026-04-07 19:49:39 +05:30
tapframe
c235be2352 feat: collections reordering 2026-04-07 19:21:50 +05:30
tapframe
95177742ab feat: collections init 2026-04-07 00:16:27 +05:30
tapframe
7beefd4c5f fix: adjust layout constraints and increase max lines for text display 2026-04-06 11:46:37 +05:30
tapframe
5668f4ef3c fix: catalog resettings on app start 2026-04-05 13:08:20 +05:30
tapframe
4ff1c6a982 feat: add app versioning and display in settings 2026-04-05 00:57:13 +05:30
tapframe
4f27afc174 flavouring plugins 2026-04-04 21:45:47 +05:30
tapframe
f65f934acd flavouring yt extraction 2026-04-04 21:30:19 +05:30
tapframe
49a178c7f9 feat: adding skip intro/next episode logic 2026-04-04 20:34:14 +05:30
tapframe
5ecb5b8131 feat: adding autoplay feature 2026-04-04 19:19:14 +05:30
tapframe
a826f58ded fix: reorder general items, and adding animatecontentsize in epiosde section 2026-04-04 13:54:09 +05:30
tapframe
67eaba085f fix: update notification messages for clarity and consistency 2026-04-04 13:03:18 +05:30
tapframe
3f1d13191a feat: notifications init 2026-04-04 12:29:25 +05:30
tapframe
5e9b7c07a0 feat: tab layout customization to metascreen 2026-04-03 20:34:57 +05:30
tapframe
a972630bdc feat(settings): add cinematic background toggle to settings 2026-04-03 02:34:04 +05:30
tapframe
51199f1908 feat(settings): add reset action to catalog and meta sections 2026-04-03 00:23:29 +05:30
tapframe
333063bd1e feat: added metascreen reordering 2026-04-03 00:14:29 +05:30
tapframe
e2868a2060 trakt comments init 2026-04-02 23:24:50 +05:30
tapframe
511804baab feat(profile): add profile selection logic and add profile creation option 2026-04-02 16:59:26 +05:30
tapframe
254d912f3c move trakt screen to settings root 2026-04-02 15:57:29 +05:30
tapframe
d7efa1ff17 plugins init 2026-04-02 12:11:16 +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
90a7048daf feat(tmdb): Implement API key handling and validation for TMDB settings 2026-04-01 17:13:53 +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
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
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
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
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
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
ca2be5fdb2 tmdb init 2026-03-30 20:20:36 +05:30
tapframe
930ef3503a adjusting addonscreen UI 2026-03-30 12:32:01 +05:30