Minor style tweaks
[zxing.git] / core /
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...
2008-06-20 srowenAdded some degree of support for Character Set ECIs
2008-06-20 dswitkinChanged the core build file to run clean before buildin...
2008-06-20 dswitkinTuned the Code 128 parameters:
2008-06-20 dswitkinAdded 40 real world Code 128 images. We decode 9/40...
2008-06-20 dswitkinAdded 17 real world Code 39 images to our unit tests...
2008-06-20 srowenMore updated to build-optimized to work correctly with...
2008-06-19 dswitkinFixed a bug in patternMatchVariance() which caused...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-19 srowenAnother possible fix for issues between ProGuard and...
2008-06-19 dswitkinAdd 26.jpg back with the command line client
2008-06-19 dswitkinDelete 26.jpg again.
2008-06-19 srowenCorrect a few more things about ECI parsing
2008-06-19 dswitkinAdded rotation to unit test output for clarification.
2008-06-19 dswitkinTrying to add image 26 back to the false positives...
2008-06-19 dswitkinDeleting image 26 which somehow arrived at the server...
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-18 srowenMake optimization of core.jar as a library more conserv...
2008-06-18 srowenRenamed core OSGi bundle to "ZXing"; removed "level...
2008-06-17 dswitkinCreated a library of images which do not contain barcod...
2008-06-16 srowenAdd support for core.jar as OSGi bundle, component...
2008-06-16 srowenFinal updates to use local test images rather than...
2008-06-16 srowenMore updates to use local test images rather than remote
2008-06-16 srowenFirst set of updates to use local test images rather...
2008-06-13 srowenMinor style tweaks
2008-06-12 srowenAdjust optimization options: make sure to actually...
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-21 dswitkinAdded some simple sharpening for 1D decoding which...
2008-04-19 dswitkinReplaced the smaller, resized EAN13-2 test images with...
2008-04-18 srowenSeparate out test-unit and test-blackbox targets for...
2008-04-18 dswitkinAdded a new test library of 16 blurry EAN-13 barcodes...
2008-04-18 dswitkinChanged the black box tests to require an absolute...
2008-04-18 dswitkinChanged the parsing logic to refer to EAN-8 and EAN...
2008-04-16 srowenAdded workaround for NoSuchMethodError on some Nokia...
2008-04-10 dswitkinChanged how many rows we scan while detecting QR finder...
2008-04-07 srowenWorkaround for codes that fail to include (required...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-04-04 srowenMake two methods public for easier reuse by third-party...
2008-04-03 srowenMoved the "geo:" fix to the 'right' place
2008-04-03 mschulkindsmall typo fix.
2008-04-03 srowenAt last, removing SKIP_N_BARCODES and separating this...
2008-04-03 srowenParsing wasn't correctly ignoring the ':' in prefix!
2008-04-03 srowenAnother fix to ensure that 2 barcodes with the same...
2008-04-02 srowen"Skip 0 barcodes" was incorrectly not returning the...
2008-04-02 srowenFixed same ResultPoint bug in Code 128 and Code 39...
2008-04-01 dswitkinFixed the result points for 1D decoding so that we...
2008-03-31 srowenCompleted basic support for NFC / NDEF formats applicab...
2008-03-26 srowenImproved bounds-checking and point-nudging logic in...
2008-03-26 srowenRestored a corrected Reed-Solomon optimization and...
2008-03-26 srowenA few refactorings in anticipation of more formats...
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-26 srowenUndo optimization that seems to not be correct in all...
2008-03-24 srowenOptimized 0- and 1-error case of Reed Solomon decoding...
2008-03-20 srowenMore small improvements to SKIP_N_BARCODES -- now remem...
2008-03-20 srowenRestored SKIP_N_BARCODES functionality and corrected...
2008-03-19 srowenMore proper support for geo: URLs in Android
2008-03-19 srowen"Try harder" mode now tries 2D formats first. BlackPoin...
2008-03-19 srowenTake small advantage of "TRY_HARDER" in QR code decoder
2008-03-19 srowenOops, forgot to include in last commit
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-19 srowenDumb logic error in boundary case for transformation...
2008-03-17 srowenAdded overdue Reed-Solomon tests
next