zxing.git
2008-11-11 dswitkinAdded support for Furigana using the SOUND field in...
2008-11-11 srowenNow attempts to use locale-specific Google property...
2008-11-11 dswitkinSomehow the IntelliJ Subversion integration did not...
2008-11-10 dswitkinHid the Share menu if the results screen was showing...
2008-11-10 dswitkinDid a bunch of renaming, there was no need for the...
2008-11-10 dswitkinFirst pass at adding a UI for sharing data via QR Codes...
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-07 dswitkinRenamed launcher icon.
2008-11-06 dswitkinFixed two leaks when using AndroidHttpClient.
2008-11-06 srowenSmall additional error check in decoder
2008-11-06 dswitkinAdded support for landscape mode when encoding QR Codes...
2008-11-06 dswitkinFinished renaming UPC --> Product in a few places.
2008-11-06 dswitkinAdded support for supplying a postal address when encod...
2008-11-05 dswitkinMade some temporary changes to make throwing ReaderExce...
2008-11-04 srowenRenamed UPC result type to Product, and introduced...
2008-11-03 dswitkinFixed Search Book Contents when built under ProGuard.
2008-11-02 dswitkinFixed the ZXing Test camera mode when using ProGuard.
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-11-01 dswitkinWhoops, the benchmarks are in microseconds, not millise...
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-31 dswitkinAdded a --dump_results flag to the J2SE client, which...
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-30 dswitkinFixed a crash in calendar parsing when encountering...
2008-10-30 dswitkinFixed the Android client when using ProGuard. The Viewf...
2008-10-29 dswitkinMade the data members of BitArray public so they will...
2008-10-29 dswitkinLooks like -allowaccessmodification to ProGuard results...
2008-10-29 dswitkinAdded androidtest to the top-level clean target and...
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-28 srowenAdd back basic link
2008-10-27 dswitkinUpdated the Android benchmark with more accurate timing...
2008-10-26 srowenGoing back to old approach of using JSR-234 directly...
2008-10-24 dswitkinWrote a benchmark activity for Android which reads...
2008-10-24 christian.brunschenupdated app version to 1.0.1
2008-10-24 christian.brunscheninitialize valarrays with explicit contents (zero)
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.
next