Commit graph

51 commits

Author SHA1 Message Date
tapframe
a3158be2bd icon change, and cinemeta removal fix 2025-10-21 13:29:17 +05:30
tapframe
32bec08f30 ui changes 2025-10-19 15:19:08 +05:30
tapframe
ef43463b99 calender screen fix 2025-10-19 12:19:28 +05:30
tapframe
43cf907a2e icon update 2025-10-18 20:53:42 +05:30
tapframe
0a04ba5743 cache changes 2025-10-18 14:58:22 +05:30
tapframe
e2719c373d improved vlc behaviour 2025-10-16 01:53:30 +05:30
tapframe
d399c8f774 dynamic type detection 2025-10-11 01:25:43 +05:30
tapframe
4e3c9c208f type:tv addon detection fix 2025-10-11 01:20:26 +05:30
tapframe
7dceb23e3d some addon improvements 2025-10-10 23:42:28 +05:30
tapframe
69d9885e30 changes 2025-10-08 17:37:46 +05:30
tapframe
a67c34f8f6 fixes 2025-10-08 16:57:31 +05:30
tapframe
42c236e235 removed harcorded metahub 2025-10-08 12:50:32 +05:30
tapframe
14163513e3 some changes 2025-10-08 11:53:12 +05:30
tapframe
563208689b some addon id prefix detection improvemets 2025-10-08 11:39:40 +05:30
tapframe
ca52a81141 some ui changes 2025-10-05 17:44:31 +05:30
tapframe
028c6d2823 increased streamscreen link fetching timeout 2025-10-01 19:31:59 +05:30
tapframe
07eab50848 addon stream fetching imrpovements 2025-09-30 15:32:29 +05:30
tapframe
534823843b changes 2025-09-23 18:23:46 +05:30
tapframe
47dfaa26c0 kitsu bug fix 2025-09-21 13:44:55 +05:30
tapframe
a0d33be096 KITSU id prefix fix 2025-09-21 13:34:10 +05:30
tapframe
502a683ba2 Streamscreen UI Truncation fix 2025-09-17 15:20:19 +05:30
tapframe
2dd2b7fc0b TEST 2025-09-17 03:49:22 +05:30
tapframe
3c839c5ea1 some videoplayer enhancemnets 2025-09-16 02:42:18 +05:30
tapframe
263da30f17 trakt continue watching removal fix 2025-09-13 13:21:43 +05:30
tapframe
a5d2756854 seriescontent optimziation 2025-09-13 12:18:19 +05:30
tapframe
2a118a17d4 Calender screen optimziation which caused OOM. 2025-09-11 11:43:28 +05:30
tapframe
2f404d7c99 fixed addon reorder issue 2025-08-14 11:58:03 +05:30
tapframe
0b6a17c2f6 made some fixes on localscrapers not firing, 2025-08-10 12:41:49 +05:30
tapframe
86f0fde656 added account support, Initial Commit 2025-08-09 00:07:10 +05:30
tapframe
d8950caf04 some fixes 2025-08-08 18:22:55 +05:30
tapframe
62a2ed0046 test 2025-08-06 20:45:51 +05:30
tapframe
df89c16246 fixed cinemeta preinstalled 2025-07-29 01:46:57 +05:30
tapframe
d605383720 test 2025-07-28 17:40:37 +05:30
tapframe
9006d312b8 test 2025-07-21 00:42:13 +05:30
tapframe
da0a69ab0e TESTBIG 2025-07-20 13:37:57 +05:30
tapframe
ba94a515c8 feat: Prepare for App Store submission
BREAKING CHANGE: Removes all internal providers, torrenting functionality, and default addons to comply with App Store guidelines. The app now starts with a clean slate, requiring users to manually install addons.
2025-06-30 12:52:10 +05:30
tapframe
7086184eae Refactor logging and error handling in various components for improved clarity and performance
This update removes unnecessary console logs from the CatalogSection, ContentItem, and HomeScreen components to streamline the code and enhance performance. Additionally, it introduces a dedicated error handling function for logo loading in the FeaturedContent component, improving code organization and readability. The useTraktAutosync hook is also updated to enhance deduplication logic, allowing significant progress updates even after a session has stopped, thereby improving session management.
2025-06-21 02:02:46 +05:30
tapframe
71e2d39d96 Implement stream provider checks and error handling in StreamsScreen
This update enhances the StreamsScreen component by adding checks for available streaming sources, improving user feedback when no sources are available. A new state for displaying an error message is introduced, along with logic to handle the loading of streams based on the availability of Stremio addons and internal providers. Additionally, the UI is updated to reflect these changes, ensuring a more responsive and informative user experience during content loading.
2025-06-20 18:07:30 +05:30
tapframe
d88962ae01 Enhance metadata handling and navigation with addon support
This update introduces support for addon IDs in various components, including CatalogSection, ContinueWatchingSection, and MetadataScreen, allowing for enhanced metadata fetching. The CatalogService now includes methods for retrieving both basic and enhanced content details based on the specified addon. Additionally, improvements to the loading process in HomeScreen ensure a more efficient catalog loading experience. These changes enhance user experience by providing richer content details and smoother navigation.
2025-06-20 13:00:24 +05:30
tapframe
6c2259f6e8 Enhance ContinueWatchingSection with improved logging, validation, and UI updates
This update introduces a validation function for IMDB IDs, enhancing the robustness of the ContinueWatchingSection. It also adds detailed logging throughout the loading process, providing insights into the progress items being processed and any filtering based on completion percentage. The UI has been refined with new styles for content items, including a wider layout and improved progress display, ensuring a better user experience. Additionally, the HomeScreen has been updated to include debug buttons for managing watch progress, facilitating easier testing and interaction.
2025-06-20 01:25:14 +05:30
tapframe
783948de38 Update package dependencies and refactor StremioService for improved URL handling
This update adds the @movie-web/providers package to both package.json and package-lock.json, enhancing the project's capabilities. Additionally, the StremioService class has been refactored to improve the handling of addon base URLs, allowing for the extraction of query parameters and ensuring URLs are correctly formatted. These changes enhance the overall functionality and maintainability of the code.
2025-05-23 19:18:53 +05:30
tapframe
b46e491afa Refactor stream resource validation in stremioService; improve logging for invalid resources and streamline resource checking logic to enhance clarity and maintainability. Remove redundant logging in useMetadata for cleaner output. 2025-05-01 20:44:05 +05:30
tapframe
1aebcf6c6c Enhance stream processing and logging in useMetadata and stremioService; improve stream filtering logic, consolidate behavior hints, and log raw and processed streams for better debugging and state management. Use received streams directly in state updates to streamline data handling. 2025-05-01 20:38:43 +05:30
tapframe
f96d1f1af3 Update app configuration and improve stream handling; add local network and microphone usage descriptions in app.json, enhance stream loading logic in useMetadata by removing external source requests, and implement error handling in VideoPlayer. Update StreamsScreen to filter out deprecated sources for better clarity. 2025-05-01 20:26:43 +05:30
Nayif Noushad
094bc00ea3 Add event emitter for addon changes; integrate addon order management in StremioService, allowing reordering of addons in the UI. Update CatalogContext and useHomeCatalogs hooks to listen for addon events and refresh catalogs accordingly. Enhance AddonsScreen with reorder functionality and UI improvements for better user experience. 2025-04-22 14:03:39 +05:30
Nayif Noushad
869bedba72 Integrate data source preference functionality in catalog service; add support for TMDB as a content source, enhance CatalogScreen and SettingsScreen to manage data source selection, and implement genre filtering improvements for better content discovery. 2025-04-22 13:43:23 +05:30
Nayif Noushad
8de78b435a Made metadascreen as modal for better user experience in ios 2025-04-14 18:56:42 +05:30
Nayif Noushad
975f0eb9ef parallel streams loading fixed 2025-04-13 21:34:37 +05:30
Nayif Noushad
1575bdd86f some changes 2025-04-13 11:20:56 +05:30
Nayif Noushad
6e62e4cb9b VideoPlayer fixes 2025-04-12 04:07:35 +05:30