zxing.git
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
2009-05-04 srowenAllow empty URL
2009-05-03 srowenForge ahead with detection even if we missed an alignme...
2009-05-03 srowenAdded 'shareText' integration code from Isaac
2009-05-03 srowenAdd MultipleBarcodeReader interface to allow for more...
2009-05-01 srowenRestore shutdown of connection manager
2009-05-01 srowenStreamline contact encoding and avoid encoding a line...
2009-05-01 srowenPossible small bug fix and cleanup of unneeded code
2009-05-01 dswitkinFinal changes for v2.7 of Barcode Scanner, including...
2009-04-30 srowenOops fixed invalid use of java.net classes
2009-04-30 srowenMoved MultipleBarcodeReader and added ByQuadrantReader...
2009-04-29 srowenAdd address line 2 support to generator
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-26 srowenOops new HTTP lib has a slightly difference exception...
2009-04-23 srowenWorkaround for NPE on some Nokias from webblaz...
2009-04-19 srowenUpdate to more recent HttpClient
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 srowenWe should be to 1.4 now right?
2009-04-17 srowenIn extreme decoder failure case, make sure not to let...
2009-04-15 srowenTry to resolve CLOSE_WAIT issue on zxing.org
2009-04-15 srowenTweak to compile with Android 1.5 but still work in 1.1
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-04-13 dswitkinRemoved a bunch of logging cruft from the network code...
2009-04-13 dswitkinFixed encoding geo locations in a QR code. Some floats...
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 166
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 164
2009-04-06 srowenIssue 164
2009-04-06 srowenIssue 163
2009-04-06 srowenIssue 161
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-03-12 srowenFixed tiny javadoc glitches
2009-03-12 srowenSlightly smarter version of last change
2009-03-12 dswitkinCreated a page at zxing.appspot.com/scan which is the...
2009-03-11 srowenTry to do a better job of understanding if the phone...
2009-03-11 dswitkinWhoops, forgot to mention the C# port, I thought it...
2009-03-11 dswitkinWrote version notes for v1.3.
next