Commit graph

10 commits

Author SHA1 Message Date
tapframe
3f57a19ea2 made some changes to streamscreen 2025-08-10 13:43:15 +05:30
tapframe
17339d82a6 slider change 2025-07-29 14:39:49 +05:30
tapframe
d66764471f Remove SkiaProgressSlider from PlayerControls and refactor progress handling for improved touch interaction. Update AndroidVideoPlayer and VideoPlayer components to eliminate seekToTime prop and adjust subtitle handling. 2025-07-08 17:19:21 +05:30
tapframe
6433acac77 Integrate SkiaProgressSlider into PlayerControls for enhanced progress tracking and user interaction. Update AndroidVideoPlayer and VideoPlayer components to support seekToTime functionality. 2025-07-08 16:55:22 +05:30
tapframe
6004d9d3d1 Add progress thumb to PlayerControls and increase touch area height for better usability 2025-07-08 16:32:21 +05:30
tapframe
1605d5251e Enhance AndroidVideoPlayer component with dynamic resize mode support
This update introduces a new optional prop for resize mode in the AndroidVideoPlayer component, allowing users to specify how the video should be displayed. The default resize mode is set to 'contain', and the component now supports cycling through various resize modes. Additionally, the PlayerControls component has been updated to reflect the current resize mode, improving user interaction and experience.
2025-06-21 15:49:43 +05:30
tapframe
9e19628b46 Remove playback speed state and related props from VideoPlayer and PlayerControls components for cleaner code and improved maintainability. 2025-06-10 03:28:08 +05:30
tapframe
89702d14f5 Enhance VideoPlayer and PlayerControls components with streamName support
This update adds the streamName prop to the VideoPlayer and PlayerControls components, allowing for better display of stream information. The AppNavigator has been modified to include streamName in the navigation parameters, and the StreamsScreen now determines the streamName based on the selected stream, improving the overall user experience by providing clearer context during playback.
2025-06-10 02:46:54 +05:30
tapframe
d5f71ecb62 Implement source selection feature in VideoPlayer and enhance stream handling
This update introduces a new SourcesModal in the VideoPlayer component, allowing users to select from available streams. The VideoPlayer now manages stream changes more effectively, including handling pending seeks and updating the current stream URL. Additionally, the PlayerControls component has been updated to include a button for changing the source. Styling improvements have been made for better visual feedback during source changes, enhancing the overall user experience.
2025-06-10 02:43:48 +05:30
tapframe
4a94e6248d Enhance MetadataScreen with improved loading transitions and content visibility. Introduce state management for smooth transitions between loading and content display, utilizing animated styles for opacity and scaling effects. Refactor HeroSection integration to support new animation properties, enhancing the overall user experience during content loading. 2025-06-09 00:44:00 +05:30