zxing.git
16 years agoOops, not clearing row counters when we shift down by two buckets. Fixed.
srowen [Fri, 22 Feb 2008 19:18:29 +0000 (19:18 +0000)]
Oops, not clearing row counters when we shift down by two buckets. Fixed.

git-svn-id: http://zxing.googlecode.com/svn/trunk@225 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoRemoved bad test cases -- for now considering this image too blurred for the "easy...
srowen [Fri, 22 Feb 2008 19:17:49 +0000 (19:17 +0000)]
Removed bad test cases -- for now considering this image too blurred for the "easy" test suite

git-svn-id: http://zxing.googlecode.com/svn/trunk@224 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops, another code typo fix
srowen [Fri, 22 Feb 2008 19:13:15 +0000 (19:13 +0000)]
Oops, another code typo fix

git-svn-id: http://zxing.googlecode.com/svn/trunk@223 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow can use "-Ddebug=true" on the command line to build a non-optimized build with...
srowen [Fri, 22 Feb 2008 18:13:00 +0000 (18:13 +0000)]
Now can use "-Ddebug=true" on the command line to build a non-optimized build with debug symbols. Also added check for ProGuard.

git-svn-id: http://zxing.googlecode.com/svn/trunk@222 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoImproved GridSampler API -- no need for reflection anymore. Reintroduced Android...
srowen [Fri, 22 Feb 2008 17:01:38 +0000 (17:01 +0000)]
Improved GridSampler API -- no need for reflection anymore. Reintroduced Android GridSampler implementation, which still doesn't quite work yet.

git-svn-id: http://zxing.googlecode.com/svn/trunk@221 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOh and made a constant field final
srowen [Thu, 21 Feb 2008 16:37:51 +0000 (16:37 +0000)]
Oh and made a constant field final

git-svn-id: http://zxing.googlecode.com/svn/trunk@219 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow calls setSizeFromLayout() rather than fixed to a 320x240 size
srowen [Thu, 21 Feb 2008 16:37:06 +0000 (16:37 +0000)]
Now calls setSizeFromLayout() rather than fixed to a 320x240 size

git-svn-id: http://zxing.googlecode.com/svn/trunk@218 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded ProGuard
srowen [Thu, 21 Feb 2008 16:36:27 +0000 (16:36 +0000)]
Added ProGuard

git-svn-id: http://zxing.googlecode.com/svn/trunk@217 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoLittle bug fix affecting QR Codes that run all the way to the left/top edge of an...
srowen [Tue, 19 Feb 2008 21:49:26 +0000 (21:49 +0000)]
Little bug fix affecting QR Codes that run all the way to the left/top edge of an image

git-svn-id: http://zxing.googlecode.com/svn/trunk@215 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdd some basic Code 39, Code 128 tests
srowen [Tue, 19 Feb 2008 21:09:55 +0000 (21:09 +0000)]
Add some basic Code 39, Code 128 tests

git-svn-id: http://zxing.googlecode.com/svn/trunk@214 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded "extended mode" to optionally support Extended Code 39
srowen [Tue, 19 Feb 2008 19:36:29 +0000 (19:36 +0000)]
Added "extended mode" to optionally support Extended Code 39

git-svn-id: http://zxing.googlecode.com/svn/trunk@213 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed typo on pattern for "I"
srowen [Tue, 19 Feb 2008 19:08:28 +0000 (19:08 +0000)]
Fixed typo on pattern for "I"

git-svn-id: http://zxing.googlecode.com/svn/trunk@212 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoImproved notion of pattern variance in 1D barcode elements, improving decode accuracy...
srowen [Tue, 19 Feb 2008 17:29:16 +0000 (17:29 +0000)]
Improved notion of pattern variance in 1D barcode elements, improving decode accuracy slightly. Also fixed a small issue in Code 128 decoder.

git-svn-id: http://zxing.googlecode.com/svn/trunk@211 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@210 59b500cc-1b3d-0410-9834-0bbf25f...
srowen [Tue, 19 Feb 2008 16:19:10 +0000 (16:19 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@210 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoRefactored Reed-Solomon so it can be used with different GF(256) primitive polynomials
srowen [Tue, 19 Feb 2008 16:14:34 +0000 (16:14 +0000)]
Refactored Reed-Solomon so it can be used with different GF(256) primitive polynomials

git-svn-id: http://zxing.googlecode.com/svn/trunk@209 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAnother fix to UTF-8 / Shift_JIS guessing
srowen [Tue, 19 Feb 2008 16:11:54 +0000 (16:11 +0000)]
Another fix to UTF-8 / Shift_JIS guessing

git-svn-id: http://zxing.googlecode.com/svn/trunk@208 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore work on RIM client
srowen [Fri, 15 Feb 2008 20:10:55 +0000 (20:10 +0000)]
More work on RIM client

git-svn-id: http://zxing.googlecode.com/svn/trunk@207 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoReplaced busy wait with wait()/notifyAll() idiom
srowen [Fri, 15 Feb 2008 17:51:43 +0000 (17:51 +0000)]
Replaced busy wait with wait()/notifyAll() idiom

git-svn-id: http://zxing.googlecode.com/svn/trunk@206 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBrought this back into sync with BufferedImageMonochromeBitmapSource
srowen [Fri, 15 Feb 2008 17:51:11 +0000 (17:51 +0000)]
Brought this back into sync with BufferedImageMonochromeBitmapSource

git-svn-id: http://zxing.googlecode.com/svn/trunk@205 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed UTF-8 detection, again, and added unit test
srowen [Fri, 15 Feb 2008 16:21:55 +0000 (16:21 +0000)]
Fixed UTF-8 detection, again, and added unit test

git-svn-id: http://zxing.googlecode.com/svn/trunk@204 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoProgress on a crude Blackberry client -- still needs much polish but basic functional...
srowen [Fri, 15 Feb 2008 15:15:57 +0000 (15:15 +0000)]
Progress on a crude Blackberry client -- still needs much polish but basic functionality exists.

git-svn-id: http://zxing.googlecode.com/svn/trunk@203 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFix a few more last minute typos
srowen [Thu, 14 Feb 2008 21:14:40 +0000 (21:14 +0000)]
Fix a few more last minute typos

git-svn-id: http://zxing.googlecode.com/svn/trunk@195 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoInclude android in main build; add android clean target
srowen [Thu, 14 Feb 2008 21:06:57 +0000 (21:06 +0000)]
Include android in main build; add android clean target

git-svn-id: http://zxing.googlecode.com/svn/trunk@194 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdates for 0.4
srowen [Thu, 14 Feb 2008 20:36:58 +0000 (20:36 +0000)]
Updates for 0.4

git-svn-id: http://zxing.googlecode.com/svn/trunk@193 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBiiig standardization of whitespace. 2 space indents now, no tabs.
srowen [Thu, 14 Feb 2008 20:25:54 +0000 (20:25 +0000)]
Biiig standardization of whitespace. 2 space indents now, no tabs.

git-svn-id: http://zxing.googlecode.com/svn/trunk@191 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded android build.xml file
srowen [Thu, 14 Feb 2008 20:21:33 +0000 (20:21 +0000)]
Added android build.xml file

git-svn-id: http://zxing.googlecode.com/svn/trunk@190 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore minor javadoc, code tweaks
srowen [Thu, 14 Feb 2008 20:05:31 +0000 (20:05 +0000)]
More minor javadoc, code tweaks

git-svn-id: http://zxing.googlecode.com/svn/trunk@189 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAnother bug fix
srowen [Thu, 14 Feb 2008 19:42:59 +0000 (19:42 +0000)]
Another bug fix

git-svn-id: http://zxing.googlecode.com/svn/trunk@188 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops fixed bug in guessing Shift_JIS -- flipped if condition!
srowen [Thu, 14 Feb 2008 19:41:33 +0000 (19:41 +0000)]
Oops fixed bug in guessing Shift_JIS -- flipped if condition!

git-svn-id: http://zxing.googlecode.com/svn/trunk@187 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow tries to guess when byte mode is actually encoding text as UTF-8
srowen [Thu, 14 Feb 2008 19:34:42 +0000 (19:34 +0000)]
Now tries to guess when byte mode is actually encoding text as UTF-8

git-svn-id: http://zxing.googlecode.com/svn/trunk@186 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoThis is the first version of the ZXing Android client.
dswitkin [Thu, 14 Feb 2008 19:02:18 +0000 (19:02 +0000)]
This is the first version of the ZXing Android client.

git-svn-id: http://zxing.googlecode.com/svn/trunk@185 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdate the icon again to match Android client's icon
srowen [Thu, 14 Feb 2008 18:59:37 +0000 (18:59 +0000)]
Update the icon again to match Android client's icon

git-svn-id: http://zxing.googlecode.com/svn/trunk@184 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoCatch weird Error 136 from Nokia N70 and continue when opening capture://image
srowen [Thu, 14 Feb 2008 18:58:41 +0000 (18:58 +0000)]
Catch weird Error 136 from Nokia N70 and continue when opening capture://image

git-svn-id: http://zxing.googlecode.com/svn/trunk@183 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMajor reorg of test cases
srowen [Wed, 13 Feb 2008 23:28:52 +0000 (23:28 +0000)]
Major reorg of test cases

git-svn-id: http://zxing.googlecode.com/svn/trunk@180 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBetter icon, consistent with Android client
srowen [Wed, 13 Feb 2008 20:58:25 +0000 (20:58 +0000)]
Better icon, consistent with Android client

git-svn-id: http://zxing.googlecode.com/svn/trunk@178 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoChanges to be consistent with Android client, including a rename
srowen [Wed, 13 Feb 2008 19:47:49 +0000 (19:47 +0000)]
Changes to be consistent with Android client, including a rename

git-svn-id: http://zxing.googlecode.com/svn/trunk@177 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoSmall optimization to check ranges of bits set in BitArray in bulk
srowen [Tue, 12 Feb 2008 17:32:15 +0000 (17:32 +0000)]
Small optimization to check ranges of bits set in BitArray in bulk

git-svn-id: http://zxing.googlecode.com/svn/trunk@176 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoCheck fewer lines, and make sure we don't run off the top/bottom of image
srowen [Tue, 12 Feb 2008 17:02:27 +0000 (17:02 +0000)]
Check fewer lines, and make sure we don't run off the top/bottom of image

git-svn-id: http://zxing.googlecode.com/svn/trunk@175 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow make sure javase is built before running tests
srowen [Tue, 12 Feb 2008 17:00:55 +0000 (17:00 +0000)]
Now make sure javase is built before running tests

git-svn-id: http://zxing.googlecode.com/svn/trunk@174 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMake images smaller for a better test
srowen [Fri, 8 Feb 2008 06:40:02 +0000 (06:40 +0000)]
Make images smaller for a better test

git-svn-id: http://zxing.googlecode.com/svn/trunk@173 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoShrunk big images -- more of a challenging test now
srowen [Thu, 7 Feb 2008 17:01:13 +0000 (17:01 +0000)]
Shrunk big images -- more of a challenging test now

git-svn-id: http://zxing.googlecode.com/svn/trunk@172 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoIgnores exception when trying to stop auto-focus to handle devices that don't support...
srowen [Wed, 6 Feb 2008 16:13:12 +0000 (16:13 +0000)]
Ignores exception when trying to stop auto-focus to handle devices that don't support this

git-svn-id: http://zxing.googlecode.com/svn/trunk@168 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMinor javadoc fix
srowen [Tue, 5 Feb 2008 22:01:36 +0000 (22:01 +0000)]
Minor javadoc fix

git-svn-id: http://zxing.googlecode.com/svn/trunk@167 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoRemoved unnecessary second decodeRow() method
srowen [Tue, 5 Feb 2008 22:00:48 +0000 (22:00 +0000)]
Removed unnecessary second decodeRow() method

git-svn-id: http://zxing.googlecode.com/svn/trunk@166 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoClean up some javadoc warnings
srowen [Tue, 5 Feb 2008 21:56:03 +0000 (21:56 +0000)]
Clean up some javadoc warnings

git-svn-id: http://zxing.googlecode.com/svn/trunk@165 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years ago"Inline" library jars passed to ProGuard to avoid issues with path names with space...
srowen [Tue, 5 Feb 2008 21:13:30 +0000 (21:13 +0000)]
"Inline" library jars passed to ProGuard to avoid issues with path names with space on Windows

git-svn-id: http://zxing.googlecode.com/svn/trunk@163 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoSmall improvement to display of unexpected errors
srowen [Mon, 4 Feb 2008 19:42:56 +0000 (19:42 +0000)]
Small improvement to display of unexpected errors

git-svn-id: http://zxing.googlecode.com/svn/trunk@162 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdates for 0.3
srowen [Mon, 4 Feb 2008 19:17:14 +0000 (19:17 +0000)]
Updates for 0.3

git-svn-id: http://zxing.googlecode.com/svn/trunk@161 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow fails if ProGuard can't run
srowen [Mon, 4 Feb 2008 19:16:34 +0000 (19:16 +0000)]
Now fails if ProGuard can't run

git-svn-id: http://zxing.googlecode.com/svn/trunk@160 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMajor refactoring of 1D barcode code. Moved into com.google.zxing.oned package. Misc...
srowen [Mon, 4 Feb 2008 19:14:29 +0000 (19:14 +0000)]
Major refactoring of 1D barcode code. Moved into com.google.zxing.oned package. Misc. other changes to support this refactoring

git-svn-id: http://zxing.googlecode.com/svn/trunk@159 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow does something with UPC codes. :)
srowen [Wed, 30 Jan 2008 19:50:43 +0000 (19:50 +0000)]
Now does something with UPC codes. :)

git-svn-id: http://zxing.googlecode.com/svn/trunk@158 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoImplemented possible workaround for Nokias that want to use capture://image and may...
srowen [Wed, 30 Jan 2008 18:58:25 +0000 (18:58 +0000)]
Implemented possible workaround for Nokias that want to use capture://image and may have trouble with default image encoding in getSnapshot()

git-svn-id: http://zxing.googlecode.com/svn/trunk@157 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow any valid game key will trigger capture
srowen [Wed, 30 Jan 2008 18:57:22 +0000 (18:57 +0000)]
Now any valid game key will trigger capture

git-svn-id: http://zxing.googlecode.com/svn/trunk@156 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoChecks that dependencies are built now and produces an appropriate warning message.
srowen [Wed, 30 Jan 2008 16:12:56 +0000 (16:12 +0000)]
Checks that dependencies are built now and produces an appropriate warning message.

git-svn-id: http://zxing.googlecode.com/svn/trunk@155 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoExplictly add Yes/No commands to "Open xxx" dialog to ensure that both options show...
srowen [Tue, 22 Jan 2008 23:38:25 +0000 (23:38 +0000)]
Explictly add Yes/No commands to "Open xxx" dialog to ensure that both options show on all platforms

git-svn-id: http://zxing.googlecode.com/svn/trunk@154 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded getSize()
srowen [Tue, 22 Jan 2008 21:26:57 +0000 (21:26 +0000)]
Added getSize()

git-svn-id: http://zxing.googlecode.com/svn/trunk@153 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFew more fixes to how tests are run
srowen [Tue, 22 Jan 2008 19:59:11 +0000 (19:59 +0000)]
Few more fixes to how tests are run

git-svn-id: http://zxing.googlecode.com/svn/trunk@152 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdates for 0.2.2
srowen [Tue, 22 Jan 2008 19:22:11 +0000 (19:22 +0000)]
Updates for 0.2.2

git-svn-id: http://zxing.googlecode.com/svn/trunk@151 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoSlightly friendlier, more generic error message when no barcode is found
srowen [Tue, 22 Jan 2008 18:59:47 +0000 (18:59 +0000)]
Slightly friendlier, more generic error message when no barcode is found

git-svn-id: http://zxing.googlecode.com/svn/trunk@149 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoName of midlet is "ZXingMIDlet", not "ZXingMidlet"!
srowen [Tue, 22 Jan 2008 18:14:53 +0000 (18:14 +0000)]
Name of midlet is "ZXingMIDlet", not "ZXingMidlet"!

git-svn-id: http://zxing.googlecode.com/svn/trunk@148 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops, now need to include JUnit locally
srowen [Wed, 16 Jan 2008 22:42:02 +0000 (22:42 +0000)]
Oops, now need to include JUnit locally

git-svn-id: http://zxing.googlecode.com/svn/trunk@147 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdates for 0.2.1
srowen [Wed, 16 Jan 2008 22:16:55 +0000 (22:16 +0000)]
Updates for 0.2.1

git-svn-id: http://zxing.googlecode.com/svn/trunk@146 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMore test cases from Enrique G. S.
srowen [Wed, 16 Jan 2008 22:13:00 +0000 (22:13 +0000)]
More test cases from Enrique G. S.

git-svn-id: http://zxing.googlecode.com/svn/trunk@145 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOverhaul unit tests to include more test cases, and begin to establish a decent frame...
srowen [Tue, 15 Jan 2008 20:47:47 +0000 (20:47 +0000)]
Overhaul unit tests to include more test cases, and begin to establish a decent framework for these black-box tests.

git-svn-id: http://zxing.googlecode.com/svn/trunk@144 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoSmall tweaks to streamline performance and code, and changed row search pattern to...
srowen [Thu, 10 Jan 2008 19:36:33 +0000 (19:36 +0000)]
Small tweaks to streamline performance and code, and changed row search pattern to search more broadly more quickly, which seems to slightly improve decode performance

git-svn-id: http://zxing.googlecode.com/svn/trunk@140 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed location of RIM files
srowen [Mon, 7 Jan 2008 21:19:03 +0000 (21:19 +0000)]
Fixed location of RIM files

git-svn-id: http://zxing.googlecode.com/svn/trunk@138 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoRemoved unneeded import
srowen [Mon, 7 Jan 2008 21:17:40 +0000 (21:17 +0000)]
Removed unneeded import

git-svn-id: http://zxing.googlecode.com/svn/trunk@137 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdate for 0.2
srowen [Mon, 7 Jan 2008 16:39:53 +0000 (16:39 +0000)]
Update for 0.2

git-svn-id: http://zxing.googlecode.com/svn/trunk@136 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoImproved black point estimation -- favor a point not white so close the white peak
srowen [Mon, 7 Jan 2008 16:31:26 +0000 (16:31 +0000)]
Improved black point estimation -- favor a point not white so close the white peak

git-svn-id: http://zxing.googlecode.com/svn/trunk@135 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoTrivial move of a commented method to better spot -- won't compile where it is now
srowen [Wed, 2 Jan 2008 23:11:41 +0000 (23:11 +0000)]
Trivial move of a commented method to better spot -- won't compile where it is now

git-svn-id: http://zxing.googlecode.com/svn/trunk@134 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoSlightly friendlier error message
srowen [Wed, 2 Jan 2008 23:08:41 +0000 (23:08 +0000)]
Slightly friendlier error message

git-svn-id: http://zxing.googlecode.com/svn/trunk@133 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoIcon now has transparent background
srowen [Wed, 2 Jan 2008 22:56:56 +0000 (22:56 +0000)]
Icon now has transparent background

git-svn-id: http://zxing.googlecode.com/svn/trunk@132 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoReduce default zoom from 2.5x to 2.0x
srowen [Wed, 2 Jan 2008 16:24:10 +0000 (16:24 +0000)]
Reduce default zoom from 2.5x to 2.0x

git-svn-id: http://zxing.googlecode.com/svn/trunk@131 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoThe UPC decoder now returns a pair of points to indicate the row where the barcode...
dswitkin [Fri, 21 Dec 2007 20:07:31 +0000 (20:07 +0000)]
The UPC decoder now returns a pair of points to indicate the row where the barcode was found.

git-svn-id: http://zxing.googlecode.com/svn/trunk@129 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBe more forgiving about endpoints that transform to be just off the image
srowen [Fri, 21 Dec 2007 18:32:49 +0000 (18:32 +0000)]
Be more forgiving about endpoints that transform to be just off the image

git-svn-id: http://zxing.googlecode.com/svn/trunk@128 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoSmall logic fix -- OK to end up at border of image in this code
srowen [Fri, 21 Dec 2007 18:09:03 +0000 (18:09 +0000)]
Small logic fix -- OK to end up at border of image in this code

git-svn-id: http://zxing.googlecode.com/svn/trunk@127 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded new app icon from Haase & Martin
srowen [Thu, 20 Dec 2007 22:04:48 +0000 (22:04 +0000)]
Added new app icon from Haase & Martin

git-svn-id: http://zxing.googlecode.com/svn/trunk@125 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoImprove correctness of black-run logic in case where patterns are very close to edge
srowen [Tue, 18 Dec 2007 21:45:44 +0000 (21:45 +0000)]
Improve correctness of black-run logic in case where patterns are very close to edge

git-svn-id: http://zxing.googlecode.com/svn/trunk@124 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoTiny logic improvement
srowen [Tue, 18 Dec 2007 21:44:08 +0000 (21:44 +0000)]
Tiny logic improvement

git-svn-id: http://zxing.googlecode.com/svn/trunk@123 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoNow public
srowen [Tue, 18 Dec 2007 16:45:36 +0000 (16:45 +0000)]
Now public

git-svn-id: http://zxing.googlecode.com/svn/trunk@122 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed handling of UPC/QR hints, improved error reporting
srowen [Tue, 18 Dec 2007 16:43:38 +0000 (16:43 +0000)]
Fixed handling of UPC/QR hints, improved error reporting

git-svn-id: http://zxing.googlecode.com/svn/trunk@121 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoBug fix from K. Kakima
srowen [Tue, 18 Dec 2007 16:37:05 +0000 (16:37 +0000)]
Bug fix from K. Kakima

git-svn-id: http://zxing.googlecode.com/svn/trunk@120 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoPut back the buildwithoutj2me target.
dswitkin [Mon, 17 Dec 2007 18:59:03 +0000 (18:59 +0000)]
Put back the buildwithoutj2me target.

git-svn-id: http://zxing.googlecode.com/svn/trunk@119 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMisc. small updates for 0.1.4
srowen [Thu, 13 Dec 2007 22:34:38 +0000 (22:34 +0000)]
Misc. small updates for 0.1.4

git-svn-id: http://zxing.googlecode.com/svn/trunk@117 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops, fix compile problem
srowen [Wed, 12 Dec 2007 18:55:30 +0000 (18:55 +0000)]
Oops, fix compile problem

git-svn-id: http://zxing.googlecode.com/svn/trunk@116 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops, also remove core-ext dir
srowen [Wed, 12 Dec 2007 18:39:44 +0000 (18:39 +0000)]
Oops, also remove core-ext dir

git-svn-id: http://zxing.googlecode.com/svn/trunk@115 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMoved com.google.zxing.client.result from core-ext to core, rewrote it for J2ME,...
srowen [Wed, 12 Dec 2007 18:38:22 +0000 (18:38 +0000)]
Moved com.google.zxing.client.result from core-ext to core, rewrote it for J2ME, changed javame to use it, and removed core-ext

git-svn-id: http://zxing.googlecode.com/svn/trunk@114 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoVarious improvements to handling and detection of URLs in codes
srowen [Tue, 11 Dec 2007 21:52:11 +0000 (21:52 +0000)]
Various improvements to handling and detection of URLs in codes

git-svn-id: http://zxing.googlecode.com/svn/trunk@113 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded first cut at script to build a Blackberry client -- does not yet seem to work.
srowen [Tue, 11 Dec 2007 20:18:57 +0000 (20:18 +0000)]
Added first cut at script to build a Blackberry client -- does not yet seem to work.

git-svn-id: http://zxing.googlecode.com/svn/trunk@112 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded Google Analytics
srowen [Mon, 10 Dec 2007 18:40:14 +0000 (18:40 +0000)]
Added Google Analytics

git-svn-id: http://zxing.googlecode.com/svn/trunk@110 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded javadoc target
srowen [Mon, 10 Dec 2007 18:08:36 +0000 (18:08 +0000)]
Added javadoc target

git-svn-id: http://zxing.googlecode.com/svn/trunk@109 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoFixed a few little typos
srowen [Fri, 7 Dec 2007 22:16:18 +0000 (22:16 +0000)]
Fixed a few little typos

git-svn-id: http://zxing.googlecode.com/svn/trunk@107 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoUpdates for 0.1.3
srowen [Fri, 7 Dec 2007 22:02:11 +0000 (22:02 +0000)]
Updates for 0.1.3

git-svn-id: http://zxing.googlecode.com/svn/trunk@106 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoTiny update to store string length in var
srowen [Fri, 7 Dec 2007 22:00:06 +0000 (22:00 +0000)]
Tiny update to store string length in var

git-svn-id: http://zxing.googlecode.com/svn/trunk@105 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoDon't calculate 1st digit unless checkBothParities is true
alasdair.john.mackintosh [Fri, 7 Dec 2007 21:06:26 +0000 (21:06 +0000)]
Don't calculate 1st digit unless checkBothParities is true

git-svn-id: http://zxing.googlecode.com/svn/trunk@102 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoMinor changes to support EAN-13.
dswitkin [Fri, 7 Dec 2007 20:50:23 +0000 (20:50 +0000)]
Minor changes to support EAN-13.

git-svn-id: http://zxing.googlecode.com/svn/trunk@101 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoTypo fix
srowen [Thu, 6 Dec 2007 22:27:49 +0000 (22:27 +0000)]
Typo fix

git-svn-id: http://zxing.googlecode.com/svn/trunk@94 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded some 'if' braces, changes C-comments to javadocs -- minor stuff
srowen [Thu, 6 Dec 2007 20:47:05 +0000 (20:47 +0000)]
Added some 'if' braces, changes C-comments to javadocs -- minor stuff

git-svn-id: http://zxing.googlecode.com/svn/trunk@92 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdd support for EAN-13 barcodes
alasdair.john.mackintosh [Thu, 6 Dec 2007 19:23:16 +0000 (19:23 +0000)]
Add support for EAN-13 barcodes

git-svn-id: http://zxing.googlecode.com/svn/trunk@91 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoAdded UPC support to the result types, and added a build target without J2ME.
dswitkin [Mon, 3 Dec 2007 16:44:39 +0000 (16:44 +0000)]
Added UPC support to the result types, and added a build target without J2ME.

git-svn-id: http://zxing.googlecode.com/svn/trunk@88 59b500cc-1b3d-0410-9834-0bbf25fbcc57