Sergey
|
4e6c435adc
|
Fix flow types
|
пре 5 година |
Gaëtan Renaudeau
|
322de51607
|
Merge pull request #184 from Qrymy/fix/ts-definition
add capture() definition to index.d.ts
|
пре 6 година |
Qrymy
|
9e6499d985
|
add capture function to index.d.ts file
|
пре 6 година |
Gaëtan Renaudeau
|
f24f100590
|
Merge pull request #178 from OleksandrKucherenko/android-performance-improvements
fixed bug with child views transformation loss
|
пре 6 година |
Oleksandr Kucherenko
|
2a865fa1db
|
fixed bug with child views transformation loss
|
пре 6 година |
Gaëtan Renaudeau
|
d626c3b638
|
v2.5.0
|
пре 6 година |
Gaëtan Renaudeau
|
2457a00167
|
Merge pull request #177 from OleksandrKucherenko/android-performance-improvements
Android performance improvements
|
пре 6 година |
Oleksandr Kucherenko
|
b7e9d6eae4
|
fix the child draw matrix/transformation rendering issues
|
пре 6 година |
Oleksandr Kucherenko
|
e394402499
|
added support of attaching lib as rootProject or as a sub-module
|
пре 6 година |
Oleksandr Kucherenko
|
31ec6a0fbc
|
resolve android support library versions clash
|
пре 6 година |
Oleksandr Kucherenko
|
1f580f82d1
|
gradle version updated to 4.10.1
|
пре 6 година |
Oleksandr Kucherenko
|
03cd53b3c6
|
updated android dependencies
|
пре 6 година |
Oleksandr Kucherenko
|
e6c59ca1b6
|
updated documentation
|
пре 6 година |
Oleksandr Kucherenko
|
a999019bc2
|
implemented super fast way of screenshot making. removed places that slow down screenshot making and delivery to the react side.
|
пре 6 година |
Oleksandr Kucherenko
|
7b13ab7082
|
version up for android tools and libs, sdk api
|
пре 6 година |
Oleksandr Kucherenko
|
f8af243189
|
introduced RAW image format and ZIP-base64 result packaging algorithm
|
пре 6 година |
Oleksandr Kucherenko
|
de310f1b3d
|
added support of RAW image format and zip-base64 packaging of the results
|
пре 6 година |
Oleksandr Kucherenko
|
0cd3899136
|
more cleanup/ignore rules
|
пре 6 година |
Gaëtan Renaudeau
|
f32408d7ce
|
Merge pull request #176 from AWDGroup/patch-1
Fixed the compile error
|
пре 6 година |
Ardavan Kalhori
|
bae74096f0
|
Fixed the compile error
extension is final and cannot be changed.
|
пре 6 година |
Gaëtan Renaudeau
|
d026193dc4
|
Merge pull request #175 from AWDGroup/master
fixed the base64 MIME type when JPG is chosen (iOS)
|
пре 6 година |
Ardavan Kalhori
|
044d6bff89
|
Merge pull request #2 from gre/master
Merge from gre/react-native-view-shot
|
пре 6 година |
Ardavan Kalhori
|
0aaee89958
|
Merge pull request #1 from AWDGroup/patch-1
fixed the base64 MIME type when JPG is chosen
|
пре 6 година |
Ardavan Kalhori
|
4ee83998cb
|
fixed the base64 MIME type when JPG is chosen (iOS)
|
пре 6 година |
Gaëtan Renaudeau
|
b561328af5
|
Merge pull request #169 from jgreen210/android_close_stream_before_resolve_promise
close java OutputStreams before resolve Promises
|
пре 6 година |
Gaëtan Renaudeau
|
6953261450
|
Merge pull request #171 from tkskto/fix/viewshot-01
add null check
|
пре 6 година |
Gaëtan Renaudeau
|
e517fcb5f3
|
Merge pull request #172 from systemride/master
Add type definitions for style prop
|
пре 6 година |
Gaëtan Renaudeau
|
0f0cdcda68
|
Merge pull request #174 from AWDGroup/patch-1
fixed the base64 MIME type when JPG is chosen
|
пре 6 година |
Ardavan Kalhori
|
69539bfb45
|
Simplified the null check logic
|
пре 6 година |
Ardavan Kalhori
|
6942e05c65
|
fixed the base64 MIME type when JPG is chosen
valid MIME type for JPEG / JPG images is "image/jpeg"
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#Image_types
This was causing Android not to recognize the screenshots taken by this library
|
пре 6 година |
Nick Redmond
|
825fd2e993
|
Add type definitions for style prop
|
пре 6 година |
takeshi kato
|
cf16f2389e
|
add null check
|
пре 6 година |
Jeremy Green
|
4c9b57e1c3
|
Make all ViewShot fields final.
|
пре 6 година |
Jeremy Green
|
0a4efe543b
|
Close android OutputStreams before resolving Promise. Otherwise, buffers might not be flushed soon enough.
|
пре 6 година |
Gaëtan Renaudeau
|
c404491a4f
|
v2.4.0
|
пре 6 година |
Gaëtan Renaudeau
|
794b4bcc3e
|
Merge pull request #153 from HenleyKuang/master
Fix psitioning of TextureView elements relative to target element
|
пре 6 година |
Henley Kuang
|
e9ad6aaf77
|
Update ViewShot.java
|
пре 6 година |
Henley Kuang
|
896dbf95fb
|
Fix psitioning of TextureView elements relative to target element
|
пре 6 година |
Gaëtan Renaudeau
|
6d3d09ce9a
|
Merge pull request #147 from AndrewJack/remove_iml_file
Remove .iml file and add rule to npm and git ignore
|
пре 6 година |
Andrew Jack
|
aa8700505f
|
remove iml file and add to npm and git ignore config
|
пре 6 година |
Gaëtan Renaudeau
|
f5da06eaea
|
2.3.0
|
пре 6 година |
Gaëtan Renaudeau
|
7dd5c768af
|
Merge pull request #131 from matheussll/master
Adding style props to main container.
|
пре 6 година |
Matheus Stefanello Luz
|
4deb26c383
|
Adding style props to main container.
|
пре 6 година |
Gaëtan Renaudeau
|
082d8ee571
|
Merge pull request #128 from wassgha/patch-1
Add test results for react-native-camera
|
пре 7 година |
Wassim Gharbi
|
b51b3357fa
|
Add test results for react-native-camera
|
пре 7 година |
Gaëtan Renaudeau
|
c10818a0d7
|
2.2.0
|
пре 7 година |
Gaëtan Renaudeau
|
59b35c5a10
|
Merge pull request #120 from khaled-cliqz/master
Add check for null path in releaseCapture
|
пре 7 година |
Khaled Tantawy
|
153dbbebdd
|
Add check for null path in releaseCapture
|
пре 7 година |
Gaëtan Renaudeau
|
f6a5dc95f3
|
Merge pull request #119 from jackdclark/master
Make onCapture & onCaptureFailure props optional in flow type
|
пре 7 година |
Jack Clark
|
7591cf5c76
|
make onCapture & onCaptureFailure props optional in flow type
|
пре 7 година |