Commit graph

2244 commits

Author SHA1 Message Date
gln%google.com@gtempaccount.com 05446a4c9e Allow ZXingWidget to compile all architectures for Debug configuration
git-svn-id: https://zxing.googlecode.com/svn/trunk@2533 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-26 19:12:08 +00:00
srowen 491102ba93 Catch rare SecurityException when accessing HTTP
git-svn-id: https://zxing.googlecode.com/svn/trunk@2532 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-25 11:33:13 +00:00
srowen caf7734595 Use logging instead of System.out for finer-grained control
git-svn-id: https://zxing.googlecode.com/svn/trunk@2531 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-25 10:40:44 +00:00
srowen e17d1c16ce Should make android-v4 dependency optional since not every dependent project needs it
git-svn-id: https://zxing.googlecode.com/svn/trunk@2530 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-24 16:58:19 +00:00
srowen 155bc2eb79 MVN plugin version update
git-svn-id: https://zxing.googlecode.com/svn/trunk@2529 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-24 11:11:11 +00:00
srowen 876518a856 Avoid possible NPE from early callback
git-svn-id: https://zxing.googlecode.com/svn/trunk@2528 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-20 18:20:32 +00:00
srowen 3bad6fc4c5 Changes from code inspection
git-svn-id: https://zxing.googlecode.com/svn/trunk@2526 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-20 08:29:02 +00:00
srowen 0288f08c1c Also use application context with Toast consistently
git-svn-id: https://zxing.googlecode.com/svn/trunk@2525 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-20 07:47:20 +00:00
srowen 4f93e88db1 Avoid Toast that won't go away by posting on UI thread
git-svn-id: https://zxing.googlecode.com/svn/trunk@2524 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-20 07:45:31 +00:00
srowen 42dcca3ccf Warn about using Google product results
git-svn-id: https://zxing.googlecode.com/svn/trunk@2523 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-20 06:48:39 +00:00
srowen 703ce0d8e4 Add test config to pom.xml
git-svn-id: https://zxing.googlecode.com/svn/trunk@2522 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-18 11:50:25 +00:00
srowen 6f18b47af4 Minor style changes, streamline Aztec detector and CommandLineRunner slightly
git-svn-id: https://zxing.googlecode.com/svn/trunk@2521 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-17 13:20:37 +00:00
srowen f41a07ebcd Raise history limit to 2000
git-svn-id: https://zxing.googlecode.com/svn/trunk@2520 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-15 19:48:16 +00:00
srowen 29934305d7 Continue recursion even if finding a duplicate of a prior barcode
git-svn-id: https://zxing.googlecode.com/svn/trunk@2519 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-15 12:07:11 +00:00
srowen cfbabe908b Use Android 4.2 SDK consitently; don't target it for apps though
git-svn-id: https://zxing.googlecode.com/svn/trunk@2518 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-13 21:18:11 +00:00
srowen 6767168801 More optimizations plus some improved RSS expanded misdetection detection
git-svn-id: https://zxing.googlecode.com/svn/trunk@2517 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-13 13:31:50 +00:00
srowen 14b2eeb7ae A few more small optimizations
git-svn-id: https://zxing.googlecode.com/svn/trunk@2516 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-13 09:10:27 +00:00
srowen 6352a421a3 Codabar optimization
git-svn-id: https://zxing.googlecode.com/svn/trunk@2515 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 20:12:04 +00:00
srowen ef33d45809 Simplified two loops with goto and fixed (?) a logic error in removing rows. Use raw contents as display text for RSS expanded since not all have a product ID.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2514 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 19:39:50 +00:00
srowen bbeafcb82e Enable RSS expanded
git-svn-id: https://zxing.googlecode.com/svn/trunk@2513 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 19:12:09 +00:00
srowen f3065f1210 Issue 1434 more sanity checks for RSS expanded
git-svn-id: https://zxing.googlecode.com/svn/trunk@2512 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 18:50:25 +00:00
srowen b22642a0b0 Issue 538 credit Ian Davis for much of the RSS Expanded Stacked changes
git-svn-id: https://zxing.googlecode.com/svn/trunk@2511 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 15:30:03 +00:00
srowen b3839ec5e0 Issue 583 RSS Expanded support, by Pablo Orduna and the Deusto crew, back-ported by ShumovichY
git-svn-id: https://zxing.googlecode.com/svn/trunk@2510 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-12 15:09:25 +00:00
srowen 0e4ef00d34 Issue 1432 errata from GS1 spec and support for additional var length product field 8200
git-svn-id: https://zxing.googlecode.com/svn/trunk@2509 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-10 15:02:49 +00:00
srowen eb65f3b1ea Issue 1425 add more placeholders to fill in in the URL specified in the scan-from-webpage mechanism
git-svn-id: https://zxing.googlecode.com/svn/trunk@2507 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-09 16:35:21 +00:00
srowen 90a47a4029 Possibly final changes for automatic torch settings
git-svn-id: https://zxing.googlecode.com/svn/trunk@2506 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-08 22:59:44 +00:00
srowen 462c94e7a2 Infrastructure for automated torch on based on ambient light (not turned on yet)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2504 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-08 12:57:55 +00:00
smparkes@smparkes.net fc867ccf73 bump ios deployment target to new minimum
git-svn-id: https://zxing.googlecode.com/svn/trunk@2503 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07 18:11:21 +00:00
srowen 8b7433c5dc Exclude Google TV by requiring touchscreen for now
git-svn-id: https://zxing.googlecode.com/svn/trunk@2502 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07 17:41:49 +00:00
srowen 84a3b27117 Up RSS character variance tolerance a little and tighten up unit test
git-svn-id: https://zxing.googlecode.com/svn/trunk@2501 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07 14:59:39 +00:00
srowen 786aae487e Issue 1427 fix small off by one in RSS expanded decoder
git-svn-id: https://zxing.googlecode.com/svn/trunk@2500 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-07 14:43:35 +00:00
smparkes@smparkes.net 2581409353 add rss tests to the default blackbox test target
git-svn-id: https://zxing.googlecode.com/svn/trunk@2498 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 14:49:51 +00:00
smparkes@smparkes.net 033a3fe9f1 Revert "Promote RSS blackbox tests to com.google.zxing.oned"
This reverts commit 38e95ce456.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2497 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 14:49:35 +00:00
smparkes@smparkes.net 38e95ce456 Promote RSS blackbox tests to com.google.zxing.oned
Promote RSS blackbox tests to com.google.zxing.oned so they get picked up and run by the blackbox test infrastructure.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2496 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 14:21:03 +00:00
srowen 0636cb7b08 Small tweak to last commit and test count, enable explicit conversion everywhere and patch a strange Java 7-only (JIT?) issue
git-svn-id: https://zxing.googlecode.com/svn/trunk@2495 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 13:35:40 +00:00
smparkes@smparkes.net 33cb6a0745 Optionally use explict luminance conversion instead of AWT builtin conversion
git-svn-id: https://zxing.googlecode.com/svn/trunk@2494 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-04 01:21:38 +00:00
smparkes@smparkes.net 885856bbc4 Fix typo in Aztec. Tests match Java.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2491 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-30 22:00:23 +00:00
smparkes@smparkes.net c8e2721f7d Bring C++ datamatrix to parity w/Java wrt to the blackbox test
Plus a little whitespace cleanup and make resultpoint immutable.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2490 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-30 21:03:31 +00:00
smparkes@smparkes.net 7a82d685a3 tweak formating
git-svn-id: https://zxing.googlecode.com/svn/trunk@2489 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 22:33:26 +00:00
smparkes@smparkes.net 1cb7380961 tweak formating
git-svn-id: https://zxing.googlecode.com/svn/trunk@2488 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 22:33:20 +00:00
smparkes@smparkes.net 036918d4c0 tabs to spaces
git-svn-id: https://zxing.googlecode.com/svn/trunk@2487 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 22:33:14 +00:00
smparkes@smparkes.net eb7b65365b crlf -> lf
git-svn-id: https://zxing.googlecode.com/svn/trunk@2486 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 21:50:31 +00:00
smparkes@smparkes.net b86a687f0f fix EDIFACT decoding in C++
C++ version of http://code.google.com/p/zxing/source/detail?r=2387
Issue http://code.google.com/p/zxing/issues/detail?id=1332

The DM code is not totally up to date; some other changes were required to
modernize this one section but there may be other changes.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2485 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 19:27:01 +00:00
smparkes@smparkes.net 3e1491d850 Generate proper FormatException on QR code with bad structured append segment
C++ port of http://code.google.com/p/zxing/source/detail?r=2367 /
http://code.google.com/p/zxing/issues/detail?id=1324

git-svn-id: https://zxing.googlecode.com/svn/trunk@2484 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 18:48:55 +00:00
smparkes@smparkes.net d7b0f2cb82 ignore .pyc files under git; use /usr/local (e.g., homebrew) as an imagemagick source
git-svn-id: https://zxing.googlecode.com/svn/trunk@2483 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-29 18:23:34 +00:00
srowen 7b9eb7af63 Strangely, Exception constructors that take a chained Exception didn't exist before API level 9 (though have always been in Java). Don't use them to avoid NoSuchMethodError on Froyo and earlier.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2481 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-24 17:26:14 +00:00
srowen eb2d89301f Issue 1417 support VEVENT DURATION property
git-svn-id: https://zxing.googlecode.com/svn/trunk@2480 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-24 17:07:52 +00:00
srowen e6098ea320 Issue 1409 also include Chrome in code to reuse browser tab
git-svn-id: https://zxing.googlecode.com/svn/trunk@2479 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 15:21:50 +00:00
srowen 6950a78274 Update to Junit 4.10
git-svn-id: https://zxing.googlecode.com/svn/trunk@2478 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 14:18:46 +00:00
srowen 64bce22867 Update Maven config and advance to v2.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2477 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 14:13:57 +00:00