Commit Graph

229 Commits

Author SHA1 Message Date
Radu Popovici 5d98407e67 make orientation public 2016-03-24 10:25:45 +02:00
Radu Popovici 379f75d7a6 refactor sensor orientation checker 2016-03-24 10:12:57 +02:00
Radu Popovici f7524c20ce extract sensor checker to a separate class 2016-03-24 09:31:12 +02:00
Radu Popovici 8f252aa687 Merge branch 'master' of https://github.com/lwansbrough/react-native-camera 2016-03-24 09:00:57 +02:00
Zack Story 63cfb65e43 Merge pull request #233 from rpopovici/memleak
fix mem leak on iOS
2016-03-23 22:36:52 -07:00
Radu Popovici eab5ef197b fix memory leak on iOS 2016-03-23 21:13:35 +02:00
Radu Popovici 4ab7a9d220 fix android snapshot orientation when device orientation is locked 2016-03-23 14:16:39 +02:00
Yasuyuki Toriumi mac b0c67ba556 fix iOS snapshot orientation when device orientation is locked 2016-03-23 11:32:48 +02:00
Zack Story bdb48c3956 Merge pull request #211 from rpopovici/master
set capture quality on android and iOS
2016-03-21 12:51:26 -07:00
Radu Popovici d9432ec98d add capture quality constants 2016-03-20 22:39:30 +02:00
Radu Popovici 5659cc7809 add captureQuality option 2016-03-20 21:31:23 +02:00
Loch Wansbrough 8f2fa1e375 Merge pull request #214 from rt2zz/v1doc
add v1/legacy instructions
2016-03-08 10:22:47 -08:00
Loch Wansbrough 71f6ec4653 Merge pull request #213 from dhrrgn/fix-zoom
Fix zoomFactor getting reset to 1.0 when it goes above the max.
2016-03-08 10:08:17 -08:00
Zack 737c54a62a Merge pull request #218 from sunnylqm/patch-1
Aspect.Fill -> Aspect.fill
2016-03-02 19:02:06 -08:00
sunnylqm bdcd80f35b Aspect.Fill -> Aspect.fill 2016-03-03 10:03:51 +08:00
Zack 1ac4f82d20 add v1/legacy instructions 2016-02-24 10:59:59 -08:00
Dan Horrigan 0bf12d1fea Fix zoomFactor getting improperly reset to 1.0 when it goes above the max. 2016-02-24 13:36:50 -05:00
Zack 80d9ed6f25 Merge pull request #204 from rpopovici/master
fix auto-focus mode on android
2016-02-18 10:02:16 -08:00
Radu Popovici 8ace4fa7cb fix front camera rotation 2016-02-18 18:10:56 +02:00
Radu Popovici de1e3320bc fix auto-focus mode on android 2016-02-18 12:55:28 +02:00
Loch Wansbrough 31c2b8466d Merge pull request #201 from rt2zz/constants
fix constants in defaultProps
2016-02-17 12:21:33 -08:00
Loch Wansbrough c4bff6f7ae Update issue_template.md 2016-02-17 10:42:13 -08:00
Loch Wansbrough 8b8e228acd Update issue_template.md 2016-02-17 10:41:13 -08:00
Loch Wansbrough 782014558e Create issue_template.md 2016-02-17 10:39:00 -08: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 d786581d08 Merge pull request #196 from brunobar79/more-barcode-types
Add support for ITF14 and interleaved 2 of 5 barcode types
2016-02-13 15:44:50 -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
Loch Wansbrough aee023f145 Merge pull request #186 from corbt/keepawake
add keepAwake prop
2016-02-13 15:42:16 -08:00
Loch Wansbrough 20c4d432a6 Merge pull request #183 from corbt/fix-rotation
orientation in landscape initializes properly
2016-02-13 15:38:31 -08:00
Bruno Barbieri 9e83ddbc59 update docs 2016-02-13 00:59:29 -05:00
Bruno Barbieri b498f77dd8 add support for itf14 and interleaved2of5 bar codes 2016-02-13 00:59:21 -05: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
Antonio Grass 4021cdec40 Merge branch 'master' of https://github.com/rpopovici/react-native-camera 2016-02-11 12:47:47 -03:00
Kyle Corbitt 61b950403d add keepAwake prop 2016-02-08 12:22:37 +00:00
Kyle Corbitt 5865a1affc orientation in landscape initializes properly 2016-02-05 12:20:27 +00:00
Loch Wansbrough 1feb274458 Updated npm instructions in README 2016-02-03 19:18:00 -08:00
Loch Wansbrough ab7751ea44 Merge pull request #179 from zackify/patch-1
fixed android path
2016-02-03 11:39:56 -08:00
Loch Wansbrough 93b0d06613 Update README.md 2016-02-03 08:57:25 -08:00
Zach Silveira dcee7836d1 fixed android path 2016-02-02 21:04:05 -05: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 f5ab0c8432 - Updated Read Me with correct Android install information.
- Fixed promise error during android deployment
2016-01-31 20:56:38 -08:00
Lochlan Wansbrough edf0736f92 - Updated example
- ES6 stuff
2016-01-31 20:47:59 -08:00
Lochlan Wansbrough 580d11bba0 Documentation update 2016-01-31 20:15:00 -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
Lochlan Wansbrough 8f9fd98496 Updated docs. 2016-01-31 19:46:33 -08:00
Lochlan Wansbrough 84809401a5 Merge branch 'master' of github.com:lwansbrough/react-native-camera 2016-01-31 19:28:11 -08:00