Ash Mishra
fa30fb3e43
remove tracks that are not valid from textTracks; and default to system if selectedTextTrack unavailable
2018-07-31 16:56:19 -07:00
Laurin Quast
9f2cb8f92d
Merge remote-tracking branch 'upstream/master' into implement-ios-caching
2018-08-01 00:11:35 +02:00
Laurin Quast
6b55d8a890
update basic sample to newest react-native version
2018-08-01 00:09:01 +02:00
Laurin Quast
685133ea48
remove cache property
2018-07-31 23:47:55 +02:00
Hampton Maxwell
352bad21c4
Merge pull request #1157 from react-native-community/bugfix/disable-sideload-track
...
Fix sideload text track issues on iOS
2018-07-31 14:03:20 -07:00
Hampton Maxwell
b710b69025
Fix typo in tvOS instructions
2018-07-31 11:26:09 -07:00
Hampton Maxwell
efb1fc7723
Update react-native link instructions with module name
...
Just calling react-native link is risky, it can cause double linking
2018-07-31 11:25:17 -07:00
Bryan van Wijk
092ba33e95
Expose DefaultLoadControl parameters Android
2018-07-31 17:23:20 +02:00
Laurin Quast
b83f3a57db
fix xcode project paths
2018-07-31 07:07:13 +02:00
Laurin Quast
2260ae5b8c
Merge remote-tracking branch 'upstream/master' into implement-ios-caching
2018-07-30 21:20:34 +02:00
Hampton Maxwell
c84e059543
Only look for text tracks matching system language when the "system" type is set
2018-07-29 17:42:09 -07:00
Hampton Maxwell
2087d0a150
Fix typo in audioTracks example
2018-07-25 13:18:02 -07:00
Gerardo Pacheco
99591e45d6
Android: MediaPlayer - Prevent screen from dimming, make variable as final
2018-07-25 10:34:41 +02:00
Gerardo Pacheco
ab273ed1b5
Android: MediaPlayer - Prevent screen from dimming, check for activity
2018-07-25 10:24:48 +02:00
Gerardo Pacheco
7e5647d57f
Android: MediaPlayer - Prevent screen from dimming, fixed bug and simplified code
2018-07-25 10:02:04 +02:00
Gerardo Pacheco
5435e5d545
Merge branch 'master' of https://github.com/react-native-community/react-native-video
...
# Conflicts:
# android/src/main/java/com/brentvatne/react/ReactVideoView.java
2018-07-25 09:58:46 +02:00
Hampton Maxwell
570339bb3a
Include instructions for importing the module
2018-07-24 14:29:18 -07:00
Hampton Maxwell
080d1344f1
Simplify SDK vars code for Android
2018-07-24 14:24:46 -07:00
Hampton Maxwell
0b42957243
Merge pull request #1146 from react-native-community/chore/android-def-cleanup
...
Apply SDK vars simplification to ExoPlayer
2018-07-24 13:20:40 -07:00
Hampton Maxwell
1c9f2caa19
Apply SDK vars simplification
2018-07-24 13:19:45 -07:00
Hampton Maxwell
5e7b88cad4
Merge pull request #1145 from yeomann/patch-1
...
little improvement over too many "def"
2018-07-24 12:53:28 -07:00
Hampton Maxwell
78257e9508
Merge pull request #1137 from react-native-community/feature/select-audio-track
...
Select audio tracks on iOS & ExoPlayer
2018-07-24 09:58:30 -07:00
Danish
6c946d77f3
little improvement over too many "def"
...
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
2018-07-24 17:36:24 +03:00
Laurin Quast
201f61b4a7
Merge branch 'master' into implement-ios-caching
2018-07-19 09:47:36 +02:00
Laurin Quast
4cc984d5da
add instructions for CocoaPods setup
2018-07-19 09:46:27 +02:00
Laurin Quast
82edb959d8
remove cache property
2018-07-19 09:08:55 +02:00
Laurin Quast
1110793cc5
update changelog
2018-07-19 09:07:23 +02:00
Laurin Quast
f0f1883b97
remove obsolete contributer instructions
2018-07-19 02:22:52 +02:00
Laurin Quast
4f386d2c93
make video cache feature optional
2018-07-19 02:06:09 +02:00
Hampton Maxwell
46d0bc88b7
Add Android MediaPlayer fullscreen support
2018-07-17 17:50:09 -07:00
Hampton Maxwell
24046e44a5
Merge pull request #1138 from react-native-community/feature/media-player-fullscreen
...
Implement fullscreen for Android MediaPlayer
2018-07-17 17:49:20 -07:00
Hampton Maxwell
18efffbd1a
Implement hacky fullscreen
...
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
2018-07-17 17:47:19 -07:00
Hampton Maxwell
aa4e1812e9
Document fullscreen methods & events
2018-07-17 17:45:19 -07:00
Hampton Maxwell
06eb1c57d8
Support selecting audio tracks
...
Implements audio track selection on iOS & Android ExoPlayer. The prop mirrors the API for selectedTextTrack.
2018-07-17 14:14:21 -07:00
Laurin Quast
4c7676396a
remove duplicated code block
2018-07-17 15:29:53 +02:00
Laurin Quast
5d7b296680
update example project and fix build errors
2018-07-17 14:36:03 +02:00
Laurin Quast
6cfea3aacb
Merge branch 'master' into implement-ios-caching
2018-07-17 13:28:37 +02:00
Hampton Maxwell
933d3dd817
Version 3.1.0
2018-07-16 15:45:40 -07:00
Hampton Maxwell
432d1b4f62
Add iOS onAudioBecomingNoisy
2018-07-16 15:45:14 -07:00
Hampton Maxwell
211d14bed5
Merge pull request #1131 from react-native-community/feature/ios-becoming-noisy
...
Document onAudioBecomingNoisy & add iOS support
2018-07-16 15:43:48 -07:00
Hampton Maxwell
de68244bc6
Add onVideoAudioBecomingNoisy
2018-07-16 09:47:27 -07:00
Hampton Maxwell
2d5ef8cfd2
Update name of onAudioBecomingNoisy
2018-07-12 21:49:14 -07:00
Hampton Maxwell
d003c87b57
Add onAudioBecomingNoisy for iOS
2018-07-12 21:48:58 -07:00
Hampton Maxwell
5178601edb
Merge pull request #1119 from react-native-community/chore/document-ios-caption
...
Document iOS sidecar text tracks
2018-07-11 09:31:59 -07:00
Hampton Maxwell
3d4c36ea4e
Add entry for iOS textTracks
2018-07-11 09:23:39 -07:00
Hampton Maxwell
4cdeebea65
Cleanup up iOS textTracks explanation
2018-07-11 09:22:24 -07:00
Hampton Maxwell
f6e1079e57
Document textTracks support for iOS
2018-07-11 09:09:56 -07:00
Gerardo Pacheco
2f0b694b38
Android: MediaPlayer - Prevent screen from dimming
2018-07-11 12:28:26 +02:00
Hampton Maxwell
91ba07c9e9
Merge pull request #1109 from nfb-onf/master
...
iOS Side loading for captions and offline support
2018-07-10 20:03:35 -07:00
Gerardo Pacheco
240444c213
Android keep screen on
2018-07-10 15:00:56 +02:00