zxing.git
2009-08-21 dswitkinMade another fix for the Samsung Galaxy, and bumped...
2009-08-19 dswitkinMade a new fix to turn off the Samsung Galaxy flash...
2009-08-13 srowenMake web app work on Servlet/JSP 2.3/1.2 and fix some...
2009-08-12 srowenIssue 224, remove Christian's info since it seems to...
2009-08-04 srowenBoneheaded mistake: was writing transparent pixels
2009-08-04 srowenNeed to use 1.5 jar location
2009-08-04 srowenDisable email-based decoding -- won't be able to suppor...
2009-08-04 srowenFix issue 221
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 dswitkinSet a camera parameter to force the flash off. Also...
2009-07-21 dswitkinConverted the Android client and the test app to use...
2009-07-21 srowenSmall detector simplification that addresses issue...
2009-07-17 srowenAnother tweak to get some valid ISO-8859-1 strings...
2009-07-15 dswitkinAdded an optimization to the Android client's Luminance...
2009-07-10 dswitkinAdded Germany to the list of Google Product Search...
2009-07-09 dswitkinCreated v2.9 of Barcode Scanner, and added Japanese...
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-27 christian.brunschen* Throw the actual exception objects, rather than point...
2009-06-26 dswitkinWhoops, fixed long-standing bug in the benchmark. Never...
2009-06-26 dswitkinModified the CommandLineRunner to use all available...
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 srowenFix an (old?) compile error
2009-06-26 dswitkinUpdated the Android Test app to use a wider viewfinder...
2009-06-26 srowenUpdates for appspot
2009-06-26 srowenNevermind, removing javadoc
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-26 srowenTry adding current javadoc to SVN
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-18 dswitkinChanged "Search book" back to "Search book contents...
2009-06-16 dswitkinAdded a new blackbox test with extreme shadows and...
2009-06-11 srowenAdded getBlackDiagonal() which I likely want to use...
2009-06-10 srowenIssue 155: allow custom product search, and, other...
2009-06-08 dswitkinCalculated total time taken by the benchmark, and also...
2009-06-08 srowenDon't use books.google.cn for Book Search -- doesn...
2009-06-06 srowenUpdates to compile against 1.5; figuring we will shortl...
2009-05-29 srowenAdded hypest who apparently actually wrote the C# port
2009-05-28 dswitkinWrote a usage message for the CommandLineRunner.
2009-05-28 dswitkinCreated a new QR blackbox test with difficult exposures...
2009-05-28 dswitkinCut Barcode Scanner v2.8 for Android.
2009-05-28 srowenSmall tweaks, use more friendly content type
2009-05-27 dswitkinOnly allocate a StringBuffer if the start pattern has...
2009-05-27 dswitkinMade the Android Test app debuggable so I can examine...
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-26 dswitkinYou can now dump the black point for URLs to the pwd.
2009-05-26 dswitkinExtended the command line tool to dump the results...
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-22 srowenMake some stuff to public to compile
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 dswitkinStopped sending the decode duration in a message, which...
2009-05-21 dswitkinCleaned up some code to fit in 100 columns.
2009-05-21 srowenRemove some DEBUG blocks that apparently do not compile
2009-05-21 srowenBe smarter about recursion to avoid infinite loop
2009-05-11 srowenAdd toString() for easy debugging
2009-05-11 srowenRemoved deprecation of 'cropping' constructor -- in...
2009-05-11 srowenMarginal improvement to datamatrix decoder
2009-05-11 leppocFix Contact qrcode generator on appengine.
2009-05-11 dswitkinAdded simplified and traditional Chinese translations...
2009-05-06 srowenFix issue 189. Need to guard against 'false positive...
2009-05-05 srowenAlternate multi QR Code reader from Hannes
next