Reinstate more optimization, but avoid disagreement with dex by properly disabling...
[zxing.git] / core /
2009-07-01 dswitkinGot 180 degree rotation working for PDF 417, and turned...
2009-07-01 dswitkinCleaned up a number of comments and code to fit in...
2009-07-01 dswitkinConverted the last user of the old MonochromeBitmapSour...
2009-07-01 dswitkinAdded the second PDF 417 test to the AllPositiveBlackBo...
2009-06-30 dswitkin- Converted parts of the PDF 417 reader to use BitMatrix.
2009-06-30 dswitkinAdded the PDF 417 blackbox tests to the test-blackbox...
2009-06-30 dswitkinCreated a new blackbox unit test of real-world PDF...
2009-06-30 dswitkinAdded a few computer-generated PDF 417 barcodes to...
2009-06-29 dswitkinAdded the previous Android benchmark I've been using...
2009-06-29 dswitkinAdded slightly better blackbox unit test stats.
2009-06-29 dswitkin- Got the DataMatrix decoder compiling again with a...
2009-06-28 srowenCode analysis tweaks
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinSean had a good idea to add @deprecated Javadoc comment...
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-26 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=42
2009-06-25 dswitkinFixed some code which was ignoring the result of Monoch...
2009-06-24 srowenStyle changes mostly
2009-06-24 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=42
2009-06-24 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=42
2009-06-24 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=42
2009-06-24 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=42
2009-06-24 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=42
2009-06-23 dswitkinAdded a clear() method to BitMatrix.
2009-06-22 dswitkinRewrote BitMatrix to allow rectangular 2D arrays, and...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2009-06-22 srowenRemove getBits()
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-06-22 dswitkinModified some comments to reflect that these objects...
2009-06-19 dswitkinUpdated some comments about thread safety and fixed...
2009-06-19 srowenIssue 198
2009-06-18 dswitkinWrote a quick command line app to calculate how many...
2009-06-16 dswitkinAdded a new blackbox test with extreme shadows and...
2009-06-11 srowenAdded getBlackDiagonal() which I likely want to use...
2009-05-28 dswitkinCreated a new QR blackbox test with difficult exposures...
2009-05-27 dswitkinOnly allocate a StringBuffer if the start pattern has...
2009-05-27 srowenFixed an old misspelling and a few tiny tweaks
2009-05-27 srowenImprovement to Shift_JIS encoding detector to avoid...
2009-05-24 srowenOops, one more fix to rotateCounterClockwise() here
2009-05-23 srowenMore intelligence to avoid very deep recursion
2009-05-22 dswitkinChanged the 2D histogram calculation to sample four...
2009-05-22 srowenOff by one error in last change
2009-05-21 dswitkinAdded better logging for our blackbox tests. It now...
2009-05-21 dswitkinFixed a typo in our golden results.
2009-05-21 dswitkinI moved a chunk of the histogram/black point code out...
2009-05-21 dswitkinMoved CroppedMonochromeBitmapSource into the common...
2009-05-21 dswitkinCleaned up some code to fit in 100 columns.
2009-05-21 srowenBe smarter about recursion to avoid infinite loop
2009-05-11 srowenAdd toString() for easy debugging
2009-05-11 srowenMarginal improvement to datamatrix decoder
2009-05-06 srowenFix issue 189. Need to guard against 'false positive...
2009-05-05 srowenAlternate multi QR Code reader from Hannes
2009-05-03 srowenForge ahead with detection even if we missed an alignme...
2009-05-03 srowenAdd MultipleBarcodeReader interface to allow for more...
2009-04-30 srowenMoved MultipleBarcodeReader and added ByQuadrantReader...
2009-04-28 srowenAdding a few test images from a defunct issue report
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-18 srowenImprove URL detection rule to exclude stuff like "Hi."
2009-04-18 srowenImprove URL detection rule to exclude stuff like "Hi."
2009-04-17 srowenIn extreme decoder failure case, make sure not to let...
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-04-12 srowenEnable DataMatrix in the web app / other small tweaks...
2009-04-10 srowenEnable DataMatrix in the web app / other small tweaks
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 164
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-03-12 srowenFixed tiny javadoc glitches
2009-03-09 dswitkin- Added a new unit test of 13 ITF images I took with...
2009-03-09 dswitkinTurned on ITF support in the Android client, and fixed...
2009-03-09 srowenTiny optimization to reverse()
2009-03-09 dswitkinTurned on ITF support by default. The typical overhead...
2009-03-07 srowenFixed decodeEnd() situation whereby row might not be...
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2009-03-06 dswitkinChanged the order of the BaseMonochromeBitmapSource...
2009-03-06 srowenNormalize GEO: to geo:
2009-03-06 srowenFix #150 again by moving towards a more RFC 2822-compli...
2009-03-05 srowenBacked out last 'fix' to email address parsing -- isn...
2009-03-05 srowenNormalize TEL: to tel: to make sure it works with Android
2009-03-05 srowenAddress Issue 152
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
2009-02-15 srowengit-svn-id: zxing.googlecode.com/svn/trunk@859 59b500cc...
2009-02-15 srowenA fixed fix for email parsing
2009-02-15 srowenTighten email check logic a little
2009-02-15 srowenTightened a condition to reduce accidentally detecting...
2009-02-09 srowenRefactored width/height values into superclass and...
2009-02-06 srowenFix Issue 143, failure on invalid geo: URIs
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-31 srowenAdded basic support for caller-specified character...
2009-01-30 srowenAdd ALLOWED_LENGTHS hint, for now, in support of ITF
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2009-01-27 srowenOops, StringBuffer.append(StringBuffer) doesn't exist...
2009-01-21 srowenActually, let the scanner read codes using structured...
2009-01-20 srowenIssue 127: Add structured append mode and make it clear...
2009-01-15 srowenRemove WTK dependency which added little and only made...
2009-01-14 srowenSeparated rectangle detection from decoder for reuse
2009-01-10 srowenSmall updates from code inspection
2009-01-06 dswitkinAdded 18 real world DataMatrix blackbox images, plus...
2009-01-04 srowenOn a tip from Sandy found an error in the QR code detec...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-23 dswitkinMoved one file back to the ITF directory because it...
next