Stanisław Chmiela
4120a2a3b2
Rename variable fullScreen to fullscreen
2016-04-01 14:55:23 +02:00
Stanisław Chmiela
9635a0d76b
Do not trigger unsatisfiable constraints alert when possible
2016-04-01 13:04:16 +02:00
Stanisław Chmiela
3b3761dc81
Apply modifiers after fullscreen player dismissal
2016-04-01 12:52:23 +02:00
Stanisław Chmiela
b030a5587b
Fix controller not rotating
2016-04-01 12:34:52 +02:00
Stanisław Chmiela
c39898be96
Minor fixes
2016-04-01 11:13:01 +02:00
Stanisław Chmiela
f6ee6a91a3
Use API instead of prop to show and hide fullscreen player
2016-04-01 11:12:50 +02:00
Stanisław Chmiela
931ea75edd
Implement delegate in RCTVideo
2016-04-01 10:52:05 +02:00
Stanisław Chmiela
9fefa996f2
Use the delegate in controller
2016-04-01 10:51:31 +02:00
Stanisław Chmiela
c3b5a1b4cf
Add new RCTVideoPlayerViewControllerDelegate protocol
2016-04-01 10:51:02 +02:00
Stanisław Chmiela
79fac2b2a9
Add new files to the package
2016-03-31 23:12:43 +02:00
Stanisław Chmiela
d073847ce0
Fix dismissal code not running by creating subclass of view controller and notifying view
2016-03-31 23:10:25 +02:00
Stanisław Chmiela
4bbce5e378
Fix wrong conditions
2016-03-31 21:40:49 +02:00
Stanisław Chmiela
6d05b7bf79
Add option for listening to fullscreen player events
2016-03-31 21:35:10 +02:00
Stanisław Chmiela
2ef7c3024e
Include new category to RCTVideo
2016-03-31 21:03:54 +02:00
Stanisław Chmiela
412d187b33
Update package.json to copy new files
2016-03-31 20:59:25 +02:00
Stanisław Chmiela
6ab72c4cb8
Move View Controller retrieval to external UIView category
2016-03-31 20:51:22 +02:00
Stanisław Chmiela
8ebfa6e4db
Export property from Objective-C to React
2016-03-31 20:36:39 +02:00
Stanisław Chmiela
5244a5b797
Add _fullscreen property to the view
2016-03-31 20:34:22 +02:00
Stanisław Chmiela
9be76e3674
Add view controller finding functions
...
We need them to be able to present another view controller
2016-03-31 20:34:08 +02:00
Brent Vatne
5bb20b6f9b
Add license
2016-03-24 19:43:09 -07:00
Brent Vatne
e73a93465a
Update README.md
2016-03-24 19:40:04 -07:00
Brent Vatne
11fc3fcb45
Merge pull request #141 from perqa/patch-1
...
Update README.md
2016-03-24 19:36:55 -07:00
Brent Vatne
12be1ff5f5
Merge pull request #166 from kiliwalk/master
...
support content:/ uri in android
2016-03-24 19:31:25 -07:00
Brent Vatne
eb9f811ea6
Merge pull request #151 from sprightco/master
...
add podspec
2016-03-24 19:29:41 -07:00
Brent Vatne
3eacc143fa
Merge pull request #159 from raksonibs/patch-1
...
Update README.md
2016-03-24 19:29:17 -07:00
Brent Vatne
5d86552ff7
Merge pull request #158 from ejb1123/master
...
fixed syntax error
2016-03-24 19:28:31 -07:00
kiliwalk
ce4e44e459
support content:/ uri in android
2016-03-12 16:29:21 +08:00
Oskar Niburski
928321a970
Update README.md
...
.default argument for iOS
2016-02-29 20:45:48 -05:00
E.J. Bevenour
53198e13c1
fixed syntax error
2016-02-28 11:50:45 -05:00
Baris Sencan
d039d823a5
Merge pull request #153 from oblador/controls-pause-bugfix
...
Fixes bug making it impossible to pause video from controls
2016-02-18 16:57:28 -08:00
Joel Arvidsson
5a96daac51
Fixes bug making it impossible to pause video from controls.
2016-02-18 21:45:09 -03:00
Keith Grennan
48b7f5b5b3
add podspec
2016-02-17 09:56:09 -08:00
Baris Sencan
6f08e68b8e
Merge pull request #149 from corbt/master
...
Examples working on android/ios again
2016-02-10 12:58:02 -08:00
Kyle Corbitt
6dc2cb968f
examples working on android/ios again
2016-02-10 11:39:54 +00:00
perqa
e0ead69100
Update README.md
...
I could not get the Video component to work by following the provided example. I kept getting an error message saying "React.createElement: type should not be null, undefined, boolean, or number.". When I changed the way I include the component, it started working. It might be related to recent versions of react-native, not sure. You're welcome to modify the suggested text if you like. Thanks for a great piece of work!
2016-02-04 14:41:03 +01:00
Baris Sencan
17811e29f8
0.7.1
2016-02-03 08:45:20 -08:00
Baris Sencan
f4373f8155
Merge pull request #126 from jpgarcia/master
...
Added isAsset same as iOS implementation
2016-02-02 15:50:51 -08:00
Baris Sencan
e4a0a93a34
Merge pull request #138 from tal952/master
...
Fix the android version, and upgrade to react native 0.19
2016-02-02 15:48:51 -08:00
Tal.Che
38e5296eee
upgrade to react-native 0.19
2016-02-02 18:22:33 +02:00
Baris Sencan
8e61b4255c
0.7.0
...
Closes #129
2016-01-31 20:21:42 -08:00
Baris Sencan
9685932c42
Merge pull request #136 from brentvatne/isair-patch-1
...
Example fix, test script, and some refactoring
2016-01-31 20:18:47 -08:00
Baris Sencan
3b6671c4c7
Example fix, test script, and some refactoring
...
- The test script just does an eslint check. (Closes #121 )
- Refactored JS code to pass the check.
- Fixed VideoPlayer example. (Closes #117 )
- Updated package.json to use local react-native-video in a simple manner.
- Added shared scheme for target.
- Updated poject settings.
- Now using react-native 0.18.1.
2016-01-31 20:13:48 -08:00
Juan Pablo Garcia
6350d07879
Added isAsset same as iOS implementation
2016-01-07 17:34:11 -03:00
Brent Vatne
c449faa3ff
Merge pull request #119 from bparadie/adobe-0.6.1
...
Introducing custom/native/embed skins
2015-12-28 11:45:36 -08:00
Bernd Paradies
f2b0dbd2db
Introducing custom/native/embed skins
2015-12-22 17:39:04 -06:00
Tobias Hasselrot
07ceef9152
Added back playInBackground property in js
2015-12-16 13:53:04 +01:00
Tobias Hasselrot
45fa8dd05b
Merged upstream
2015-12-16 13:52:13 +01:00
Baris Sencan
f4c3e14d19
Merge pull request #103 from brentvatne/feature/android-support
...
Android support
2015-12-11 16:13:42 -08:00
Baris Sencan
ff40eb766d
[git] Ignore .gradle/
2015-12-08 02:45:37 -08:00
Baris Sencan
dc81b80695
[README] Add Android installation instructions
2015-12-08 02:37:15 -08:00