- Jan 31, 2017
-
-
Matt Apperson authored
-
Ardalan Naghshineh authored
Corrected the instructions for running the example
-
Jhen-Jie Hong authored
* Fix require(...) file resource on Android production * Update example (use require for ./broadchurch.mp4) * Fix MainApplication.java of example * Add default source type
-
- Jan 29, 2017
-
-
abrahambotros authored
- Use NSNull object in NSDictionary when type (or URI) missing from supplied src object. - In addition, defensively supply valid strings for URI and type from JS.
-
- Jan 16, 2017
-
-
Olof Dahlbom authored
-
- Jan 11, 2017
-
-
Andrew Jack authored
-
Arjan Scherpenisse authored
The transform matrix was not being recalculated when the View dimensions changed. Fixed by copying the code from the scaleVideoSize method from the ScalableVideoView. https://github.com/yqritc/Android-ScalableVideoView/blob/master/library/src/main/java/com/yqritc/scalablevideoview/ScalableVideoView.java#L95
-
Olof Dahlbom authored
* Support react-native > 0.40 * Bumping major version. Breaking change. * Upgrade example project from 0.33 => 0.40.
-
- Dec 13, 2016
-
-
James Hartt authored
-
- Dec 08, 2016
- Dec 06, 2016
-
-
Gil Birman authored
When directory structure was refactored, source files were moved to `ios/` dir, but the podspec wasn't updated to reflect this.
-
- Dec 05, 2016
-
-
Linmic authored
* offered html5-like poster attribute * prevent unnecessary setState
-
- Nov 15, 2016
-
-
Austin Witherow authored
-
Matt Apperson authored
feat(Windows): Adds Windows support to react-native-video
-
- Nov 10, 2016
-
-
Eric Rozell authored
-
Eric Rozell authored
-
Eric Rozell authored
-
Eric Rozell authored
-
Eric Rozell authored
-
Eric Rozell authored
-
Eric Rozell authored
-
- Nov 09, 2016
-
-
Eric Rozell authored
This PR adds react-native-windows support to react-native-video. The Video component is implemented with a XAML MediaPlayerElement. Most of the features implemented by Android (and some additional ones) are implemented by Windows. Known issues and missing features include: * onReadyForDisplay event * local URI convention (e.g., "broadchurch" in examples changed to require("./broadchurch.mp4") * `playableDuration` in `onVideoProgress` event is always 0.0 * `playInBackground` is not yet supported * Volume settings are applied, but the UWP control does not handle it properly
-
- Nov 03, 2016
-
-
Oscar Franco authored
-
Ranjan Shrestha authored
* BUGFIX. Progress Update Handler was being called even when the video was paused. The handler was also being called unnecessarily even after the video has completed and unmounted * Saved and restored the state of the video during the activity state changed
-
- Oct 06, 2016
-
-
TomClarkson authored
-
jimmymeego authored
-
- Oct 01, 2016
-
-
ndao authored
* added progressUpdateInterval prop iOS * add prop to Video.js * added progressUpdateInterval prop iOS * add prop to Video.js
-
- Sep 21, 2016
-
-
Andrew Jack authored
-
- Sep 20, 2016
-
-
Michael Crumm authored
Similar to #153, attempts to pause in fullscreen mode will be negated by the `playbackLikelyToKeepUp` event. This PR adds a check for `_fullscreenPlayerPresented`, in additional to `_controls` before calling `setPaused` for `playbackLikelytoKeepUp`. This update is likely preferrable to #258, as it doesn't lose the empty buffer check.
-
Mark Vayngrib authored
-
Evgeniy Sokovikov authored
-
- Sep 14, 2016
-
-
Simon Gough authored
* Add Android Expansion File Support * Added notes for usage with Android Expansion file * Update README.md Added notes re: expansion file usage. * formatting issue fixes
-
- Sep 10, 2016
-
-
Josh Habdas authored
-
- Sep 09, 2016
-
-
nharlow89 authored
-
- Sep 07, 2016
-
-
Edward Chan authored
-
- Aug 30, 2016
-
-
Matt Apperson authored
-
- Aug 29, 2016
-
-
Alma Madsen authored
-
Matt Apperson authored
Added deallocation of observers
-
Matt Apperson authored
Add controls property to Android
-