Commit graph

652 commits

Author SHA1 Message Date
dswitkin@google.com 8edb1ca833 Updated the manifest and What's New page for 4.2 beta 1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2311 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-13 17:55:52 +00:00
srowen 4aec67d63d Finnish updates from Olli
git-svn-id: https://zxing.googlecode.com/svn/trunk@2308 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-09 16:04:12 +00:00
srowen 538eb19bd4 Dutch updates from Martijn
git-svn-id: https://zxing.googlecode.com/svn/trunk@2304 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-07 10:24:45 +00:00
srowen 235a12ac42 Defensive change against late callbacks; not clear it's actually any issue
git-svn-id: https://zxing.googlecode.com/svn/trunk@2303 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-06 16:34:16 +00:00
srowen 2dd5d26c4a Issue 1275 French tweak
git-svn-id: https://zxing.googlecode.com/svn/trunk@2297 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-27 21:27:09 +00:00
dswitkin@google.com 20424b0e4e Created Barcode Scanner v4.11 beta 1 based on CL 2284.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2292 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-14 17:52:09 +00:00
srowen 704f6c34fb Issue 1261 autoFocus() on macro mode too
git-svn-id: https://zxing.googlecode.com/svn/trunk@2291 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-12 19:42:40 +00:00
srowen 9fa7d9aba4 Let camera use continuous-picture focus mode if available. API-wise it's 100% legal, which means there's only a 50% chance it will break a bunch of ICS devices
git-svn-id: https://zxing.googlecode.com/svn/trunk@2288 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 12:36:52 +00:00
srowen 1b90db519e Now can turn light on/off with volume buttons
git-svn-id: https://zxing.googlecode.com/svn/trunk@2286 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 10:56:50 +00:00
srowen 8cc93b521b Back-port rewritten auto-focus cycle; allow disabling of auto focus
git-svn-id: https://zxing.googlecode.com/svn/trunk@2285 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-10 10:40:55 +00:00
srowen 4a907a6201 Running underneath the dialer doesn't work. Quit the app if leaving to dial a number.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2282 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-05-03 07:39:40 +00:00
srowen 224568c732 These state-sensitive methods ought to be synchronized, at least to ensure memory is written back immediately
git-svn-id: https://zxing.googlecode.com/svn/trunk@2276 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-28 10:35:57 +00:00
srowen 3926c96fc1 Another protection against early view calls before camera init (issue 1254)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2274 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-27 11:31:09 +00:00
srowen 9a94f713db Look out for early preview frame before complete configuration
git-svn-id: https://zxing.googlecode.com/svn/trunk@2273 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-27 11:27:37 +00:00
srowen 7825e5bb49 Avoid another possible NPE. Adjust obfuscation to produce less ambiguous mappings
git-svn-id: https://zxing.googlecode.com/svn/trunk@2272 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-27 11:17:11 +00:00
srowen 3e2dce9bd7 Issue 1256 Avoid crash clearing Empty message
git-svn-id: https://zxing.googlecode.com/svn/trunk@2271 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 19:09:36 +00:00
srowen 3e0ec6f708 Issue 1254 guess at what may be an NPE in here
git-svn-id: https://zxing.googlecode.com/svn/trunk@2270 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 18:34:56 +00:00
srowen 9de4dd7256 Don't fail on bad network type input. Log it.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2268 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 18:22:57 +00:00
srowen a23a2b8adb More reliable method for reading vCard, may avoid OOME in weird stream behavior case
git-svn-id: https://zxing.googlecode.com/svn/trunk@2267 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 17:57:07 +00:00
srowen 5af1cad965 Don't crash on unsupported barcode format like CODE_93
git-svn-id: https://zxing.googlecode.com/svn/trunk@2266 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 17:15:28 +00:00
srowen a1601d1bb8 Avoid NPE is options menu gets called before onResume (?)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2264 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 16:53:42 +00:00
srowen b81971bf74 Avoid NPE in case of strange query failure for bookmarks; log it and quit
git-svn-id: https://zxing.googlecode.com/svn/trunk@2263 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 16:41:26 +00:00
srowen 6573f932a1 Avoid NPE on null action
git-svn-id: https://zxing.googlecode.com/svn/trunk@2262 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 16:34:51 +00:00
srowen 9ad25e25b7 Double-check to avoid exception clicking on stale item
git-svn-id: https://zxing.googlecode.com/svn/trunk@2261 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-26 16:31:31 +00:00
srowen 6067089669 Slightly increase max preview size, preclude very small preview sizes unless no other choice, properly favor large preview sizes in general and correctly prioritize on aspect ratio in all cases
git-svn-id: https://zxing.googlecode.com/svn/trunk@2259 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-25 19:45:53 +00:00
srowen 26d5ff4355 Add a double-check for null SurfaceHolder
git-svn-id: https://zxing.googlecode.com/svn/trunk@2258 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-25 11:51:45 +00:00
srowen 23ce7f4584 Add crop()
git-svn-id: https://zxing.googlecode.com/svn/trunk@2256 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-22 23:52:20 +00:00
dswitkin@google.com 1204c7d7fa Created Barcode Scanner v4.1 beta 1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2254 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-16 21:54:57 +00:00
srowen 7a0f55da30 Fix error in AppPickerActivity when it is quickly cancelled (hat tip to Asus)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2252 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-12 00:25:01 +00:00
srowen c29cd1d2ef Basque translation from Asier
git-svn-id: https://zxing.googlecode.com/svn/trunk@2251 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-08 16:02:38 +00:00
srowen 9a33192652 Issue 1236 let history answer an Intent
git-svn-id: https://zxing.googlecode.com/svn/trunk@2250 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-06 11:14:38 +00:00
srowen 2cd86d8001 Javadoc fixes
git-svn-id: https://zxing.googlecode.com/svn/trunk@2248 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-06 07:17:15 +00:00
srowen 346de1b561 Minor inspection stuff
git-svn-id: https://zxing.googlecode.com/svn/trunk@2247 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-04-05 17:41:28 +00:00
srowen 9f07c47941 Apparently some of the default disabled optimizations are only there for Donut
git-svn-id: https://zxing.googlecode.com/svn/trunk@2245 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-31 23:13:16 +00:00
srowen b980bd71b6 Lint check: remove unused things
git-svn-id: https://zxing.googlecode.com/svn/trunk@2232 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-22 12:14:59 +00:00
srowen a670311585 Updated proguard.cfg to match new default for SDK 17 / Proguard 4.7
git-svn-id: https://zxing.googlecode.com/svn/trunk@2231 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-22 11:26:14 +00:00
srowen f74fc09d54 Issue 1213 add 'raw' param to send back raw barcode text not processed form
git-svn-id: https://zxing.googlecode.com/svn/trunk@2229 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-15 14:46:03 +00:00
srowen 60df2dba0c Issue 1215 clear a little redundant code
git-svn-id: https://zxing.googlecode.com/svn/trunk@2226 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-14 16:14:49 +00:00
srowen 0ba3c24aa2 Small Russian translation fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@2223 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-11 20:50:02 +00:00
srowen b73a4af77b Issue 1195 fix accounting for DST when target time DST status differs from now
git-svn-id: https://zxing.googlecode.com/svn/trunk@2216 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-03-03 16:36:37 +00:00
srowen 8dce85e03c Remove 'reverse image' pref. It was only ever relevant for front cameras and the app doesn't support front camera. It's not even supposed to be needed for front cameras. Reports of some (carrier?) enabling it by default which disables QR code scanning.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2189 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-16 11:58:33 +00:00
srowen 7eb6e8437a Send through EAN extension with metadata
git-svn-id: https://zxing.googlecode.com/svn/trunk@2186 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-15 10:23:06 +00:00
srowen c39eb3a817 Show barcode in bulk message toast
git-svn-id: https://zxing.googlecode.com/svn/trunk@2177 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-10 17:10:54 +00:00
dswitkin@google.com e4bfbeea82 Last Slovak update.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2175 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-10 16:35:49 +00:00
srowen 967520421f Use screen-sized preview if available, if it's not too big/small, for all devices
git-svn-id: https://zxing.googlecode.com/svn/trunk@2170 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-07 20:03:22 +00:00
srowen cae8f40d5c Work around strange SQLiteException on startup; first see if it is transient, so swallowing it 'fixes' it?
git-svn-id: https://zxing.googlecode.com/svn/trunk@2168 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-06 22:01:30 +00:00
srowen 2f4d602f42 Issue 1151 Danish updates
git-svn-id: https://zxing.googlecode.com/svn/trunk@2167 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-06 21:38:35 +00:00
dswitkin@google.com bd825dec33 Some Slovak updates from Laurent.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2166 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-06 16:54:06 +00:00
srowen f437771490 Force workaround on for Optimus
git-svn-id: https://zxing.googlecode.com/svn/trunk@2164 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-05 10:04:05 +00:00
srowen 0269f60ac6 Add switch to workaround LG Optimus V/S problems by forcing preview to screen size
git-svn-id: https://zxing.googlecode.com/svn/trunk@2161 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-04 16:31:48 +00:00