Skip to content

Prysm v1.1.0

Choose a tag to compare

@dereferencex dereferencex released this 21 Mar 13:51
· 166 commits to main since this release
5ed96b3

Prysm v1.1.0 — Release Notes

New Features

  • Network Stream Support: Play network streams directly in the app.
  • Long-Press Favorite Toggle: Toggle favorites via long press on both TV and mobile devices.

Fixes and Improvements

  • Keyboard Handling: Inputs now stay visible above the keyboard using KeyboardAwareScrollView.
  • Infinite Recursion Fix: Resolved an infinite recursion issue in resetControlsTimeout.

Other Fixes

  • TV FlashList Fix: Prevent blank items during fast scroll on TV devices.
  • Controls Visibility: Improved logic for control visibility and timeout on TV devices.
  • Android TV Native Video Controls: Enabled native video controls for Android TV.
  • Layering and Style Fixes: Added zIndex and elevation to improve control layering in AdvancedVideoPlayer.
  • Navigation Behavior Fix: Replaced navigation.push with navigation.replace for channel selection in PlayerScreen.
  • Performance Optimizations: Added memoization and useCallback in AdvancedVideoPlayer and PlayerScreen for smoother performance.