Edward Chan
83dd4c3ba9
add seekableDuration ( #285 )
2016-09-06 22:23:13 -04:00
Alma Madsen
4d33bb0f69
prevent 'cover' resizeMode animation ( #307 )
2016-08-29 15:48:36 -04:00
Ricard Fredin
b15594e90a
Added deallocation of observers to prevent an NSInternalInconsistencyException.
2016-08-04 14:32:04 +02:00
tobias
1aded32019
Remove spaces
2016-06-02 08:33:18 +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
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
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
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
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
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
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
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
Stanisław Chmiela
b37243fca2
Add playbackStalled and Resume events
2016-04-28 14:38:21 +02:00
Stanisław Chmiela
b55f71a29d
Add onPlaybackRateChange callback
2016-04-28 14:37:45 +02:00
Stanisław Chmiela
f244f662b6
Add observer for _player rate
2016-04-28 14:29:09 +02:00
Stanisław Chmiela
505b94f9a6
Add sending onReadyForDisplay callback
2016-04-28 14:28:29 +02:00
Stanisław Chmiela
eb3fc2373a
Add readyForDisplay callback
2016-04-28 14:25:45 +02:00
tobias
1df54554dc
Merge remote-tracking branch 'upstream/master'
2016-04-14 13:51:11 +02:00
Brent Vatne
3c6da9782f
Merge pull request #181 from sjchmiela/feature/support_fullscreen_mode
...
Support fullscreen mode
2016-04-12 14:13:50 -04:00
Stanisław Chmiela
e7cae171fb
Add naturalSize to callback
2016-04-08 11:10:22 +02:00
Stanisław Chmiela
d304bfecbe
Fix possibility of trying to open multiple fullscreen video players
2016-04-01 14:56:03 +02:00
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
931ea75edd
Implement delegate in RCTVideo
2016-04-01 10:52:05 +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
6d05b7bf79
Add option for listening to fullscreen player events
2016-03-31 21:35:10 +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
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
Joel Arvidsson
5a96daac51
Fixes bug making it impossible to pause video from controls.
2016-02-18 21:45:09 -03:00
Bernd Paradies
f2b0dbd2db
Introducing custom/native/embed skins
2015-12-22 17:39:04 -06:00
Tobias Hasselrot
c45a79a346
Added playInBackground property to allow continous live streaming when opening notification center or control center
2015-10-30 10:34:54 +01:00
React Native Playground
b43d11f17b
remove unused constants
2015-08-23 02:30:18 +02:00
Joshua Sierles
5718d17f90
switch to returning an array from customDirectEventTypes, for RN 0.10.0 compatibility
2015-08-22 21:42:26 +02:00
Baris Sencan
28d482852d
Act according to playbackLikelyToKeepUp changes
...
Closes #57
This commit also includes some code style updates
2015-08-05 15:53:42 +03:00
Baris Sencan
0429094d74
Merge dpeek/fix/paused-resumes-after-seek into master
...
Fixes #73 as well
2015-07-20 19:46:49 +03:00
Brent Vatne
cb3c519195
Merge pull request #78 from dpeek/fix/disable-layer-resize-animation
...
Disables default system animation when resizing AVPlayerLayer
2015-07-18 20:32:59 -07:00
Baris Sencan
8a4fbaf6f7
Remove dispatch_async calls to main queue
...
Due to the changes made in #77
2015-07-18 15:38:56 +03:00