YangJH
1af12f9dfb
fix(android): fixed bug where video would not be visible after remount and change of drm source ( #3668 )
...
* refactor(android): remove redundant lifecycle (onDetachedFromWindow)
* fix: remove initPlayer within onAttachedToWindow and remove lifecycle
2024-04-16 14:42:34 +02:00
Krzysztof Moch
64e3191f73
feat(android): allow to disable selected functionalities ( #3681 )
...
* feat(android): add possibility do disable some of functionalities
* create dump classes
* remove dump files when functionalities are enabled
* add docs
* enable all functionalities in example
* throw error when trying to use disabled functionality
* update docs
2024-04-16 14:23:19 +02:00
Olivier Bouillet
2285eba8f0
Feat/add rtsp support ( #3677 )
...
* feat(android) : add rtsp support
2024-04-16 10:41:39 +02:00
Krzysztof Moch
336b9f0220
fix(android): set title for external subtitles ( #3676 )
2024-04-14 14:57:04 +02:00
Olivier Bouillet
dd3a400689
Chore/fix strange management of resume ( #3629 )
...
* fix(android): rename startPlayback to resumePlayback and fix implementation
I cannot understand why this implementation has been done. I guess this is to workaround some issue...
now resume only resume playback and don't start a new playback during bufffering...
* chore: simplify duplicated code
2024-03-29 20:59:58 +01:00
Olivier Bouillet
f10511d953
fix(android): improve and backBufferDurationMs. mainly let exoplayer manage the prop ( #3619 )
...
BREAKING CHANGE: move backBufferDurationMs from root props to bufferConfig
2024-03-28 21:33:17 +01:00
Gaëtan Kueny
bfb76e6d15
fix(android): keep screen on on fullscreen ( #3563 )
...
add KEEP_SCREEN_ON flag when video is fullscreen & playing to avoid phone to go off.
inspired by 2d8466128d
2024-03-22 09:17:00 +01:00
Olivier Bouillet
d5c8b514a1
fix(android): track selection parameter has change in last release. ( #3594 )
...
Move all setSelectedTrack to String instead of Dynamic
Co-authored-by: Olivier Bouillet <olivier@OrdinateOlivier.lan>
2024-03-22 07:58:09 +01:00
Olivier Bouillet
3d7444ab25
fix(android): ensure rate is never set to 0 ( #3593 )
...
* fix(android): ensure rate is never set to 0
---------
Co-authored-by: Olivier Bouillet <olivier@OrdinateOlivier.lan>
2024-03-21 15:40:25 +01:00
Olivier Bouillet
408cfb2c1c
chore: various code clean ( #3591 )
...
* chore: remove media3 dependancy from common
* chore: remove unused
* chore: fix linter change
---------
Co-authored-by: Olivier Bouillet <olivier@OrdinateOlivier.lan>
2024-03-21 14:07:53 +01:00
Olivier Bouillet
eaa72c6665
fix(android): enableDecoderFallback to decrease DECODER_ERROR issue ( #3416 )
...
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2024-03-12 22:38:24 +01:00
coofzilla
6184c10acc
feat(android): add subtitle event ( #3566 )
...
* feat: add onCues method to get access to subtitle content
2024-03-11 13:50:19 +01:00
YangJH
366c841c0b
fix(android): check disableFocus when state is ready ( #3494 )
...
* fix: check disableFocus when state is ready
* Revert "fix: check disableFocus when state is ready"
This reverts commit b616bc2b8165f49a60d2f4b061d5d9abce63bff6.
* refactor: makes keepScreenOn ignore disableFocus when start playback
2024-03-08 19:34:09 +01:00
Gyanendro Kh
af6aea8934
fix(android): onSeek called instantly ( #3530 )
2024-02-13 14:58:53 +01:00
Olivier Bouillet
aec7db6390
Revert "fix: remove pausePlayback when audio focus loss event ( #3496 )" ( #3504 )
...
This reverts commit b1ab0f24a3efbcc3be49005060f50b34a117664e.
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2024-01-29 07:36:13 +01:00
Krzysztof Moch
135d97ce50
fix(android): re-layout controls after fullscreen dismiss ( #3490 )
...
* fix(android): re-layout controls after fullscreen dismiss
2024-01-26 21:34:07 +01:00
YangJH
b1ab0f24a3
fix: remove pausePlayback when audio focus loss event ( #3496 )
2024-01-23 22:22:14 +01:00
YangJH
3858a15b42
fix: remove lifecycle listener after component unmount ( #3489 )
...
- fix issue #3488
2024-01-20 13:29:29 +01:00
Krzysztof Moch
800aee09de
chore: lint project ( #3395 )
...
* chore: format swift code
* chore: format clang code
* chore: format kotlin code
* refactor: rename folder "API" to "api"
2023-12-07 08:47:40 +01:00
Axel Vencatareddy
596c02d2b3
feat: add onAdError event listener ( #3381 )
...
* feat: add onAdError event listener
* feat: remove onAdError event listener and use already existing
* feat: add ERROR event to docs
2023-12-02 13:52:01 +01:00
YangJH
cac802fb77
chore(android): replacing deprecated SYSTEM_UI flag ( #3386 )
2023-11-30 21:16:24 +01:00
Axel Vencatareddy
d05231d76b
feat(ad): add data to onReceiveAdEvent ( #3378 )
...
* feat(ad): add adData to onReceiveAdEvent
* fix: remove adData from response if empty
* fix: add getAdData to stub file
* chore: fix build without IMA
* fix: rename `adData` to `data`
---------
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-11-27 21:43:30 +01:00
Olivier Bouillet
fe89122524
fix(android): ads build and enable ads in android sample ( #3376 )
...
* fix: refactor androidx core version management
* chore: fix missing import rework for media3
* fix: enable IMA in sample
* chore: rename stub fie
* chore: code review, fix variable name
* chore: reorder imports
* chore: fix linking in sample
* chore: fix stub management
* chore: few cleans and ensure we don't use ima is disabled
---------
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2023-11-24 13:17:13 +01:00
YangJH
2648502b36
feat: implement startPosition ( #3355 )
...
* feat(android): implement startPosition
* feat(ios): implement startPosition
* feat: implement startPosition type
* docs: fix typo
* docs: update startPosition
* refactor: put startPosition inside source prop
- put startPosition inside source prop
- rename existing prop (startTime, endTime)
* docs: update startPosition property description
* fix: fix invalid assignments
* refactor: remove redundant optional chaining
* feat: allow "0" to work too
2023-11-24 12:52:46 +01:00
Sung Jeon
0c0f3174cb
fix(android): fix leak caused by removing lifecycle listener too early ( #3380 )
...
* Fix lifecycle listener being removed too early
2023-11-23 23:23:44 +01:00
YangJH
f2e80e9f2d
feat(android): replace deprecated ExoPlayer2 with AndroidX media3 ( #3337 )
...
* feat(android): implement AndroidX media3 dependencies
* refactor(android): remove duplicate code
* refactor(android): remove unused codes
* feat(android): replace ExoPlayer2 with AndroidX media3
* fix(android): move default properties to gradle.properties
* revert(android): prevent security exception
* chore: align indent
* chore: remove redundant comments
* chore: reorder import
* fix: apply media3's legacy player control view
2023-11-18 14:13:54 +01:00
YangJH
8fbdc28a73
fix: fixes where Android's muted prop behavior differs from iOS ( #3339 )
2023-11-08 19:39:04 +01:00
Krzysztof Moch
cdbc856387
feat: add onVolumeChange
event ( #3322 )
...
* feat: implement `onVolumeChange` event
2023-11-04 18:11:54 +01: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
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
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
KrzysztofMoch
0066ec744c
feat(android): add playback functions to ref
2023-09-18 13:09:53 +02:00
Craig Martin
0678a2ccf1
Fix: AudioOutput on Android
2023-09-05 14:27:10 -04:00
Craig Martin
1111cdc15a
Move enum to its own file
2023-08-25 15:09:19 -04:00
Craig Martin
dbeea19ce8
Formatting cleanup
2023-08-22 23:42:13 -04:00
Craig Martin
140cfe0a9c
Additional formatting cleanup
2023-08-22 23:35:51 -04:00
Craig Martin
90a8eb245d
Revert formatting changes to keep diff cleaner
2023-08-22 23:30:01 -04:00
Craig Martin
db6e73e035
Merge remote-tracking branch 'upstream/master'
2023-08-22 22:31:30 -04:00
Olivier Bouillet
90fe971dee
Merge pull request #3179 from vemarav/shuttercolor
...
Android: fixes black splashes
2023-08-03 20:59:35 +02:00
Craig Martin
dc3e83a3d5
Merge remote-tracking branch 'upstream/master'
2023-07-27 16:24:11 -04:00
Aravind Vemula
28ac4d20f8
fixes black splashes on android
2023-07-23 21:38:26 +05:30
Basix
493b620e63
Move OnAudioFocusChangeListener to own class
2023-05-09 11:45:56 +09:00
Craig Martin
e0095c3aff
Make sure audioOutput is respected on first render
2023-04-12 17:43:52 -04:00
Craig Martin
daabb91475
Allow audio output via earpiece
2023-04-02 14:02:56 -04:00
Yavor Ivanov
b65f94b27e
Merge branch 'master' into AndroidRangePlayback
2023-02-13 18:15:06 +02:00
Yavor Ivanov
31b43f232b
android support for partial video range
2023-02-13 17:57:13 +02:00
Yavor Ivanov
e3fb49cebb
Android formatting fixes
2023-02-13 17:30:24 +02:00
Yavor Ivanov
a56b4d148c
Fixed android build error
2023-02-09 13:53:06 +02:00