- 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
-
- Aug 21, 2016
-
-
Josh Habdas authored
-
- Aug 17, 2016
-
-
Josh Habdas authored
-
Josh Habdas authored
-
Josh Habdas authored
-
- Aug 16, 2016
-
-
Josh Habdas authored
-
Josh Habdas authored
-
Josh Habdas authored
-
Josh Habdas authored
-
Brent Vatne authored
-
Brent Vatne authored
use react native asset resolving
-
- Aug 11, 2016
-
-
Brent Vatne authored
-
Brent Vatne authored
-
Brent Vatne authored
-
Brent Vatne authored
Readme file changes for react-native >= 0.29.0
-
- Aug 04, 2016
-
-
Ricard Fredin authored
-
- Jul 28, 2016
-
-
sarju authored
-
- Jul 12, 2016
-
-
Vladimir Adamic authored
- displays MediaController over the Video screen if enabled
-
- Jun 29, 2016
-
-
Stanisław Chmiela authored
android_missing_events
-
Marcin Adamczyk authored
-
Marcin Adamczyk authored
-
- Jun 22, 2016
-
-
Brent Vatne authored
Merge pull request #252 from mroswald/refactor/replace-bind-statements-with-class-property-functions replace bind statements
-
Mark Oswald authored
-