Issue 520
[zxing.git] / core /
2009-11-23 srowenDraft of 'thinking' visualization for barcode scanning...
2009-11-23 srowenFixed unit test fail from vCard change
2009-11-22 srowenLoosen BDAY parsing for vCard results
2009-11-13 srowenMore fixes, to cropping BufferedImages
2009-11-13 srowenOops fixed typo in last patch
2009-11-13 srowenBe more conservative about choosing Kanji mode. Since...
2009-11-13 srowenIssue 271
2009-11-12 srowenFix some double-reversed i-j problems in this code
2009-11-04 srowenAdded Code 39 check digit hint
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-10-19 dswitkin- Created Barcode Scanner 3.0 beta 1, for Donut and...
2009-10-13 srowenOops passing somewhat too large values for width /...
2009-10-13 srowenIssue 249, fix references to methods not in MIDP 2
2009-09-29 srowenImproved history function
2009-09-23 srowenRemove MobileTag support -- outdated, unused, and not...
2009-09-18 srowenAnother shot at TCP CLOSE_WAIT issue, and tiny code...
2009-09-15 srowenRun tests with -Xint to work around weird JIT bug in...
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-09-14 srowenFix for old logic error in seeking format information...
2009-08-25 srowenTiny code adjustments from inspection
2009-08-24 srowenIssue 230
2009-08-23 srowenImprove detector logic to throw out false positive...
2009-08-22 srowenMiscellaneous changes from FindBugs analysis
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-07-23 dswitkinFixed some long lines over 100 columns.
2009-07-22 srowenAdded error correction level to Result
2009-07-22 srowenRe-enable ProGuard, and finally identified the workarou...
2009-07-21 srowenSmall detector simplification that addresses issue...
2009-07-17 srowenAnother tweak to get some valid ISO-8859-1 strings...
2009-07-08 dswitkinMore x, y cleanup and 100 column fixes.
2009-07-08 dswitkinModified my skew correction code to also work upside...
2009-07-02 dswitkinI noticed that the codeword coordinates in PDF 417...
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...
next