Commit Graph

  • 8eb6e9e7dc Version 0.3 introduces a number of new features and improvements. Most notably: v0.3.0 Lochlan Wansbrough 2015-07-10 17:02:58 -07:00
  • 5d1de4a83c Merge branch 'master' of https://github.com/jtremback/react-native-camera Lochlan Wansbrough 2015-07-10 16:38:39 -07:00
  • 2c87364016 do the xcode stuff Jehan 2015-07-10 15:47:43 -07:00
  • a4bb5bbfaa move metadata code into category Jehan 2015-07-10 14:39:39 -07:00
  • 5d306b54b8 Fixes bar code scanning Lochlan Wansbrough 2015-07-10 12:54:14 -07:00
  • b2868e4d38 get rid of deprecated uiimage lib Jehan 2015-07-10 01:19:38 -07:00
  • 159637a0ea hand merge Jehan 2015-07-10 01:17:49 -07:00
  • 1d437adb88 whitespace Jehan 2015-07-10 01:07:23 -07:00
  • 65b5033596 I believe this will fix issues #52 and #58. There are a lot of changes here due to a whitespace formatting change. Lochlan Wansbrough 2015-07-09 20:11:50 -07:00
  • 87a8389c08 Addresses #50 Lochlan Wansbrough 2015-07-02 13:39:42 -07:00
  • eba97d20f5 Fixed torchMode bug and refactored torch and flash mode code a bit Lochlan Wansbrough 2015-07-02 13:36:47 -07:00
  • 2b2dd33b2f Merge branch 'feature/video' Lochlan Wansbrough 2015-07-02 13:15:10 -07:00
  • 3f5f7ed4ad Merge branch 'feature/barcode-improvements' Lochlan Wansbrough 2015-07-02 13:12:41 -07:00
  • 0c76b6a23e Merge branch 'feature/flash-mode-fixes' Lochlan Wansbrough 2015-07-02 13:12:35 -07:00
  • 3e211abf8a Add file extension to still image capture files Lochlan Wansbrough 2015-07-02 13:11:58 -07:00
  • 9fee888ab7 Added barcode types to constants and event metadata Lochlan Wansbrough 2015-07-02 13:09:35 -07:00
  • 6d21e8e50f Removes legacy compatibility with a new feature. This was overlooked and should not have been included. Lochlan Wansbrough 2015-07-02 13:07:32 -07:00
  • 035166f525 Fixed up some of the video bugs, refactored some of the code feature/video Lochlan Wansbrough 2015-07-02 13:04:25 -07:00
  • 5d045e82f0 Merge branch 'feature/video' of https://github.com/machard/react-native-camera into feature/video Lochlan Wansbrough 2015-06-30 12:31:04 -07:00
  • e358622ff2 Merge pull request #49 from andreaskeller/torchMode Loch Wansbrough 2015-06-15 21:32:33 -07:00
  • 6d3af38178 Adds torchMode property Andreas Keller 2015-06-15 20:58:36 +02:00
  • 5a151a808d added video support for cameraRoll and disk targets Matthieu Achard 2015-06-14 19:16:09 +02:00
  • 79225127c8 Merge pull request #47 from jtremback/patch-1 Loch Wansbrough 2015-06-13 15:37:20 -07:00
  • 86486adcdc Use dummy image in simulator Jehan 2015-06-12 15:23:47 -07:00
  • 3dcd6b0a16 Fixed peerDependencies. Should be pretty broad now. Lochlan Wansbrough 2015-06-10 14:59:07 -07:00
  • 06e040ad56 Updated RN dep Lochlan Wansbrough 2015-06-09 11:05:02 -07:00
  • 1102a53c13 Fixes issue with un-rendering the camera view Lochlan Wansbrough 2015-06-04 14:37:36 -07:00
  • a9e5b55b4d Fixed tag name Lochlan Wansbrough 2015-06-02 15:18:19 -07:00
  • 6f667f16ee REM support (Fixes #40) v0.2.8 Lochlan Wansbrough 2015-06-02 15:17:01 -07:00
  • 021e8b58dc Fixes #35 Lochlan Wansbrough 2015-06-02 14:34:03 -07:00
  • fa854fed4d Now supports capture to camera roll Lochlan Wansbrough 2015-06-02 14:23:20 -07:00
  • a729c89554 Merge pull request #41 from guodong000/dev Loch Wansbrough 2015-05-31 00:42:57 -07:00
  • 3dd33d842e Add flash mode setting guodong 2015-05-31 00:36:55 +08:00
  • ebe995a177 Version bump for RN fix Lochlan Wansbrough 2015-05-18 14:52:10 -07:00
  • ae8e0d4918 Merge pull request #34 from dhrrgn/patch-1 Loch Wansbrough 2015-05-15 11:18:12 -07:00
  • 3a25e3da7a Fix for RN 0.4.3 braking changes. Dan Horrigan 2015-05-15 11:09:39 -04:00
  • 57a32eb672 Fixes #25 Lochlan Wansbrough 2015-05-05 02:11:10 -04:00
  • c721e92761 Fixes captureTarget bug Lochlan Wansbrough 2015-05-04 12:27:36 -07:00
  • 631ea89087 Actually fixes #24 Lochlan Wansbrough 2015-05-03 18:54:28 -07:00
  • bbce1ca770 Fixes #24 Lochlan Wansbrough 2015-05-03 18:32:32 -07:00
  • 547bd2482b Version bump Lochlan Wansbrough 2015-05-02 01:14:04 -07:00
  • b8fe5c246b Fixed deprecation notices. Lochlan Wansbrough 2015-05-02 01:13:40 -07:00
  • 7136aaee25 - Adds auto orientation adjustment - Adds deprecation notice for old prop values v0.2.0 Lochlan Wansbrough 2015-05-01 14:33:23 -07:00
  • 6dfcfa134e Improvements to PRs and working towards v2. WIP. Lochlan Wansbrough 2015-05-01 01:16:32 -07:00
  • e33127e765 Merge pull request #19 from amccloud/constants Loch Wansbrough 2015-04-30 23:45:37 -07:00
  • 1a9eebc5d6 Merge pull request #20 from rt2zz/master Loch Wansbrough 2015-04-30 22:54:08 -07:00
  • 2cf627809b add capturePictureToDisk to react component Zack 2015-04-30 21:04:16 -07:00
  • 7bc2120055 capturePictureToDisk method Zack 2015-04-30 12:40:19 -07:00
  • 5b157fb0e8 Expose properties as constants and make case consistent with StatusBarIOS Andrew McCloud 2015-04-30 00:10:21 -07:00
  • 30a47427e1 Merge pull request #18 from amccloud/patch-1 Loch Wansbrough 2015-04-28 10:31:30 -07:00
  • a5df63eec8 Fix undefined variables Andrew McCloud 2015-04-27 23:06:35 -07:00
  • fdd947159e Fixes #8 Lochlan Wansbrough 2015-04-24 11:56:16 -07:00
  • b29198875d Added GIF Lochlan Wansbrough 2015-04-24 10:52:00 -07:00
  • 3e33afe077 Version bump for npm Lochlan Wansbrough 2015-04-20 23:10:15 -07:00
  • e30446eea3 Changed the react native dep to peer dep Lochlan Wansbrough 2015-04-19 16:52:36 -07:00
  • 60fe613bd1 Added QR code reader functionality Lochlan Wansbrough 2015-04-19 15:53:30 -07:00
  • 6e879f59a6 Fixes broken Xcode project Lochlan Wansbrough 2015-04-16 17:41:00 -07:00
  • 6d7d360f18 Contains fixes for the viewfinder. Lochlan Wansbrough 2015-04-16 17:16:35 -07:00
  • 488e5327f7 Updates for React Native 0.3.11 updates. Major breaking changes here. Emphasis on the breaking. Lochlan Wansbrough 2015-04-10 19:56:30 -07:00
  • b6cac4fa9a Version locked react until a fix is found for crashing issue Lochlan Wansbrough 2015-04-08 22:13:34 -07:00
  • a57508a2c3 Crash issue acknowledgement Lochlan Wansbrough 2015-04-08 22:06:00 -07:00
  • 10752e2ece Added header search paths to project. Shouldn't need to do it in the getting started step anymore. Lochlan Wansbrough 2015-04-08 14:36:36 -07:00
  • e28147293d Major bug fix Lochlan Wansbrough 2015-04-08 14:32:27 -07:00
  • 75129b54d7 Still image capture now works correctly! Lochlan Wansbrough 2015-04-08 13:51:31 -07:00
  • 20c309156d Merge pull request #12 from rojotek/patch-1 Loch Wansbrough 2015-04-08 01:04:55 -07:00
  • 44da396efe Update README.md rojotek 2015-04-08 15:41:00 +10:00
  • fbd99270c7 Update README.md Loch Wansbrough 2015-04-04 00:27:56 -07:00
  • 8f39be9aec Merge pull request #9 from scottdixon/readme Loch Wansbrough 2015-04-04 00:06:14 -07:00
  • 568e31e5d9 Updated README: included TouchableHighlight component in example. Clarified example setup scottdixon 2015-04-03 15:59:25 -07:00
  • 8e8663b902 Fixed camera aspect Lochlan Wansbrough 2015-04-02 20:05:28 -07:00
  • 1d11dfe010 - Enables addition of subviews inside the camera layout (this will make it easier to add overlays, buttons, etc.) - Got further along with image capture. Only captures the first(?) frame of the output from when the camera starts, not the frame at the time the picture is taken... Let me know if you know how to fix this @lwansbrough on twitter. Lochlan Wansbrough 2015-04-02 18:07:22 -07:00
  • 4ffe6b8218 Update README.md Loch Wansbrough 2015-04-02 02:51:32 -07:00
  • 92babe626f Minor refactor Lochlan Wansbrough 2015-04-02 02:49:02 -07:00
  • 20be488fa8 Added support for camera switching and basic image capturing! Lochlan Wansbrough 2015-04-02 02:40:03 -07:00
  • 0ca5719db2 Readme clarity Loch Wansbrough 2015-04-01 10:39:51 -07:00
  • aebf870c1c Bumped version Lochlan Wansbrough 2015-04-01 10:33:34 -07:00
  • cb8165eb14 Adding support for camera switching (WIP) Lochlan Wansbrough 2015-04-01 10:32:53 -07:00
  • d9ae1f5e56 Improved clarity of getting started. Loch Wansbrough 2015-04-01 10:27:40 -07:00
  • 6db17c8db4 Improved getting started Loch Wansbrough 2015-04-01 09:49:08 -07:00
  • 331bb1bb68 Made getting started more clear Loch Wansbrough 2015-04-01 09:37:12 -07:00
  • cf58227dd6 Merge pull request #1 from vjeux/patch-1 Loch Wansbrough 2015-03-31 19:49:29 -07:00
  • e2d5474749 Updated the example usage Lochlan Wansbrough 2015-03-31 19:44:32 -07:00
  • 2cd1483bc7 Updated documentation Lochlan Wansbrough 2015-03-31 19:38:30 -07:00
  • 04f733c04e Support for aspect (fit, fill, stretch) and orientation Lochlan Wansbrough 2015-03-31 19:27:18 -07:00
  • fb0cba4fa3 Update README.md Christopher Chedeau 2015-03-31 18:45:47 -07:00
  • 505c63131b Removed extra line Lochlan Wansbrough 2015-03-31 18:04:18 -07:00
  • 815ea81972 Added Xcode project user data to gitignore Lochlan Wansbrough 2015-03-31 18:03:22 -07:00
  • 296f190645 Pushing files Lochlan Wansbrough 2015-03-31 18:02:57 -07:00
  • 557fc86940 Update .gitignore Loch Wansbrough 2015-03-31 17:57:59 -07:00
  • 0709b14f49 Initial commit Loch Wansbrough 2015-03-31 17:54:41 -07:00