Partially addressed Reed-Solomon decoding issue for Datamatrix, but not entirely...
[zxing.git] / core / src / com / google /
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 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-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 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 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 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-09-29 dswitkin- Fixed a crash when parsing a particular VCard with...
2008-09-24 srowenFinally actually fix the Code-128 bug and add tests
2008-09-22 srowenAnother fix -- account for CODE_STOP. Add some comments.
2008-09-21 srowenFix bug that would cut out part of result string if...
2008-09-19 dswitkinMade a couple utility methods public.
2008-09-08 dswitkinAdded an ISBN parsed result type courtesy of jbreiden.
2008-08-21 srowenURIParsedResult now has isPossiblyMaliciousURI() to...
2008-08-15 srowenPer dominik.wild, added support for "sms:number:body...
2008-08-12 srowen(Thanks to John White) Make UPC/EAN decoder less picky...
2008-08-06 srowenReverted inadvertent Detector changes that broke unit...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-07-30 srowenSome small improvements in error handling based on...
2008-07-25 srowenMinor style changes; optimized nested loops at end...
2008-07-24 srowenRemove dead files (why doesn't this happen automaticall...
2008-07-24 srowenFactor out ECI-related code for reuse with Data Matrix...
2008-07-23 srowenFactor out and clarify cross product computation and...
2008-07-23 srowenAdded support for "05 Macro" and "06 Macro" in ASCII...
2008-07-22 dswitkinModified the library entry point in a way which lets...
2008-07-21 srowenQuick shortening of a method in FinderPatternFinder...
2008-07-21 srowenEnhance GenericResultPoint and move some logic out...
2008-07-21 srowenMore refactoring, fixed a small issue in X12 encodation...
2008-07-18 srowenTiny improvement to toString() visualization of BitMatrix
2008-07-18 srowenFixed problem that is unclear from spec: shift apparent...
2008-07-09 srowenOops, fix an error introduced in recent change
2008-07-09 srowenMinor style tweaks
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-07-07 srowenRename some methods so that they're not technically...
2008-07-03 srowenAdded another phone type field to BIZCARD implementation
2008-07-03 dswitkinDon't add a newline at the front of a ParsedResult.
2008-07-01 srowenAdd BIZCARD support and a little refactoring
2008-06-27 srowenNow we can support BDAY in DoCoMo MECARD format
2008-06-27 srowenStandardize getDisplayResult() implementation in parsed...
2008-06-27 srowenAdd minimal support for FNC1 mode in QR Code
2008-06-27 srowenAdded mms:, mmsto: support and tests, plus basic tests...
2008-06-27 srowenMore refactoring of parsed results / result parsers...
2008-06-26 srowenAnd fixed the "270" issue: logic error in computing...
2008-06-26 srowenSwitch to integer math in a critical QR Code detector...
2008-06-26 srowenBig refactoring of ParsedResult: now split into ResultP...
2008-06-23 srowenAdded ECI for values 0-2 and also standardize character...
2008-06-20 srowenAdded some degree of support for Character Set ECIs
2008-06-20 dswitkinTuned the Code 128 parameters:
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-19 srowenCorrect a few more things about ECI parsing
2008-06-19 dswitkinFixed the build.
2008-06-19 srowenAdded, at least, parsing of ECI mode in QR Code
2008-06-18 srowenSimple check in Code 39 reader to determine wide bars...
2008-06-18 srowenImproved approach to 1D decoding -- better use of integ...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-06-12 srowenRemove compile-time reference to DataMatrixReader
2008-06-12 srowenAdded build-optimized target to produce optimized core...
2008-06-12 srowenNow use integer math in patternMatchVariance for perfor...
2008-06-12 srowenOops one more style change
2008-06-12 srowenSmall tweaks on top of Daniel's excellent refactoring
2008-06-11 dswitkinMissed one place that needs to cache the luminance...
2008-06-11 dswitkinRefactored the MonochromeBitmapSource hierarchy to...
2008-06-11 srowenFix bad logic black point estimator, improving threshol...
2008-06-11 srowenUnify UPC-A reader into EAN-13 reader since EAN-13...
2008-06-11 dswitkin- Added support for rotation in our blackbox test frame...
2008-06-10 srowenTiny bug fix, need to deal with no query params case...
2008-05-23 srowenAdded SMSTO support, added subject/body param support...
2008-05-23 srowenAdded handy toString() methods
2008-05-08 srowenDetector is now a little more skeptical once it has...
2008-05-05 srowenFix some minor javadoc issues
2008-05-05 srowenChecking in somewhat ugly 'fix' for ArrayIndexOutOfBoun...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-05-02 srowenAdded preliminary support for MobileTag formats; not...
2008-04-18 dswitkinChanged the parsing logic to refer to EAN-8 and EAN...
2008-04-16 srowenAdded workaround for NoSuchMethodError on some Nokia...
next