zxing.git
2008-09-11 dswitkinSmall updates and improvements to the Android client.
2008-09-08 dswitkinAdded an ISBN parsed result type courtesy of jbreiden.
2008-09-02 christian.brunschenremoved erraneous reference to 'oned' directory; added...
2008-09-01 srowengit-svn-id: zxing.googlecode.com/svn/trunk@574 59b500cc...
2008-08-31 christian.brunschenupdated icons
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-19 dswitkinThe new 0.9 SDK Android client (for real this time).
2008-08-19 dswitkinThe new 0.9 SDK Android client.
2008-08-19 dswitkinDeleted the M5 Android client in preparation for an...
2008-08-15 srowenPer dominik.wild, added support for "sms:number:body...
2008-08-14 christian.brunschenAdded version number and list of supported barcode...
2008-08-14 christian.brunschenReverted accidental build.properties change
2008-08-14 christian.brunschenAdded 'About' screen, localized application name
2008-08-12 srowenBetter separated out email decoding functionality
2008-08-12 srowen(Thanks to John White) Make UPC/EAN decoder less picky...
2008-08-11 srowenPer Matt, fix use of FieldLabelProvider since it is...
2008-08-08 dswitkinAdded 55 EAN-13 real world test images. For mobile...
2008-08-07 christian.brunschenmessage field & hint button rotation issue fixes. Added...
2008-08-06 srowenParallelize black box tests
2008-08-06 dswitkinUpdated Alasdair's ImageConverter tool to take -row...
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 RIM client from LifeMarks, after...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-08-04 srowenCommitting some changes for next release in advance
2008-08-02 christian.brunschenfixed CountedTest compilation problem attempting to...
2008-08-01 christian.brunschenAdded hints for taking pictures, improved localizations...
2008-07-31 srowenAnother light hack attempt to work around Issue 70
2008-07-31 srowenISSUE 70: Catch NoClassDefFoundError too
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-15 srowenUpdate to latest HTTP Core/Client libs
2008-07-10 srowenone last typo fix
2008-07-10 srowenMore fixes to the build files after trying to build...
2008-07-10 srowenOops, fix RIM build script to not depend on old "javame...
2008-07-10 srowenUpdates for 0.9
2008-07-10 srowenSmall thread-safety correctness fix which may not matte...
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-07 srowenTry looking up multimedia controls under alternate...
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-02 christian.brunschenAdded 'Build All' and 'Test All' targets for Pulse...
2008-07-02 christian.brunschenUI improvements
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 srowenOops, make sure to XML-escape results
2008-06-27 srowenBetter bytes-to-String method for verbose output
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 srowenTake advantage of new parsed result fields in Android...
2008-06-26 srowenMinor change to standardize on more canonical "UTF8...
2008-06-26 srowenBig refactoring of ParsedResult: now split into ResultP...
2008-06-26 srowenImplemented Paul's solution to the basic/regular build...
2008-06-25 srowenRemove level="9" here (oops) and add a dump target...
2008-06-25 christian.brunschenadded icon png files
2008-06-25 christian.brunschenRefactored ParsedResult classes into ResultParsers...
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-24 srowenAUTHORS file, build file changes and improvements
2008-06-24 srowenInitial checkin of bug client code from buglabs
2008-06-24 christian.brunschendebug printout cleanup
2008-06-24 christian.brunschenscan archive UI improvements, phase 3
2008-06-24 christian.brunschenscan archive UI improvements, phase 2
2008-06-24 christian.brunschenscan archive UI improvements, phase 1
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 dswitkinAdded which format was decoded to the CommandLineRunner...
2008-06-20 srowenMore updated to build-optimized to work correctly with...
2008-06-20 christian.brunschenLocalized application into English, German & Swedish
next