Sibelius Seraphini
29ffcb4db4
Merge pull request #973 from pettersolberg88/master
...
Fixed hardcoded jpegQuality on android when saving to temp and disk
2017-12-07 10:43:01 -02:00
Sibelius Seraphini
6bc1de69d7
Merge pull request #746 from superyarik/master
...
Add onBarCodeRead example
2017-12-07 10:39:49 -02:00
Sibelius Seraphini
087c6c1adf
Merge pull request #937 from leoilab/fix-example
...
Fix example failing with "Unable to resolve module react"
2017-12-07 10:39:15 -02:00
Sibelius Seraphini
7c796d767e
Merge pull request #957 from geoffreyc/master
...
Added info about autofocus/taptofocus for android
2017-12-07 10:38:09 -02:00
Sibelius Seraphini
36604200e3
Merge pull request #1020 from JSandmark/patch-1
...
Update Readme that CAMERA permission is requierd
2017-12-07 10:37:20 -02:00
Sibelius Seraphini
efe5d24d64
Merge pull request #1022 from jwilkes90/master
...
Updating README for upca barcodes
2017-12-07 10:36:23 -02:00
Jon Wilkes
4224c37ce2
Update README.md
2017-12-05 11:47:00 +00:00
Johan Sandmark
d9b1de5db6
Update Readme that CAMERA permission is requierd
...
Developers are lazy, it would help to clarify to new people that normal camera permissions actually are required. Specially under the headline permissions.
2017-12-03 09:57:46 +01:00
Rahmat
5572ba7068
missing break on switch
2017-11-20 12:26:46 +07:00
Rahmat
875c00a5ca
change video orientation by device orientation
2017-11-20 10:16:06 +07:00
Manuel Nakamurakare
6801113628
serialize setCaptureQuality using sessionQueue
2017-11-13 16:08:42 -08:00
rt2zz
fe70bd71a9
0.12.0
v0.12.0
2017-11-08 11:17:11 -08:00
rt2zz
a1191a70e8
0.11.0
v0.11.0
2017-11-08 11:15:43 -08:00
Petter Solberg
e11ed2fb52
Fixed hardcoded jpegQuality on android when saving to temp and disk
2017-11-08 17:15:48 +01:00
Lowie Huyghe
ca48b33f7f
Fix for: Fast swiping and touching while component is being loaded can cause _camera to be null.
2017-11-07 17:02:48 +01:00
Martin Puza
785a85054b
Merge remote-tracking branch 'upstream/master'
2017-10-29 19:47:51 +01:00
Kesha Antonov
59a0b44c71
fix crash on tap focus & warning on start ( #961 )
2017-10-28 08:28:15 +02:00
geoffreyc
4bb3f62369
Added info about autofocus/taptofocus for android
...
Added settings to place into AndroidManifest.xml to get all focus functionalities working 100%
2017-10-24 10:08:41 +01:00
SteffenUlrich
b5baca03e8
correct aproach for delta error
2017-10-18 14:37:56 +02:00
Martin Puza
5faf21a6f8
improved focus square and defocus visualization
2017-10-16 17:06:26 +02:00
Martin Puza
e372f349cb
we'll also need the observer
2017-10-16 15:15:40 +02:00
Martin Puza
1c616f8aaa
important, indeed;
2017-10-16 14:29:20 +02:00
Martin Puza
a811d69716
fixed c/p error
2017-10-16 14:26:26 +02:00
Martin Puza
defe4170c7
enable change monitoring
2017-10-16 14:24:01 +02:00
Martin Puza
a38576660b
added onZoomChanged to wrp
2017-10-16 14:11:44 +02:00
Martin Puza
4d2ee4bdfa
_addOnZoomChanged added
...
remove methods added
2017-10-16 13:44:08 +02:00
Frank Tsai
71df1329d4
cherry-pick d9da66b6b0d2fe062e488df62a15927285363d86
...
inputEvent -> appEvent
2017-10-16 13:29:02 +02:00
4a6f616f Gracinha
52b11f2d32
Update README.md with NSPhotoLibraryAddUsageDescription ( #924 )
...
closes #923
2017-10-15 12:16:02 +02:00
skovhus
4f4aaf9a02
Fix example failing with "Unable to resolve module react"
2017-10-06 14:38:36 +02:00
Akshay Kadam
4b4160801e
Format Code Blocks ( #912 )
...
* Format Code Blocks
* Format Code Blocks
2017-09-28 07:10:58 +02:00
Lee Packham
780a6c70c9
Disallow capture when Camera is null (Android)
...
If a user of the library called `capture` too early then it tries to get
the device orientation from the RCTCamera instance... which doesn't yet
exist.
Instead of adding anything clever in the library, just call
promise.reject() so that the host application can decide what to do with
this issue (probably wait, retry in a bit).
This mainly effects slower Android devices where the camera can take a
long time to initialize.
2017-09-23 23:17:54 +01:00
Jonathan Beckman
dc1724507a
Update README.md ( #883 )
...
took out an unneeded word
2017-09-10 21:18:58 +02:00
gabrielSchaidhauer
537b7696b4
(android): Missing ; on constructor ( #880 )
...
On the RCTCameraModule is missing a ';' causing a build failure.
2017-09-08 13:26:53 -07:00
Andy Li
618f5ec92f
[captureWithOrientation()] Load shutter_click sound to reduce latency while playing during capture ( #871 )
2017-09-08 22:03:35 +02:00
mannol
161c568095
(android): Remove nonexistant Android permission ( #863 )
...
Android does not have RECORD_VIDEO permission. For a list of available permissions check [this link](https://developer.android.com/reference/android/Manifest.permission.html ).
2017-08-29 11:26:19 -07:00
Christian Brevik
4e04e3484b
Make safer calls on Android
2017-08-29 14:35:35 +02:00
Christian Brevik
1bcf8577a4
Add start/stopPreview for Camera
2017-08-27 18:08:58 +02:00
Guy Blank
e3fc27711c
(barcode): Fix for missing bounds in Android #683 ( #845 )
2017-08-19 15:19:18 -07:00
Radek Czemerys
02eb51d962
Remove createJSModules @override marker - RN 0.47 compatibility ( #821 )
...
* Remove depreciated createJSModules @ovveride marker
* Added comment
* Fix typo in comment
* Fix typo in comment
2017-08-07 12:52:31 -07:00
rt2zz
bd9a0f37fc
0.10.0
v0.10.0
2017-08-03 12:26:21 -07:00
rt2zz
1e9484b354
remove opencollective dependency
2017-08-03 12:26:06 -07:00
Eric Dobbertin
e2c2cff4a0
Support React 16 PropTypes removal ( #769 )
2017-08-03 12:24:11 -07:00
rt2zz
be969cdc57
0.9.5
v0.9.5
2017-08-03 12:23:02 -07:00
Michael J Gallagher
2937ecafb9
Install from NPM not GitHub ( #823 )
2017-08-03 12:22:36 -07:00
Hagen Hübel
7b16017a2e
Fixed README for the audio-Property for iOS ( #809 )
2017-08-01 10:14:42 -07:00
Max Findel
1135c53f7f
Fix NullPointerException on MutableImage when taking a picture ( #816 )
2017-08-01 06:26:56 -07:00
rt2zz
97d5d7988a
0.9.4
v0.9.4
2017-06-15 13:32:55 -07:00
rt2zz
a39bf6bba7
[git] add package-lock.json
2017-06-15 13:32:46 -07:00
rt2zz
be31e128b4
[git] ignore package-lock
...
update package.json
2017-06-15 12:58:03 -07:00
Nick Pomfret
7f69acdad1
when saving images, only invoke the media scanner if the user is saving to the camera roll. ( #716 )
2017-06-13 18:01:34 -07:00