zxing.git
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

16 years agoFinally added the beginnings of a decent black-box unit test for QR code decoding
srowen [Fri, 30 Nov 2007 22:24:02 +0000 (22:24 +0000)]
Finally added the beginnings of a decent black-box unit test for QR code decoding

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

16 years agoAdd proguard optimizer support. Switch to compile against WTK class files and target...
srowen [Thu, 29 Nov 2007 19:44:05 +0000 (19:44 +0000)]
Add proguard optimizer support. Switch to compile against WTK class files and target version 1.2 class file output, to possibly fix compatibility issues.

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

16 years agoUse version when creating manfiest/.jad files
srowen [Wed, 28 Nov 2007 17:29:10 +0000 (17:29 +0000)]
Use version when creating manfiest/.jad files

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

16 years agoUse max compression on .zip/.jar files
srowen [Wed, 28 Nov 2007 17:22:39 +0000 (17:22 +0000)]
Use max compression on .zip/.jar files

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

16 years agoI guess build.xml should have a copyright statement too
srowen [Wed, 28 Nov 2007 17:19:36 +0000 (17:19 +0000)]
I guess build.xml should have a copyright statement too

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

16 years agoMore changes for 0.1.2
srowen [Wed, 28 Nov 2007 17:16:12 +0000 (17:16 +0000)]
More changes for 0.1.2

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

16 years agoNow builds release .zip which puts all files into one containing directory, for conve...
srowen [Wed, 28 Nov 2007 17:11:57 +0000 (17:11 +0000)]
Now builds release .zip which puts all files into one containing directory, for convenience

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

16 years agoNow, can build "ZXingReaderBasic" which does not require JSR-234
srowen [Mon, 26 Nov 2007 20:04:32 +0000 (20:04 +0000)]
Now, can build "ZXingReaderBasic" which does not require JSR-234

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

16 years agoAdded more clarifying comments about how to configure the build properties
srowen [Mon, 26 Nov 2007 16:42:42 +0000 (16:42 +0000)]
Added more clarifying comments about how to configure the build properties

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

16 years agoNow makes sure JDK 1.4 / WTK are present. No longer requires Unix-style wc binary...
srowen [Mon, 26 Nov 2007 16:21:57 +0000 (16:21 +0000)]
Now makes sure JDK 1.4 / WTK are present. No longer requires Unix-style wc binary, so runs on Windows

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

16 years agopreverify classpath now should work on Windows
srowen [Thu, 22 Nov 2007 03:52:30 +0000 (03:52 +0000)]
preverify classpath now should work on Windows

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

16 years agoFix up release target
srowen [Wed, 21 Nov 2007 19:22:06 +0000 (19:22 +0000)]
Fix up release target

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

16 years agoUpdates for version 0.1.1
srowen [Wed, 21 Nov 2007 19:14:01 +0000 (19:14 +0000)]
Updates for version 0.1.1

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

16 years agoShould fix problems decoding tiny QR codes without any alignment pattern
srowen [Tue, 20 Nov 2007 18:51:40 +0000 (18:51 +0000)]
Should fix problems decoding tiny QR codes without any alignment pattern

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

16 years agoReference JDK 1.4 classes file location directly to accommodate Mac users, and also...
srowen [Tue, 20 Nov 2007 18:22:52 +0000 (18:22 +0000)]
Reference JDK 1.4 classes file location directly to accommodate Mac users, and also include top-level build files in release.

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

16 years agoIncrease maximum desired zoom to 2.5x
srowen [Tue, 20 Nov 2007 18:19:18 +0000 (18:19 +0000)]
Increase maximum desired zoom to 2.5x

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

16 years agoLast updates to build files
srowen [Mon, 19 Nov 2007 18:33:02 +0000 (18:33 +0000)]
Last updates to build files

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

16 years agoMinor change to add braces (also testing commit notification e-mail)
srowen [Mon, 19 Nov 2007 18:01:18 +0000 (18:01 +0000)]
Minor change to add braces (also testing commit notification e-mail)

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

16 years agoImplemented row sampling for histograms and tweaked the valley finding algorithm
dswitkin [Mon, 19 Nov 2007 17:26:22 +0000 (17:26 +0000)]
Implemented row sampling for histograms and tweaked the valley finding algorithm
for better performance.

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

16 years agoInitial refactorings to support multiple kinds of black point estimation
srowen [Fri, 16 Nov 2007 22:06:18 +0000 (22:06 +0000)]
Initial refactorings to support multiple kinds of black point estimation

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

16 years agoFinally, much better support for auto-focus, other UI fixes. Now requires JSR-234.
srowen [Fri, 16 Nov 2007 21:34:39 +0000 (21:34 +0000)]
Finally, much better support for auto-focus, other UI fixes. Now requires JSR-234.

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

16 years agoMinor improvements
srowen [Fri, 16 Nov 2007 16:56:03 +0000 (16:56 +0000)]
Minor improvements

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

16 years agoBroke out classes, tried to add "open URL" support. Still some issues.
srowen [Thu, 15 Nov 2007 21:46:36 +0000 (21:46 +0000)]
Broke out classes, tried to add "open URL" support. Still some issues.

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

16 years agoAdded reference to thresholding resource
srowen [Thu, 15 Nov 2007 21:00:17 +0000 (21:00 +0000)]
Added reference to thresholding resource

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

16 years agoMinor code tweaks
srowen [Thu, 15 Nov 2007 20:26:23 +0000 (20:26 +0000)]
Minor code tweaks

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

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@40 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Thu, 15 Nov 2007 18:17:20 +0000 (18:17 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@40 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Thu, 15 Nov 2007 17:59:01 +0000 (17:59 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agoOops, update year / company
srowen [Thu, 15 Nov 2007 17:56:28 +0000 (17:56 +0000)]
Oops, update year / company

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

16 years agoAdded copyright statement
srowen [Thu, 15 Nov 2007 17:14:50 +0000 (17:14 +0000)]
Added copyright statement

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

16 years agoCode tweaks and so forth with Daniel
srowen [Wed, 14 Nov 2007 19:23:23 +0000 (19:23 +0000)]
Code tweaks and so forth with Daniel

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

16 years ago"Fire" button now triggers decoding
srowen [Wed, 14 Nov 2007 18:35:46 +0000 (18:35 +0000)]
"Fire" button now triggers decoding

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

16 years agoAdded top-level build file, removed local copy of JUnit, added test target to core
srowen [Wed, 14 Nov 2007 15:27:06 +0000 (15:27 +0000)]
Added top-level build file, removed local copy of JUnit, added test target to core

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

16 years agoAdded the initial version of my UPC reader and modified some common files
dswitkin [Mon, 12 Nov 2007 23:13:15 +0000 (23:13 +0000)]
Added the initial version of my UPC reader and modified some common files
as necessary to get it building and used by the J2SE command line test.

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

16 years agoBreak out properties that user should customize into a build.properties file
srowen [Mon, 12 Nov 2007 20:22:22 +0000 (20:22 +0000)]
Break out properties that user should customize into a build.properties file

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

16 years agoTiny tweak
srowen [Fri, 9 Nov 2007 22:51:09 +0000 (22:51 +0000)]
Tiny tweak

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

16 years agoFixed the rest of my typos and added basic unit test
srowen [Fri, 9 Nov 2007 22:19:46 +0000 (22:19 +0000)]
Fixed the rest of my typos and added basic unit test

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

16 years agoBetter, still some bugs
srowen [Fri, 9 Nov 2007 19:13:28 +0000 (19:13 +0000)]
Better, still some bugs

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

16 years agoReplace JAIPerspectiveTransform with PerspectiveTransform
srowen [Thu, 8 Nov 2007 03:58:13 +0000 (03:58 +0000)]
Replace JAIPerspectiveTransform with PerspectiveTransform

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

16 years agoAdded icon
srowen [Wed, 7 Nov 2007 23:02:50 +0000 (23:02 +0000)]
Added icon

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

16 years agoShould fix up remaining problems in J2ME build and enable build of deployable .jar...
srowen [Wed, 7 Nov 2007 21:56:22 +0000 (21:56 +0000)]
Should fix up remaining problems in J2ME build and enable build of deployable .jar file

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

16 years agoAdjust tolerance of method that decides whether a finder/alignment pattern has been...
srowen [Wed, 7 Nov 2007 19:18:50 +0000 (19:18 +0000)]
Adjust tolerance of method that decides whether a finder/alignment pattern has been crossed so that it passes on low resolution images more correctly -- just a matter of resorting to some floating point math.

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

16 years agoOops, bug fix for MaskPattern100
srowen [Wed, 7 Nov 2007 18:44:18 +0000 (18:44 +0000)]
Oops, bug fix for MaskPattern100

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

16 years agoFix compile problem for JDK 1.4
srowen [Wed, 7 Nov 2007 18:42:40 +0000 (18:42 +0000)]
Fix compile problem for JDK 1.4

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

16 years agoAdded more test cases
srowen [Wed, 7 Nov 2007 06:52:45 +0000 (06:52 +0000)]
Added more test cases

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

16 years agoMore javadoc
srowen [Wed, 7 Nov 2007 06:42:22 +0000 (06:42 +0000)]
More javadoc

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

16 years agoMore javadoc
srowen [Wed, 7 Nov 2007 06:40:04 +0000 (06:40 +0000)]
More javadoc

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

16 years agoMore javadoc
srowen [Wed, 7 Nov 2007 06:39:29 +0000 (06:39 +0000)]
More javadoc

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

16 years agoMore javadoc
srowen [Tue, 6 Nov 2007 19:41:49 +0000 (19:41 +0000)]
More javadoc

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

16 years agoMore javadoc
srowen [Tue, 6 Nov 2007 19:07:08 +0000 (19:07 +0000)]
More javadoc

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

16 years agoAdded more javadoc
srowen [Tue, 6 Nov 2007 18:56:30 +0000 (18:56 +0000)]
Added more javadoc

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

16 years agoInitial revision
alasdair.john.mackintosh [Tue, 6 Nov 2007 16:35:39 +0000 (16:35 +0000)]
Initial revision

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

16 years agoFixed dumb bug that caused grid sampling to sample 2x too wide in the horizontal...
srowen [Fri, 26 Oct 2007 17:52:37 +0000 (17:52 +0000)]
Fixed dumb bug that caused grid sampling to sample 2x too wide in the horizontal direction.

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

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:12:27 +0000 (19:12 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@5 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:09:51 +0000 (19:09 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@5 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@4 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:09:44 +0000 (19:09 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@4 59b500cc-1b3d-0410-9834-0bbf25fbcc57

16 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@3 59b500cc-1b3d-0410-9834-0bbf25fbcc57
srowen [Tue, 23 Oct 2007 19:09:32 +0000 (19:09 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@3 59b500cc-1b3d-0410-9834-0bbf25fbcc57