Skip to content

v7.8.0

Compare
Choose a tag to compare
@wvanhaevre wvanhaevre released this 09 Aug 13:01
· 445 commits to develop since this release

Added

  • Added shouldResumeAfterInterruptions to the BackgroundAudioConfiguration which toggles playback resume after an interruption (e.g. phone call) on the lockscreen.
  • Added the option to set a nil source on the iOS Bridge, to 'unset' the previous source.
  • Added the fast-forward & rewind buttons for the Android notification when mediaControl.mediaSessionEnabled is set to true.
  • Added a mediaControl.convertSkipToSeek player config property to allow seeking with the NEXT and PREVIOUS media buttons. Its default value is false.

Fixed

  • Fixed an issue where the Lockscreen showed enabled controls when the player has no valid source.
  • Fixed an issue on Android where the notification would not disappear when setting an undefined source.

Changed

  • Replaced the MediaBrowserService with a regular Service to facilitate background playback on Android.