955 Commits

Author SHA1 Message Date
SimonErm
236758147d move rotation to BarCodeScannerAsyncTask (#1667) 2018-06-29 11:43:21 -03:00
João Guilherme Fidelis
0b816adbfd
Merge pull request #1668 from SimonErm/fix/NullPointerExceptionOnBarcodeRead
Fixes crash onBarCodeRead
2018-06-29 11:35:41 -03:00
Simon Ermler
5b97763e49 add null check 2018-06-28 23:53:55 +02:00
HTALA
cb62502a47 Update Camera1.java (#1657)
* Update Camera1.java

Check setPictureSize for null to prevent an exception

* Fixed ba spell
2018-06-22 08:42:21 -03:00
João Guilherme Fidelis
8e1a71dc28
Merge pull request #1651 from flippinjoe/master
Continued Recording
2018-06-19 11:43:08 -03:00
Joe Ridenour
aca37d30e5 Continued Recording
- Updated RNCamera.js to allow for path in recording options
- Updated RNCamera.m to check for new `path` key in options
- Updated RNCameraView.java to check for `path` property to use
- Updated RNCamera.md to reflect new option
2018-06-19 09:04:42 -05:00
João Guilherme Fidelis
5f9a3e7127
Merge pull request #1644 from ceyhuno/fix-spec-facedetector
Fix CocoaPods spec for FaceDetector
2018-06-18 13:51:42 -03:00
Ceyhun Ozugur
d36835ce5e
Add back RCT subspec 2018-06-18 16:49:43 +02:00
Ceyhun Ozugur
cba518e947
Update README.md 2018-06-18 14:39:26 +02:00
Ceyhun Ozugur
ed8922a0ca
Fix CocoaPods spec for FaceDetector 2018-06-18 12:38:37 +02:00
Gabriel Falcão
77e158dc2d Change README making clear what is android-only (#1637) 2018-06-17 16:52:27 -03:00
Sibelius Seraphini
5130aa45cd
1.1.5 2018-06-14 13:23:41 -03:00
Sibelius Seraphini
e49e35a085
build(change-log): v1.1.5-2 2018-06-14 13:23:35 -03:00
Ivanbtrujillo
4d282e4fa6 Mock module and test a custom component using Jest (#1635)
* Add information about how to mock react-native-camera and test a custom component using Jest and Enzyme

* Move testing documentation to test.md

* Create a reference to documentation about testing in RNCamera.md
2018-06-14 15:05:50 +01:00
João Guilherme Fidelis
8af4edd105
Merge pull request #1633 from react-native-community/n1ru4l-patch-2
fix(rn-camera): fix codec backwards compat
2018-06-13 11:30:45 -03:00
João Guilherme Fidelis
a0fa7785e4
Merge pull request #1632 from Symous/patch-1
fix Android 5.1 scan qrcode very slowly issue
2018-06-13 10:04:34 -03:00
Laurin Quast
91f5bf4567
fix(rn-camera): fix codec backwards compat 2018-06-13 14:35:16 +02:00
Symous
4b91f1b369
update zxing lib version
zxing 3.2.1 perform so slow in Android 5.1 to scan a qrcode,update to 3.3.0 fix this issue
2018-06-13 09:07:45 +08:00
Slavik
4fdd548611 [BUG, ANDROID] width prop not works correctly when fixOrientation is enabled (#1629)
* add scan support for landscape mode

* refactoring

* fix errors

* fix rotation

* add landscape orientation support

* fix exception

* freeze preview image

From PR https://github.com/lwansbrough/react-native-camera/pull/919

* fix width prop
2018-06-11 18:00:46 -03:00
Pavel
35d962668c Update GradleUpgradeGuide.md (#1625)
Fixed build script name
2018-06-10 01:08:31 +01:00
jtweaver
bd582f4b02 Docs around pause/resume preview (#1623) 2018-06-08 21:54:18 +01:00
jtweaver
747bcf9030 Added pause/resume preview functions to RNCamera (#1622) 2018-06-08 21:40:58 +01:00
João Guilherme Fidelis
119719237d
Merge pull request #1618 from react-native-community/fix/pictureSize
fix(picture-size): create None default value
2018-06-08 10:59:13 -03:00
Joao Fidelis
ad87c8e342 fix(picture-size): create None default value 2018-06-07 17:04:32 -03:00
João Guilherme Fidelis
92e8ececc9
Merge pull request #1614 from n1ru4l/fix-1612
Fix failing iOS build #1612
2018-06-06 18:33:04 -03:00
Laurin Quast
83d0618e98 fix(rn-camera): fix types, conversions and casts 2018-06-06 23:13:30 +02:00
Laurin Quast
a090faa09b WIP: Implement video stabilization mode property for ios (#1606)
* feat(rn-camera): implement video stabilization mode property for ios

* feat(rn-camera): export video stabilization values on camera object

* docs(rn-camera): document video stabilization mode feature
2018-06-05 11:21:22 +01:00
João Guilherme Fidelis
9cddb2a721
Merge pull request #1608 from react-native-community/fix/pictureSize
fix(picture-size): export method and change default value
2018-06-04 14:06:23 -03:00
Joao Fidelis
9efb7f141f fix(picture-size): export method and change default value 2018-06-04 13:55:40 -03:00
João Guilherme Fidelis
e9cadb7e01
Merge pull request #1600 from react-native-community/feat/preview
Feat/preview
2018-06-04 09:33:41 -03:00
Sibelius Seraphini
4a9322cb8b
docs(expo): explain how to migrate to and from expo camera module (#1605) 2018-06-04 11:26:53 +01:00
João Guilherme Fidelis
c3696c5420
Merge pull request #1595 from instructure/ios-get-video-orientation-from-device-2
Base Video Orientation on Device Orientation - IOS
2018-05-31 14:37:02 -03:00
Joao Fidelis
497a703964 feat(preview): add android code 2018-05-31 14:27:30 -03:00
Joao Fidelis
9bf9a2e316 feat(preview): add new props to JS 2018-05-31 13:12:35 -03:00
Thomas O'Brien
7a2f911cd9 ios-get-video-orientation-from-device-2 2018-05-30 12:19:10 -07:00
Joao Fidelis
b9fb708ffc feat(preview): add preview methods and more fixes 2018-05-29 10:47:42 -03:00
João Guilherme Fidelis
2b9bc306b8
Merge pull request #1579 from anyon-tech/master
Fixed typing
2018-05-29 10:25:58 -03:00
Wasili Adamow
ebca432f76
Update index.d.ts 2018-05-23 12:54:32 +02:00
Slavik
60b9ef1b84 Bug/save to capture when app goes on pause (#1578)
* add scan support for landscape mode

* refactoring

* fix errors

* fix rotation

* add landscape orientation support

* fix exception

* freeze preview image

From PR https://github.com/lwansbrough/react-native-camera/pull/919

* fix bug on android when user take photo and press home button immediately - after that camera not works
2018-05-22 17:38:42 +01:00
Sibelius Seraphini
f3a973bc31
Merge pull request #1569 from zyfccc/patch-1
Update GradleUpgradeGuide.md
2018-05-22 16:21:04 +01:00
Sibelius Seraphini
dea1dc8ef9
Merge pull request #1574 from almost/master
Support orientation option on ios
2018-05-22 16:20:26 +01:00
Thomas Parslow
b08bb7e403
Merge branch 'master' into master 2018-05-22 12:50:11 +01:00
Sibelius Seraphini
e4e41ae02a 1.1.4 2018-05-21 17:49:24 -03:00
Sibelius Seraphini
86bf1d284b build(change-log): v1.1.4-6 2018-05-21 17:49:18 -03:00
Sibelius Seraphini
081484c174
Merge pull request #1576 from react-native-community/revert-1559-master
Revert "Fix runtime error missing facebook infer annotation"
2018-05-21 21:47:55 +01:00
Sibelius Seraphini
ad840b30a0
Revert "Fix runtime error missing facebook infer annotation" 2018-05-21 17:47:32 -03:00
Thomas Parslow
4ffedae792 Support orientation option when taking picture on ios 2018-05-20 23:46:59 +02:00
Thomas Parslow
d843de4eb6 Set AVCaptureSessionPresetHigh before capturing photo
My previous commit for this set it in one place but I forgot the other
2018-05-20 23:39:18 +02:00
Jack Zhao
3f76bf8b35
Merge branch 'master' into patch-1 2018-05-18 22:26:18 +01:00
Sibelius Seraphini
351e0bb89e 1.1.3 2018-05-18 16:44:12 -03:00