Skip to content

v8.8.0

Compare
Choose a tag to compare
@tvanlaerhoven tvanlaerhoven released this 19 Nov 14:50
· 86 commits to develop since this release

Added

  • Added HomeIndicatorViewController to iOS, which can be used as an alternative rootViewController for the native App. It will automatically show/hide the home indicator when transitioning from/to fullscreen presentationMode.

Changed

  • Simplified the viewController reparenting mechanism on iOS that is applied when changing the presentationMode to/from fullscreen.
  • The MediaPlaybackService on Android is never restarted if a MediaButton event is received after the app was closed.
  • Added a consumer R8 config file on Android, telling R8 not to throw errors or warnings because of classes that are expected to be missing.