Commit Graph

626 Commits

Author SHA1 Message Date
Joao Fidelis 471a542122 Make RNCameraExample fully functional on iOS 2018-01-31 18:04:40 -02:00
Joao Fidelis c2f21a6ed9 Add captureAudio flag for RNCamera as a prop 2018-01-31 16:36:38 -02:00
Sibelius Seraphini d14283cdab
Merge pull request #1182 from hawkup/fix-declare-platform
Fixed missing declare Platform on handlePermissions
2018-01-31 03:21:00 -02:00
hawkup e7ea2439b7 Fixed missing declare Platform on handlePermissions 2018-01-31 11:56:12 +07:00
João Guilherme Fidelis c250625c0c
Merge pull request #1180 from jgfidelis/rncamera-permissions
Make RNCamera check for permissions.
2018-01-30 16:26:18 -02:00
Joao Fidelis 177cf00775 Make RNCamera check for permissions.
Migrate permission check to different file to be shared by RNCamera and RCTCamera
2018-01-30 16:17:32 -02:00
João Guilherme Fidelis 0f1cdf5819
Merge pull request #1179 from jgfidelis/rncamera-android-improv
Improve android performance with Expo picture resolve implementation.
2018-01-30 11:42:43 -02:00
Joao Fidelis 91a560ac1c Improve android performance with Expo picture resolve implementation.
Get rid of MutableImage.
Return base64 only if asked via options map.
2018-01-30 11:14:17 -02:00
Sibelius Seraphini 970546cb4e
Merge pull request #1165 from seblau/master
Fix issue with running on android. Add native props
2018-01-27 12:02:46 -02:00
seblau ef4c90111e set more native only props 2018-01-27 13:59:45 +01:00
Sibelius Seraphini 49ab6d4e61
Merge pull request #1163 from seblau/master
[FIX] mBarCode undefined in BarCodeReadEvent
2018-01-27 08:47:55 -02:00
João Guilherme Fidelis 487c3a7ced
Merge pull request #1164 from jgfidelis/fd-optional
Make FaceDetection optional in iOS
2018-01-26 19:58:16 -02:00
Joao Fidelis 25534e35ab Make FaceDetection optional in iOS 2018-01-26 19:12:01 -02:00
seblau 612b3bfe9a correctly assign barCode to BarCodeReadEvent 2018-01-26 15:41:03 +01:00
João Guilherme Fidelis f63ccf1ee3
Merge pull request #1157 from jgfidelis/reactTag
Implement get view from reactTag on Android and iOS.
2018-01-24 23:12:24 -02:00
Joao Fidelis a09436e9ab Implement get view from reactTag on Android and iOS.
Do not save app context on CameraModule
2018-01-24 19:32:24 -02:00
Stanislav Shakirov 0b5ae8f9e3
Return to `compile` gradle api. revert
revert 9c76310c93
fixed https://github.com/react-native-community/react-native-camera/issues/1145
Most of react-native projects is still using old gradle api. There is not issue to stay with old api.
2018-01-24 14:59:24 +03:00
Nicolas Morin c0202dc390
Merge pull request #1155 from mvpstars/feature/fix-crop-to-preview-android
Fix cropToPreview on Android
2018-01-24 12:51:35 +01:00
Nicolas Morin cebc0601d1 Fix cropToPreview on Android 2018-01-24 10:01:16 +01:00
Nicolas Morin 871f4a8b18 Fix missing parameter in call to UIManager.dispatchViewManagerCommand 2018-01-24 09:59:08 +01:00
Nicolas Morin 61f425f529
Merge pull request #1154 from mvpstars/feature/fix-start-stop-preview-android
Fix startPreview and stopPreview on Android
2018-01-23 23:44:25 +01:00
Nicolas Morin 4433bce187 Save Camera ref and handle 2018-01-23 23:13:33 +01:00
Nicolas Morin 286071c035 Fix startPreview and stopPreview on Android 2018-01-23 22:17:18 +01:00
João Guilherme Fidelis 49379f2cb9
Merge pull request #1153 from jgfidelis/no-pod
Get rid of cocoapods dependency
2018-01-23 16:14:39 -02:00
Joao Fidelis 151e58e234 Get rid of cocoapods dependency 2018-01-23 15:40:50 -02:00
Sibelius Seraphini 3646f5f148
Update ISSUE_TEMPLATE.md 2018-01-23 12:38:37 -02:00
João Guilherme Fidelis c6907b9e88
Merge pull request #1147 from jgfidelis/save-img-cache-ios
Fix build problem and save image on cache directory
2018-01-23 11:24:08 -02:00
João Guilherme Fidelis 683b3ee0c8
Merge pull request #1146 from jgfidelis/implement-local-cache
Create local cache directory and save image there when photo is taken.
2018-01-23 11:23:48 -02:00
João Guilherme Fidelis 248d1202df
Merge pull request #1148 from jgfidelis/face-detector-working
Make face detector work on iOS
2018-01-23 11:23:19 -02:00
Joao Fidelis c4c9561863 Make face detector work on iOS 2018-01-23 11:02:12 -02:00
Joao Fidelis 9998c0f98a Fix build problem, save image on cache directory and return uri on response. 2018-01-23 10:38:13 -02:00
Nicolas Morin 310933edec
Merge pull request #1138 from tirrorex/master
Fix imageSize parameter for saveImage method (ios)
2018-01-23 10:01:31 +01:00
Joao Fidelis f53aab5729 Create local cache directory and save image there when photo is taken. 2018-01-23 01:48:03 -02:00
João Guilherme Fidelis b6710741b9
Merge pull request #1144 from jgfidelis/takePictureAsync-fix
Issue #1099: takePictureAsync return { width, height, base64, exif }
2018-01-22 20:34:58 -02:00
Joao Fidelis 07e6e566d5 Issue ##1099: Make takePictureAsync return { width, height, base64, exif } 2018-01-22 19:25:35 -02:00
João Guilherme Fidelis 97caf53298
Merge pull request #1141 from jgfidelis/ios-headers-fix
Fix headers of remaining ios camera methods.
2018-01-22 19:23:58 -02:00
João Guilherme Fidelis 5fcdec60a9
Merge pull request #1143 from jgfidelis/dependencies-api
Issue #1120: Change dependencies on build.gradle from compile to api.
2018-01-22 19:23:16 -02:00
Joao Fidelis 9c76310c93 Change dependencies on build.gradle from compile to api. 2018-01-22 17:33:04 -02:00
Joao Fidelis 852cfa963e Fix headers and look for RNCamera inside viewRegistry in all methods of RNCameraManager on ios. 2018-01-22 16:35:47 -02:00
João Guilherme Fidelis a76cc61bcc
Merge pull request #1140 from jgfidelis/facedetector-integration
FaceDetector implementation integrated
2018-01-22 16:27:45 -02:00
Joao Fidelis 8ebeb530c5 FaceDetector implementation integrated 2018-01-22 15:55:37 -02:00
tirrorex 759a5278d3 fixing imageSize parameter for saveImage method (ios) 2018-01-22 15:40:36 +01:00
Sibelius Seraphini 160d07827b
Merge pull request #1121 from sps-property/master
Add setZoom API method
2018-01-22 11:02:21 -02:00
Daniel Levitt 6039a63344 Possible zoom for android 2018-01-22 10:12:29 +00:00
Peter Chermanowicz 3622e22286 setZoom method added 2018-01-22 10:07:27 +00:00
Sibelius Seraphini c8ca1b0304 upgrade readme 2018-01-21 13:01:15 -02:00
Sibelius Seraphini 909834fe32 add changelog 2018-01-21 13:00:33 -02:00
Sibelius Seraphini d8c4e1f395
Merge pull request #1130 from react-native-community/feature/recordRNCamera
feature(rncamera): enable record on RNCamera on android, fix #1101
2018-01-21 12:57:14 -02:00
Sibelius Seraphini 504d4b1fda feature(rncamera): enable record on RNCamera on android, fix #1101 2018-01-21 12:56:46 -02:00
Sibelius Seraphini 63d613af69
Merge pull request #1126 from mvpstars/feature/clear-window-background
Fix performance issue on Android: add option to clear window background when camera starts
2018-01-21 12:52:44 -02:00