zxing.git
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-26 srowenOops new HTTP lib has a slightly difference exception...
2009-04-23 srowenWorkaround for NPE on some Nokias from webblaz...
2009-04-19 srowenUpdate to more recent HttpClient
2009-04-18 srowenImprove URL detection rule to exclude stuff like "Hi."
2009-04-18 srowenImprove URL detection rule to exclude stuff like "Hi."
2009-04-17 srowenWe should be to 1.4 now right?
2009-04-17 srowenIn extreme decoder failure case, make sure not to let...
2009-04-15 srowenTry to resolve CLOSE_WAIT issue on zxing.org
2009-04-15 srowenTweak to compile with Android 1.5 but still work in 1.1
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-04-13 dswitkinRemoved a bunch of logging cruft from the network code...
2009-04-13 dswitkinFixed encoding geo locations in a QR code. Some floats...
2009-04-12 srowenEnable DataMatrix in the web app / other small tweaks...
2009-04-10 srowenEnable DataMatrix in the web app / other small tweaks
2009-04-06 srowenIssue 166
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 164
2009-04-06 srowenIssue 164
2009-04-06 srowenIssue 163
2009-04-06 srowenIssue 161
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-03-12 srowenFixed tiny javadoc glitches
2009-03-12 srowenSlightly smarter version of last change
2009-03-12 dswitkinCreated a page at zxing.appspot.com/scan which is the...
2009-03-11 srowenTry to do a better job of understanding if the phone...
2009-03-11 dswitkinWhoops, forgot to mention the C# port, I thought it...
2009-03-11 dswitkinWrote version notes for v1.3.
2009-03-11 dswitkinCreated v2.6 final, and added the ability for web apps...
2009-03-10 dswitkinFixed a bad build target, and added two missing packages.
2009-03-09 dswitkin- Added a new unit test of 13 ITF images I took with...
2009-03-09 dswitkinChanges to create Barcode Scanner 2.6 beta 1.
2009-03-09 dswitkinTurned on ITF support in the Android client, and fixed...
2009-03-09 srowenTiny optimization to reverse()
2009-03-09 dswitkinTurned on ITF support by default. The typical overhead...
2009-03-07 srowenFixed decodeEnd() situation whereby row might not be...
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2009-03-06 dswitkinRemoved getWidth() and getHeight() which I added by...
2009-03-06 dswitkin- Added the version number to the about box in a robust...
2009-03-06 dswitkinChanged the order of the BaseMonochromeBitmapSource...
2009-03-06 srowenNormalize GEO: to geo:
2009-03-06 srowenFix #150 again by moving towards a more RFC 2822-compli...
2009-03-05 srowenBacked out last 'fix' to email address parsing -- isn...
2009-03-05 srowenNormalize TEL: to tel: to make sure it works with Android
2009-03-05 srowenAddress Issue 152
2009-03-01 srowenFix for #148 and possibly #149 plus a few code polishes...
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
2009-02-20 dswitkinRevised the What's New help page, and bumped the versio...
2009-02-17 dswitkin- Fixed issue 146, QR Codes get clipped when encoding...
2009-02-17 srowenAdded small android-integration module
2009-02-15 srowengit-svn-id: zxing.googlecode.com/svn/trunk@859 59b500cc...
2009-02-15 srowenA fixed fix for email parsing
2009-02-15 srowenTighten email check logic a little
2009-02-15 srowenTightened a condition to reduce accidentally detecting...
2009-02-12 eray.incegit-svn-id: zxing.googlecode.com/svn/trunk@853 59b500cc...
2009-02-12 eray.incegit-svn-id: zxing.googlecode.com/svn/trunk@852 59b500cc...
2009-02-12 eray.incegit-svn-id: zxing.googlecode.com/svn/trunk@851 59b500cc...
2009-02-12 eray.incegit-svn-id: zxing.googlecode.com/svn/trunk@850 59b500cc...
2009-02-10 dswitkinChanged the Intent to send emails to address issue...
2009-02-09 srowenRefactored width/height values into superclass and...
2009-02-09 srowengit-svn-id: zxing.googlecode.com/svn/trunk@845 59b500cc...
2009-02-06 srowenMake public to enable reuse; add convenience constructo...
2009-02-06 srowenFix Issue 143, failure on invalid geo: URIs
2009-02-05 srowenConvert asserts to exceptions where the conditions...
2009-02-03 srowenIssue 141 -- add flash control for JSR 234 phones
2009-02-01 srowenCommit Simon's changes for Issue 134
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-31 srowenAdded basic support for caller-specified character...
2009-01-30 srowengit-svn-id: zxing.googlecode.com/svn/trunk@835 59b500cc...
2009-01-30 srowenAdd ALLOWED_LENGTHS hint, for now, in support of ITF
2009-01-30 srowenCommitted Simon's splash screen for Issue 130
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2009-01-27 srowenOops, StringBuffer.append(StringBuffer) doesn't exist...
2009-01-21 srowenActually, let the scanner read codes using structured...
2009-01-20 srowenIssue 131: reuse Alert objects
2009-01-20 srowenIssue 127: Add structured append mode and make it clear...
2009-01-17 srowenIssue 126: make sure files are deleted after done
2009-01-15 srowenRemove WTK dependency which added little and only made...
2009-01-14 srowenSeparated rectangle detection from decoder for reuse
2009-01-10 srowenSmall updates from code inspection
2009-01-10 srowenImprove handling of MultimediaManager to make it a...
2009-01-10 mfzpeyoC# port, add datamatrix code
2009-01-09 mfzpeyoC# port, QRCode finder pattern update based on r814...
2009-01-09 mfzpeyogit-svn-id: zxing.googlecode.com/svn/trunk@818 59b500cc...
2009-01-08 srowenCommitted C# port from Mohamad
2009-01-06 dswitkinAdded 18 real world DataMatrix blackbox images, plus...
2009-01-04 srowenOn a tip from Sandy found an error in the QR code detec...
2009-01-03 srowengit-svn-id: zxing.googlecode.com/svn/trunk@813 59b500cc...
2009-01-03 srowengit-svn-id: zxing.googlecode.com/svn/trunk@812 59b500cc...
2009-01-02 srowenOops, appears I accidentally committed a typo -- addres...
2009-01-02 srowenCommit additional check for null as suggested on discus...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-23 dswitkinUpdated release notes for v1.2.
2008-12-23 dswitkinMoved one file back to the ITF directory because it...
2008-12-23 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-23 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-22 dswitkinTurned on ITF as a format you can request via hint...
2008-12-22 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
2008-12-22 kev.sullyISSUE: code.google.com/p/zxing/issues/detail?id=110
next