Commit Graph

23 Commits

Author SHA1 Message Date
Jannik Sommerfeld b97e153ec9
Update Camera.js 2016-04-23 12:44:40 -07:00
Zack Story 921965208f
[captureMode] conver string captureMode prop, only check audio permission if in video mode 2016-04-23 12:44:39 -07:00
Kyle Corbitt 12b5e330cd separate React from ReactNative (#266) 2016-04-23 12:42:35 -07:00
cdimascio a6785cfa46
play shutter click sound on capture (android)
* play shutter click sound on capture (android)

* Add Property playSoundOnCapture to enable whether the default shutter sound is played on capture (Android)
2016-04-10 18:13:01 -07:00
Zack Story cfac209da8 [permissions] rename checkCameraAuthorizationStatus to checkVideoAuthorizationStatus 2016-04-03 11:19:31 -07:00
Zack Story c981675636 Merge pull request #230 from niborb/feature/add-audio-and-video-authorization-check
Add audio and video authorization check separately
2016-04-03 11:09:34 -07:00
Zack Story 9ac0247f94 Merge pull request #235 from cdimascio/pr/hasFlashAndroid
Add hasFlash support for Android
2016-04-02 19:14:47 -07:00
Dan Horrigan 1406e0630f Add the `mirrorImage` prop will will mirror the resulting image when true. 2016-03-28 14:40:07 -04:00
Carmine DiMascio e20902933d Add hasFlash support for Android 2016-03-26 20:27:40 -04:00
Radu Popovici 5659cc7809 add captureQuality option 2016-03-20 21:31:23 +02:00
Robin Breuker 990a1084d5 only check audio permissions when props.captureAudio is true. 2016-03-17 18:12:02 +01:00
Robin Breuker 06ad9347a4 Add audio and video authorization check separately 2016-03-17 15:07:39 +01:00
Zack 4254d5d227 set cameraBarCodeReadListener before async work 2016-02-15 15:15:24 -08:00
Zack 8b25689456 fix constants in defaultProps 2016-02-15 14:58:04 -08:00
Loch Wansbrough bb5179afaa Merge pull request #192 from agrass/master
fix capture method errors and preview not working
2016-02-13 15:44:14 -08:00
Antonio Grass f7f443f88f fixing missing types in capture method 2016-02-11 14:21:28 -03:00
Antonio Grass e26e8e3606 fix camera type 2016-02-11 12:51:13 -03:00
Kyle Corbitt 61b950403d add keepAwake prop 2016-02-08 12:22:37 +00:00
Radu Popovici ff66374fd1 fix react native 0.19.0 upgrade bugs for android 2016-02-02 13:13:57 +02:00
Lochlan Wansbrough 8f37727be6 Bypass authorization for android (this method isn't available?) 2016-01-31 21:05:47 -08:00
Lochlan Wansbrough 5e972a8e0e Hopefully the API stays unified enough for this to work! 2016-01-31 21:03:15 -08:00
Lochlan Wansbrough edf0736f92 - Updated example
- ES6 stuff
2016-01-31 20:47:59 -08:00
Lochlan Wansbrough 208edfa3db - Removed event handler defaults.
- Unified Camera.js codebase and "symlinked" the iOS and Android files.
- Some other code fixes from the ES6 upgrade
2016-01-31 20:04:52 -08:00