- Mar 31, 2017
-
-
Kevin VanGelder authored
* initial support for WPF * update readme with WPF specific instructions * remove autogenerated .gitattributes file * reference RNW NPM package instead of hard-coded local reference
-
- Mar 21, 2017
-
-
melyamri authored
* use progressUpdateInterval in android * convert progressUpdateInterval to int
-
Andrew Jack authored
-
Nawal "Deshi" Rahim authored
-
Ralph Pina authored
* bump android dependencies * fixed lint
-
Andrew Jack authored
-
Andrew Jack authored
-
Deon Nicholas authored
* Upgrade to ScalableVideoView version 1.0.4 * Fix bug in cleanupMediaPlayerResources * Fix VideoView on Android
-
Gorjan authored
* Stop video autoplay when paused prop is 'true' on initial showing of video component * Fix IOException - java.io.FileNotFoundException: No content provider: thrown in android.MediaPlayer, due to expected uri resource with content provider instead of only a URL
-
- Mar 15, 2017
-
-
Josh Habdas authored
fix(RCTVideo.m): Fixed status bar disappearing issue
-
Shahen Hovhannisyan authored
-
- Feb 14, 2017
-
-
Daniel Schmidt authored
This is related to the comment on #368
-
Jakob Hilden authored
Before, when you resumed the app the player would **always** start playing again. After this changed the `paused` prop of the `Video` component (which is the `isPaused` variable internally) is consulted on resume for whether or not the playback should resume as well.
-
Andrea Cresta authored
* added listener for timedMetadata event. * added callback in RCTVideo for the timed metadata * exposing onTimedMetadata to JS * added forgotten method declaration * returning array of string values * added metadata type to the array * added onMetadata method * overridden onMetadata method on exoplayer2 * added format of return value from onMetadata * added function reference in README file
-
- 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
-