Hampton Maxwell
5203d1b238
Fix formatting for Configurable props
...
Make sure Platforms get treated like they're on a newline
2018-06-05 18:26:25 -07:00
Hampton Maxwell
4cb9b2214a
Merge pull request #1055 from react-native-community/props-doc
...
Refactor props docs
2018-06-05 18:19:59 -07:00
Hampton Maxwell
3ba9b4a553
Fix other camel case props
2018-06-05 18:18:10 -07:00
Hampton Maxwell
d23d916212
Test camelCase links
2018-06-05 18:16:46 -07:00
Hampton Maxwell
87c1b87a39
Add docs for most configurable props
...
Add individual sections for each of the common configurable props
2018-06-05 18:03:14 -07:00
Hampton Maxwell
c097c7d385
Begin expanding props docs
2018-06-05 17:27:19 -07:00
Hampton Maxwell
586cd70f68
Delete custom.md
2018-06-05 16:02:17 -07:00
Hampton Maxwell
792d617bba
Create ISSUE_TEMPLATE.md
2018-06-05 16:02:04 -07:00
Hampton Maxwell
a80bcbb83f
Update issue templates
2018-06-05 15:56:54 -07:00
Hampton Maxwell
4f5effaaca
Basic bug report template
2018-06-05 15:55:33 -07:00
Rafael Pinto
3ba45a62ff
Updated incorrect property name
2018-06-05 23:12:10 +01:00
Rafael Pinto
00fe87a2ab
replaced channel with stereoPan attribute
2018-06-05 23:04:20 +01:00
Rafael Pinto
68dd2a72ba
Updated readme
2018-06-05 02:48:01 +01:00
Rafael Pinto
8b931cbc5d
Added channel property to allow audio panning
2018-06-05 02:28:28 +01:00
Hampton Maxwell
11584f28d1
Apply initial text track prop when the video is loaded
2018-06-04 11:48:59 -07:00
Hampton Maxwell
03017c0f63
Merge branch 'master' into feature/text-tracks
2018-06-04 11:47:16 -07:00
Hampton Maxwell
b86a2a7e12
Add fix for multiple onEnd notifications on iOS
2018-06-03 21:27:36 -07:00
Hampton Maxwell
88f6e7d9ac
Merge pull request #832 from jalieven/upstream
...
Preventing multiple observers for the same notification
2018-06-03 21:23:53 -07:00
Hampton Maxwell
cc823e3fde
Add iOS swipe bug & iOS switch source crash
2018-06-03 21:11:14 -07:00
Hampton Maxwell
761549ca5c
Merge pull request #974 from wildseansy/master
...
Fixes #963
2018-06-03 21:08:51 -07:00
Hampton Maxwell
7882d5cf66
Merge pull request #1048 from blink22/fix/partial-swipe-black-screen
...
Fix partial swipe on video in fullscreen shows a black screen
2018-06-03 20:54:04 -07:00
Hampton Maxwell
ddc1c54325
Update README.md
2018-06-02 22:17:44 -07:00
Hampton Maxwell
4d008e56f2
Add disabled text track selection option
2018-06-02 19:41:50 -07:00
Hampton Maxwell
b44ae2c0c2
Get automatic system track selection working
2018-06-02 19:41:25 -07:00
Ahmed Barakat
a2a7cf1452
Fix partial swiping on video shows black screen
...
In iOS 11, Apple added a feature to close the Video Player via a swipe gesture. Partial swiping cases viewWillDisappear to be called without viewDidDisappear which cases a black screen.
2018-06-02 15:03:18 +02:00
Hampton Maxwell
9764fe3be4
First pass at text track selection, mostly complete
2018-06-02 02:24:13 -07:00
Hampton Maxwell
8858574405
ExoPlayer cookie support
2018-06-01 11:57:30 -07:00
Hampton Maxwell
d716ee48d9
Merge pull request #922 from brandonmoon/link-exoplayer-with-cookies
...
Link exoplayer with cookies
2018-06-01 11:56:16 -07:00
Hampton Maxwell
0776179834
Re-use the existing OkHttpClient
...
Use the client we create earlier in the function
2018-06-01 11:55:43 -07:00
Hampton Maxwell
5ce228e9f7
Minor formatting cleanups
...
Fix spacing
2018-06-01 11:55:00 -07:00
Hampton Maxwell
cfc7da2a31
Add docs for posterResizeMode flag
2018-05-29 16:27:11 -07:00
Hampton Maxwell
b4d1ee78ac
Add note for poster resize mode
2018-05-29 16:24:47 -07:00
Hampton Maxwell
9cf2342c94
Merge pull request #595 from benlime/master
...
adds resizeMode to poster image
2018-05-29 16:23:58 -07:00
Hampton Maxwell
e47e2a969d
Maintain default poster resize mode
...
Set contain as the default mode when not specified
2018-05-29 16:22:46 -07:00
Hampton Maxwell
dc6eed2100
Initial commit
2018-05-29 16:12:51 -07:00
Hampton Maxwell
6c139a7821
Merge pull request #800 from tablexi/allow-progress-update-interval-to-work-on-ios
...
Allow setting progressUpdateInterval to work on iOS
2018-05-29 16:11:44 -07:00
Hampton Maxwell
fd8ebbd74a
Merge branch 'master' into allow-progress-update-interval-to-work-on-ios
2018-05-29 16:11:15 -07:00
Hampton Maxwell
f0de6bbc61
Merge pull request #1040 from react-native-community/chore/remove-metadata-code
...
Remove obsolete metadata code that shouldn't have been included
2018-05-29 15:30:06 -07:00
Hampton Maxwell
c8d44448c7
Remove obsolete metadata code that shouldn't have been included
2018-05-29 15:25:29 -07:00
Hampton Maxwell
fefbe801ef
Merge branch 'master' into master
2018-05-29 15:08:24 -07:00
Shlok Amin
fc6244e440
adds audioOnly option that always displays poster image (if provided) on top of player
2018-05-29 16:01:06 -04:00
Hampton Maxwell
7f011aba33
Version 2.1.1 to fix missing ExoPlayer import
2018-05-28 23:28:07 -07:00
Hampton Maxwell
e32bf759cc
Merge branch 'master' of https://github.com/react-native-community/react-native-video
2018-05-28 23:25:52 -07:00
Hampton Maxwell
6ecaa7420b
Add missing import for Exoplayer Player library
2018-05-28 23:25:33 -07:00
Hampton Maxwell
025770eb13
Clean up booleans
...
Show options as either true or false and include note about default values.
2018-05-28 22:50:42 -07:00
Hampton Maxwell
d63c690899
Add instructions for using ExoPlayer
...
Update Android instructions for using both ExoPlayer and the old Android player
2018-05-28 22:12:02 -07:00
Hampton Maxwell
fb0610043f
Update to 2.1.0
2018-05-28 21:43:18 -07:00
Hampton Maxwell
cc9498d72e
Merge pull request #1037 from react-native-community/feature/exoplayer-repeat
...
Make ExoPlayer send onEnd when repeat is on
2018-05-28 21:27:11 -07:00
Hampton Maxwell
39d8c4384b
Add a comment about why we send onEnd from onPositionDiscontinuity when repeat is on
2018-05-28 21:26:23 -07:00
Hampton Maxwell
5a43f62253
Generate an onEnd event when the end of the video is reached while repeat is on
2018-05-28 21:22:47 -07:00