Commit graph

771 commits

Author SHA1 Message Date
srowen@gmail.com 8388c71213 Omit bookmarks without URL like dummy "Bookmarks" on 4.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2584 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-03 18:19:48 +00:00
srowen@gmail.com 33c5bd074b Issue 1638 support for several URLs in contact info, and some incidental test cleanup too
git-svn-id: https://zxing.googlecode.com/svn/trunk@2583 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-03 17:06:00 +00:00
srowen@gmail.com b01cff36fa Various changes from IJ12.1 inspections
git-svn-id: https://zxing.googlecode.com/svn/trunk@2581 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-01 20:01:40 +00:00
srowen@gmail.com 4b124b109d Escape value in custom search URL
git-svn-id: https://zxing.googlecode.com/svn/trunk@2580 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-25 18:03:11 +00:00
srowen@gmail.com 56fb333be6 Add invert scan option
git-svn-id: https://zxing.googlecode.com/svn/trunk@2571 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-08 23:39:44 +00:00
srowen@gmail.com 2dd7ead605 Remove "share via" label -- redundant in later Android
git-svn-id: https://zxing.googlecode.com/svn/trunk@2570 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-08 23:23:24 +00:00
srowen 2170a1cb0b Catch weird openConnection() NPE in Android
git-svn-id: https://zxing.googlecode.com/svn/trunk@2568 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-02-07 10:13:35 +00:00
srowen cf69a3f6db Don't use inMutable, which is only in API 11+
git-svn-id: https://zxing.googlecode.com/svn/trunk@2565 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-22 08:47:40 +00:00
srowen 0983aec832 Try to avoid another clipboard-related NPE
git-svn-id: https://zxing.googlecode.com/svn/trunk@2564 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-20 00:02:55 +00:00
srowen 0302080139 Catch another weird crash in Android on bad server response
git-svn-id: https://zxing.googlecode.com/svn/trunk@2563 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-19 23:13:34 +00:00
srowen 699e3ff2a8 Fix bug on clicking through to search after an RSS expanded product scan
git-svn-id: https://zxing.googlecode.com/svn/trunk@2562 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-19 23:08:04 +00:00
srowen 90e1822928 On scan we pass a grayscale image of the scanned image, which is used as a thumbnail. These days this is getting to be 2MB of data to bundle to copy around in memory. Instead scale by 50% and JPEG-encode. This saves some memory and paves the way for later perhaps saving the image data with history.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2561 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-19 20:48:03 +00:00
srowen 4b2237aeec Changes from lint inspection
git-svn-id: https://zxing.googlecode.com/svn/trunk@2553 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-15 13:17:58 +00:00
srowen 65be855649 I keep forgetting that you can't use the normal IOException constructor in old Android
git-svn-id: https://zxing.googlecode.com/svn/trunk@2552 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-15 13:10:11 +00:00
srowen b89f3d5e35 Support GEO, NICKNAME from vCard (add as a 'note' in Android)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2551 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-01-09 21:32:05 +00:00
srowen 835f744a9d Avoid another apparent rare bug in the HTTP implementation
git-svn-id: https://zxing.googlecode.com/svn/trunk@2547 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-29 17:28:45 +00:00
srowen 32c7369fce Add VERSION:3.0 to vCard encoding
git-svn-id: https://zxing.googlecode.com/svn/trunk@2546 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-12-28 19:26:38 +00:00
srowen 69167c6bdc Work around a weird NPE inside the clipboard library
git-svn-id: https://zxing.googlecode.com/svn/trunk@2539 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-28 21:45:57 +00:00
srowen 126f33815e Make light thresholds less sensitive to avoid rapid on/off on some devices
git-svn-id: https://zxing.googlecode.com/svn/trunk@2538 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-11-28 00:14:57 +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 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 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 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 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 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
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 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 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 13d2272e24 Issue 1409 try to reuse browser tab on Intent reply
git-svn-id: https://zxing.googlecode.com/svn/trunk@2464 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-22 07:46:57 +00:00
dswitkin@google.com 4b42bddc5a Issue 1408: Added high res launcher icons for xhdpi and xxhdpi.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2463 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-19 16:04:43 +00:00
srowen f84ad91d00 Issue 1410 Chinese updates
git-svn-id: https://zxing.googlecode.com/svn/trunk@2462 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-19 08:11:02 +00:00
srowen 3edf7a57cc Bandages for misc. exceptions seen in the wild
git-svn-id: https://zxing.googlecode.com/svn/trunk@2459 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-17 07:59:12 +00:00
srowen 191f541f4a Issue 1404 show result correctly from history in bulk mode
git-svn-id: https://zxing.googlecode.com/svn/trunk@2453 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-10 20:21:17 +00:00
srowen 96cf12b0b4 Issue 1398 / Issue 1399 more German updates for docs
git-svn-id: https://zxing.googlecode.com/svn/trunk@2452 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-08 12:54:03 +00:00
srowen db7afc66b6 Work around Android NPE observed in the wild
git-svn-id: https://zxing.googlecode.com/svn/trunk@2451 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-07 11:16:08 +00:00
srowen 4c4ebbe0c5 Issue 1395 Slovak updates from Laurent
git-svn-id: https://zxing.googlecode.com/svn/trunk@2450 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-06 12:28:33 +00:00
srowen 51c1ce93e6 Issue 1392 log and warn about bad return URLs
git-svn-id: https://zxing.googlecode.com/svn/trunk@2448 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-03 21:21:37 +00:00
srowen 09e0fb3af3 Don't close history after clearing one item
git-svn-id: https://zxing.googlecode.com/svn/trunk@2447 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-03 10:05:44 +00:00
srowen 63b2016d3c Issue 1390 updated Japanese strings from hosigumayuugi
git-svn-id: https://zxing.googlecode.com/svn/trunk@2446 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-03 07:57:34 +00:00
srowen 30fdae5a21 Small addendum to last Finnish update
git-svn-id: https://zxing.googlecode.com/svn/trunk@2440 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-02 08:28:17 +00:00
srowen 932a03db8b Issue 1388 More Finnish translations
git-svn-id: https://zxing.googlecode.com/svn/trunk@2439 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-02 07:40:57 +00:00
srowen 2ab85327d5 More German updates from Malte, Swedish updates from professional translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@2438 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-10-01 09:50:22 +00:00
srowen 65e3d10b52 Catch odd IAE from HTTP connection -- bad URI?
git-svn-id: https://zxing.googlecode.com/svn/trunk@2437 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-30 10:08:05 +00:00
srowen 8596fcba7c Issue 1378 - 1384 more German updates from Alexander Schmidt
git-svn-id: https://zxing.googlecode.com/svn/trunk@2436 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-09-30 09:53:31 +00:00