Add column caching to MonochromeBitmapSources and use it to improve Data Matrix speed
[zxing.git] / core /
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-17 dswitkinReordered the address book fields to something a little...
2008-10-17 dswitkinAdded support for URL to MECARD and VCARD.
2008-10-15 dswitkinMade a change to 1D decoding which looks for 100% inste...
2008-10-14 dswitkinCreated 40 new blackbox images which are partial shots...
2008-10-14 dswitkinAdded a bit of defensive programming in the AlignmentPa...
2008-10-14 dswitkinExpanded calendar parsing to allow more date formats...
2008-10-09 dswitkinPrevented ISBN parsing from happening twice.
2008-10-09 srowenCamel-cased log_table, exp_table vars
2008-10-08 mschulkindFixing a comment.
2008-10-08 mschulkindRenaming two member variables so they no longer share...
2008-10-08 dswitkinMade calendar event parsing more robust, and also rejec...
2008-10-07 dswitkinAdded 13 new blackbox images.
2008-10-07 srowenAdd check for minimal whitespace before/after Code...
2008-10-06 srowenAdded redundant abstract method declarations to maybe...
2008-10-04 srowenAdded redundant abstract method declarations to maybe...
2008-10-01 srowenRecent bug fix uncovered some bugs in test case --...
2008-10-01 dswitkinAdded two more UPC-A blackbox images submitted by the...
2008-09-29 dswitkin- Fixed a crash when parsing a particular VCard with...
2008-09-24 srowenFinally actually fix the Code-128 bug and add tests
2008-09-23 srowenMore UPC-A tests: interesting clear but low-res images...
2008-09-22 srowenAnother fix -- account for CODE_STOP. Add some comments.
2008-09-21 srowenFix bug that would cut out part of result string if...
2008-09-19 dswitkinMade a couple utility methods public.
2008-09-08 dswitkinAdded an ISBN parsed result type courtesy of jbreiden.
2008-09-01 srowengit-svn-id: zxing.googlecode.com/svn/trunk@574 59b500cc...
2008-08-25 dswitkinAdded a new unit test of real world QR codes. We get...
2008-08-21 srowenURIParsedResult now has isPossiblyMaliciousURI() to...
2008-08-15 srowenPer dominik.wild, added support for "sms:number:body...
2008-08-12 srowen(Thanks to John White) Make UPC/EAN decoder less picky...
2008-08-08 dswitkinAdded 55 EAN-13 real world test images. For mobile...
2008-08-06 srowenParallelize black box tests
2008-08-06 srowenUse unicode escapes to avoid apparent source file encod...
2008-08-06 srowenReverted inadvertent Detector changes that broke unit...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-07-30 srowenRe-add ECI test case and groundwork for more tests...
2008-07-30 srowenSome small improvements in error handling based on...
2008-07-25 srowenMinor style changes; optimized nested loops at end...
2008-07-24 srowenRemove dead files
2008-07-24 srowenRemove dead files (why doesn't this happen automaticall...
2008-07-24 srowenFactor out ECI-related code for reuse with Data Matrix...
2008-07-23 srowenFactor out and clarify cross product computation and...
2008-07-23 srowenAdded support for "05 Macro" and "06 Macro" in ASCII...
2008-07-22 dswitkinModified the library entry point in a way which lets...
2008-07-21 srowenQuick shortening of a method in FinderPatternFinder...
2008-07-21 srowenEnhance GenericResultPoint and move some logic out...
2008-07-21 srowenMore refactoring, fixed a small issue in X12 encodation...
2008-07-18 srowenTiny improvement to toString() visualization of BitMatrix
2008-07-18 srowenFixed problem that is unclear from spec: shift apparent...
2008-07-10 srowenMore fixes to the build files after trying to build...
2008-07-10 dswitkinSmall improvement to unit test results output.
2008-07-09 dswitkinAdded a reflective UPC-E unit test. We cannot decode...
2008-07-09 dswitkinAdded 41 real world UPC-E tests. We need to improve...
2008-07-09 dswitkinAdded some very difficult reflective UPC-A images ...
2008-07-09 dswitkinAll the positive test cases now track normal and try...
2008-07-09 dswitkinAdded 52 real world UPC-A greyscale test images. We...
2008-07-09 srowenOops, fix an error introduced in recent change
2008-07-09 srowenMinor style tweaks
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-07-07 srowenRename some methods so that they're not technically...
2008-07-03 srowenAdded another phone type field to BIZCARD implementation
2008-07-03 dswitkinDon't add a newline at the front of a ParsedResult.
2008-07-01 srowenAdd BIZCARD support and a little refactoring
2008-06-27 srowenNow we can support BDAY in DoCoMo MECARD format
2008-06-27 srowenStandardize getDisplayResult() implementation in parsed...
2008-06-27 srowenAdd minimal support for FNC1 mode in QR Code
2008-06-27 srowenAdded mms:, mmsto: support and tests, plus basic tests...
2008-06-27 srowenMore refactoring of parsed results / result parsers...
2008-06-26 srowenAnd fixed the "270" issue: logic error in computing...
2008-06-26 srowenSwitch to integer math in a critical QR Code detector...
2008-06-26 srowenBig refactoring of ParsedResult: now split into ResultP...
2008-06-25 dswitkinAdded new test of unsupported barcodes, to make sure...
2008-06-25 dswitkinAdded blackbox test of partial barcodes which should...
2008-06-25 dswitkinReworked the false positives unit tests to track each...
2008-06-23 srowenAdded ECI for values 0-2 and also standardize character...
2008-06-20 srowenAdded some degree of support for Character Set ECIs
2008-06-20 dswitkinChanged the core build file to run clean before buildin...
2008-06-20 dswitkinTuned the Code 128 parameters:
2008-06-20 dswitkinAdded 40 real world Code 128 images. We decode 9/40...
2008-06-20 dswitkinAdded 17 real world Code 39 images to our unit tests...
2008-06-20 srowenMore updated to build-optimized to work correctly with...
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-19 srowenAnother possible fix for issues between ProGuard and...
2008-06-19 dswitkinAdd 26.jpg back with the command line client
2008-06-19 dswitkinDelete 26.jpg again.
2008-06-19 srowenCorrect a few more things about ECI parsing
2008-06-19 dswitkinAdded rotation to unit test output for clarification.
2008-06-19 dswitkinTrying to add image 26 back to the false positives...
2008-06-19 dswitkinDeleting image 26 which somehow arrived at the server...
2008-06-19 dswitkinFixed the build.
2008-06-19 srowenAdded, at least, parsing of ECI mode in QR Code
2008-06-18 srowenSimple check in Code 39 reader to determine wide bars...
2008-06-18 srowenImproved approach to 1D decoding -- better use of integ...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-06-18 srowenMake optimization of core.jar as a library more conserv...
2008-06-18 srowenRenamed core OSGi bundle to "ZXing"; removed "level...
2008-06-17 dswitkinCreated a library of images which do not contain barcod...
2008-06-16 srowenAdd support for core.jar as OSGi bundle, component...
2008-06-16 srowenFinal updates to use local test images rather than...
next