Reduce alert timeout in J2ME client to 5 seconds from forever
[zxing.git] / core /
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...
2008-11-13 dswitkinWrote a Matrix class and fixed all uses of it, as well...
2008-11-13 srowenComment out QR code encoder package for the moment
2008-11-13 dswitkinConverted the Mode and ECLevel enums in QRCode.java.
2008-11-13 dswitkinBegan porting the QR Code encoder from ChartServer...
2008-11-12 dswitkinMade a small change to the KDDI AU parsing code to...
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-11 dswitkinAdded support for Furigana using the SOUND field in...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
2008-11-09 srowenMade new array fields final
2008-11-08 srowenAddress a small but clear bug in detector logic
2008-11-08 srowenAttempt to make encoding detection slightly more accura...
2008-11-06 srowenSmall additional error check in decoder
2008-11-05 dswitkinMade some temporary changes to make throwing ReaderExce...
2008-11-04 srowenRenamed UPC result type to Product, and introduced...
2008-11-02 dswitkinAnother round of optimization, focused on reusing array...
2008-11-02 srowenRevamp the character encoding detection to use a more...
2008-11-02 srowenUpdated qrcode-2 with corrected output for some Japanes...
2008-11-02 srowenNow more lenient in detecting Shift_JIS to detect more...
2008-11-01 dswitkinDiscovered that our 1D Readers were being reallocated...
2008-10-31 srowenAllow up to 3 superfluous bits at end of stream
2008-10-31 dswitkinAdded 17 new, unusual QR Codes to the blackbox tests...
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-30 dswitkinFixed a crash in calendar parsing when encountering...
2008-10-29 dswitkinMade the data members of BitArray public so they will...
2008-10-29 dswitkinAdded another target for building a debug key signed...
2008-10-29 srowenmoved ProGuard optimization into Android build file...
2008-10-29 dswitkinMade a change to the QR detector which cuts the worst...
2008-10-28 srowenInner class elements now not private since it is pointl...
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-17 dswitkinReordered the address book fields to something a little...
2008-10-17 dswitkinAdded support for URL to MECARD and VCARD.
2008-10-15 dswitkinMade a change to 1D decoding which looks for 100% inste...
2008-10-14 dswitkinCreated 40 new blackbox images which are partial shots...
2008-10-14 dswitkinAdded a bit of defensive programming in the AlignmentPa...
2008-10-14 dswitkinExpanded calendar parsing to allow more date formats...
2008-10-09 dswitkinPrevented ISBN parsing from happening twice.
2008-10-09 srowenCamel-cased log_table, exp_table vars
2008-10-08 mschulkindFixing a comment.
2008-10-08 mschulkindRenaming two member variables so they no longer share...
2008-10-08 dswitkinMade calendar event parsing more robust, and also rejec...
2008-10-07 dswitkinAdded 13 new blackbox images.
2008-10-07 srowenAdd check for minimal whitespace before/after Code...
2008-10-06 srowenAdded redundant abstract method declarations to maybe...
2008-10-04 srowenAdded redundant abstract method declarations to maybe...
2008-10-01 srowenRecent bug fix uncovered some bugs in test case --...
2008-10-01 dswitkinAdded two more UPC-A blackbox images submitted by the...
next