Commit Graph

2405 Commits

Author SHA1 Message Date
Stanisław Chmiela
b6c9a57ff2 Merge pull request #259 from whitecurrant/master
android_missing_events
2016-06-29 15:56:00 +02:00
Marcin Adamczyk
f62453f714 keep player valid after reaching video end 2016-06-29 15:44:13 +02:00
Marcin Adamczyk
5c422db78d add android Stalled and Resume events 2016-06-29 14:31:00 +02:00
Brent Vatne
b26e74cb49 Merge pull request #252 from mroswald/refactor/replace-bind-statements-with-class-property-functions
replace bind statements
2016-06-22 13:28:22 -07:00
Mark Oswald
c95d87b53b
replace bind statements 2016-06-22 16:33:32 +02:00
Mark Oswald
7fc7b3dc1b
use react native asset resolving 2016-06-22 15:52:12 +02:00
Stanisław Chmiela
5221c948d5 Merge pull request #207 from nfl/fix-packagename-android
fix package name mismatch for Android
2016-06-08 11:07:04 +02:00
Stanisław Chmiela
f726d78d27 Merge pull request #229 from JimmyStavros/patch-1
Added React import to android VideoPlayer Example
2016-06-08 11:06:48 +02:00
Stanisław Chmiela
24c24cd962 Merge pull request #236 from thoblr/master
Added possibility to play video in background and when app is inactive.
2016-06-08 11:05:58 +02:00
Stanisław Chmiela
42ef271fde Merge pull request #239 from bcalik/android-orientation-feature
[Android] naturalSize callback to match iOS version.
2016-06-08 09:08:22 +02:00
Burak Çalık
70909c017b [Android] naturalSize callback to match iOS version. 2016-06-05 00:53:46 +03:00
tobias
1aded32019 Remove spaces 2016-06-02 08:33:18 +02:00
tobias
a10fe7501f Merge branch 'master' of https://github.com/thoblr/react-native-video 2016-06-02 08:30:05 +02:00
Tobias Hasselrot
b58c7e0f97 Added documentation of playInBackground and playWhenInactive props. 2016-06-02 08:29:16 +02:00
tobias
f98ce00a30 Code style changes 2016-06-02 07:58:38 +02:00
tobias
8bc165ca48 Merge remote-tracking branch 'upstream/master' 2016-06-02 07:48:36 +02:00
tobias
ace2207eaf Deleted ios specific file that was removed in master 2016-06-02 07:45:18 +02:00
tobias
2cba8c8eee Added play in background for Android 2016-06-01 17:05:42 +02:00
Stanisław Chmiela
242b79ac38 Publish new version 2016-05-30 17:03:47 +02:00
Stanisław Chmiela
2e90f3881c Merge pull request #230 from donnguyen/issue-214
Fix Issue 214
2016-05-30 16:18:30 +02:00
Don Nguyen
edf3a8c579 Remove observer of player before calling playerWithPlayerItem
It makes no sense if we move observer after calling calling playerWithPlayerItem because this is where the exception raises
2016-05-27 15:57:34 +07:00
James Stavros
f95db3a6d7 Added React import to android VideoPlayer Example
Import for React was missing in index.android.js of VideoPlayer, without which the example would not run.
2016-05-26 23:57:02 -05:00
tobias
36f62d333b Merge https://github.com/brentvatne/react-native-video 2016-05-23 13:52:08 +02:00
Stanisław Chmiela
b6dc7c469b Remove observer providing context 2016-05-19 20:27:23 +02:00
Takashi Aoki
4d7cbcd864 fix package name mismatch 2016-05-17 21:32:23 -07:00
Stanisław Chmiela
1c07048b7b Merge pull request #212 from radev/master
Allow to use content:// schema as source.
2016-05-17 09:42:50 +02:00
Stanisław Chmiela
e7337227fe Remove observer only if it has been registered
Happens if someone creates Video component, but doesn't set src to it.
2016-05-17 09:40:58 +02:00
Stanisław Chmiela
88e47159d7 Remove observer in setSrc if the source changes, but the view hasn't been removed from superview
Before: observer removes only in removeFromSuperview, but adds in setSrc – multiple setSrc would add multiple observers and one removeFromSuperview would remove only one observer. Now: Every addObserver in setSrc is balanced by removeObserver also in setSrc
2016-05-17 09:40:26 +02:00
Stanisław Chmiela
901f0cc9ab Save current state of observing in _playbackRateObserverRegistered property 2016-05-17 09:38:35 +02:00
Stanisław Chmiela
5506805aac Add playbackRateObserverRegistered bool property 2016-05-17 09:37:11 +02:00
Igor Ivanov
1d67b7959e Allow to use content:// schema as source. 2016-05-11 12:25:50 +03:00
Stanisław Chmiela
ad29d3ea9f Merge pull request #211 from stephenmudra/android-cookies
Adding Cookie Support for Android Devices
2016-05-11 10:42:49 +02:00
Stephen Mudra
f617f445a6 Adding Cookie Support for Android Devices 2016-05-11 15:55:09 +08:00
Stanisław Chmiela
7db95e2c7f Bump version 2016-05-10 23:48:02 +02:00
Brent Vatne
c66a05492c Merge pull request #209 from gaguirre/patch-1
Fix typo in README
2016-05-09 13:25:23 -07:00
Gonzalo Aguirre
400cb169a1 Fix typo in README
Make visible text *<Video>*  wrapping it with a code block
2016-05-09 15:37:33 -03:00
Stanisław Chmiela
654ae1a27c Merge pull request #199 from sjchmiela/feature/additional_playback_callbacks
Additional playback callbacks
2016-05-09 16:12:29 +02:00
Stanisław Chmiela
3ebda0234d Merge pull request #192 from jgibbons/master
fix for RN 0.24+
2016-05-09 16:12:11 +02:00
Stanisław Chmiela
7e360f4d99 Merge pull request #205 from bcalik/orientation-feature
[iOS] Added orientation to onLoad event.
2016-05-01 18:36:29 +02:00
Burak Çalık
0c3cce542f coding style fixes 2016-05-01 18:26:56 +03:00
Burak Çalık
91abfbde8b [iOS] Added orientation to onLoad event. 2016-05-01 17:41:30 +03:00
Tobias Hasselrot
8844cc0316 Added missing property for playWhenInactive. 2016-04-29 14:16:21 +02:00
tobias
eb31337837 Added play when inactive to support playing while showing notification center. 2016-04-29 13:55:34 +02:00
Tobias Hasselrot
39443ae371 Fixed background playback behind notification center. 2016-04-29 09:46:28 +02:00
Brent Vatne
0117212716 Merge pull request #201 from skleest/master
README: prevent blocking outside music
2016-04-28 22:05:33 -07:00
skleest
c2272bc8d6 README: prevent blocking outside music 2016-04-28 21:40:46 -07:00
Tobias Hasselrot
848e6632a3 Sound now plays when app is in background. 2016-04-28 15:06:22 +02:00
Stanisław Chmiela
e35eaf645f Don't require more details than we set to receive 2016-04-28 14:59:49 +02:00
Stanisław Chmiela
d1eae07cfa Unstall video in model 2016-04-28 14:56:50 +02:00
Stanisław Chmiela
b03c02b4f2 Fix Obj-C problem 2016-04-28 14:45:14 +02:00