zxing.git
2008-10-23 dswitkinAdded support for a title when searching for an address...
2008-10-22 dswitkinPutting the final touches on the 1.1 release.
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-21 dswitkinChecked in the ZXing Test app for Android under android...
2008-10-21 dswitkinPrepping the CHANGES file for 1.1.
2008-10-18 dswitkinAdded versionName and versionCode to the Android client...
2008-10-18 dswitkinThe new Android client, featuring:
2008-10-18 dswitkinRemoved the old Android client in preparation for the...
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-17 srowenReformatting and minor code tweaks
2008-10-15 dswitkinMade a change to 1D decoding which looks for 100% inste...
2008-10-15 srowenWorkaround (I think) for bizarre array corruption probl...
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-13 christian.brunschenimproved image cropping, also work around iPhone OS...
2008-10-13 dswitkinAdded the missing AndroidHttpClient to the package...
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-04 srowenImproved error message when file/URI is mistyped.
2008-10-04 srowenAdded notes about how to comment out anything that...
2008-10-02 christian.brunschenRenamed 'zxing-icon-128.png' to 'ZxingLarge.png' to...
2008-10-01 christian.brunschenResurrected 128-pixel icon for About page
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-25 christian.brunschenremoved now-redundant PNG version of zxing-512
2008-09-25 christian.brunschenCFRelease some objects when adding a contact to the...
2008-09-24 christian.brunschenAdded rudimentary handling of address information....
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-21 srowenGenerate simple .alx file with RIM build
2008-09-19 dswitkinMade a couple utility methods public.
2008-09-12 srowengit-svn-id: zxing.googlecode.com/svn/trunk@580 59b500cc...
2008-09-11 dswitkinFixed missing "Send SMS" button in Android client....
2008-09-11 dswitkinUpdating 1.0 release notes.
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 ...
next