Commit graph

89 commits

Author SHA1 Message Date
tapframe
5c7ac3dcae minor UI changes 2025-08-31 17:59:00 +05:30
tapframe
220fc6aa21 improved trailer playback logic 2025-08-31 16:01:38 +05:30
tapframe
6f24275ff0 some fixes 2025-08-31 15:34:18 +05:30
tapframe
99424d37be some ui changes 2025-08-31 14:12:38 +05:30
tapframe
3a182b5982 added smooth transition between thumbnail and trailers 2025-08-31 13:48:48 +05:30
tapframe
b5d92e5887 soem ui changes 2025-08-31 13:05:39 +05:30
tapframe
face30c163 trailer ininital addition 2025-08-31 12:53:32 +05:30
tapframe
6d09add277 some ui changes to metadascreen 2025-08-30 01:42:01 +05:30
tapframe
d914e01346 fixed tmdb ratings 2025-08-29 19:54:56 +05:30
tapframe
12c591216e fixed herosection loading issue 2025-08-29 19:34:28 +05:30
tapframe
9eea58ef98 some ui changes 2025-08-29 12:31:10 +05:30
tapframe
955640f856 metadata selector added 2025-08-29 12:05:44 +05:30
tapframe
575289f654 tablet layout fix 2025-08-27 19:44:05 +05:30
tapframe
a8fb2a848e fixed weird horizontal card glitch on entrance 2025-08-27 13:35:00 +05:30
tapframe
9446aced3c improved cast section with filmographies 2025-08-17 21:00:05 +05:30
tapframe
a32fb39743 somechanges 2025-08-14 11:32:41 +05:30
tapframe
71a9042dc4 homescreen entrance animation improvement 2025-08-13 15:11:36 +05:30
tapframe
70fb186ad8 improved layout changes for tablets 2025-08-11 16:17:58 +05:30
tapframe
9246b26493 some changes 2025-08-11 16:04:50 +05:30
tapframe
cc6c3d9d29 minor changes 2025-08-10 14:12:28 +05:30
tapframe
a9fdf4dbc3 fixes. 2025-08-10 13:47:56 +05:30
tapframe
a0714193be some ui changes 2025-08-10 13:46:05 +05:30
tapframe
79cf375b60 removed communtiy blur from android 2025-08-08 19:05:30 +05:30
tapframe
ad2e1816dc some ui changes 2025-08-08 00:15:10 +05:30
tapframe
e0835ddbad some ui chanegs for metadascreen 2025-08-07 01:36:24 +05:30
tapframe
cc494bdf17 perfomance optimziations 2025-08-06 21:41:23 +05:30
tapframe
62a2ed0046 test 2025-08-06 20:45:51 +05:30
tapframe
9431f659d7 reposnive layout for vetical episodes 2025-07-29 15:02:15 +05:30
tapframe
c21f279aa3 continue watching fix 2025-07-28 12:05:26 +05:30
tapframe
93e80d9720 Refactor play button styles in HeroSection to differentiate between watched movies and other content. Remove unused progress percentage badge styles for cleaner code. 2025-07-07 18:17:18 +05:30
tapframe
90a09ac5a2 cast modal update 2025-07-07 17:13:24 +05:30
tapframe
08cc9397e5 implemented cast details modal 2025-07-07 16:59:29 +05:30
tapframe
cf750c9da2 CP. OK 2025-07-07 16:50:35 +05:30
tapframe
fde8904c3b CP!!! Some changes top trakt 2025-07-07 16:27:21 +05:30
tapframe
6d661f6c85 checkpoint, made some fixes on continuewatchng 2025-07-07 16:00:44 +05:30
tapframe
bbc0a273fd Refactor StreamsScreen loading state management and remove "Sync pending" label from HeroSection 2025-07-05 12:39:47 +05:30
tapframe
da4e4031bf remove unecessary blur on adnroid 2025-07-05 12:34:18 +05:30
tapframe
03b744c13c trakt fixes 2025-07-04 19:39:35 +05:30
tapframe
8cbda5c902 Enhance SeriesContent and useMetadata hooks for improved image handling and cast fetching
This update modifies the SeriesContent component to check if the episode still_path is a full URL before attempting to fetch it from TMDB, improving image loading efficiency. Additionally, the useMetadata hook has been enhanced to include caching for cast data, better error handling, and improved logging for debugging purposes. The logic for handling TMDB and IMDb IDs has been streamlined, ensuring a more robust data fetching process.
2025-06-30 15:55:41 +05:30
tapframe
c41f5b881f Enhance HeroSection with animated genre rendering and optimize transition duration in MetadataScreen
This update introduces smooth fade-in animations for genre elements in the HeroSection component, improving visual appeal. Additionally, the transition duration in the MetadataScreen has been reduced for quicker content display, enhancing overall user experience.
2025-06-25 00:47:14 +05:30
tapframe
15767886b3 Enhance image handling and caching strategies across multiple components for improved performance
This update modifies the image handling in ContentItem, ContinueWatchingSection, and FeaturedContent components to utilize a more efficient caching strategy with memory-disk policy and adjusted transition durations. Additionally, the HomeScreen component has been optimized for image prefetching, reducing memory pressure and improving overall performance. These changes aim to create a smoother user experience while navigating through content.
2025-06-21 23:47:41 +05:30
tapframe
6b63bc3d7f Refactor SeriesContent component to enhance episode rendering and layout handling
This update improves the SeriesContent component by replacing the horizontal ScrollView with a FlatList, optimizing performance and responsiveness. The FlatList implementation includes adjustments for both horizontal and vertical layouts, ensuring efficient rendering of episodes. Additionally, the code structure has been refined for better readability and maintainability, enhancing the overall user experience.
2025-06-21 20:48:00 +05:30
tapframe
7738f70211 Refactor SeriesContent component to replace ScrollView with FlatList for improved performance and responsiveness
This update enhances the SeriesContent component by replacing the horizontal ScrollView with a FlatList for better performance and memory management. The FlatList implementation allows for more efficient rendering of episodes, including optimizations for both horizontal and vertical layouts. Additionally, unnecessary console logs have been removed to clean up the code and improve readability.
2025-06-21 20:38:32 +05:30
tapframe
e2db895d66 Enhance ContinueWatchingSection with background refresh and loading state management
This update improves the ContinueWatchingSection component by implementing a background refresh mechanism and managing loading states more effectively. The loadContinueWatching function now prevents concurrent refreshes and allows for manual refreshes with a loading indicator. Additionally, the debounce time for background refreshes has been slightly increased, enhancing performance and user experience.
2025-06-21 20:22:27 +05:30
tapframe
87cd33b90b Enhance SeriesContent component with episode count display and no-episode message
This update modifies the SeriesContent component to include an episode count badge for each season and a message indicating when no episodes are available for the selected season. Additionally, the episodes prop is now derived from groupedEpisodes for improved data handling. These changes aim to enhance user experience by providing clearer information about available content.
2025-06-21 19:09:24 +05:30
tapframe
4a6f349cdb Refactor animation durations across multiple components for improved performance and consistency
This update modifies the animation durations in various components, including CatalogSection, ContinueWatchingSection, FeaturedContent, and ThisWeekSection, reducing the fade-in durations to enhance the user experience. Additionally, adjustments were made to the CastSection, MetadataDetails, and SeriesContent components to streamline animations. The changes aim to create a more cohesive and responsive interface throughout the application.
2025-06-21 18:36:20 +05:30
tapframe
ddf8d007b7 Update progress thresholds across components to 85% for improved user experience
This update modifies various components, including ContinueWatchingSection, HeroSection, SeriesContent, and player components, to adjust the progress completion threshold from 95% to 85%. This change ensures that users can continue watching content that is closer to completion, enhancing engagement and usability. Additionally, related logic in the useWatchProgress hook and HomeScreen is updated to reflect this new threshold, providing a consistent experience across the application.
2025-06-20 18:57:41 +05:30
tapframe
d9614a6def Refactor MovieContent, useMetadata, and HomeScreen for code consistency and readability
This update includes minor formatting adjustments across the MovieContent, useMetadata, and HomeScreen components to enhance code readability. Changes involve whitespace normalization and alignment improvements, contributing to a cleaner codebase without altering functionality.
2025-06-20 14:56:49 +05:30
tapframe
c9db098b0e Refactor MovieContent and MetadataScreen for improved metadata handling
This update removes the writer display from the MovieContent component to streamline the metadata presentation. Additionally, it modifies pointer event handling in the MetadataScreen to ensure proper interaction based on the availability of metadata, enhancing user experience during content loading and display.
2025-06-20 13:48:49 +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