Commit graph

485 commits

Author SHA1 Message Date
dswitkin@google.com 127839b2b7 Fixed a few crashes and added a FIXME for another which needs some refactoring.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1814 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-08 16:15:29 +00:00
dswitkin@google.com e04e3ef2c1 - Prevented secure URIs from being added to History or copied to the clipboard.
- Made the History display parsed entries instead of raw contents.
- Some minor cleanup and comments.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1813 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-07 22:37:13 +00:00
dswitkin@google.com 886e3a3e02 Fixed the build and added some cleanup comments.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1812 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-07 15:45:03 +00:00
dswitkin@google.com 5299b18942 Added missing Slovakian string from Laurent.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1810 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-03 14:28:25 +00:00
srowen b70cef7e28 Avoid a RejectedExecutionException and squash it anyhow
git-svn-id: https://zxing.googlecode.com/svn/trunk@1809 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-02 18:01:56 +00:00
dswitkin@google.com 261a349c4a - Added support for xlarge screens to handle tablets and disable compatibility mode.
- Improved the layout of the Share screen on big screens.
- Other minor cleanup.
- Bumped the version to 3.6 final.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1807 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-06-01 20:27:03 +00:00
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 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
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
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
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 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
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
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 9afb71c862 Grammar issue reported by user
git-svn-id: https://zxing.googlecode.com/svn/trunk@1753 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-29 12:55:52 +00:00
srowen 07d165054b Issue 819 don't copy to clipboard if not saving history, when activated by Intent
git-svn-id: https://zxing.googlecode.com/svn/trunk@1752 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-29 08:53:44 +00:00
srowen 1a14df21d1 Issue 800 contributed translation change
git-svn-id: https://zxing.googlecode.com/svn/trunk@1742 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-13 21:17:08 +00:00
srowen dcbee05f25 Issue 786, from Lachezar, support encoding text/plain
git-svn-id: https://zxing.googlecode.com/svn/trunk@1740 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-12 20:35:34 +00:00
dswitkin@google.com 0dbfc11aa3 - Centered the results UI to look better on tablets.
- Other minor polish.
- Bumped the version to 3.54 beta 1.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1737 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-05 18:41:12 +00:00
srowen 69c61da1d7 Suggested fix from Android team for unofficial calendar API - all day event start must be sent in GMT
git-svn-id: https://zxing.googlecode.com/svn/trunk@1735 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-03 18:49:03 +00:00
srowen 50277f6486 Issue 787 inactivity timer battery check
git-svn-id: https://zxing.googlecode.com/svn/trunk@1734 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-03 18:46:38 +00:00
srowen 169a94c45b Possible fix from Acer for case where camera is not closed ?
git-svn-id: https://zxing.googlecode.com/svn/trunk@1733 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-03 18:46:27 +00:00
srowen 3b65b7304d Forgot formatted="false"
git-svn-id: https://zxing.googlecode.com/svn/trunk@1732 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-03 18:30:25 +00:00
srowen 9f4caab463 Hebrew translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@1731 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-04-02 09:27:43 +00:00
dswitkin c1dac34398 Whoops, forgot to submit the manifest changes for Barcode Scanner 3.53 final.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1728 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-03-24 20:12:11 +00:00
srowen 27445b32cd Issue 740 user-suggested patch to return bytes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1724 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-03-09 20:41:52 +00:00
srowen 71ddbf6f08 User-submitted translation update
git-svn-id: https://zxing.googlecode.com/svn/trunk@1714 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-02-05 18:11:07 +00:00
srowen 92dcce056b Morgan's French updates
git-svn-id: https://zxing.googlecode.com/svn/trunk@1713 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-02-05 09:29:30 +00:00
srowen f53c4d532b Issue 704 Japanese updates from a user
git-svn-id: https://zxing.googlecode.com/svn/trunk@1711 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-02-02 11:15:02 +00:00
srowen e67cef1e27 Adding Bulgarian translation from Lachezar on his behalf
git-svn-id: https://zxing.googlecode.com/svn/trunk@1710 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-30 22:11:35 +00:00
dswitkin@google.com a265026161 Added Slovakian translation from St. Laurent.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1706 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-18 21:47:11 +00:00
srowen 667657eb6f Commit Dmitry's Russian update for him
git-svn-id: https://zxing.googlecode.com/svn/trunk@1702 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-14 09:52:35 +00:00
srowen b572e2b0eb Old change -- forgot to include ISBN in quick info retrieval for 1D barcodes
git-svn-id: https://zxing.googlecode.com/svn/trunk@1701 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-11 23:15:29 +00:00
srowen 7119d3878b Issue 679 allow much more history
git-svn-id: https://zxing.googlecode.com/svn/trunk@1700 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-11 15:41:44 +00:00
srowen 4b20e8a00e updated Italian from Diego
git-svn-id: https://zxing.googlecode.com/svn/trunk@1696 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-01-07 17:13:23 +00:00