Commit Graph

1793 Commits

Author SHA1 Message Date
olivier bouillet
12ed2a25fd doc: fix content comment position in doc & complete it 2022-09-16 08:44:53 +02:00
olivier bouillet
a490041408 chore: fix copy past 2022-09-15 00:03:56 +02:00
olivier bouillet
417388ab9e chore: fix typo 2022-09-14 23:57:46 +02:00
olivier bouillet
57c991363b doc: add link to side project and create a debugging page 2022-09-14 23:55:14 +02:00
olivier bouillet
430e942d70 chore: update changeLog 2022-09-14 22:45:59 +02:00
olivier bouillet
0b6f107020 Merge branch 'master' of https://github.com/react-native-video/react-native-video into feat/add_new_events_on_tracks_changed 2022-09-14 22:43:59 +02:00
Olivier Bouillet
bc814c6fa9
Merge branch 'master' into feat/make_controls_testable_in_sample 2022-09-14 22:40:44 +02:00
olivier bouillet
32949120bf chore: update changeLog 2022-09-14 22:05:43 +02:00
olivier bouillet
88ddd0702b demo: update sample to support invalid uri 2022-09-14 21:58:59 +02:00
olivier bouillet
f4f9e28fb1 fix(exoplayer): allow uri to high case 2022-09-14 21:58:39 +02:00
olivier bouillet
f31e47f360 fix(exoplayer): ensure player is stopped when invalid uri is configured 2022-09-14 21:58:17 +02:00
olivier bouillet
3f44d6ee25 fix: ensure player receive uri update event if the uri is empty 2022-09-14 21:57:37 +02:00
olivier bouillet
2349fad25f v6.0.0-alpha.3 2022-09-14 18:36:59 +02:00
Olivier Bouillet
c9c0fe25ba
Merge pull request #2855 from wood1986/fix/status-bar
fix: fix the system status bar and touch twice to show control after going back from fullscreen
2022-09-14 09:09:59 +02:00
Olivier Bouillet
9516d9b6ea
Merge pull request #2854 from iFeelSmart/fix/revert_for_build
Revert "type _eventDispatcher as RCTEventDispatcherProtocol"
2022-09-14 09:09:35 +02:00
olivier bouillet
f7fba8a149 doc: add changelog entry and fix last version 2022-09-14 08:10:34 +02:00
olivier bouillet
1d4665f9e8 Revert "type _eventDispatcher as RCTEventDispatcherProtocol"
This reverts commit 537d36cf60.
2022-09-14 08:08:07 +02:00
wood1986
2a77c5f0df fix: fix the system status bar when dismiss 2022-09-13 22:53:49 -07:00
olivier bouillet
82e537085d v6.0.0-alpha.2 2022-09-13 19:37:27 +02:00
olivier bouillet
5aa4d6697d Merge branch 'master' of https://github.com/react-native-video/react-native-video into feat/add_new_events_on_tracks_changed
# Conflicts:
#	android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java
2022-09-12 21:58:51 +02:00
olivier bouillet
4c10195b32 doc: fix changelog 2022-09-11 17:09:09 +02:00
olivier bouillet
747665b5a3 chore: update yarn.lock 2022-09-11 17:02:06 +02:00
olivier bouillet
568e1806a2 feat(sample): add an option to make controls testable in basic sample 2022-09-11 17:01:53 +02:00
Olivier Bouillet
c8b54f3bbe
Merge pull request #2763 from wood1986/feat/expo-fullscreen
feat: add full screen support based on expo-av implementation
2022-09-11 11:55:36 +02:00
wood1986
5b2a4741dd fix: add relayout when fullscreenview dismiss 2022-09-10 15:08:15 -07:00
wood1986
f0c40f9392 fix: fix the default behaviour 2022-09-10 11:52:46 -07:00
Olivier Bouillet
96ff95352d
Merge pull request #2848 from sperko00/master
FIX: IOS UI frame drop on loading video
2022-09-10 12:46:36 +02:00
ATNASGDWNGTH
3e4e4e6a12
Merge branch 'react-native-video:master' into feat/expo-fullscreen 2022-09-09 00:00:18 -07:00
Olivier Bouillet
663ae7c81b
Merge pull request #2846 from crunchyroll/task/VEX-7629-upgrade-exoplayer-to-2-18-1
Upgrade exoplayer to 2.18.1
2022-09-08 19:07:04 +02:00
Stipe Perković
e0dc0da8c5 Update CHANGELOG.md 2022-09-08 13:00:21 +02:00
wood1986
5203fa63d4 fix: handle the initial fullscreen props 2022-09-08 00:31:47 -07:00
wood1986
40e8d9474f fix: add the missing dependency 2022-09-07 14:45:55 -07:00
Olivier Bouillet
cc542f2861
Merge pull request #2849 from karltaylor/patch-2
Docs: Add note to `disableFocus` explaining that it allows multiple videos to play.
2022-09-07 21:52:46 +02:00
Gabriel Rivero
a1bea1ab97 update changelog 2022-09-06 12:09:00 -04:00
Karl
98380f0fb9 Docs: Add note to disableFocus explaining that it allows multiple videos to play. 2022-09-06 15:40:11 +01:00
Stipe Perković
02081857f0 fix indent 2022-09-06 12:55:00 +02:00
Stipe Perković
6e6ae9d7c9 IOS: fix ui frame drop on load 2022-09-06 12:13:54 +02:00
Olivier Bouillet
8d39a9a75f
Merge pull request #2840 from karltaylor/patch-1
Update API.md
2022-09-03 10:23:25 +02:00
Karl
d490c300ef
Update API.md 2022-09-03 08:29:46 +01:00
Gabriel Rivero
f558d05923 upgrade exoplayer 2022-08-26 10:32:22 -04:00
wood1986
a79c30eaba fix: fix control not showing up at very first touch 2022-08-23 17:31:14 -07:00
wood1986
622f9d3f3f fix: fix the hardware back button 2022-08-23 17:31:14 -07:00
wood1986
810c62407f WIP 2022-08-23 17:31:14 -07:00
wood1986
470ca7bf60 WIP 2022-08-23 17:31:14 -07:00
wood1986
b144a50f41 feat: add full screen support based on expo-av implementation 2022-08-23 17:31:14 -07:00
Olivier Bouillet
7c48ae7c85
Merge pull request #2823 from iFeelSmart/chore/doc_typo
doc: fix typo
2022-08-21 14:23:01 +02:00
olivier bouillet
32449cd6d8 doc: fix typo 2022-08-21 14:22:15 +02:00
Olivier Bouillet
f4bdabf0c6
Merge pull request #2740 from iFeelSmart/feature/add_api_to_retrieve_decoder_capabilities
feat(android): add an api to retrieve decoder capabilities
2022-08-20 15:25:32 +02:00
olivier bouillet
2712069408 chore(android): change test logic for simplier code 2022-08-20 15:12:50 +02:00
olivier bouillet
0ff6d5f657 doc: update changeLog 2022-08-20 14:34:27 +02:00