Commit Graph

1252 Commits

Author SHA1 Message Date
vok
3ddcba3449 update readme 2019-06-19 15:38:36 +07:00
vok
a96fa33714 change minSdkVersion back to 16 2019-06-19 14:46:20 +07:00
vok
4f36eb1254 update for androidX 2019-06-19 14:37:21 +07:00
Daniel Mariño
9c04bd23fe Update CHANGELOG 2019-06-19 09:24:51 +02:00
Daniel Mariño
32796e9a54 Change also RCTVideo.h 2019-06-19 09:22:10 +02:00
CHaNGeTe
112608cbaf RCTDirectEventBlock 2019-06-18 07:31:17 +02:00
Jens Andersson
0a1557984e Update CHANGELOG.md 2019-06-17 09:20:13 +01:00
Jens Andersson
a0bb083064 Remove video layer when entering background correctly, both if using controls or not 2019-06-17 09:09:04 +01:00
Daniel Mariño Ruiz
e28ae17579
Merge pull request #1578 from JoeM-RP/master
Adds onPlaybackRateChange info to README
2019-06-12 07:06:25 +02:00
Daniel Mariño Ruiz
4223f5dfe5
Update CHANGELOG.md 2019-06-12 07:04:43 +02:00
Daniel Mariño Ruiz
5f42e0fb88
Update CHANGELOG.md 2019-06-12 07:01:36 +02:00
Joe Meyer
4efd0b5fa4 Updates README description 2019-06-11 15:52:59 -05:00
JB Paul
d61a0d7983
update other vulnerable 2019-05-24 18:03:38 +09:00
JB Paul
327d8625a1
simplified logic 2019-05-24 17:53:13 +09:00
JB Paul
3989d73063
react-native 0.59 support 2019-05-24 16:32:05 +09:00
Joe Meyer
fccbc939d9 Adds onPlaybackRateChange to README 2019-05-03 09:54:12 -05:00
Hampton Maxwell
c30f246f56 Version 4.4.1 2019-04-03 23:29:52 -07:00
Hampton Maxwell
2fb1619692 Android audio freeze fix 2019-04-03 23:29:39 -07:00
Hampton Maxwell
03b7f8d0e2 Merge branch 'master' of https://github.com/react-native-community/react-native-video 2019-04-03 23:28:09 -07:00
Hampton Maxwell
c12e9d8361
Merge pull request #1529 from Mrjaco12/master
Fix Android audio crash fixes Issue #1417
2019-04-03 23:27:51 -07:00
Hampton Maxwell
da8a202a0f
Make video auto track selection more readable 2019-04-03 23:24:02 -07:00
Jacob
2072793ae3
Fix Android audio crash
Why:

* There is a case where groupIndex may be unset

This change addresses the need by:

* Don't chain check for INDEX_UNSET to previous conditional
2019-03-19 13:46:01 -04:00
Kurt Johnson
3d80bfd236
Merge branch 'master' into bugfix/android-disablefocus-audio 2019-03-15 15:57:00 -04:00
Hampton Maxwell
6c39ac75f7 Merge branch 'master' of https://github.com/react-native-community/react-native-video 2019-03-12 22:09:12 -07:00
Hampton Maxwell
c36a9cf2ef
Merge pull request #1441 from nfb-onf/1319-fullscreen-rotation-issues
1319 - fullscreen rotation issues with iOS built-in controls
2019-03-12 21:52:10 -07:00
Hampton Maxwell
f162667dc1 Merge branch 'master' of https://github.com/react-native-community/react-native-video 2019-03-12 21:23:50 -07:00
Hampton Maxwell
9016d19105
Merge pull request #1518 from FullstackJack/tvos-pip-regression
Fix tvOS picture-in-picture compilation regression.
2019-03-12 21:22:23 -07:00
Kyle Bedell
5dbf7e2b54 Remove unused delegate in header file. 2019-03-12 11:21:12 -07:00
Kyle Bedell
933bbae77b Fix tvOS picture-in-picture compilation regression. 2019-03-11 19:55:36 -07:00
Hampton Maxwell
0ecba93d01 Merge branch 'master' of https://github.com/react-native-community/react-native-video 2019-03-10 13:26:32 -07:00
Hampton Maxwell
f710df5786
Merge pull request #1499 from NectGmbH/detox-10-android-build
Adding compileOptions Java 1.8 to build.gradle
2019-03-05 12:55:58 -08:00
Marius Reimer
300f28335f Adding compileOptions Java 1.8 to build.gradle 2019-02-26 11:21:28 +01:00
Hampton Maxwell
f38b6f8268 Version 4.4.0 2019-02-18 23:23:49 -08:00
Hampton Maxwell
b5c25777bd Fix undefined variable 2019-02-18 23:22:20 -08:00
Hampton Maxwell
e1882fdeb6
Merge pull request #1488 from react-native-community/fix-undefined-ui-manager
fix: access on undefined variable
2019-02-18 23:21:57 -08:00
Laurin Quast
dc75d236c5
fix: access on undefined variable 2019-02-19 07:38:09 +01:00
Hampton Maxwell
80fb571af9 Picture in Picture iOS 2019-02-18 22:13:43 -08:00
Hampton Maxwell
d5fe47f238
Merge pull request #1325 from Khan/pip
Implement picture in picture for iOS
2019-02-18 22:13:02 -08:00
Hampton Maxwell
967dc3feec Add items for 4.4.0 2019-02-18 21:39:10 -08:00
Hampton Maxwell
02851bb21f Display a warning when source is empty instead of throwing an error 2019-02-18 21:36:17 -08:00
Hampton Maxwell
f69231fe81
Merge pull request #1246 from niklassaers/master
Instead of crashing, show a warning and return
2019-02-18 21:34:46 -08:00
Hampton Maxwell
075dfbaf7f
Only check for an empty source 2019-02-18 21:34:34 -08:00
Hampton Maxwell
98eb7a3137
Merge pull request #1478 from laurent22/master
Throw an error instead of crashing app when video source is empty
2019-02-18 21:27:40 -08:00
Nick
b448b30de6 fix: remove runtime warning by replacing UIManager.RCTVideo with UIManager.getViewManagerConfig('RCTVideo') (and ensuring backwards compat) (#1487)
* replaced UIManager.RCTVideo >  UIManager.getViewManagerConfig('RCTVideo')

* added requested changes

* updated changelog.md

* docs: adjust wording
2019-02-18 12:17:20 +01:00
Laurin Quast
d8a2a9e108
fix(ios): message sent to deallocated instance (#1482)
* fix(ios): message sent to deallocated instance

* chore: update changelog
2019-02-14 16:34:14 +01:00
Laurent Cozic
891add630f
Throw an error instead of crashing app when video source is empty
If an undefined source is accidentally loaded in react-native-video a fatal error SIGABRT will happen and crash the application. This is very difficult to debug since there's apparently no relation between this crash and react-native-video. So this change checks if the URI is empty and, if it is, it throws an error, allowing the user to find out early about the issue.

https://cloud.githubusercontent.com/assets/5795227/20283860/08223ba6-aabb-11e6-9fdc-d12d32b3aa9a.png
2019-02-11 15:24:28 +00:00
Hampton Maxwell
4424774ca3
Merge pull request #1448 from sridhard/master
Feature Implementation: Recovery from transient internet failures
2019-02-10 20:07:29 -08:00
Hampton Maxwell
2898f8cb5a
Revert changes to video group index unset code
I'm guessing this change was made to cleanup the code, however it is not functionally identical and may cause issues. Revert until those can be discussed.
2019-02-10 19:56:56 -08:00
Hampton Maxwell
420d88d583
Rename failureRetryCount to minLoadRetryCount 2019-02-10 19:54:57 -08:00
Hampton Maxwell
e4763c9d10
Rename failureRetryCount to minLoadRetryCount 2019-02-10 19:47:07 -08:00