a scan widget you can include in your iPhone app. Test app coming shortly.
authordkavanagh <dkavanagh@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 12 May 2010 18:13:27 +0000 (18:13 +0000)
committerdkavanagh <dkavanagh@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 12 May 2010 18:13:27 +0000 (18:13 +0000)
commit022f538f77cd9b31b3a9e697ea1c470f895ac13e
tree581e487580e48a71feeafb938fef687df60a2c7a
parent484403019ee065f4ed41bb122f0cc9c7836e6605
a scan widget you can include in your iPhone app. Test app coming shortly.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1353 59b500cc-1b3d-0410-9834-0bbf25fbcc57
77 files changed:
iphone/ZXingWidget/AddContactAction.h [new file with mode: 0644]
iphone/ZXingWidget/AddContactAction.m [new file with mode: 0644]
iphone/ZXingWidget/BookmarkDoCoMoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/BookmarkDoCoMoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/BusinessCardParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/BusinessCardParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/CallAction.h [new file with mode: 0644]
iphone/ZXingWidget/CallAction.m [new file with mode: 0644]
iphone/ZXingWidget/Decoder.h [new file with mode: 0644]
iphone/ZXingWidget/Decoder.mm [new file with mode: 0644]
iphone/ZXingWidget/DecoderDelegate.h [new file with mode: 0644]
iphone/ZXingWidget/DoCoMoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/DoCoMoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/EmailAction.h [new file with mode: 0644]
iphone/ZXingWidget/EmailAction.m [new file with mode: 0644]
iphone/ZXingWidget/EmailDoCoMoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/EmailDoCoMoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/EmailParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/EmailParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/FormatReader.h [new file with mode: 0644]
iphone/ZXingWidget/FormatReader.mm [new file with mode: 0644]
iphone/ZXingWidget/GeoParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/GeoParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/GeoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/GeoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/GrayBytesMonochromeBitmapSource.cpp [new file with mode: 0644]
iphone/ZXingWidget/GrayBytesMonochromeBitmapSource.h [new file with mode: 0644]
iphone/ZXingWidget/MeCardParser.h [new file with mode: 0644]
iphone/ZXingWidget/MeCardParser.m [new file with mode: 0644]
iphone/ZXingWidget/MultiFormatReader.mm [new file with mode: 0644]
iphone/ZXingWidget/NSString+HTML.h [new file with mode: 0644]
iphone/ZXingWidget/NSString+HTML.m [new file with mode: 0644]
iphone/ZXingWidget/OpenUrlAction.h [new file with mode: 0644]
iphone/ZXingWidget/OpenUrlAction.m [new file with mode: 0644]
iphone/ZXingWidget/OverlayView.h [new file with mode: 0755]
iphone/ZXingWidget/OverlayView.m [new file with mode: 0755]
iphone/ZXingWidget/ParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/ParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/PlainEmailResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/PlainEmailResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/ResultAction.h [new file with mode: 0644]
iphone/ZXingWidget/ResultAction.m [new file with mode: 0644]
iphone/ZXingWidget/ResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/ResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/SMSAction.h [new file with mode: 0644]
iphone/ZXingWidget/SMSAction.m [new file with mode: 0644]
iphone/ZXingWidget/SMSParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/SMSParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/SMSResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/SMSResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/SMSTOResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/SMSTOResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/ShowMapAction.h [new file with mode: 0644]
iphone/ZXingWidget/ShowMapAction.m [new file with mode: 0644]
iphone/ZXingWidget/TelParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/TelParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/TelResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/TelResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/TextParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/TextParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/TextResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/TextResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/TwoDDecoderResult.h [new file with mode: 0644]
iphone/ZXingWidget/TwoDDecoderResult.m [new file with mode: 0644]
iphone/ZXingWidget/URIParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/URIParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/URLResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/URLResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/URLTOResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/URLTOResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/ZXingWidget.xcodeproj/dkavanagh.mode1v3 [new file with mode: 0644]
iphone/ZXingWidget/ZXingWidget.xcodeproj/dkavanagh.pbxuser [new file with mode: 0644]
iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj [new file with mode: 0644]
iphone/ZXingWidget/ZXingWidgetController.h [new file with mode: 0755]
iphone/ZXingWidget/ZXingWidgetController.m [new file with mode: 0755]
iphone/ZXingWidget/ZXingWidget_Prefix.pch [new file with mode: 0644]
iphone/ZXingWidget/beep-beep.caf [new file with mode: 0644]