Commit Graph

2047 Commits

Author SHA1 Message Date
KrzysztofMoch
f79e68ba46 docs: update API docs 2023-09-25 08:34:38 +02:00
KrzysztofMoch
04b52023f7 chore: update basic example 2023-09-25 08:30:08 +02:00
KrzysztofMoch
812e9dc84f feat(android): update isCodecSupported to return enum 2023-09-25 08:17:03 +02:00
KrzysztofMoch
f9743fdbd6 chore: invert setPlayerPauseState logic 2023-09-22 09:04:20 +02:00
KrzysztofMoch
106257aa80 Revert "chore: update basic example"
This reverts commit c991a0e8f7.
In order to avoid big conflicts with #3015
2023-09-21 08:12:59 +02:00
KrzysztofMoch
421712825b chore: rename setPlayerStatus to setPlayerPauseState 2023-09-21 07:25:21 +02:00
Olivier Bouillet
01a47840be
Merge pull request #3248 from yooasd11/master
fix: Player shows black screen on re-enter (iOS)
2023-09-20 11:00:56 +02:00
Olivier Bouillet
300b583bed
Merge pull request #3246 from chrisglein/sdkVersion
Remove explicit SDK version for Windows builds
2023-09-20 10:59:53 +02:00
Olivier Bouillet
03306d9c76
Merge pull request #3241 from lrusso/master
Fix: Not showing video ads when the PIP mode is enabled on iOS
2023-09-19 19:56:21 +02:00
lrusso
362f80c23f adding note regarding the pip mode on iOS 2023-09-19 14:39:18 -03:00
Coco
be8cdfdd33 [bugfix] Player shows black screen on re-enter 2023-09-19 17:42:48 +09:00
Olivier Bouillet
f066001090
Merge branch 'master' into sdkVersion 2023-09-19 09:09:13 +02:00
Olivier Bouillet
ef5c63fdd2
Merge pull request #3247 from chrisglein/windowsOnError
Fix lack of `onError` event for Windows
2023-09-19 08:56:33 +02:00
Olivier Bouillet
a4e59f4600
Merge pull request #3243 from TheWidlarzGroup/chore/bump-ci-node-version
chore(ci): bump actions node version
2023-09-19 07:48:48 +02:00
Chris Glein
0d515b646c Add changelog 2023-09-18 18:21:01 -07:00
Chris Glein
bd4064f877 Add changelog entry 2023-09-18 18:19:57 -07:00
Chris Glein
f39c97d0f6 Update API.md to show onError for Windows 2023-09-18 18:16:01 -07:00
Chris Glein
06593344f6 Fix lack of onError event
The native code was receiving the event, but not reasing the event.
Which [apparently](https://github.com/microsoft/react-native-windows/issues/4206) needs to be prefixed with "top" and then that turns into "onError".

Note that this raises the event, but no error object is included. Better than nothing.
2023-09-18 18:08:21 -07:00
Chris Glein
50f59b8a61 Don't force Windows SDK versions
Fallback to them if undefined
2023-09-18 14:53:51 -07:00
KrzysztofMoch
01ce04c7ac docs: update change log 2023-09-18 16:22:31 +02:00
KrzysztofMoch
c991a0e8f7 chore: update basic example 2023-09-18 16:20:14 +02:00
KrzysztofMoch
e7276922a2 docs: update API docs 2023-09-18 14:21:20 +02:00
KrzysztofMoch
0066ec744c feat(android): add playback functions to ref 2023-09-18 13:09:53 +02:00
KrzysztofMoch
85c9e8f990 feat(ios): add playback functions to ref 2023-09-18 11:46:39 +02:00
KrzysztofMoch
65ea1b335c chore(ci): bump action runner node version 2023-09-18 09:26:45 +02:00
lrusso
59236c7034 fix: not showing video ads in pip mode 2023-09-17 16:12:46 -03:00
olivier
a18953e701 fix: fix build on xcode 17 beta 2023-09-14 22:41:42 +02:00
olivier
3f48c64364 6.0.0-alpha.8 2023-09-14 21:59:10 +02:00
Olivier Bouillet
d5ced4fb6a
Merge pull request #3238 from iFeelSmart/chore/updateChangeLog
chore: update changeLog for 6.0.0-alpha.8
2023-09-14 21:54:35 +02:00
olivier
bcc339a486 chore: update changeLog for 6.0.0-alpha.8 2023-09-14 21:53:36 +02:00
Olivier Bouillet
a0fa8312ba
Merge pull request #3216 from Duell10111/tvos-custom-playback-exerpience-fork
feat: allow customization of tvOS playback expierence
2023-09-13 21:27:37 +02:00
Konstantin Späth
33c0be449a chore: outsource functions to own utils file 2023-09-09 16:15:51 +02:00
Olivier Bouillet
bcc710ecfd
Merge pull request #3234 from iFeelSmart/chore/fixSampleBuild
chore: fix build by adding a fallback on kotlin version
2023-09-09 14:37:07 +02:00
olivier
19c8134dbc chore: fix build by adding a fallback on kotlin version 2023-09-05 22:17:37 +02:00
Olivier Bouillet
0fac437dbd
Merge pull request #3233 from mysport12/master
Fix: AudioOutput on Android
2023-09-05 21:14:45 +02:00
Craig Martin
0678a2ccf1 Fix: AudioOutput on Android 2023-09-05 14:27:10 -04:00
Olivier Bouillet
eaa0b947d4
Merge pull request #3229 from iFeelSmart/chore/fixDocUpperCaseLink
chore: fix upper case type in doc internal links
2023-09-05 18:51:34 +02:00
Olivier Bouillet
267181be73
Merge pull request #3230 from iFeelSmart/fix/presentFullscreenPlayerImplementation
fix: implement lost presentFullscreenPlayer & dismissFullscreenPlayer
2023-09-05 18:48:17 +02:00
olivier
ddc87acf84 fix: implement lost presentFullscreenPlayer & dismissFullscreenPlayer
These apis has been removed during swift porting
2023-09-04 23:57:45 +02:00
olivier
42dc9de4fe chore: fix upper case type in doc internal links 2023-09-04 23:47:27 +02:00
Olivier Bouillet
30dac90959
Merge pull request #3221 from lrusso/master
Fixing the PIP mode on iOS
2023-09-04 23:42:01 +02:00
lrusso
63f0344742 rollback logic 2023-09-04 17:34:46 -03:00
lrusso
14f12df9f8 rollback logic 2023-09-04 17:33:21 -03:00
Olivier Bouillet
0bf7f70e24
Merge pull request #3211 from mysport12/master
Feature: audioOutput - Play over phone earpiece
2023-08-31 08:25:12 +02:00
lrusso
03cba605ea preventing the iOS pip to be closed automatically when sending to the background 2023-08-30 22:22:31 -03:00
lrusso
7c8244bd07 activating the audio session 2023-08-30 01:45:06 -03:00
lrusso
a0450e026c activating the audio session 2023-08-30 01:43:22 -03:00
lrusso
35256062d9 fixing PIP mode on iOS 2023-08-28 14:55:34 -03:00
Craig Martin
89464279d1 Add missing import 2023-08-25 15:16:18 -04:00
Craig Martin
12edcf8555 Add missing import 2023-08-25 15:14:22 -04:00