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
Malte Peters
679a5d29bb
feat(android): added and refactored lost files
2018-02-13 19:00:56 +01:00
Malte Peters
587f0ea690
chore: added lbpcascade-file
2018-02-13 17:45:33 +01:00
Malte Peters
32c5385bc3
feat(android): add code for face detection
2018-02-13 17:31:34 +01:00
Jason Schoeman
049b23440e
Incorrect placement of plugin.
...
I believe this is incorrectly used here. This will cause various issues, especially using it with Android Studio. This is also the reason you have to specify the QA compile error. The plugin `com.android.support:exifinterface:+` should at the very least be used but then not even, rather have it as part of the installation process to include the dependency build.gradle.
2018-02-13 12:06:12 +02:00
João Marins
077b0091ed
Merge pull request #1232 from react-native-community/feature/monthly-downloads
...
Add monthly downloads badge
2018-02-13 07:20:19 -02:00
João Marins
2dde01f516
Add monthly downloads badge
2018-02-12 20:22:41 -02:00
Sibelius Seraphini
5be1f0e727
add 1.0.0 changelog
...
fix #1228
2018-02-12 09:50:38 -02:00
Sibelius Seraphini
5862cdfac2
Merge pull request #1227 from TitanKing/patch-1
...
Update README.md
2018-02-12 09:49:04 -02:00
Jason Schoeman
ea94df18f9
Update README.md
...
There is an issue in the docs stating that the file `import org.reactnative.RNCameraPackage;` should be added, this is incorrect and should be 1import org.reactnative.camera.RNCameraPackage;`
2018-02-12 13:43:48 +02:00
Sibelius Seraphini
bcd1c2c751
1.0.0
v1.0.0
2018-02-12 08:00:32 -02:00
Sibelius Seraphini
94dddc7d02
fix(chore): release scripts
2018-02-12 08:00:15 -02:00
Sibelius Seraphini
42ac309040
feat(chore): add husky to enable commit lint
2018-02-12 07:59:32 -02:00
Sibelius Seraphini
720baa612b
feat(chore): add release scripts
2018-02-12 07:58:08 -02:00
Sibelius Seraphini
58e89fc9f6
upgrade issue template to v1.0.0
2018-02-12 07:57:00 -02:00
Sibelius Seraphini
de95e1ce4c
Merge pull request #1225 from react-native-community/feat/docs1.0
...
feat(docs): add docs to v1.0.0
2018-02-12 07:55:08 -02:00
Sibelius Seraphini
9227d2368f
feat(docs): add docs to v1.0.0
2018-02-12 07:51:54 -02:00
Malte Peters
917692c16e
feat: added package and class structures for opencv face detection
2018-02-09 18:55:18 +01:00
Malte Peters
00d1a5f84b
feat: Face Detection Orientation added
2018-02-09 13:46:21 +01:00
Malte Peters
7efbd50676
bugfix: fixed last commit
2018-02-08 15:34:32 +01:00
Malte Peters
8067d46ab9
feat: added orientation of face to callback
2018-02-08 15:33:23 +01:00