- Nov 28, 2018
-
-
Hampton Maxwell authored
-
- Sep 06, 2018
-
-
Matthew Herz authored
The build was producing a "cannot find symbol class TargetApi" error without that line.
-
Tom Spencer authored
-
- Aug 06, 2018
-
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
- Jul 25, 2018
-
-
Gerardo Pacheco authored
-
Gerardo Pacheco authored
-
Gerardo Pacheco authored
-
- Jul 24, 2018
-
-
Danish authored
just added a function which acts like a ternary with fallback option. Hence, less cluttered "def" variables great to see that lib is supporting already SDK 27
-
- Jul 18, 2018
-
-
Hampton Maxwell authored
This only handles the controls portion of fullscreen. It doesn't make the video use the entire screen, that still needs to be done via styles. Will be implemented later
-
- Jul 11, 2018
-
-
Gerardo Pacheco authored
-
- Jul 10, 2018
-
-
Gerardo Pacheco authored
-
- Jun 25, 2018
-
-
Hampton Maxwell authored
-
- Jun 23, 2018
-
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
- Jun 22, 2018
-
-
Hampton Maxwell authored
A more elegant fix would be nice but is more work than it's worth at this time.
-
Hampton Maxwell authored
This allows users to set paused when they detect a background event so that when you return to the app, the video is paused.
-
- Jun 21, 2018
-
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
- Jun 09, 2018
-
-
Emrah Kaya authored
-
- Jun 05, 2018
-
-
Rafael Pinto authored
-
Rafael Pinto authored
-
- May 21, 2018
-
-
Hampton Maxwell authored
-
- Apr 24, 2018
-
-
Rayron Victor authored
Instead of assuming the `compileSdkVersion`, `targetSdkVersion`, etc, read it from the root project. Default `compileSdkVersion` and `targetSdkVersion` to the latest versions. Android Target API Level 26 will be required in August 2018. https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html And the React Native team is already working on this: facebook/react-native#17741 facebook/react-native#18095
-
- Jan 13, 2018
-
-
Emrah Kaya authored
-
- Jan 11, 2018
-
-
Alejandro Rangel authored
-
- Oct 02, 2017
-
-
Emrah Kaya authored
-
- Sep 27, 2017
-
-
Louis Capitanchik authored
- Version locked to 6.0+ because that is the version that introduced setPlaybackParams - Ignores rate prop as before on android versions lower than 6.0
-
- Sep 12, 2017
-
-
Anne Glines 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
-
- Jul 25, 2017
-
-
RWOverdijk authored
-
RWOverdijk authored
-
- Mar 21, 2017
-
-
melyamri authored
* use progressUpdateInterval in android * convert progressUpdateInterval to int
-
Ralph Pina authored
* bump android dependencies * fixed lint
-
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
-
- Jan 31, 2017
-
-
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 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
-
- Nov 03, 2016
-
-
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
-