You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 The language menu now prefers to show CEA-608/708 closed caption tracks with their localized language name (if available) instead of their language code (e.g. "en") or channel number (e.g. "CC1"). (#84, #95)
🐛 Changed the minimum supported THEOplayer version to 7.6.0. (#85)
This was effectively already the minimum version as of Open Video UI for Android version 1.7.2, but it wasn't noticed until now.
Future versions will be properly tested with the minimum supported THEOplayer version to avoid similar compatibility issues.
🐛 Player.pictureInPicture now also checks whether the Activity itself is in picture-in-picture mode, in case the activity has custom picture-in-picture logic (that does not use THEOplayer's PiPManager API). (#89)