- Jun 12, 2019
-
-
Daniel Mariño Ruiz authored
-
Daniel Mariño Ruiz authored
-
- Jun 11, 2019
-
-
Joe Meyer authored
-
- May 03, 2019
-
-
Joe Meyer authored
-
- Apr 04, 2019
-
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
-
Hampton Maxwell authored
Fix Android audio crash fixes Issue #1417
-
Hampton Maxwell authored
-
- Mar 19, 2019
-
-
Jacob authored
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
-
- Mar 13, 2019
-
-
-
Hampton Maxwell authored
1319 - fullscreen rotation issues with iOS built-in controls
-
-
Hampton Maxwell authored
Fix tvOS picture-in-picture compilation regression.
-
- Mar 12, 2019
-
-
Kyle Bedell authored
-
Kyle Bedell authored
-
- Mar 10, 2019
-
-
- Mar 05, 2019
-
-
Hampton Maxwell authored
Adding compileOptions Java 1.8 to build.gradle
-
- Feb 26, 2019
-
-
Marius Reimer authored
-
- Feb 19, 2019
-
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
fix: access on undefined variable
-
Laurin Quast authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Implement picture in picture for iOS
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Instead of crashing, show a warning and return
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Throw an error instead of crashing app when video source is empty
-
- Feb 18, 2019
-
-
Nick authored
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
-
- Feb 14, 2019
-
-
Laurin Quast authored
* fix(ios): message sent to deallocated instance * chore: update changelog
-
- Feb 11, 2019
-
-
Laurent Cozic authored
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
-
Hampton Maxwell authored
Feature Implementation: Recovery from transient internet failures
-
Hampton Maxwell authored
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.
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Support for displaying controls in Android Exoplayer
-