Kamil Moskała
adbd06e2df
feat: add ability to define poster
props as Image type and render poster as custom component ( #3972 )
2024-07-22 22:38:35 +02:00
Olivier Bouillet
1ee5811c8e
fix(android): app crash at boot with old arch ( #4022 )
...
* perf: ensure we do not provide callback to native if no callback provided from app
* chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size
* chore: improve issue template
* fix(android): avoid video view flickering at playback startup
* fix: ensure player doesn't start when view is unmounted
* Fix/ensure view drop stop playback startup (#3875 )
* fix: ensure player doesn't start when view is unmounted
* chore: fix app boot due to missing registered events
* chore: fix linter
* chore: fix build
* fix: handle code review feedbacks
* chore: revert previous change to handle only necessary fix
2024-07-22 10:56:58 +02:00
Olivier Bouillet
ffbc977ff9
fix(sample): boot failure on emulator ( #4016 )
...
* fix: disable coreLibraryDesugaringEnabled by default
2024-07-18 22:22:58 +02:00
lovegaoshi
9f382163d8
fix(android): resize mode cover calculation ( #4010 )
2024-07-18 10:53:50 +02:00
Krzysztof Moch
ab7e02e453
fix(android): fix backward compatibility ( #4020 )
2024-07-18 10:51:57 +02:00
Seyed Mostafa Hasani
76d5e93c17
refactor(android): migrate BecomingNoisyListener interface to Kotlin ( #3996 )
...
* Rename .java to .kt
* refactor(android): migrate BecomingNoisyListener interface to Kotlin
* remove: java file (AudioBecomingNoisyReceiver.java)
2024-07-18 09:11:07 +02:00
Igor Malgrab
2f70c02cdc
feat(android): set originalFitsSystemWindows on fullscreen open ( #4013 )
2024-07-17 12:29:38 +02:00
Zoe Roux
6768c22139
Add nativeHtmlVideoRef doc
2024-07-16 12:31:32 +07:00
Zoe Roux
2b369df57d
Fix native import on web
2024-07-16 12:31:32 +07:00
Zoe Roux
8542c8f7d1
Add isSeeking on web
2024-07-16 12:31:32 +07:00
Zoe Roux
fc5b2d4563
Add web support for fullscreen
2024-07-16 11:33:50 +07:00
Zoe Roux
ffb4631854
Remove unused errorHandler ref
2024-07-16 11:33:50 +07:00
Zoe Roux
29cf7c97c3
Update doc for web
2024-07-16 11:33:50 +07:00
Zoe Roux
491ed77a32
Renamve nativeHtmlRef to nativeHtmlVideoRef
2024-07-16 11:33:50 +07:00
Zoe Roux
5b199b52b4
Move video style to const var
2024-07-16 11:33:50 +07:00
Zoe Roux
9d19157654
Add web command in basic example
2024-07-16 11:33:50 +07:00
Zoe Roux
3dabf5f16f
Fix and improve VideoNativeComponent (canPlay/isWidewine supportd) for web
2024-07-16 11:33:50 +07:00
Zoe Roux
e610a274d5
Prevent playback state change loop on web
2024-07-16 11:33:50 +07:00
Zoe Roux
27880f5212
Update the doc for web things
2024-07-16 11:33:50 +07:00
Zoe Roux
39dd30b762
Cleanup media session handling on the web
2024-07-16 11:33:50 +07:00
Zoe Roux
edf5d0c613
Test notifications on web
2024-07-16 11:33:50 +07:00
Zoe Roux
975fc2f303
Fix web bugs
2024-07-16 11:33:49 +07:00
Zoe Roux
aa85d71b87
Make the basic example app work on web
2024-07-16 11:33:18 +07:00
Zoe Roux
cce24cd829
Add media session support
2024-07-16 11:33:18 +07:00
Zoe Roux
cad63d465d
Add most properties
2024-07-16 11:33:18 +07:00
Zoe Roux
f5fa063bc0
Add most events
2024-07-16 11:33:18 +07:00
Zoe Roux
c6abcdeb2f
Create ref handling and basics stollen from Kyoo
2024-07-16 11:33:18 +07:00
Zoe Roux
a72ab331dc
Move video ref type to its own file
2024-07-16 11:33:15 +07:00
Zoe Roux
fa126de97f
Add VideoDecoderProperties for the web
2024-07-16 11:24:52 +07:00
Zoe Roux
ca2452edb6
Add shell.nix for nix users
2024-07-16 11:20:12 +07:00
Kamil Moskała
7611da155f
chore(sample): refactor sample code to follow rn best practices ( #3990 )
...
Co-authored-by: Olivier Bouillet <62574056+freeboub@users.noreply.github.com>
2024-07-15 23:29:23 +02:00
Krzysztof Moch
8ef2df1bac
chore: release v6.4.2
2024-07-15 12:52:15 +02:00
Krzysztof Moch
5cd5e5efe7
fix(android): resolve compatibility issue
2024-07-15 12:29:57 +02:00
Seyed Mostafa Hasani
0104fbbbf3
chore(android): migrate FullScreenPlayerView to Kotlin ( #3969 )
...
* Rename .java to .kt
* chore(android): migrate FullScreenPlayerView to Kotlin
* refactor: onBackPressed function
* refactor: fullScreen button function
* fix: lint error
* chore: revert onBackPressed function
2024-07-15 12:04:49 +02:00
Seyed Mostafa Hasani
4b8d09e61f
fix(android): exit fullscreen mode after finishing video playback ( #3978 )
2024-07-15 12:04:19 +02:00
Seyed Mostafa Hasani
5abc223db8
refactor(android): migrate AudioOutput to Kotlin ( #3993 )
...
* Rename .java to .kt
* refactor(android): migrate AudioOutput to Kotlin
* fix: lint error
* refactor: rename of variables
2024-07-15 12:01:32 +02:00
Seyed Mostafa Hasani
df9ffde5fa
refactor(android): migrate ReactExoplayerConfig to Kotlin ( #3994 )
...
* Rename .java to .kt
* refactor(android): migrate ReactExoplayerConfig to Kotlin
2024-07-15 11:58:07 +02:00
Seyed Mostafa Hasani
4e7c64e707
refactor(android): migrate ReactExoplayerLoadErrorHandlingPolicy to Kotlin ( #3995 )
...
* Rename .java to .kt
* refactor(android): migrate ReactExoplayerLoadErrorHandlingPolicy to Kotlin
2024-07-15 11:30:53 +02:00
Seyed Mostafa Hasani
bed9b8e4d9
refactor(android): migrate AudioBecomingNoisyReceiver to Kotlin ( #3997 )
...
* Rename .java to .kt
* refactor(android): migrate AudioBecomingNoisyReceiver to Kotlin
* fix: lint error
* chore: initialize appContext with context.applicationContext
2024-07-15 10:17:07 +02:00
YangJH
79c30767fc
fix(ts): make multiDrm prop optional type ( #3999 )
2024-07-15 10:15:44 +02:00
Kamil Moskała
0a55ace0ca
fix(android): handle aspect ratio for rotated videos ( #4000 )
2024-07-15 10:15:29 +02:00
YangJH
f82268be1b
fix(android): fix onVideoLoad event field key ( #4001 )
...
* fix(android): fix onVideoLoad event naturalSize field key
* fix(android): fix onVideoLoad event currentTime field key
2024-07-15 10:14:56 +02:00
YangJH
05623c9f54
fix(android): fix android notification controller order ( #4002 )
2024-07-15 10:14:31 +02:00
Kamil Moskała
38bcfa2f6a
chore(example): update MultiValueControl
types ( #4003 )
2024-07-15 10:13:21 +02:00
Seyed Mostafa Hasani
39cf477ceb
fix(example/basic): select resizeMode ( #3989 )
...
* fix(example/basic): select resizeMode
* chore: refactor the onResizeModeSelected function
2024-07-12 13:42:36 +02:00
Krzysztof Moch
21e78ea2c1
chore: release v6.4.1
2024-07-12 10:53:41 +02:00
YangJH
c2084c2ace
refactor: internal refactor for prepare new arch ( #3980 )
...
* chore(js): fix typo
* refactor(js): refactor type code for codegen
* refactor(js): refactor Video component
- parse shutterColor value within JS
- remove internal fullscreen state
* chore(js): add deprecation warning comment
* fix(js): fix return type
* fix(js): fix import path
* refactor(android): apply changed API for new arch
* refactor(ios): apply changed API for new arch
* fix(ios): fix wrong name
* refactor: refactor VideoDecoderProperties
- rename and add wrapper
* refactor(android): Code fixes for backward compatibility with Kotlin
2024-07-12 10:27:42 +02:00
Krzysztof Moch
de8ade0620
fix: expo plugin export ( #3992 )
2024-07-11 22:52:10 +02:00
Krzysztof Moch
f05d190ae6
chore: release v6.4.0
2024-07-11 13:08:45 +02:00
Krzysztof Moch
40a72825e6
fix(ios): remove pip check for other platforms ( #3991 )
...
* fix(ios): remove pip check for other platforms
* Update ios/Video/RCTVideo.swift
2024-07-11 12:54:54 +02:00