730 Commits

Author SHA1 Message Date
Sibelius Seraphini
ff69dab211
Merge pull request #1372 from samuela/patch-1
Fix typos in the README
2018-03-21 03:28:57 -03:00
samuela
7bf000f391
Fix typos in the README 2018-03-20 20:38:28 -07:00
João Guilherme Fidelis
d5da2ef073
Merge pull request #1356 from cl-will/master
Fix stream error and date format error
2018-03-18 16:08:04 -03:00
Will Wheeler
17eebff45c Fix stream error and date format error
Fixes #1220
2018-03-15 15:40:30 -07:00
Sibelius Seraphini
1778fbdce9
Merge pull request #1353 from gla5001/ga-issue-1352-fix
fixing android build error for missing return value
2018-03-15 12:18:30 -03:00
Greg Alexander
2dd3e8424c fixing android build error for missing return value 2018-03-15 09:59:29 -05:00
João Guilherme Fidelis
637e7b7a92
Merge pull request #1338 from laurisaarni/exif-exposuretime-format
Reformat exposure time in exif data.
2018-03-14 15:27:16 -03:00
Sibelius Seraphini
66ff08f31d
Merge pull request #1349 from emretekince/patch-1
Prevent crash
2018-03-14 15:24:34 -03:00
Emre Tekince
6a68157ccb
Prevent crash
Added compile 'com.android.support:exifinterface:27.+' to prevent crash on taking photo.
2018-03-14 13:09:00 +03:00
Felipe Cavalcante Constantino
ab884b6435
Merge pull request #1345 from react-native-community/types/record-codec
Types: update types for video recording codec
2018-03-13 13:10:19 -03:00
João Guilherme Fidelis
7d172af864
Merge pull request #1346 from react-native-community/fix/path-to-project
fix(ios-project): fix path to parent's ios project
2018-03-13 11:39:29 -03:00
Joao Fidelis
4496c32171 fix(ios-project): fix path to parent's ios project 2018-03-13 11:37:56 -03:00
Felipe Constantino
f925225484 feat(types): update types for video recording codec 2018-03-13 11:14:07 -03:00
Laurin Quast
3daea5dd23
Merge pull request #1339 from n1ru4l/ios-codec-option
feat(rn-camera): add codec option for ios
2018-03-13 09:34:43 +01:00
Laurin Quast
2b9d8db213 docs(codec): document ios codec option 2018-03-12 21:44:53 +01:00
Laurin Quast
c0d5aabf0b feat(rn-camera): add codec option for ios 2018-03-12 21:30:15 +01:00
Lauri Matti Saarni
009da5a250 Reformat exposure time in exif data.
Exposure time is returned from camera as a string like 1/11.
ExifInterface on expects exposure time to be formatted as a string but
the string should contain decimal formatted number instead of fraction
format.
2018-03-12 15:45:17 +07:00
Joao Fidelis
f1094302c7 1.0.2 2018-03-10 17:02:30 -03:00
Joao Fidelis
b6d30eb505 build(change-log): v1.0.2 2018-03-10 16:58:44 -03:00
João Guilherme Fidelis
9dbfdff53d
Merge pull request #946 from zaubara/master
Various iOS Focus Updates
2018-03-10 12:53:42 -03:00
João Guilherme Fidelis
0e29f466d7
Merge pull request #993 from RZulfikri/master
Video Orientation By Device Orientation
2018-03-10 12:50:11 -03:00
Laurin Quast
3245e05c64
Merge pull request #1336 from xiaoshidefeng/master
Fix the RNCamera.md usage code
2018-03-09 14:33:47 +01:00
xiaoshidefeng
70e5dd0d84 Fix the RNCamera.md usage code 2018-03-09 21:19:12 +08:00
Sibelius Seraphini
f735733b1b
Merge pull request #1321 from laurisaarni/add-missing-exifdata
Add the missing exif data for Android
2018-03-08 17:19:14 -03:00
Sibelius Seraphini
c6a22ba16a
Merge pull request #1329 from mistenkt/master
Fix iOS search paths for non-facedetection project
2018-03-08 17:17:30 -03:00
Bjørn-Erik Andreasen
ca6526b923
Fix iOS search paths for nonfacedetection project
Based on https://github.com/react-native-community/react-native-camera/pull/1291
2018-03-08 09:51:53 +01:00
Sibelius Seraphini
ec99318b46
Merge pull request #1322 from ognen/feature/fine-grained-podspec
Fine-grained podspec (iOS)
2018-03-07 11:45:42 -03:00
Ognen Ivanovski
0f7ee5dfbe Updated README.md 2018-03-06 15:28:57 +01:00
Ognen Ivanovski
092d925b27 Also include RCT as the JS code requires it. 2018-03-06 15:22:26 +01:00
Ognen Ivanovski
01bc01e230 Introduced subpecs
default for the spec is RN
RCT and FaceDetector need to be included
explicitly,.
2018-03-06 12:57:49 +01:00
Lauri Matti Saarni
c6706623e0 Add the missing exif data for Android
Some of the exif data has been previously been lost. Now they are
included as the sub directory is looped and names of exif data are
formated to match with ExifInterface class requirements.
2018-03-06 14:05:29 +07:00
Sibelius Seraphini
18c674fddd
Merge pull request #1320 from fmsouza/patch-1
Fixing typo
2018-03-05 23:08:42 -03:00
Fred Souza
7d866cb3ed
Fixing typo 2018-03-05 23:00:56 -03:00
Felipe Cavalcante Constantino
a1d401a892
Merge pull request #1318 from react-native-community/fix/barcode-scan
Fix onBarCodeRead definitions
2018-03-05 14:29:39 -03:00
Felipe Constantino
a9947b47d5 fix(types): fix onBarCodeRead type 2018-03-05 14:15:47 -03:00
João Guilherme Fidelis
1a57b8fc4b
Merge pull request #1312 from react-native-community/fix/camera-fallback
fix(android-camera): revert to old camera api
2018-03-02 14:37:49 -03:00
Joao Fidelis
8d9c06ad90 fix(android-camera): revert to old camera api 2018-03-02 14:26:55 -03:00
Felipe Cavalcante Constantino
f7f2ea5cc2
Merge pull request #1297 from react-native-community/fix/mirror-image
add missing mirrorImage takePictureASync option to docs & types
2018-02-27 18:42:55 -03:00
Felipe Constantino
9885f31e5c add missing mirrorImage takePicture opt to docs + types 2018-02-27 16:56:38 -03:00
Felipe Cavalcante Constantino
b0f999e977
Merge pull request #1296 from react-native-community/chore-ts-definitions
Add new type definitions according to #1283
2018-02-27 14:44:41 -03:00
Felipe Cavalcante Constantino
6bff4d935a
chore(flow): add missing types to Picture options 2018-02-27 14:15:42 -03:00
Felipe Cavalcante Constantino
cc27203658
chore(types): add new keys to TakePictureOptions
Add new key types to `TakePictureOptions` according to the #1283 PR
2018-02-27 14:11:38 -03:00
Michaël Villeneuve
c331964c24
Merge pull request #1283 from Snapp-FidMe/width_control_and_rotation_fix
Width control and rotation fix
2018-02-27 15:07:33 +01:00
Sibelius Seraphini
a90f671307
Merge pull request #1293 from Fconstant/fix-ts-definitions
(Types) Fix definition for RNCameraProps.ratio
2018-02-27 05:18:23 -03:00
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