Commit graph

  • 197b8b7b8b Various improvements to decode speed and efficiency of J2ME client srowen 2008-03-10 16:18:42 +0000
  • 4abc8aecec Slight improvement to the crudeness of the BB client -- now tries to auto-exit the Camera app srowen 2008-03-06 22:02:12 +0000
  • 835ed31db9 Slight improvement to the crudeness of the BB client -- now tries to auto-exit the Camera app srowen 2008-03-06 22:02:12 +0000
  • e1cd031da8 Also quote a path here, which may have spaces, notably on windows srowen 2008-03-06 21:54:24 +0000
  • f946f371f2 Also quote a path here, which may have spaces, notably on windows srowen 2008-03-06 21:54:24 +0000
  • d6fbe7504b Add some quotes on preverify command line to fix build issues on Windows, where paths may have spaces srowen 2008-03-06 21:48:34 +0000
  • ae0156dc83 Add some quotes on preverify command line to fix build issues on Windows, where paths may have spaces srowen 2008-03-06 21:48:34 +0000
  • 024c46b18e Just addin' copyright comments srowen 2008-03-06 21:11:45 +0000
  • f4677fa301 Just addin' copyright comments srowen 2008-03-06 21:11:45 +0000
  • 7d3abc8896 Add support for Android Intent URIs encoded in a barcode srowen 2008-03-06 16:05:56 +0000
  • 7eb48a8c56 Add support for Android Intent URIs encoded in a barcode srowen 2008-03-06 16:05:56 +0000
  • 3ee4cb2b66 Add support for Android Intent URIs encoded in a barcode srowen 2008-03-06 16:01:15 +0000
  • f84f67065e Add support for Android Intent URIs encoded in a barcode srowen 2008-03-06 16:01:15 +0000
  • f7306489b6 Now supports KDDI/AU / Softbank address book format srowen 2008-03-06 15:43:31 +0000
  • 9806d98e5b Now supports KDDI/AU / Softbank address book format srowen 2008-03-06 15:43:31 +0000
  • 513479cf20 More minor code improvements srowen 2008-03-05 21:55:18 +0000
  • 0f56f9e612 More minor code improvements srowen 2008-03-05 21:55:18 +0000
  • d028e94082 Updates for 0.5 srowen 2008-03-05 17:38:47 +0000
  • 3065a81662 Updates for 0.5 srowen 2008-03-05 17:38:47 +0000
  • a78f7f40d5 Various code tweaks and refactorings suggested by IntelliJ srowen 2008-03-05 17:26:44 +0000
  • 61db77fd49 Various code tweaks and refactorings suggested by IntelliJ srowen 2008-03-05 17:26:44 +0000
  • c82d0790c3 Try more possible finder patterns, but be stricter about vetting them. Produces about a 30% increase in accuracy on our test cases. srowen 2008-03-04 20:42:34 +0000
  • 0f85ebc2bd Try more possible finder patterns, but be stricter about vetting them. Produces about a 30% increase in accuracy on our test cases. srowen 2008-03-04 20:42:34 +0000
  • e3d418f458 Minor change to avoid using synthetic accessor for private member srowen 2008-03-04 16:35:22 +0000
  • 23d828007a Minor change to avoid using synthetic accessor for private member srowen 2008-03-04 16:35:22 +0000
  • 778e3ef688 Typo in Version 25 spec (thanks Brian) srowen 2008-03-04 16:26:55 +0000
  • 6c6d99610b Typo in Version 25 spec (thanks Brian) srowen 2008-03-04 16:26:55 +0000
  • bdcf60913b Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind of a weird case from ImageIO anyway srowen 2008-03-03 22:45:52 +0000
  • 625532fa22 Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind of a weird case from ImageIO anyway srowen 2008-03-03 22:45:52 +0000
  • f79bb97605 Don't like using == instead of equals() here, even though it's valid here. Fixed that. srowen 2008-03-03 22:07:43 +0000
  • 3fcb21d465 Don't like using == instead of equals() here, even though it's valid here. Fixed that. srowen 2008-03-03 22:07:43 +0000
  • 36a5e32021 Refactored to avoid use of exceptions in parsing, at the suggestion of Jeff Griffin (thanks). These "exceptional cases" are frequent and are expensive; a static parse() / private constructor approach proves no more complex, and a smidge more efficient. srowen 2008-03-03 21:37:40 +0000
  • 66bd19816b Refactored to avoid use of exceptions in parsing, at the suggestion of Jeff Griffin (thanks). These "exceptional cases" are frequent and are expensive; a static parse() / private constructor approach proves no more complex, and a smidge more efficient. srowen 2008-03-03 21:37:40 +0000
  • 905b1f7676 Fix typo in method "isRotate*d*Supported"; don't attempt to rotate images of unknown format srowen 2008-03-03 21:36:03 +0000
  • cca18e08cf Fix typo in method "isRotate*d*Supported"; don't attempt to rotate images of unknown format srowen 2008-03-03 21:36:03 +0000
  • 7c475c5cad New rotated 1D barcode test case srowen 2008-03-03 20:50:41 +0000
  • c66c43d003 New rotated 1D barcode test case srowen 2008-03-03 20:50:41 +0000
  • 7c1d8184f3 Tries TRY_HARDER too in tests now, to confirm it only improves accuracy, never hurts srowen 2008-03-03 20:21:22 +0000
  • ae72f385a9 Tries TRY_HARDER too in tests now, to confirm it only improves accuracy, never hurts srowen 2008-03-03 20:21:22 +0000
  • c4ee6727d6 Use TRY_HARDER hint in javase CommandLineRunner. TRY_HARDER now tries rotating the image when dealing with 1D barcodes. Clarified and fixed value type of several items in the "hints" Hashtables. srowen 2008-03-03 19:48:08 +0000
  • 2c46678a95 Use TRY_HARDER hint in javase CommandLineRunner. TRY_HARDER now tries rotating the image when dealing with 1D barcodes. Clarified and fixed value type of several items in the "hints" Hashtables. srowen 2008-03-03 19:48:08 +0000
  • 3e5b13abeb Take more advantage of TRY_HARDER srowen 2008-02-25 23:22:01 +0000
  • 31ecad145b Take more advantage of TRY_HARDER srowen 2008-02-25 23:22:01 +0000
  • 1f442884aa Added BarcodeFormat to Result, indicating what type of barcode was detected. Added TRY_HARDER hint. Improved logicalness of results when reading UPC-A code / EAN-13 code starting with 0. srowen 2008-02-25 23:02:50 +0000
  • b921215268 Added BarcodeFormat to Result, indicating what type of barcode was detected. Added TRY_HARDER hint. Improved logicalness of results when reading UPC-A code / EAN-13 code starting with 0. srowen 2008-02-25 23:02:50 +0000
  • 848609c0c5 Added "URLTO" format support srowen 2008-02-25 22:15:36 +0000
  • 2410f483e4 Added "URLTO" format support srowen 2008-02-25 22:15:36 +0000
  • 89c20544eb Initial check in of rough, experimental iPhone code. Not to be used just yet; just here so we can collaborate a bit. srowen 2008-02-25 21:57:48 +0000
  • e16ebd1b7c Initial check in of rough, experimental iPhone code. Not to be used just yet; just here so we can collaborate a bit. srowen 2008-02-25 21:57:48 +0000
  • 759bef6f8a More little tweaks to make the 'release' build target happy again srowen 2008-02-22 19:32:35 +0000
  • 00bcd0b416 More little tweaks to make the 'release' build target happy again srowen 2008-02-22 19:32:35 +0000
  • 50553f992e Updated for 0.4.5 srowen 2008-02-22 19:19:43 +0000
  • f224f1b745 Updated for 0.4.5 srowen 2008-02-22 19:19:43 +0000
  • acad53f39b Oops, not clearing row counters when we shift down by two buckets. Fixed. srowen 2008-02-22 19:18:29 +0000
  • b5fff79df7 Oops, not clearing row counters when we shift down by two buckets. Fixed. srowen 2008-02-22 19:18:29 +0000
  • 9af91c0cf1 Removed bad test cases -- for now considering this image too blurred for the "easy" test suite srowen 2008-02-22 19:17:49 +0000
  • 0cf460e6f4 Removed bad test cases -- for now considering this image too blurred for the "easy" test suite srowen 2008-02-22 19:17:49 +0000
  • 5d8e64fdbf Oops, another code typo fix srowen 2008-02-22 19:13:15 +0000
  • c7adc660c5 Oops, another code typo fix srowen 2008-02-22 19:13:15 +0000
  • e8553801b1 Now can use "-Ddebug=true" on the command line to build a non-optimized build with debug symbols. Also added check for ProGuard. srowen 2008-02-22 18:13:00 +0000
  • 3721b6083a Now can use "-Ddebug=true" on the command line to build a non-optimized build with debug symbols. Also added check for ProGuard. srowen 2008-02-22 18:13:00 +0000
  • 556225ab0a Improved GridSampler API -- no need for reflection anymore. Reintroduced Android GridSampler implementation, which still doesn't quite work yet. srowen 2008-02-22 17:01:38 +0000
  • 6747cbe06e Improved GridSampler API -- no need for reflection anymore. Reintroduced Android GridSampler implementation, which still doesn't quite work yet. srowen 2008-02-22 17:01:38 +0000
  • 47743fbb8e Oh and made a constant field final srowen 2008-02-21 16:37:51 +0000
  • 9057a73f97 Oh and made a constant field final srowen 2008-02-21 16:37:51 +0000
  • 08aa759c07 Now calls setSizeFromLayout() rather than fixed to a 320x240 size srowen 2008-02-21 16:37:06 +0000
  • b501139d69 Now calls setSizeFromLayout() rather than fixed to a 320x240 size srowen 2008-02-21 16:37:06 +0000
  • 2110c3fbdd Added ProGuard srowen 2008-02-21 16:36:27 +0000
  • ee8bbec2c5 Added ProGuard srowen 2008-02-21 16:36:27 +0000
  • 4525328e45 Little bug fix affecting QR Codes that run all the way to the left/top edge of an image srowen 2008-02-19 21:49:26 +0000
  • 97fc995af0 Little bug fix affecting QR Codes that run all the way to the left/top edge of an image srowen 2008-02-19 21:49:26 +0000
  • 82bc8e437a Add some basic Code 39, Code 128 tests srowen 2008-02-19 21:09:55 +0000
  • 7839f4e312 Add some basic Code 39, Code 128 tests srowen 2008-02-19 21:09:55 +0000
  • 8c3045d9eb Added "extended mode" to optionally support Extended Code 39 srowen 2008-02-19 19:36:29 +0000
  • 789065234b Added "extended mode" to optionally support Extended Code 39 srowen 2008-02-19 19:36:29 +0000
  • c09cb7d381 Fixed typo on pattern for "I" srowen 2008-02-19 19:08:28 +0000
  • f34712b0cd Fixed typo on pattern for "I" srowen 2008-02-19 19:08:28 +0000
  • f363480487 Improved notion of pattern variance in 1D barcode elements, improving decode accuracy slightly. Also fixed a small issue in Code 128 decoder. srowen 2008-02-19 17:29:16 +0000
  • 3e93d3616f Improved notion of pattern variance in 1D barcode elements, improving decode accuracy slightly. Also fixed a small issue in Code 128 decoder. srowen 2008-02-19 17:29:16 +0000
  • 69c53f63c7 git-svn-id: https://zxing.googlecode.com/svn/trunk@210 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2008-02-19 16:19:10 +0000
  • 5a185464c5 git-svn-id: http://zxing.googlecode.com/svn/trunk@210 59b500cc-1b3d-0410-9834-0bbf25fbcc57 srowen 2008-02-19 16:19:10 +0000
  • cde4d22ece Refactored Reed-Solomon so it can be used with different GF(256) primitive polynomials srowen 2008-02-19 16:14:34 +0000
  • cea2085513 Refactored Reed-Solomon so it can be used with different GF(256) primitive polynomials srowen 2008-02-19 16:14:34 +0000
  • 833a8b03f7 Another fix to UTF-8 / Shift_JIS guessing srowen 2008-02-19 16:11:54 +0000
  • dca6c79ac1 Another fix to UTF-8 / Shift_JIS guessing srowen 2008-02-19 16:11:54 +0000
  • 5bbabc978d More work on RIM client srowen 2008-02-15 20:10:55 +0000
  • d4be31d3c2 More work on RIM client srowen 2008-02-15 20:10:55 +0000
  • 848f791d4f Replaced busy wait with wait()/notifyAll() idiom srowen 2008-02-15 17:51:43 +0000
  • aebf4f8c1d Replaced busy wait with wait()/notifyAll() idiom srowen 2008-02-15 17:51:43 +0000
  • 4c4adc953e Brought this back into sync with BufferedImageMonochromeBitmapSource srowen 2008-02-15 17:51:11 +0000
  • 3862ba7262 Brought this back into sync with BufferedImageMonochromeBitmapSource srowen 2008-02-15 17:51:11 +0000
  • febdcf8d15 Fixed UTF-8 detection, again, and added unit test srowen 2008-02-15 16:21:55 +0000
  • 4618d77946 Fixed UTF-8 detection, again, and added unit test srowen 2008-02-15 16:21:55 +0000
  • 9c6a626b90 Progress on a crude Blackberry client -- still needs much polish but basic functionality exists. srowen 2008-02-15 15:15:57 +0000
  • 55937e9210 Progress on a crude Blackberry client -- still needs much polish but basic functionality exists. srowen 2008-02-15 15:15:57 +0000
  • 9ac09235d4 Fix a few more last minute typos srowen 2008-02-14 21:14:40 +0000
  • a5d4996e1b Fix a few more last minute typos srowen 2008-02-14 21:14:40 +0000
  • e7cdb0ca25 Include android in main build; add android clean target srowen 2008-02-14 21:06:57 +0000
  • 7310f22509 Include android in main build; add android clean target srowen 2008-02-14 21:06:57 +0000
  • 23b984af30 Updates for 0.4 srowen 2008-02-14 20:36:58 +0000