Commit graph

1583 commits

Author SHA1 Message Date
srowen e0030780bc Issue 848 German translation fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@1805 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-30 19:29:45 +00:00
srowen 9b176a1a5f Issue 851 NPE for invalid network type
git-svn-id: https://zxing.googlecode.com/svn/trunk@1804 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-30 19:19:03 +00:00
srowen e9d5024e46 Issue 849, adjusted fix to Code128Writer
git-svn-id: https://zxing.googlecode.com/svn/trunk@1803 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-30 18:50:56 +00:00
srowen 2d17cf4491 Access Intent.setPackage() via reflection only if available for 1.5 compatibility
git-svn-id: https://zxing.googlecode.com/svn/trunk@1802 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-28 18:06:18 +00:00
srowen fb65c5b791 Enable Aztec, PDF 417 by default in core (not clients) mostly to further test them during unit tests
git-svn-id: https://zxing.googlecode.com/svn/trunk@1801 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-26 12:52:04 +00:00
srowen 7e710dd6ec Oops, amendment to last change
git-svn-id: https://zxing.googlecode.com/svn/trunk@1800 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-26 12:50:16 +00:00
srowen ce30fae7be Remove unnecessary dependency from common to qrcode package
git-svn-id: https://zxing.googlecode.com/svn/trunk@1799 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-26 12:42:07 +00:00
smparkes@smparkes.net 9371cc2930 don't crash on devices without a camera
git-svn-id: https://zxing.googlecode.com/svn/trunk@1797 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-22 23:10:45 +00:00
smparkes@smparkes.net edc0f987d0 comment out some debugging logging
git-svn-id: https://zxing.googlecode.com/svn/trunk@1796 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-22 16:38:46 +00:00
srowen df65c5b83e A bunch of code style related changes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1795 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-21 03:36:39 +00:00
srowen 87887ab18c Better fix for concurrency issue
git-svn-id: https://zxing.googlecode.com/svn/trunk@1794 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-21 03:36:08 +00:00
srowen c8166aec33 Remove dir zxing as it causes errors next to ZXing on some filesystems, like mine
git-svn-id: https://zxing.googlecode.com/svn/trunk@1793 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 16:55:07 +00:00
dswitkin@google.com 5b6956c581 Whoops, IntelliJ generated the standard Google header instead of the ZXing one.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1792 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 16:03:19 +00:00
dswitkin@google.com 1cccb530bc Fixed Data Matrix image, the other one had a 'demo' string inserted in it. Grr.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1791 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 15:53:22 +00:00
dswitkin@google.com 88557fa3bf Updated the release notes and added a Data Matrix image to the help.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1790 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 15:43:30 +00:00
dswitkin@google.com e2ef16f46f Caught another exception when sharing contacts.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1789 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 15:40:21 +00:00
dswitkin@google.com f957304831 Caught RuntimeException for Camera.startPreview() and put up an error message. We were getting 135 reports a week about this.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1788 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 15:19:44 +00:00
srowen 2d7ef9faf4 Issue 742 at least parse iCal GEO in core library
git-svn-id: https://zxing.googlecode.com/svn/trunk@1787 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-20 07:12:49 +00:00
smparkes@smparkes.net ce5378194a correct data type
git-svn-id: https://zxing.googlecode.com/svn/trunk@1786 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-19 19:58:17 +00:00
dswitkin@google.com 9f519ac146 Issue 838: Fixed the bookmark picker crashing on Honeycomb.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1785 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-19 19:23:42 +00:00
srowen d7e9842e47 German translation suggestion from user
git-svn-id: https://zxing.googlecode.com/svn/trunk@1784 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-19 06:31:57 +00:00
smparkes@smparkes.net f0594882d0 change directory name case to match objc convention; add missing includes so that pch aren't needed
git-svn-id: https://zxing.googlecode.com/svn/trunk@1783 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-18 19:13:07 +00:00
smparkes@smparkes.net 872a41d3d1 rename to match objective c conventions
git-svn-id: https://zxing.googlecode.com/svn/trunk@1782 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-18 18:50:43 +00:00
dswitkin@google.com f3d60dd5bf Updated our list of countries for Book Search.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1781 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-18 15:28:38 +00:00
dswitkin@google.com 146511ea00 Bumped the history DB version for the rare case where there is an entry with the old RSS14 format string.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1780 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 20:51:52 +00:00
dswitkin@google.com ab003c1686 More TODO cleanup on longstanding comments which aren't going to be addressed.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1779 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 20:44:44 +00:00
dswitkin@google.com 11d348a59f Cleaned up a bunch of TODOs and deleted the old ImageConverter app which has been supplanted by CommandLineRunner.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1778 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 20:13:20 +00:00
dswitkin@google.com c0f797cb45 Prevented checking the reverse image preference on every scan to improve performance.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1777 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 19:30:01 +00:00
dswitkin@google.com e3e0a12da8 Issue 835: Added support for specifying a width and height for the scanning rectangle when launching Barcode Scanner by Intent.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1776 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 19:20:38 +00:00
dswitkin@google.com 8ff9e7f4fa Standardized the naming of our barcode formats and alphabetized them.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1775 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 15:46:09 +00:00
dswitkin@google.com 45bebd195c Added RSS_EXPANDED to the CommandLineRunner.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1774 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 15:27:27 +00:00
smparkes@smparkes.net 47b28a4edb objective c port for iOS and OS X
git-svn-id: https://zxing.googlecode.com/svn/trunk@1773 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 02:07:56 +00:00
smparkes@smparkes.net 00eedc659f prepping for objc merge
git-svn-id: https://zxing.googlecode.com/svn/trunk@1772 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 01:52:11 +00:00
dswitkin@google.com 8f924716f0 Created a new blackbox test of real world Aztec images taken with a mobile phone. We're only decoding 9% at the moment.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1771 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-13 21:42:52 +00:00
srowen 51b3d726e3 Auto translation of latest string
git-svn-id: https://zxing.googlecode.com/svn/trunk@1770 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-12 20:54:12 +00:00
dswitkin e22dd98452 Lots of code cleanup, including 100 column fixes and dead code removal.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1769 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-12 15:42:24 +00:00
dswitkin e7b14f7443 Issue 250: Provided a choice of creating a new contact or merging with an existing one.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1768 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-12 15:03:03 +00:00
dswitkin@google.com 6a334eccf4 Might as well call the next version Barcode Scanner 3.6, but I'll squeeze in a few more changes first.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1767 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-11 20:48:42 +00:00
dswitkin@google.com 75cc7fe591 Issue 821: Add text box for encoding arbitrary QR Code contents.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1766 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-11 20:38:54 +00:00
srowen 66836c74f9 Issue 829 C# port of Code 39 encoder
git-svn-id: https://zxing.googlecode.com/svn/trunk@1765 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-11 17:18:32 +00:00
srowen 0e28aa0e4c Fix previous update to PDF417 regarding AS vs AL
git-svn-id: https://zxing.googlecode.com/svn/trunk@1764 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-10 20:10:11 +00:00
srowen 3de06bcf41 Avoid an AIOOBE seen in the wild. A bit of polish.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1763 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-10 13:50:37 +00:00
dswitkin@google.com e83f9b4f36 Added a whole bunch of Google web search country/language/TLD entries, as well as new ones for Google Product Search which is now in 10 countries.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1762 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-09 19:20:14 +00:00
srowen e1fda03246 Another user-suggested fix - misdetecting rectangular matrices in corner cases
git-svn-id: https://zxing.googlecode.com/svn/trunk@1761 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-08 14:57:15 +00:00
srowen b02b2b55b7 Chopped up into several classes, made into beans, etc for a bit of clarity
git-svn-id: https://zxing.googlecode.com/svn/trunk@1760 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-08 14:48:34 +00:00
srowen 379ee79702 Used-supplied workaround for encoders which append spurious latch to ASCII at end of bit stream
git-svn-id: https://zxing.googlecode.com/svn/trunk@1759 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-07 13:43:23 +00:00
dswitkin@google.com a48dbeab11 Made recursive behavior optional, and caused hidden directories to always be skipped.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1757 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-04 15:17:10 +00:00
dswitkin@google.com b21e0a935d Made the CommandLineRunner optionally multithreaded and added a less verbose option. This change also allows summaries to be printed over multiple arguments, not just one directory, and adds recursive directory traversal.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1756 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-03 18:51:50 +00:00
dswitkin@google.com abe6cdc573 Refactored the CommandLineRunner a bit.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1755 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-03 15:33:42 +00:00
smparkes@smparkes.net d65d3e0d4b Issue 820 second format info was read incorrectly
Semantically, this is just C++ version of the changes from Java. I also did
some minor renaming of variables to match the current Java source to aide
in keeping the two trees in sync.


git-svn-id: https://zxing.googlecode.com/svn/trunk@1754 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-29 18:01:46 +00:00