YangJH
|
69a7bc2d26
|
feat: implement enterPictureInPictureOnLeave prop for both platform (Android, iOS) (#3385)
* docs: enable Android PIP
* chore: change comments
* feat(android): implement Android PictureInPicture
* refactor: minor refactor code and apply lint
* fix: rewrite pip action intent code for Android14
* fix: remove redundant codes
* feat: add isInPictureInPicture flag for lifecycle handling
- activity provide helper method for same purpose, but this flag makes code simple
* feat: add pipFullscreenPlayerView for makes PIP include video only
* fix: add manifest value checker for prevent crash
* docs: add pictureInPicture prop's Android guide
* fix: sync controller visibility
* refactor: refining variable name
* fix: check multi window mode when host pause
- some OS version call onPause on multi-window mode
* fix: handling when onStop is called while in multi-window mode
* refactor: enhance PIP util codes
* fix: fix FullscreenPlayerView constructor
* refactor: add enterPictureInPictureOnLeave prop and pip methods
- remove pictureInPicture boolean prop
- add enterPictureInPictureOnLeave boolean prop
- add enterPictureInPicture method
- add exitPictureInPicture method
* fix: fix lint error
* fix: prevent audio play in background without playInBackground prop
* fix: fix onDetachedFromWindow
* docs: update docs for pip
* fix(android): sync pip controller with external controller state
- for media session
* fix(ios): fix pip active fn variable reference
* refactor(ios): refactor code
* refactor(android): refactor codes
* fix(android): fix lint error
* refactor(android): refactor android pip logics
* fix(android): fix flickering issue when stop picture in picture
* fix(android): fix import
* fix(android): fix picture in picture with fullscreen mode
* fix(ios): fix syntax error
* fix(android): fix Fragment managed code
* refactor(android): remove redundant override lifecycle
* fix(js): add PIP type definition for codegen
* fix(android): fix syntax
* chore(android): fix lint error
* fix(ios): fix enter background handler
* refactor(ios): remove redundant code
* fix(ios): fix applicationDidEnterBackground for PIP
* fix(android): fix onPictureInPictureStatusChanged
* fix(ios): fix RCTPictureInPicture
* refactor(android): Ignore exception for some device ignore pip checker
- some device ignore PIP availability check, so we need to handle exception to prevent crash
* fix(android): add hideWithoutPlayer fn into Kotlin ver
* refactor(android): remove redundant code
* fix(android): fix pip ratio to be calculated with correct ratio value
* fix(android): fix crash issue when unmounting in PIP mode
* fix(android): fix lint error
* Update android/src/main/java/com/brentvatne/react/VideoManagerModule.kt
* fix(android): fix lint error
* fix(ios): fix lint error
* fix(ios): fix lint error
* feat(expo): add android picture in picture config within expo plugin
* fix: Replace Fragment with androidx.activity
- remove code that uses Fragment, which is a tricky implementation
* fix: fix lint error
* fix(android): disable auto enter when player released
* fix(android): fix event handler to check based on Activity it's bound to
---------
Co-authored-by: jonghun <jonghun@toss.im>
Co-authored-by: Olivier Bouillet <62574056+freeboub@users.noreply.github.com>
|
2025-01-04 12:37:33 +01:00 |
|
Zoe Roux
|
5fa77c4562
|
Add react-native-web support (#3958)
Co-authored-by: Kamil Moskała <91079590+moskalakamil@users.noreply.github.com>
|
2024-11-13 21:19:57 +01:00 |
|
Olivier Bouillet
|
9a3fcda3b8
|
feat: add setSource API function fix ads playback (#4185)
* feat: add setSource API function fix ads playback
|
2024-10-10 22:59:41 +02:00 |
|
Seyed Mostafa Hasani
|
cd41a1b234
|
chore(doc): update document (props & method) (#4072)
* chore: update method document
* chore: update method document
* chore: update method document
* fix: PR feedback
* chore: update description for controls prop
|
2024-08-12 13:55:10 +02:00 |
|
Seyed Mostafa Hasani
|
3a4a13011a
|
chore: add setFullScreen to component's ref (#3855)
* chore: add setFullScreen to component's ref and remove presentFullscreenPlayer & dismissFullscreenPlayer
|
2024-06-10 22:41:26 +02:00 |
|
Seyed Mostafa Hasani
|
c7f4d7b83b
|
feat: add getCurrentPosition to component's ref (#3824)
* feat: add getCurrentPosition to component's ref
---------
Co-authored-by: mostafahasani <hasanie.mostafa@alopeyk.com>
|
2024-05-28 11:00:38 +02:00 |
|
Seyed Mostafa Hasani
|
8fdc52372c
|
docs: update document link (#3796)
* fix: relative path
---------
Co-authored-by: mostafahasani <hasanie.mostafa@alopeyk.com>
|
2024-05-20 15:58:11 +02:00 |
|
Seyed Mostafa Hasani
|
3cd7ab60b2
|
feat: add setVolume function to component's ref (#3794)
* feat: add setVolume function to component's ref
* Update methods.mdx
|
2024-05-20 12:21:48 +02:00 |
|
Olivier Bouillet
|
4c63988d12
|
docs: review and clean up (#3730)
* fix(ts): onPlaybackRateChangeData was not correctly typed
* fix: ensure tracks are well displayed in the sample
* chore: reorder drm props
* chore: reorder events
* docs: move onAudioTracks to events
* docs: reorder and clean <PlatformsList from methods
* docs: fix props case naming
* docs: fix ordering
* docs: fix ordering & remove trackId
* chore: remove sample build from installation page
* docs: remove outdated information
* docs: remove beta information from doc landing page
|
2024-05-04 14:36:39 +02:00 |
|
Krzysztof Moch
|
4fc7d2788b
|
fix(docs): fix build (#3571)
|
2024-03-08 13:04:27 +01:00 |
|
Dominik Danielewicz
|
962ca2d195
|
docs: update platforms in properties tab (#3562)
* docs: update platforms in properties tab
* docs: update platforms in drm, events and methods tab
|
2024-03-08 12:48:01 +01:00 |
|