zxing.git
15 years agoSmall updates and improvements to the Android client.
dswitkin [Thu, 11 Sep 2008 14:02:28 +0000 (14:02 +0000)]
Small updates and improvements to the Android client.

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

15 years agoAdded an ISBN parsed result type courtesy of jbreiden.
dswitkin [Mon, 8 Sep 2008 20:54:52 +0000 (20:54 +0000)]
Added an ISBN parsed result type courtesy of jbreiden.

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

15 years agoremoved erraneous reference to 'oned' directory; added 'photolib.png' image file
christian.brunschen [Tue, 2 Sep 2008 21:39:49 +0000 (21:39 +0000)]
removed erraneous reference to 'oned' directory; added 'photolib.png' image file

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

15 years agogit-svn-id: http://zxing.googlecode.com/svn/trunk@574 59b500cc-1b3d-0410-9834-0bbf25f...
srowen [Mon, 1 Sep 2008 00:33:53 +0000 (00:33 +0000)]
git-svn-id: zxing.googlecode.com/svn/trunk@574 59b500cc-1b3d-0410-9834-0bbf25fbcc57

15 years agoupdated icons
christian.brunschen [Sun, 31 Aug 2008 13:34:32 +0000 (13:34 +0000)]
updated icons

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

15 years agoAdded a new unit test of real world QR codes. We get 29/42 - pretty good, but room...
dswitkin [Mon, 25 Aug 2008 17:44:23 +0000 (17:44 +0000)]
Added a new unit test of real world QR codes. We get 29/42 - pretty good, but room for improvement.

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

15 years agoURIParsedResult now has isPossiblyMaliciousURI() to check for username in host, which...
srowen [Thu, 21 Aug 2008 04:33:42 +0000 (04:33 +0000)]
URIParsedResult now has isPossiblyMaliciousURI() to check for username in host, which may be an attempt to mask the host of the URI

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

15 years agoThe new 0.9 SDK Android client (for real this time).
dswitkin [Tue, 19 Aug 2008 19:14:09 +0000 (19:14 +0000)]
The new 0.9 SDK Android client (for real this time).

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

15 years agoThe new 0.9 SDK Android client.
dswitkin [Tue, 19 Aug 2008 18:53:35 +0000 (18:53 +0000)]
The new 0.9 SDK Android client.

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

15 years agoDeleted the M5 Android client in preparation for an up-to-date version for the 0...
dswitkin [Tue, 19 Aug 2008 16:26:01 +0000 (16:26 +0000)]
Deleted the M5 Android client in preparation for an up-to-date version for the 0.9 SDK.

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

15 years agoPer dominik.wild, added support for "sms:number:body" format URIs
srowen [Fri, 15 Aug 2008 16:35:47 +0000 (16:35 +0000)]
Per dominik.wild, added support for "sms:number:body" format URIs

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

15 years agoAdded version number and list of supported barcode format(s) in About screen. Cleaned...
christian.brunschen [Thu, 14 Aug 2008 12:49:52 +0000 (12:49 +0000)]
Added version number and list of supported barcode format(s) in About screen. Cleaned up MessageViewController's loading of data.

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

15 years agoReverted accidental build.properties change
christian.brunschen [Thu, 14 Aug 2008 11:04:21 +0000 (11:04 +0000)]
Reverted accidental build.properties change

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

15 years agoAdded 'About' screen, localized application name
christian.brunschen [Thu, 14 Aug 2008 11:00:48 +0000 (11:00 +0000)]
Added 'About' screen, localized application name

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

15 years agoBetter separated out email decoding functionality
srowen [Tue, 12 Aug 2008 20:09:21 +0000 (20:09 +0000)]
Better separated out email decoding functionality

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

15 years ago(Thanks to John White) Make UPC/EAN decoder less picky about white space bordering...
srowen [Tue, 12 Aug 2008 18:29:29 +0000 (18:29 +0000)]
(Thanks to John White) Make UPC/EAN decoder less picky about white space bordering 1D code

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

15 years agoPer Matt, fix use of FieldLabelProvider since it is not actually available to apps...
srowen [Mon, 11 Aug 2008 14:51:48 +0000 (14:51 +0000)]
Per Matt, fix use of FieldLabelProvider since it is not actually available to apps as a public API

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

15 years agoAdded 55 EAN-13 real world test images. For mobile we get 49/55 of these, 55/55 with...
dswitkin [Fri, 8 Aug 2008 15:26:21 +0000 (15:26 +0000)]
Added 55 EAN-13 real world test images. For mobile we get 49/55 of these, 55/55 with try harder.

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

15 years agomessage field & hint button rotation issue fixes. Added Joe Wain's 'Photo Roll' icon.
christian.brunschen [Thu, 7 Aug 2008 15:03:21 +0000 (15:03 +0000)]
message field & hint button rotation issue fixes. Added Joe Wain's 'Photo Roll' icon.

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

15 years agoParallelize black box tests
srowen [Wed, 6 Aug 2008 20:26:05 +0000 (20:26 +0000)]
Parallelize black box tests

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

15 years agoUpdated Alasdair's ImageConverter tool to take -row and -2d arguments to evaluate...
dswitkin [Wed, 6 Aug 2008 17:53:12 +0000 (17:53 +0000)]
Updated Alasdair's ImageConverter tool to take -row and -2d arguments to evaluate our black point estimators. Also converted the output format to png and added red lines when the dynamic range was insufficient to calculate a meaningful black point.

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

15 years agoUse unicode escapes to avoid apparent source file encoding issues here
srowen [Wed, 6 Aug 2008 16:21:47 +0000 (16:21 +0000)]
Use unicode escapes to avoid apparent source file encoding issues here

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

15 years agoReverted inadvertent Detector changes that broke unit tests. Fixed test target to...
srowen [Wed, 6 Aug 2008 16:07:46 +0000 (16:07 +0000)]
Reverted inadvertent Detector changes that broke unit tests. Fixed test target to definitely exclude non-TestCase classes from tests.

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

15 years agoInitial checkin of RIM client from LifeMarks, after initial refactorings and style...
srowen [Mon, 4 Aug 2008 18:39:26 +0000 (18:39 +0000)]
Initial checkin of RIM client from LifeMarks, after initial refactorings and style changes, etc. May still need work.

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

15 years agoInitial checkin of Data Matrix detector. Still needs work, and is not enabled by...
srowen [Mon, 4 Aug 2008 18:37:42 +0000 (18:37 +0000)]
Initial checkin of Data Matrix detector. Still needs work, and is not enabled by default.

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

15 years agoCommitting some changes for next release in advance
srowen [Mon, 4 Aug 2008 18:28:35 +0000 (18:28 +0000)]
Committing some changes for next release in advance

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

15 years agofixed CountedTest compilation problem attempting to access a private variable. Also...
christian.brunschen [Sat, 2 Aug 2008 08:36:54 +0000 (08:36 +0000)]
fixed CountedTest compilation problem attempting to access a private variable. Also fixed TestRunner exit status.

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

15 years agoAdded hints for taking pictures, improved localizations into English, German & Swedish
christian.brunschen [Fri, 1 Aug 2008 13:04:23 +0000 (13:04 +0000)]
Added hints for taking pictures, improved localizations into English, German & Swedish

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

15 years agoAnother light hack attempt to work around Issue 70
srowen [Thu, 31 Jul 2008 19:21:34 +0000 (19:21 +0000)]
Another light hack attempt to work around Issue 70

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

15 years agoISSUE 70: Catch NoClassDefFoundError too
srowen [Thu, 31 Jul 2008 14:24:13 +0000 (14:24 +0000)]
ISSUE 70: Catch NoClassDefFoundError too

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

15 years agoRe-add ECI test case and groundwork for more tests of DecodedBitStreamParser
srowen [Wed, 30 Jul 2008 23:01:37 +0000 (23:01 +0000)]
Re-add ECI test case and groundwork for more tests of DecodedBitStreamParser

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

15 years agoSome small improvements in error handling based on exceptions observed at zxing.org
srowen [Wed, 30 Jul 2008 21:58:17 +0000 (21:58 +0000)]
Some small improvements in error handling based on exceptions observed at zxing.org

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

15 years agoMinor style changes; optimized nested loops at end to avoid some redundant computation
srowen [Fri, 25 Jul 2008 15:24:59 +0000 (15:24 +0000)]
Minor style changes; optimized nested loops at end to avoid some redundant computation

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

15 years agoRemove dead files
srowen [Thu, 24 Jul 2008 21:43:40 +0000 (21:43 +0000)]
Remove dead files

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

15 years agoRemove dead files (why doesn't this happen automatically on a move?)
srowen [Thu, 24 Jul 2008 21:39:34 +0000 (21:39 +0000)]
Remove dead files (why doesn't this happen automatically on a move?)

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

15 years agoFactor out ECI-related code for reuse with Data Matrix later.
srowen [Thu, 24 Jul 2008 21:37:37 +0000 (21:37 +0000)]
Factor out ECI-related code for reuse with Data Matrix later.

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

15 years agoFactor out and clarify cross product computation and its use, so it can be reused...
srowen [Wed, 23 Jul 2008 18:54:35 +0000 (18:54 +0000)]
Factor out and clarify cross product computation and its use, so it can be reused elsewhere.

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

15 years agoAdded support for "05 Macro" and "06 Macro" in ASCII encodation
srowen [Wed, 23 Jul 2008 18:25:16 +0000 (18:25 +0000)]
Added support for "05 Macro" and "06 Macro" in ASCII encodation

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

15 years agoModified the library entry point in a way which lets continuous scan clients reuse...
dswitkin [Tue, 22 Jul 2008 16:16:21 +0000 (16:16 +0000)]
Modified the library entry point in a way which lets continuous scan clients reuse the same decoding objects at each pass. This is source and semantically compatible with the previous version, so you have to choose to call decodeWithState() to get the benefits. The unit tests cannot use this because they test each image in normal and then try harder mode, which requires changing the hints object.

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

15 years agoQuick shortening of a method in FinderPatternFinder that I just noticed
srowen [Mon, 21 Jul 2008 21:52:43 +0000 (21:52 +0000)]
Quick shortening of a method in FinderPatternFinder that I just noticed

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

15 years agoEnhance GenericResultPoint and move some logic out of qrcode packages for reuse with...
srowen [Mon, 21 Jul 2008 21:48:32 +0000 (21:48 +0000)]
Enhance GenericResultPoint and move some logic out of qrcode packages for reuse with datamatrix soon

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

15 years agoMore refactoring, fixed a small issue in X12 encodation of \r
srowen [Mon, 21 Jul 2008 21:45:37 +0000 (21:45 +0000)]
More refactoring, fixed a small issue in X12 encodation of \r

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

15 years agoTiny improvement to toString() visualization of BitMatrix
srowen [Fri, 18 Jul 2008 22:46:26 +0000 (22:46 +0000)]
Tiny improvement to toString() visualization of BitMatrix

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

15 years agoFixed problem that is unclear from spec: shift apparently resets after being used...
srowen [Fri, 18 Jul 2008 22:40:33 +0000 (22:40 +0000)]
Fixed problem that is unclear from spec: shift apparently resets after being used in C40/Text encodation. Introduced some locals to reduce array accesses, change char to int where we are really using a numeric type, and tweaked javadoc indentation

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

15 years agoUpdate to latest HTTP Core/Client libs
srowen [Tue, 15 Jul 2008 23:41:24 +0000 (23:41 +0000)]
Update to latest HTTP Core/Client libs

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

15 years agoone last typo fix
srowen [Thu, 10 Jul 2008 22:11:12 +0000 (22:11 +0000)]
one last typo fix

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

15 years agoMore fixes to the build files after trying to build the whole thing again for release
srowen [Thu, 10 Jul 2008 20:25:42 +0000 (20:25 +0000)]
More fixes to the build files after trying to build the whole thing again for release

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

15 years agoOops, fix RIM build script to not depend on old "javame-basic" target
srowen [Thu, 10 Jul 2008 20:05:03 +0000 (20:05 +0000)]
Oops, fix RIM build script to not depend on old "javame-basic" target

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

15 years agoUpdates for 0.9
srowen [Thu, 10 Jul 2008 20:00:57 +0000 (20:00 +0000)]
Updates for 0.9

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

15 years agoSmall thread-safety correctness fix which may not matter in J2ME: "done" field should...
srowen [Thu, 10 Jul 2008 19:59:46 +0000 (19:59 +0000)]
Small thread-safety correctness fix which may not matter in J2ME: "done" field should be volatile so that changes from other threads are definitely seen.

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

15 years agoSmall improvement to unit test results output.
dswitkin [Thu, 10 Jul 2008 19:45:50 +0000 (19:45 +0000)]
Small improvement to unit test results output.

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

15 years agoAdded a reflective UPC-E unit test. We cannot decode any of these silver on silver...
dswitkin [Wed, 9 Jul 2008 21:46:27 +0000 (21:46 +0000)]
Added a reflective UPC-E unit test. We cannot decode any of these silver on silver barcodes.

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

15 years agoAdded 41 real world UPC-E tests. We need to improve regular decoding here: it gets...
dswitkin [Wed, 9 Jul 2008 21:37:09 +0000 (21:37 +0000)]
Added 41 real world UPC-E tests. We need to improve regular decoding here: it gets 17/41, but try harder gets 28/41.

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

15 years agoAdded some very difficult reflective UPC-A images - we get 8/21. We would probably...
dswitkin [Wed, 9 Jul 2008 20:50:03 +0000 (20:50 +0000)]
Added some very difficult reflective UPC-A images - we get 8/21. We would probably have to do something very special to handle soda cans with those silver on silver barcodes.

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

15 years agoAll the positive test cases now track normal and try harder success rates separately...
dswitkin [Wed, 9 Jul 2008 20:15:53 +0000 (20:15 +0000)]
All the positive test cases now track normal and try harder success rates separately. This lets us monitor regressions separately, and gives an idea of how much better try harder actually is.

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

15 years agoAdded 52 real world UPC-A greyscale test images. We get 26/52, but more with try...
dswitkin [Wed, 9 Jul 2008 19:00:33 +0000 (19:00 +0000)]
Added 52 real world UPC-A greyscale test images. We get 26/52, but more with try harder. I think I'm going to break try harder results into their own test so we can track these separately.

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

15 years agoOops, fix an error introduced in recent change
srowen [Wed, 9 Jul 2008 17:25:44 +0000 (17:25 +0000)]
Oops, fix an error introduced in recent change

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

15 years agoMinor style tweaks
srowen [Wed, 9 Jul 2008 17:24:02 +0000 (17:24 +0000)]
Minor style tweaks

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

15 years agoAdd iCal support, plus many small changes suggested by code inspection -- mostly...
srowen [Tue, 8 Jul 2008 04:11:24 +0000 (04:11 +0000)]
Add iCal support, plus many small changes suggested by code inspection -- mostly making things less visible for now

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

15 years agoRename some methods so that they're not technically overloading one another -- maybe...
srowen [Mon, 7 Jul 2008 18:25:19 +0000 (18:25 +0000)]
Rename some methods so that they're not technically overloading one another -- maybe slightly better style-wise in Java but reduces complication in port to C++

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

15 years agoTry looking up multimedia controls under alternate names to potentially improve inter...
srowen [Mon, 7 Jul 2008 16:19:04 +0000 (16:19 +0000)]
Try looking up multimedia controls under alternate names to potentially improve interoperability

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

15 years agoAdded another phone type field to BIZCARD implementation
srowen [Thu, 3 Jul 2008 20:36:06 +0000 (20:36 +0000)]
Added another phone type field to BIZCARD implementation

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

15 years agoDon't add a newline at the front of a ParsedResult.
dswitkin [Thu, 3 Jul 2008 16:35:00 +0000 (16:35 +0000)]
Don't add a newline at the front of a ParsedResult.

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

15 years agoAdded 'Build All' and 'Test All' targets for Pulse build
christian.brunschen [Wed, 2 Jul 2008 14:26:30 +0000 (14:26 +0000)]
Added 'Build All' and 'Test All' targets for Pulse build

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

15 years agoUI improvements
christian.brunschen [Wed, 2 Jul 2008 14:22:23 +0000 (14:22 +0000)]
UI improvements

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

15 years agoAdd BIZCARD support and a little refactoring
srowen [Tue, 1 Jul 2008 19:02:03 +0000 (19:02 +0000)]
Add BIZCARD support and a little refactoring

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

15 years agoNow we can support BDAY in DoCoMo MECARD format
srowen [Fri, 27 Jun 2008 19:38:24 +0000 (19:38 +0000)]
Now we can support BDAY in DoCoMo MECARD format

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

15 years agoOops, make sure to XML-escape results
srowen [Fri, 27 Jun 2008 19:31:40 +0000 (19:31 +0000)]
Oops, make sure to XML-escape results

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

15 years agoBetter bytes-to-String method for verbose output
srowen [Fri, 27 Jun 2008 19:19:18 +0000 (19:19 +0000)]
Better bytes-to-String method for verbose output

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

15 years agoStandardize getDisplayResult() implementation in parsed results, and fix up web site...
srowen [Fri, 27 Jun 2008 18:55:00 +0000 (18:55 +0000)]
Standardize getDisplayResult() implementation in parsed results, and fix up web site download page to show one J2ME download

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

15 years agoAdd minimal support for FNC1 mode in QR Code
srowen [Fri, 27 Jun 2008 18:47:31 +0000 (18:47 +0000)]
Add minimal support for FNC1 mode in QR Code

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

15 years agoAdded mms:, mmsto: support and tests, plus basic tests for vCard format
srowen [Fri, 27 Jun 2008 18:14:19 +0000 (18:14 +0000)]
Added mms:, mmsto: support and tests, plus basic tests for vCard format

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

15 years agoMore refactoring of parsed results / result parsers; added basic vCard support
srowen [Fri, 27 Jun 2008 17:50:47 +0000 (17:50 +0000)]
More refactoring of parsed results / result parsers; added basic vCard support

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

15 years agoAnd fixed the "270" issue: logic error in computing the "skip" allowed after finding...
srowen [Thu, 26 Jun 2008 22:58:08 +0000 (22:58 +0000)]
And fixed the "270" issue: logic error in computing the "skip" allowed after finding two finder patterns when the QR Code was inverted.

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

15 years agoSwitch to integer math in a critical QR Code detector method for speed and tweak...
srowen [Thu, 26 Jun 2008 22:14:53 +0000 (22:14 +0000)]
Switch to integer math in a critical QR Code detector method for speed and tweak a few things before I start investigating this method and the infamous "270 issue"

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

15 years agoTake advantage of new parsed result fields in Android client
srowen [Thu, 26 Jun 2008 20:20:27 +0000 (20:20 +0000)]
Take advantage of new parsed result fields in Android client

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

15 years agoMinor change to standardize on more canonical "UTF8" name for encoding in Java
srowen [Thu, 26 Jun 2008 20:02:30 +0000 (20:02 +0000)]
Minor change to standardize on more canonical "UTF8" name for encoding in Java

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

15 years agoBig refactoring of ParsedResult: now split into ResultParser and ParsedResult classes...
srowen [Thu, 26 Jun 2008 19:49:38 +0000 (19:49 +0000)]
Big refactoring of ParsedResult: now split into ResultParser and ParsedResult classes, per Christian's suggestion. This unifies the parsed results that are produced from various input, simplifying client handling of different types.

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

15 years agoImplemented Paul's solution to the basic/regular build problem -- a sort of pseudo...
srowen [Thu, 26 Jun 2008 15:35:39 +0000 (15:35 +0000)]
Implemented Paul's solution to the basic/regular build problem -- a sort of pseudo-reflection approach that works in J2ME. Now we have only a build target, not separate products for the basic version.

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

15 years agoRemove level="9" here (oops) and add a dump target for debugging
srowen [Wed, 25 Jun 2008 19:40:13 +0000 (19:40 +0000)]
Remove level="9" here (oops) and add a dump target for debugging

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

15 years agoadded icon png files
christian.brunschen [Wed, 25 Jun 2008 14:59:57 +0000 (14:59 +0000)]
added icon png files

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

15 years agoRefactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple...
christian.brunschen [Wed, 25 Jun 2008 13:17:06 +0000 (13:17 +0000)]
Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type

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

15 years agoAdded new test of unsupported barcodes, to make sure we don't decode them.
dswitkin [Wed, 25 Jun 2008 01:26:22 +0000 (01:26 +0000)]
Added new test of unsupported barcodes, to make sure we don't decode them.

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

15 years agoAdded blackbox test of partial barcodes which should not decode.
dswitkin [Wed, 25 Jun 2008 01:10:52 +0000 (01:10 +0000)]
Added blackbox test of partial barcodes which should not decode.

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

15 years agoReworked the false positives unit tests to track each rotation separately, and to...
dswitkin [Wed, 25 Jun 2008 00:51:37 +0000 (00:51 +0000)]
Reworked the false positives unit tests to track each rotation separately, and to allow new tests to be added. I also removed four images which are going to live in another test.

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

15 years agoAUTHORS file, build file changes and improvements
srowen [Tue, 24 Jun 2008 19:57:41 +0000 (19:57 +0000)]
AUTHORS file, build file changes and improvements

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

15 years agoInitial checkin of bug client code from buglabs
srowen [Tue, 24 Jun 2008 19:00:09 +0000 (19:00 +0000)]
Initial checkin of bug client code from buglabs

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

15 years agodebug printout cleanup
christian.brunschen [Tue, 24 Jun 2008 16:27:52 +0000 (16:27 +0000)]
debug printout cleanup

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

15 years agoscan archive UI improvements, phase 3
christian.brunschen [Tue, 24 Jun 2008 16:24:36 +0000 (16:24 +0000)]
scan archive UI improvements, phase 3

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

15 years agoscan archive UI improvements, phase 2
christian.brunschen [Tue, 24 Jun 2008 14:18:11 +0000 (14:18 +0000)]
scan archive UI improvements, phase 2

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

15 years agoscan archive UI improvements, phase 1
christian.brunschen [Tue, 24 Jun 2008 10:04:08 +0000 (10:04 +0000)]
scan archive UI improvements, phase 1

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

15 years agoAdded ECI for values 0-2 and also standardize character encoding names throughout...
srowen [Mon, 23 Jun 2008 17:11:53 +0000 (17:11 +0000)]
Added ECI for values 0-2 and also standardize character encoding names throughout the code to use the canonical values for java.lang and java.io

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

15 years agoAdded some degree of support for Character Set ECIs
srowen [Fri, 20 Jun 2008 22:38:35 +0000 (22:38 +0000)]
Added some degree of support for Character Set ECIs

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

15 years agoChanged the core build file to run clean before building each time, which is necessar...
dswitkin [Fri, 20 Jun 2008 21:50:46 +0000 (21:50 +0000)]
Changed the core build file to run clean before building each time, which is necessary when switching between debug and optimized versions.

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

15 years agoTuned the Code 128 parameters:
dswitkin [Fri, 20 Jun 2008 19:57:48 +0000 (19:57 +0000)]
Tuned the Code 128 parameters:

Right-side up went from 9/40 to 33/40
Upside down went from 8/40 to 34/40

and try harder now gets 39/40.

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

15 years agoAdded 40 real world Code 128 images. We decode 9/40 right-side up, and 8/40 upside...
dswitkin [Fri, 20 Jun 2008 19:24:02 +0000 (19:24 +0000)]
Added 40 real world Code 128 images. We decode 9/40 right-side up, and 8/40 upside down. A fix will follow shortly to get these numbers up - we overtightened the pattern matching in the first round of false positive changes.

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

15 years agoAdded 17 real world Code 39 images to our unit tests. We decode all 17, upside down...
dswitkin [Fri, 20 Jun 2008 19:20:27 +0000 (19:20 +0000)]
Added 17 real world Code 39 images to our unit tests. We decode all 17, upside down and right-side up.

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

15 years agoAdded which format was decoded to the CommandLineRunner output.
dswitkin [Fri, 20 Jun 2008 18:35:42 +0000 (18:35 +0000)]
Added which format was decoded to the CommandLineRunner output.

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

15 years agoMore updated to build-optimized to work correctly with dex -- now really doesn't...
srowen [Fri, 20 Jun 2008 15:22:45 +0000 (15:22 +0000)]
More updated to build-optimized to work correctly with dex -- now really doesn't generate local var info

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

15 years agoLocalized application into English, German & Swedish
christian.brunschen [Fri, 20 Jun 2008 13:50:07 +0000 (13:50 +0000)]
Localized application into English, German & Swedish

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