856 Commits

Author SHA1 Message Date
Felipe Constantino
4d1616c57a fix(types): fix definition for RNCameraProps.ratio
It was "number" and not "string"
+ add new flag TakePictureOptions.forceUpOrientation
2018-02-26 17:06:04 -03:00
Sibelius Seraphini
84a3683618
Merge pull request #1291 from MatthieuLemoine/fix-path-ios
Fix recursive header expansion falied
2018-02-26 10:31:33 -03:00
Michaël Villeneuve
69efb06d42
Merge branch 'master' into width_control_and_rotation_fix 2018-02-26 14:13:22 +01:00
João Guilherme Fidelis
6f69f7b033
Merge pull request #1290 from Snapp-FidMe/force_portrait_on_ios
Add ability to force portrait orientation on IOS
2018-02-26 10:11:40 -03:00
MatthieuLemoine
31143ca295 Fix recursive header expansion falied 2018-02-26 10:55:14 +01:00
Michaël Villeneuve
cc3fb30ab2 Add more infos on width property doc, eventually fixed indent 2018-02-26 09:31:27 +01:00
Michaël Villeneuve
b517646a5c Update documentation 2018-02-26 09:15:20 +01:00
Michaël Villeneuve
0c0acd227c Fixed wrong method signature 2018-02-26 09:15:12 +01:00
Michaël Villeneuve
c20fb94150 Add ability to force up orientation on iOS 2018-02-26 09:15:02 +01:00
Sibelius Seraphini
d8d413105b
Merge pull request #1286 from Fconstant/ts-definitions
Add type definitions (For TypeScript or better autocomplete support)
2018-02-23 16:15:11 -03:00
Felipe Constantino
ba21875001 feat(types): add FaceDetector declarations
+ Fix type errors on "noImplicitAny" compilerOption
2018-02-23 14:57:21 -03:00
Felipe Constantino
a94bad5e37 feat(types): add TypeScript definition files
Solves #785
2018-02-23 13:46:16 -03:00
Michaël Villeneuve
2a49ed75cd Update documentation with android fixOrientation option 2018-02-23 16:25:49 +01:00
Michaël Villeneuve
8b26827730 Removed conflicts 2018-02-23 16:22:04 +01:00
Michaël Villeneuve
cc4520d72f Update documentation with new width property 2018-02-23 16:20:17 +01:00
Michaël Villeneuve
27ea6b04c2 Add width property on iOS. Allows to specify an image width on capture 2018-02-23 16:18:53 +01:00
Michaël Villeneuve
983337d9f8 Add ability to control size by only specifying width + made orientation optionnal. see #768 2018-02-23 16:16:49 +01:00
Michaël Villeneuve
e064bab7db Add width/height options 2018-02-23 16:16:35 +01:00
Sibelius Seraphini
8e22168c3b
Merge pull request #1275 from formigone/master
Add recipe for resizing captured images
2018-02-22 06:49:16 -03:00
Rodrigo Silveira
fc3975287f Add recipe for resizing captured images 2018-02-21 20:30:04 -07:00
Viren Rajput
2e891176b8
Merge pull request #1270 from Michaelvilleneuve/patch-1
Typo fix in docs/migration.md
2018-02-21 14:10:34 +00:00
Michaël Villeneuve
3050b83921
Fix typo 2018-02-21 11:53:05 +01:00
Joao Fidelis
3b3c38dd7d chore(face-detector): make face detection stoppage smoother 2018-02-19 10:32:51 -03:00
Malte Peters
47780e5485 feat: added property expectedFaceOrientation and handle it together with image orientation depending on used camera 2018-02-17 13:03:09 +01:00
Malte Peters
7bea109e47 chore: restored original CameraModule.java 2018-02-17 11:17:51 +01:00
Sibelius Seraphini
19b958d9ae
Merge pull request #1256 from bkvirendra/master
fixed the `source_files` path in podspec
2018-02-16 17:21:08 -02:00
Viren Rajput
8989aa2354
fixed the source_files path in podspec 2018-02-16 18:43:43 +00:00
Malte Peters
17546355de chore: don't save demo image to disk 2018-02-16 17:28:41 +01:00
Joao Fidelis
eb5b4ebaea 1.0.1 2018-02-14 18:10:14 -02:00
Joao Fidelis
e15b58b43c build(change-log): v1.0.1 2018-02-14 18:03:00 -02:00
Joao Fidelis
b0503dc8ae feat(release-script): add script to package json 2018-02-14 18:00:36 -02:00
João Guilherme Fidelis
07ebd26beb
Merge pull request #1245 from jgfidelis/changelog
feat(changelog): add changelog script
2018-02-14 17:46:00 -02:00
Joao Fidelis
d226393783 feat(changelog): add changelog script 2018-02-14 17:35:20 -02:00
Martin Puza
1351170d73 Merge remote-tracking branch 'upstream/master' 2018-02-14 18:52:30 +01:00
João Guilherme Fidelis
5e774f42b6
Merge pull request #1235 from TitanKing/patch-2
Incorrect placement of plugin.
2018-02-14 14:10:14 -02:00
João Guilherme Fidelis
5627d0144c
Merge pull request #1244 from jgfidelis/update-types
Update PictureOptions and RecordingOptions type
2018-02-14 13:14:45 -02:00
Jason Schoeman
224e025757
Update build.gradle
Updated dependencies to use: `compile "com.android.support:exifinterface:26.0.2"`
2018-02-14 17:05:50 +02:00
Joao Fidelis
e11485b390 Update PictureOptions and RecordingOptions type to have all current options. 2018-02-14 12:59:27 -02:00
João Guilherme Fidelis
463d78856d
Merge pull request #1243 from jgfidelis/fix/focus-warning
fix(focusWarning): fix focus depth warning being shown for ios.
2018-02-14 12:12:33 -02:00
Joao Fidelis
79698b815b fix(focusWarning): fix focus depth warning being shown for ios. 2018-02-14 11:39:14 -02:00
João Guilherme Fidelis
b2c06e64bf
Merge pull request #1242 from jgfidelis/mirrorOption
feat(mirror): add option to give "mirrorImage" flag to takePicture.
2018-02-14 10:57:32 -02:00
Joao Fidelis
0b6f0abda0 feat(mirror): add option to give "mirrorImage" flag to takePicture. 2018-02-14 10:48:21 -02:00
João Guilherme Fidelis
4b8a4246dd
Merge pull request #1238 from jgfidelis/imports
fix(imports): delete some useless imports which may cause problems
2018-02-14 09:48:56 -02:00
Sibelius Seraphini
8ea53634c7
Merge pull request #1240 from michalpokojski/master
Update instructions for getting project without FaceDetector
2018-02-14 09:02:11 -02:00
Sibelius Seraphini
72702ea0dd
Merge pull request #1241 from alexandreraulin/master
Fix readme links
2018-02-14 09:01:14 -02:00
Alexandre Raulin
e387ca3386
Fix readme links 2018-02-14 11:49:08 +01:00
michalpokojski
307da987c7
Update instructions for getting project without FaceDetector
There were two problems with shell script written in instructions:
1. No checking if `FaceDetector` dir exists so removing something that doesn't exist would throw an error
2. there is co `RCTCamera` anymore so I renamed it to `RNCamera`
2018-02-14 11:39:02 +01:00
Malte Peters
04b8e27681 feat(android): Face Detection Improvements 2018-02-13 23:23:56 +01:00
Joao Fidelis
a5b9f7e717 fix(imports): delete some useless imports which may cause problems 2018-02-13 17:44:30 -02:00
Malte Peters
58f8e0fef9 feat(android): added opencv framework compile reference and minor improvements 2018-02-13 19:14:38 +01:00