making stuff final, weakening types, etc. per IntelliJ analysis
[zxing.git] / core /
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...
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-23 srowenMore UPC-A tests: interesting clear but low-res images...
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-09-01 srowengit-svn-id: zxing.googlecode.com/svn/trunk@574 59b500cc...
2008-08-25 dswitkinAdded a new unit test of real world QR codes. We get...
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-08 dswitkinAdded 55 EAN-13 real world test images. For mobile...
2008-08-06 srowenParallelize black box tests
2008-08-06 srowenUse unicode escapes to avoid apparent source file encod...
2008-08-06 srowenReverted inadvertent Detector changes that broke unit...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-07-30 srowenRe-add ECI test case and groundwork for more tests...
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
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-10 srowenMore fixes to the build files after trying to build...
2008-07-10 dswitkinSmall improvement to unit test results output.
2008-07-09 dswitkinAdded a reflective UPC-E unit test. We cannot decode...
2008-07-09 dswitkinAdded 41 real world UPC-E tests. We need to improve...
2008-07-09 dswitkinAdded some very difficult reflective UPC-A images ...
2008-07-09 dswitkinAll the positive test cases now track normal and try...
2008-07-09 dswitkinAdded 52 real world UPC-A greyscale test images. We...
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-25 dswitkinAdded new test of unsupported barcodes, to make sure...
2008-06-25 dswitkinAdded blackbox test of partial barcodes which should...
2008-06-25 dswitkinReworked the false positives unit tests to track each...
2008-06-23 srowenAdded ECI for values 0-2 and also standardize character...
next