Issue 460, auto timeout of CaptureActivity after inactivity, for testing. Also break...
[zxing.git] / core /
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...
2008-12-23 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-23 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-22 dswitkinTurned on ITF as a format you can request via hint...
2008-12-22 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-22 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-21 srowenMore small changes from code inspection
2008-12-21 srowenCorrect exception handling in certain situations so...
2008-12-19 dswitkinAdded golden results to all of our result parsing unit...
2008-12-19 dswitkinFixed crash and bad parsing of an SMS with a question...
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-12-10 srowenAnother attack on integrating encoder and decoder:...
2008-12-08 dswitkinMade our parsing code handle uppercase prefixes for...
2008-12-05 srowenFix apparently-inconsequential typo in QR code encoder...
2008-12-03 dswitkinFixed a bug in geo coordinate display, where we were...
2008-12-02 srowenUnify handling of Mode too
2008-12-02 srowenUnify handling of EC level between encoder and decoder
2008-12-02 srowenBig rename of variables and method to have more standar...
2008-12-02 srowenSome formatting changes, and a few tiny optimizations
2008-12-01 srowenSome formatting changes, and a few tiny optimizations
2008-11-26 dswitkinAdded a new QR Code unit test of real world photos...
2008-11-21 dswitkinMade Java naming changes to BitVector.
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-21 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 dswitkinRemoved some logging from the QR encoder. Nothing in...
2008-11-20 dswitkinPorted and rewrote the Renderer unit test to test QRCod...
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-11-20 srowengit-svn-id: zxing.googlecode.com/svn/trunk@743 59b500cc...
2008-11-20 dswitkinPorted over the BitVector bug fix and new unit test...
2008-11-20 srowenAdded ITF-14 decoder from Kevin. Not enabled yet as...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 dswitkinChanged the Writer interface to provide contents as...
2008-11-19 dswitkinFixed more unit tests.
2008-11-19 dswitkinFixed testIsValidKanjiSequence(). Looks like the data...
2008-11-19 dswitkinDeleted a big honking polynomial table that was unused...
2008-11-19 dswitkinDid some optimization and cleanup.
2008-11-19 dswitkinAdded the quiet zone to the QRCodeWriter.
2008-11-19 dswitkinFixed testInterleaveWithECBytes().
2008-11-19 dswitkinFixed two more tests.
2008-11-19 srowenCorrected logic to handle case where remainder polynomi...
2008-11-19 ccmysenChanges to the matrix and debug classes to make some...
2008-11-19 dswitkinFixed a bunch more tests, and commented out all of...
2008-11-18 dswitkinMoved ByteArray up to core/common now that it has no...
2008-11-18 dswitkinMade several good fixes to and because of the unit...
2008-11-18 dswitkinCreated a WriterException class and updated a bunch...
2008-11-18 dswitkinMade some incremental progress on the Encoder unit...
2008-11-18 srowenFinally submit tiny change to comments here
2008-11-18 srowenReplace IllegalStateException; still want to make it...
2008-11-18 dswitkinMade a small change to allow discovery of multiple...
2008-11-18 ccmysenAdding in the rest of the qrcode test cases.
2008-11-18 ccmysenAdd testdata for the qrcode encoder tests (mainly part...
2008-11-18 dswitkinMy BitVector implementation was totally buggy. I rewrot...
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
2008-11-17 dswitkinFixed the build.
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-16 srowenAdd a bit of a hack to better detect UTF-8 in the wild...
2008-11-16 srowenChange assert to an exception since this facility would...
2008-11-15 srowenNow uses new Reed Solomon encoder code
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-11-15 srowenBug fix to unrandomization routine from sanfordsquires
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-14 dswitkinWrote a new ByteArray class to replace StringPiece...
2008-11-14 dswitkinHuge progress on the Encoder. I'm down to StringPiece...
2008-11-14 srowenMore enhancements to Reed-Solomon tests
2008-11-14 dswitkinGot MatrixUtil to compile, and refactored some methods...
2008-11-14 dswitkinDid a bunch of comments cleanup.
2008-11-14 srowenAdded Reed-Solomon encoder, suitable for QR Code encoding
2008-11-13 dswitkinWrote a reasonable implementation of BitVector which...
next