Releases: dsa28s/compose-video
Releases · dsa28s/compose-video
1.2.0
1.1.1
1.1.0
Release Note
Features
VideoPlayerCacheManager
is now singleton. No longer need to cache the VideoPlayer component directly.- Available handle audio focus. Automatically controls video when media plays in other apps. (Set
handleAudioFocus = true
) - Available manual set enter PIP mode when back pressed. (Set
enablePipWhenBackPressed = true
)
Bug fixes
- PIP: Playback button is not handled in PIP mode on Android 13 and above.
- PIP: Players do not intermittently come out when switching to PIP mode at full screen.
- PIP: Next track, previous track button does not appear in PIP mode.
- Player: Player would not stop when
onStop
was called in Lifecycle