Arjan Scherpenisse
cd53e389a0
Android: Resize the video correctly on layout changes ( #432 )
...
The transform matrix was not being recalculated when the View
dimensions changed. Fixed by copying the code from the scaleVideoSize
method from the ScalableVideoView.
https://github.com/yqritc/Android-ScalableVideoView/blob/master/library/src/main/java/com/yqritc/scalablevideoview/ScalableVideoView.java#L95
2017-01-11 07:47:56 -05:00
Ranjan Shrestha
cc7b7abdca
Android bug fixes on how the video progress was being handled. ( #367 )
...
* BUGFIX. Progress Update Handler was being called even when the video was paused. The handler was also being called unnecessarily even after the video has completed and unmounted
* Saved and restored the state of the video during the activity state changed
2016-11-03 16:43:01 -04:00
Andrew Jack
0c746e8fe8
Clean project structure ( #320 )
2016-09-21 09:34:25 -04:00
Evgeniy Sokovikov
7a1a0a82d0
udgrate example to rn33 ( #329 )
2016-09-19 20:46:15 -04:00
Simon Gough
4b8101398c
Added Android Expansion File Support ( #142 )
...
* Add Android Expansion File Support
* Added notes for usage with Android Expansion file
* Update README.md
Added notes re: expansion file usage.
* formatting issue fixes
2016-09-14 07:28:06 -04:00
nharlow89
6dfbb1e2a5
explicitly release androids mediaplayer when component is unmounted ( #319 )
2016-09-09 08:45:23 -04:00
Vladimir Adamic
7c2ebfba00
Add controls property to Android
...
- displays MediaController over the Video screen if enabled
2016-07-12 18:34:05 +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
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
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
Burak Çalık
70909c017b
[Android] naturalSize callback to match iOS version.
2016-06-05 00:53:46 +03:00
tobias
2cba8c8eee
Added play in background for Android
2016-06-01 17:05:42 +02:00
Takashi Aoki
4d7cbcd864
fix package name mismatch
2016-05-17 21:32:23 -07:00
Igor Ivanov
1d67b7959e
Allow to use content:// schema as source.
2016-05-11 12:25:50 +03:00
Stephen Mudra
f617f445a6
Adding Cookie Support for Android Devices
2016-05-11 15:55:09 +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
Tal.Che
38e5296eee
upgrade to react-native 0.19
2016-02-02 18:22:33 +02:00
Juan Pablo Garcia
6350d07879
Added isAsset same as iOS implementation
2016-01-07 17:34:11 -03:00
Baris Sencan
237432e6ff
[Android] Implement all event properties
2015-11-17 17:55:08 -08:00
Baris Sencan
93b426c753
[Android] Simplify src assignment
2015-11-13 16:56:40 -08:00
Baris Sencan
a52f1d5dcf
[Android] Implement seek and rate properties
...
rate won't be supported on Android for a while as the native
MediaPlayer class doesn't support it either.
2015-11-13 16:24:13 -08:00
Baris Sencan
9f73f22c62
[Android] Fix MediaPlayer issues
2015-11-13 16:06:42 -08:00
Baris Sencan
6ddd157f58
[Android] Default prop values
2015-11-13 14:36:15 -08:00
Baris Sencan
e63a004ee6
[Android] Prepare media player asynchronously
2015-11-13 14:35:52 -08:00
Baris Sencan
44203ab9d6
[Android] Fix video events
2015-11-12 19:27:12 -08:00
Baris Sencan
9e9e45c1a5
[Android] Move events inside RCTVideoView
2015-11-11 13:37:35 -08:00
Baris Sencan
d174b1a465
[Android] Better code structure
2015-11-09 17:54:15 -08:00
Baris Sencan
86790349e3
[Android] Send onVideoLoadStart, onVideoLoad, and onVideoEnd events
2015-11-08 18:19:03 -08:00
Baris Sencan
c03c45a362
[Android] repeat, muted, volume properties fully working
2015-11-05 17:13:35 -08:00
Baris Sencan
4362e596a8
[Android] src, repeat, paused properties fully working
2015-11-03 20:27:38 -08:00
Baris Sencan
f34bd9d95a
[npm][Android] Include RCTVideo.iml
2015-11-02 15:35:14 -08:00
Baris Sencan
0a3fdd912b
[Android] Initial commit
2015-10-30 17:43:18 -07:00