zxing/iphone/ZXingWidget/Classes
2011-12-30 16:06:57 +00:00
..
actions [iphone] zyntax modified (actually cleaner now, so it is building with recent versions of clang 2011-12-30 16:06:57 +00:00
parsedResults Add email, smtp, and isbn result parsers. 2011-08-01 21:30:04 +00:00
resultParsers Add ISBNResultParser.h, missed in the last commit. 2011-08-02 17:53:04 +00:00
ArrayAndStringCategories.h Add unit tests. Add VCardResultParser. Refactor DoCoMoResultParser. 2011-07-29 22:24:06 +00:00
ArrayAndStringCategories.m Add unit tests. Add VCardResultParser. Refactor DoCoMoResultParser. 2011-07-29 22:24:06 +00:00
CBarcodeFormat.h Add CBarcodeFormat (which mirrors BarcodeFormat, but is in Obj-C). Pass it to all ResultParsers. 2011-07-13 18:10:33 +00:00
CBarcodeFormat.mm Add CBarcodeFormat (which mirrors BarcodeFormat, but is in Obj-C). Pass it to all ResultParsers. 2011-07-13 18:10:33 +00:00
DataMatrixReader.h [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange 2010-06-15 22:01:04 +00:00
DataMatrixReader.mm [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange 2010-06-15 22:01:04 +00:00
Decoder.h Issue 479 2010-08-17 21:18:56 +00:00
Decoder.mm don't NSLog normal decode failures unless compiled with DEBUG 2011-07-08 22:50:07 +00:00
DecoderDelegate.h Issue 479 2010-08-17 21:18:56 +00:00
FormatReader.h Issue 479 2010-08-17 21:18:56 +00:00
FormatReader.mm Issue 479 2010-08-17 21:18:56 +00:00
MultiFormatOneDReader.h [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange 2010-06-15 22:01:04 +00:00
MultiFormatOneDReader.mm [iphone] temporary fix because still not valid for app store. ScanTest now builds and run ad decodes QRCode. Does not work yet on iPhone 4. Next step is to completely change ZXingWidget to make it use AVFoundation 2010-08-09 04:46:06 +00:00
MultiFormatReader.mm [iphone]Reorganized ZXingWidget with directories for categories of source files 2010-05-22 07:37:46 +00:00
MultiFormatUPCEANReader.h [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange 2010-06-15 22:01:04 +00:00
MultiFormatUPCEANReader.mm [iphone] temporary fix because still not valid for app store. ScanTest now builds and run ad decodes QRCode. Does not work yet on iPhone 4. Next step is to completely change ZXingWidget to make it use AVFoundation 2010-08-09 04:46:06 +00:00
NSString+HTML.h [iphone]Reorganized ZXingWidget with directories for categories of source files 2010-05-22 07:37:46 +00:00
NSString+HTML.m [iphone]Reorganized ZXingWidget with directories for categories of source files 2010-05-22 07:37:46 +00:00
OverlayView.h fix file modes 2011-10-09 19:25:17 +00:00
OverlayView.m fix file modes 2011-10-09 19:25:17 +00:00
QRCodeReader.h [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange 2010-06-15 22:01:04 +00:00
QRCodeReader.mm [iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange 2010-06-15 22:01:04 +00:00
TwoDDecoderResult.h [iphone] fixed minor memory leaks 2011-03-16 15:57:43 +00:00
TwoDDecoderResult.m cleanup memory issues in decoder/decoder result; a few xcode4 svn tweaks 2011-04-13 19:47:41 +00:00
ZXingWidgetController.h fix file modes 2011-10-09 19:25:17 +00:00
ZXingWidgetController.m trying to cleanup/stabalize the xcode settings, remove a few deprectations, and plug some small leaks 2011-10-11 19:46:52 +00:00