Commit Graph

1914 Commits

Author SHA1 Message Date
Krzysztof Moch
067adde124
chore: lint project (#3279)
* chore: update eslint config
* chore: lint lib files
2023-10-07 12:56:35 +02:00
Leonardo Russo
e6e8f621fe
fix(ios): resuming video ad after closing the in-app browser on iOS (#3275) 2023-10-06 18:43:35 +02:00
Konstantin
7b6b84c8cb
fix(tvOS): compile issues with tvOS linked to earpiece & pip (#3276) 2023-10-06 18:42:53 +02:00
Krzysztof Moch
92831afd5f
feat: add typescript (#3266)
* chore: update dependencies
* chore: add typescript config
* feat: add types
* chore: add build command
* chore: fix types
* fix: update linters
* chore: add display name to component
* chore: fix types
* chore: remove re-declare name variables
* docs: update changelog
2023-10-06 18:39:14 +02:00
Facundo Gutierrez
f4acaccd80
fix(ios): fairplay different key per asset (#3261)
* [Fix] Replace _loadingRequest instance with _loadingRequests dictionary to support multiple concurrent requests
* Remove stored finished requests from dictionary
* Keep contentId as is, and send loadingRequest.url in licenseUrl.
* Update DRM.md

---------

Co-authored-by: Facundo Gutierrez <facundo.gutierrez@tcc.com.uy>
2023-10-05 21:37:28 +02:00
Olivier Bouillet
c6ee294403
Merge pull request #3245 from TheWidlarzGroup/feat/playback-ref-functions
feat: expose playback functions
2023-09-30 09:28:49 +02:00
Krzysztof Moch
6e98cb9700
Merge branch 'master' into feat/playback-ref-functions 2023-09-29 22:44:32 +02:00
Olivier Bouillet
4dd2319dee
Merge pull request #3263 from TheWidlarzGroup/chore/bump-example-react-native-version
chore(example/basic): bump react native version
2023-09-29 22:40:50 +02:00
Olivier Bouillet
21de75eac6
Merge pull request #3254 from TheWidlarzGroup/feat/is-codec-supported-update
feat(android): update `isCodecSupported` to return enum
2023-09-29 18:28:18 +02:00
KrzysztofMoch
f85983ba9c docs: update changelog 2023-09-28 09:09:46 +02:00
KrzysztofMoch
a279a0cb3a chore(example/basic): bump react native version 2023-09-28 08:25:13 +02:00
Olivier Bouillet
0655e9d273
Merge pull request #3239 from iFeelSmart/fix/compile_xcode_17_beta
fix: fix build on xcode 17 beta
2023-09-27 22:06:04 +02:00
Olivier Bouillet
9f938682a7
Merge pull request #3255 from TheWidlarzGroup/chore/update-namespace-handler
chore(android): fix react native 0.73 support
2023-09-27 21:47:06 +02:00
KrzysztofMoch
01c8e54e12 chore(android/gradle): add suport for AGP 8 2023-09-25 12:24:08 +02:00
KrzysztofMoch
842a156b3c chore(android/gradle): remove doubled compileOptions 2023-09-25 12:21:21 +02:00
KrzysztofMoch
4ad210b6c7 chore(android/gradle): update namespace handler 2023-09-25 12:21:21 +02:00
KrzysztofMoch
eb77617eff docs: update changelog 2023-09-25 08:51:52 +02:00
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