YangJH
7f49b56027
fix(ios): fix wrong fullscreen method definition ( #3338 )
2023-11-08 19:04:39 +01:00
Krzysztof Moch
6df0f7d1c0
chore(android): bump kotlin version ( #3334 )
...
* chore(android): update gradle files
* docs: update android installation section
2023-11-08 07:41:17 +01:00
Andrii Drobiazko
722ae3477a
fix(ios): player is frozen after re-focusing on the app ( #3326 )
...
* [bugfix] player is frozen after re-focusing on the app
* Fix playback rate on resume
Co-authored-by: Krzysztof Moch <krzysmoch.programs@gmail.com>
---------
Co-authored-by: Olivier Bouillet <62574056+freeboub@users.noreply.github.com>
Co-authored-by: Krzysztof Moch <krzysmoch.programs@gmail.com>
2023-11-06 10:20:42 +01:00
Krzysztof Moch
cdbc856387
feat: add onVolumeChange
event ( #3322 )
...
* feat: implement `onVolumeChange` event
2023-11-04 18:11:54 +01:00
olivier
50e0b33bf6
v6.0.0-alpha.9
2023-11-04 17:00:09 +01:00
Olivier Bouillet
08b1c57fd6
chore: fix Readme ( #3332 )
...
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-11-04 15:02:32 +01:00
Andy Garron
68beb2701a
[Android] use explicit not-exported flag for AudioBecomingNoisyReceiver ( #3327 )
...
* using explicit not-exported flag for AudioBecomingNoisyReceiver
* androidx.core:core version 1.9.0, androix.activity:activity version 1.6.0
---------
Co-authored-by: Andy G <Andy Garron>
2023-11-04 14:59:59 +01:00
Randall71
ad0422d989
docs: fix broken link ( #3323 )
2023-10-30 09:09:27 +01:00
Olivier Bouillet
16a43dc7af
Chore/prepare alpha 9 release ( #3320 )
...
* chore: add missing PR in changeLog
* chore: add a link to previous documentation
* fix: add prepare open to build the package prior to release
* fix: do not include doc in generated package
* chore: include lib in package
* chore: fix tsc call which tries to parse docs folder
---------
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-10-27 08:59:46 +02:00
Krzysztof Moch
9ba1ca6c32
fix(ci/docs): fix docs deploy ( #3317 )
2023-10-26 11:08:16 +02:00
Krzysztof Moch
85e30f0335
feat: move docs to github pages ( #3296 )
...
* feat(docs): setup nextra
* feat(docs): add pages
* docs: update introduction page
* docs: fix typos
* docs: fix links
* docs: update README
* docs: sync with master
* docs: remove old docs
* fix(ci/docs): fix typos
* fix(ci/docs): fix docs setup
* fix(docs): update next config
* chore(ci/docs): clean up
* chore(docs): add meta tags
* chore: apply review changes
* docs: move drm into api section
* docs: fix next config
* docs: fix links
* docs: add methods section
* chore: sync with main
* docs: add missing onAudio events
2023-10-26 08:54:14 +02:00
Olivier Bouillet
0f8467f51d
chore: rework typescript integration ( #3304 )
...
* create few new types
* Add missing api
---------
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
Co-authored-by: Krzysztof Moch <krzysmoch.programs@gmail.com>
2023-10-26 08:46:04 +02:00
Krzysztof Moch
286418e4a5
fix(ios): remove false calls at onPlaybackRateChange
( #3306 )
2023-10-24 22:10:29 +02:00
Krzysztof Moch
9373493d6a
feat(ios): implement onPlaybackStateChanged callback ( #3307 )
...
* chore: fix typo
* feat(ios): implement onPlaybackStateChanged
* docs: update onPlaybackStateChanged platforms
2023-10-23 18:23:57 +02:00
Olivier Bouillet
0bfbda66e4
fix(android): ensure audio volume is changed in UI thread ( #3292 )
...
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-10-18 22:45:19 +02:00
Jay Kim
c78077ff0a
fix(android): remove kotlin-android-extensions ( #3299 )
2023-10-18 22:31:31 +02:00
Olivier Bouillet
9252663b4b
doc: create static.yml
2023-10-14 10:37:30 +02:00
Olivier Bouillet
ab0398d7dc
Chore/refactor in api folder ( #3285 )
...
* feat: add prop to allow controlling of debug log level
* fix: move props parsing to safeGetters
* chore: fix typing
* chore: fix types and lintter
* chore: move file VideoEventEmitter
* fix: make VideoEventEmitter player agnostic
And create a dedicated API data for that
* chore: move generic file in API folder
---------
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-10-13 17:27:55 +02:00
Olivier Bouillet
ad581ea2dc
chore(android): Fix/make videoEventEmitter agnostic on player ( #3281 )
2023-10-12 21:46:40 +02:00
Olivier Bouillet
a4073d3e70
chore(android): fix some android studio warning ( #3290 )
...
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-10-12 10:36:43 +02:00
Krzysztof Moch
45dcded576
fix(example): update metro config ( #3291 )
2023-10-12 10:36:15 +02:00
Krzysztof Moch
5c3baca1d8
fix: update types ( #3288 )
2023-10-11 22:15:58 +02:00
Krzysztof Moch
7fd7b3ff32
feat: refactor resize prop handler ( #3286 )
2023-10-11 21:56:54 +02:00
Krzysztof Moch
03a579e10f
fix(ci): bump node version ( #3289 )
2023-10-11 21:55:42 +02:00
Olivier Bouillet
add87922a6
feat(android): add prop to control debug log level ( #3277 )
...
* feat: add prop to allow controlling of debug log level
* fix: move props parsing to safeGetters
---------
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-10-10 09:47:56 +02:00
Craig Martin
0ad2e52499
Fix: iOS - audio does not work with headphones ( #3284 )
...
* Fix: Make AVAudioSession.Category.playAndRecord opt-in
* Fix: Call configureAudio when audioOutput is changed
* Update CHANGELOG.md
2023-10-09 22:27:29 +02:00
Olivier Bouillet
1f0137608a
feat(sample): merge ios and android samples ( #3015 )
...
* chore: split components
2023-10-07 23:14:09 +02:00
Konstantin
a855284d8d
feat(tvos): add custom image metadata option for tvos and add missing types for custom metadata properties ( #3280 )
...
* fix: add typescript types for custom metadata properties
* chore: add possibility to override image metadata of video playback
---------
Co-authored-by: Olivier Bouillet <62574056+freeboub@users.noreply.github.com>
2023-10-07 15:14:10 +02:00
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