- Nov 06, 2017
-
-
Mathias Scherer authored
adds the info that the mp4 files inside expansion files have not to be compressed to get it working
-
- Nov 03, 2017
-
-
Mathias Scherer authored
adds mp4 as the only supported file extension for Android Expansion files
-
- Sep 07, 2017
-
-
Alexander Nazarov authored
-
- Aug 16, 2017
-
-
Matt Apperson authored
-
Matt Apperson authored
-
- Aug 11, 2017
-
-
Mark Miyashita authored
-
- Aug 09, 2017
-
-
Radek Czemerys authored
* Remove depreciated createJSModules @ovveride marker * Remove depreciated createJSModules @ovveride marker * Added comment in exoplayer * Added comment * Remove trailing spaces * Fix typo in comment * Fix typo in comment * Fix typo in comment * Fix typo in comment
-
- Aug 04, 2017
-
-
Tim Gibadullin authored
-
- Jul 20, 2017
-
-
Julien K authored
* [tvOS] Update podspec * [tvOS] Add tvOS target * Update README.md * [docs] Folder that contains pictures and content for documentation * tvOS Readme * [JPEG] Update image to JPEG
-
- Jun 13, 2017
-
-
Michal Drbohlav authored
-
- Jun 09, 2017
-
-
Zach Nolan authored
-
- May 08, 2017
-
-
Nawal "Deshi" Rahim authored
* Added flag for background mode * Better flag name
-
- Apr 20, 2017
-
-
Dom DiCicco authored
* issue 310 - Added a new property, ignoreSilentSwitch. When true, audio will play even when the silent switch on an iOS device is set to silent. When false, the audio will toggle with the silent switch. Sets the AVAudioSession to either playback or ambient. * Added ignoreSilentSwitch usage to example app and to readme * Changed ignoreSilentSwitch to accept two string values, ignore and obey. This accounts for the case where the user does not want to modify the audio session from a particular video instance. The user would not use the ignoreSilentSwitch property at all in that case. Also, the audio session will only be updated when the video is unpaused, instead of whenever the video component has updated props. This allows for multiple videos to be on the screen, with the most recent video unpaused (aka played) being the video that has control over the audio session.
-
- Mar 31, 2017
-
-
RalfNieuwenhuizen authored
-
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.
-