Prevent an array out of bounds exception I noticed in the web logs
[zxing.git] / core / src /
2010-03-04 srowenPrevent an array out of bounds exception I noticed...
2010-03-04 srowenCaught a few J2ME incompatibilities in build
2010-03-04 srowenPreliminary RSS-14 support. Not enabled yet in Android...
2010-03-02 srowenPer Brad Threatt -- don't fail early on NotFoundExcepti...
2010-03-01 srowenRelated to Issue 205, but not the direct issue: read...
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-02-01 srowenPre-RSS-14 changes. Necessary code changes, but not...
2010-01-29 srowenIssue 331
2010-01-11 srowenFix/improvement from Jiayong
2010-01-10 srowenUndo the ^= true thing in more files
2010-01-10 srowenIssue 316
2010-01-06 srowenBetter version of revision 1166 and 1165 -- corrects...
2010-01-06 srowenMaybe avoid weird Proguard issue by removing inner...
2010-01-05 srowenIssue 311 fix
2010-01-04 srowenIssue 309, don't fail if birthday is bad
2010-01-03 srowenTwo tiny improvements to make code more consistent
2009-12-22 srowenTighten up detection of URLs on some garbage strings
2009-12-22 srowenOops realized DM decoder also benefits from that last...
2009-12-22 srowenGuess of a fix at array index out of bounds problem...
2009-12-13 dswitkinMade a small performance tweak (about 1% faster).
2009-12-13 dswitkinFinished work on the local binarizer and renamed it...
2009-12-13 dswitkinAdded the ability to track who is throwing exceptions...
2009-12-13 dswitkinEliminated up to 700 execeptions being thrown per image...
2009-12-13 dswitkinAdded a check so that the PDF417 reader can get through...
2009-12-10 srowenIssue 295 and Issue 294, treat ADR as wholly different...
2009-12-10 srowenIssue 294, add support for several address lines in...
2009-12-08 srowenOpening up the Detector a little to allow extension...
2009-12-08 srowenOops, last change meant to include this -- changelist...
2009-12-08 srowenSmall bug fix from Ralf
2009-12-08 srowenRemove use of Hashtable.clone(), doesn't work in J2ME
2009-12-08 dswitkinRemoved three interfaces which weren't doing any good...
2009-12-03 dswitkinAdded some comments and fixed up lines over 100 columns.
2009-11-30 srowenIssue 287
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 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-06-30 dswitkin- Converted parts of the PDF 417 reader to use BitMatrix.
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-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-11 srowenAdded getBlackDiagonal() which I likely want to use...
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 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
next