0.105.5 - Android
May 27th, 2024
ChangeLog
Improved
- Player Improvements
- Enhanced Video Playback Experience: Introduced advancements in our video player to offer a more responsive and seamless viewing experience. Videos now start playing faster, ensuring immediate engagement with the content.
- Advanced Content Prefetching: Improved how our player handles upcoming content, ensuring smoother transitions and reduced loading times. This update provides a more fluid experience when browsing through different videos in a playlist.
- Background Video Processing: Videos are now processed more efficiently in the background, enhancing playback continuity and ensuring that the entire content is readily available without interrupting the viewing experience.
- Improved Application Performance: Made significant improvements in the application's performance and stability, especially in how it handles video operations. These enhancements ensure a smoother and more reliable experience without impacting the overall functionality of the app.
- Progress Bar: Improved the Stories & Moments players seek bar animation.
Added
- Added prepareMoments() to BlazeMomentsPlayerContainer.
- When using widgets without calling
initWidgetcall first, the SDK will throw BlazeException.WidgetNotInitializedException. - When calling BlazeMomentsPlayerContainer.startPlaying() on a background thread, the SDK will throw MainThreadRequiredException.
Removed
- Removed the
shouldPrepareContentparameter from the BlazeMomentsPlayerContainer constructor.
Note: This is a breaking change, so make sure to update code usage.- Call prepareMoments() instead.
- Removed legacy "No internet connection" prompt.
