Commit graph

62 commits

Author SHA1 Message Date
tapframe
0c14d8641d some UI fix 2025-10-11 00:16:07 +05:30
tapframe
563208689b some addon id prefix detection improvemets 2025-10-08 11:39:40 +05:30
tapframe
106461b2b2 ui fix 2025-10-06 20:34:59 +05:30
tapframe
ca52a81141 some ui changes 2025-10-05 17:44:31 +05:30
tapframe
71487fce59 trakt list sorting order fix 2025-10-04 23:58:24 +05:30
tapframe
dc181905e9 improved player detection logic ios 2025-09-15 02:18:23 +05:30
tapframe
a241de97f6 push 2025-09-15 01:20:11 +05:30
tapframe
e430dced9f changes 2025-09-13 17:39:50 +05:30
tapframe
6162c86347 UI Changes 2025-09-11 17:43:47 +05:30
tapframe
e0ca614893 AI initial commit 2025-09-11 16:32:25 +05:30
tapframe
400a4313d9 bug fix 2025-09-11 12:54:00 +05:30
tapframe
ccde944bfa usemetadata maximum depth limit reached potential fix 2025-09-10 15:06:40 +05:30
tapframe
86cfca4c96 trailer fix test 2025-09-09 20:08:14 +05:30
tapframe
c92dfb149c many major fixes 2025-09-09 00:33:30 +05:30
tapframe
28752791ae update beta 10 2025-09-08 02:32:28 +05:30
tapframe
bf0fe2d5a1 major additions 2025-09-06 19:58:38 +05:30
tapframe
27b52a5a45 major bug fix 2025-09-03 17:03:41 +05:30
tapframe
de36ec8186 new hero section option 2025-09-03 13:29:00 +05:30
tapframe
dfb856f441 critical bug fixes 2025-09-02 21:50:34 +05:30
tapframe
76fde372ff android Trailer Fix 2025-09-02 20:28:40 +05:30
tapframe
46cdf95cd4 small bug fixes 2025-09-01 19:41:55 +05:30
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
575289f654 tablet layout fix 2025-08-27 19:44:05 +05:30
tapframe
9246b26493 some changes 2025-08-11 16:04:50 +05:30
tapframe
a0714193be some ui changes 2025-08-10 13:46:05 +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
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
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
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
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
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
7fb168f530 Refactor HeroSection progress display for improved readability and UI consistency
This update refines the WatchProgressDisplay component within the HeroSection by enhancing the layout and styling of the progress bar and related elements. Key changes include adjustments to the structure of the JSX for better readability, improved inline Trakt sync button placement, and consistent application of styles. These modifications aim to enhance user interaction and visual clarity in the progress display.
2025-06-20 01:00:49 +05:30
tapframe
8fc9098502 Enhance HeroSection with animated progress display and improved UI elements
This update introduces animated effects for the watch progress display in the HeroSection component, including completion glow, celebration animations, and progress pulsing. The progress bar and text elements have been redesigned for better visibility and user interaction, with enhanced styles and inline Trakt sync buttons. Additionally, the logo scaling behavior has been adjusted based on the presence of the progress bar, improving the overall user experience.
2025-06-20 00:37:17 +05:30
tapframe
671861c207 Enhance HeroSection and watch progress management with Trakt integration
This update improves the HeroSection component by adding functionality to determine if content has been watched based on Trakt progress. The ActionButtons now reflect the watched state with updated styles and indicators. Additionally, the useWatchProgress hook has been modified to always show current episode progress, ensuring accurate display of watched status. The useTraktIntegration hook has also been enhanced to fetch and merge watched movies, improving synchronization with Trakt.
2025-06-19 23:26:11 +05:30
tapframe
cdec184c14 Integrate Trakt support into watch progress management
This update enhances the watch progress functionality by incorporating Trakt integration across various components. Key changes include the addition of Trakt-related properties in the watch progress state, improved synchronization logic, and enhanced UI elements to reflect Trakt sync status. The useTraktIntegration and useWatchProgress hooks have been updated to manage Trakt authentication and playback progress more effectively, ensuring a seamless user experience when tracking viewing history across devices.
2025-06-19 22:56:04 +05:30
tapframe
666e6edf57 Enhance HeroSection with platform-specific blur effects and improved button styles
This update introduces platform-specific blur effects in the HeroSection component, utilizing ExpoBlurView for iOS and CommunityBlurView for Android, along with a fallback for StoreClient environments. Additionally, button styles have been refined with overflow properties for better visual consistency. New styles for blur backgrounds have been added to enhance the overall aesthetic of the action buttons.
2025-06-18 11:31:30 +05:30