Commit graph

773 commits

Author SHA1 Message Date
srowen e4803b8799 Issue 1218 add possible support for hidden SSIDs
git-svn-id: https://zxing.googlecode.com/svn/trunk@2371 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-06 12:07:52 +00:00
srowen 12c113004d Use AsyncTask instead of Thread for cleaner async work handling
git-svn-id: https://zxing.googlecode.com/svn/trunk@2369 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-06 10:22:55 +00:00
srowen 9e815a73b7 Localize results message string for SBC
git-svn-id: https://zxing.googlecode.com/svn/trunk@2368 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-08-04 18:09:07 +00:00
srowen 6ce63cc1a2 Maybe avoid one more NPE
git-svn-id: https://zxing.googlecode.com/svn/trunk@2364 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-31 17:13:50 +00:00
srowen 1fbad444ee Fix small corner case errors from crash logs
git-svn-id: https://zxing.googlecode.com/svn/trunk@2363 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-31 17:06:20 +00:00
srowen 53ace36930 Refactor PlanarYUVLuminanceSource into core/
git-svn-id: https://zxing.googlecode.com/svn/trunk@2362 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-31 15:06:23 +00:00
srowen a7c40abe8f Add framework for adding code targeting API levels higher than min supported. Add simplified backport of BS+ code for handling front, rotated cameras, to simply let a front camera open for now. Not guaranteed to work. Adjust optimization to keep these classes. Don't yet take away the Market filter requiring rear camera.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2361 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-31 14:14:55 +00:00
srowen d4db46ecf6 Avoid ANFE when nothing can handle a SEND intent, like on an emulator
git-svn-id: https://zxing.googlecode.com/svn/trunk@2360 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-23 18:14:30 +00:00
srowen 4a683a8266 Fix possible strange NPE on EncodeActivity
git-svn-id: https://zxing.googlecode.com/svn/trunk@2359 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-23 09:20:42 +00:00
srowen 99c99f7314 Can also use proper menu resource for other menus
git-svn-id: https://zxing.googlecode.com/svn/trunk@2358 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-22 10:09:32 +00:00
srowen 7513a4c896 Use menu resource instead of hard-coding
git-svn-id: https://zxing.googlecode.com/svn/trunk@2357 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-22 07:24:01 +00:00
srowen 41d2082342 As far as I know, should be OK to express that we target 2.3.x but support 2.1
git-svn-id: https://zxing.googlecode.com/svn/trunk@2356 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-21 20:10:22 +00:00
srowen 99011addb3 Swallow weird RuntimeException on cancelling auto focus
git-svn-id: https://zxing.googlecode.com/svn/trunk@2340 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-04 20:28:06 +00:00
srowen cd25a521a4 Issue 1306 Add parsing of vEvent attendee/organizer
git-svn-id: https://zxing.googlecode.com/svn/trunk@2339 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-07-04 14:16:04 +00:00
srowen 956bf89622 Use SDK rev 20's improved proguard config
git-svn-id: https://zxing.googlecode.com/svn/trunk@2338 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-29 18:32:49 +00:00
srowen 890394d16f Consolidate one more calendar method. Insert events with ACTION_INSERT not ACTION_EDIT
git-svn-id: https://zxing.googlecode.com/svn/trunk@2337 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-29 17:58:06 +00:00
srowen 07c8b8282e Consolidate date parsing for calendar events. Use human readable dates in app display. Probably haven't broken anything.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2336 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-29 17:40:55 +00:00
srowen b3f03373c2 Fix a few possible rare NPEs
git-svn-id: https://zxing.googlecode.com/svn/trunk@2335 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-29 14:58:34 +00:00
srowen f0fb20f055 Issue 1298 Greek changes from kageloporta
git-svn-id: https://zxing.googlecode.com/svn/trunk@2326 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-26 10:13:21 +00:00
dswitkin@google.com fd38b08e1d Created Barcode Scanner 4.2 final.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2320 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-25 20:09:51 +00:00
srowen 4f0766724b Allow selection of larger preview size; keep max reticle size the same
git-svn-id: https://zxing.googlecode.com/svn/trunk@2319 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-24 16:01:11 +00:00
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
srowen 2c84200f64 Issue 1143: enable Codabar after improved decoding avoids false positives
git-svn-id: https://zxing.googlecode.com/svn/trunk@2158 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-04 14:44:05 +00:00
dswitkin@google.com e46307ec6e Fixed a small type, Froyo is not Android 2.1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2138 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-02-03 20:09:46 +00:00
dswitkin@google.com 5da2c7470e Bumped version to 4.0 final and fixed Finnish translation which broke the build.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2136 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-30 22:50:53 +00:00
srowen 8d42aef4ce Maybe avoid a weird NPE
git-svn-id: https://zxing.googlecode.com/svn/trunk@2135 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-29 21:02:59 +00:00
srowen ae54c38817 Issue 1141 Finnish translation updates
git-svn-id: https://zxing.googlecode.com/svn/trunk@2134 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-29 12:59:37 +00:00
srowen 921ba43cb7 Tiny fix -- synchronized on arg, not list
git-svn-id: https://zxing.googlecode.com/svn/trunk@2133 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-28 15:07:32 +00:00
srowen 6a46c4ac54 Put URL, birthday in notes as there's not a better place for them by Intent
git-svn-id: https://zxing.googlecode.com/svn/trunk@2131 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-21 17:53:24 +00:00
srowen 27194b053a Misc changes suggested by lint/code inspection
git-svn-id: https://zxing.googlecode.com/svn/trunk@2130 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-21 13:05:42 +00:00
srowen 26f06c0ed2 Removed defunct "not our results" message; results are delivered inline now and are marked with source
git-svn-id: https://zxing.googlecode.com/svn/trunk@2129 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-21 13:01:39 +00:00
dswitkin@google.com e5189730ce Bumped the version to 4.0 beta 1 and updated the What's New page.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2127 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-20 21:58:02 +00:00
srowen e2620cef49 (undo one unintentional change)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2126 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-20 20:01:54 +00:00
srowen 8eb473fc40 Remove defunct 'buggy' message for 4.0 from HelpActivity. And add the other half of new History impl that I forgot
git-svn-id: https://zxing.googlecode.com/svn/trunk@2125 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-20 19:43:58 +00:00
srowen b8b62c6e30 Add support for %t (type) in custom search URL
git-svn-id: https://zxing.googlecode.com/svn/trunk@2124 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-20 18:48:10 +00:00
srowen d4cd1c4b58 Avoid an NPE in Arrays.asList
git-svn-id: https://zxing.googlecode.com/svn/trunk@2121 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-19 12:52:20 +00:00
srowen 035320bd2f Issue 1126 In vCard, escape comma not colon
git-svn-id: https://zxing.googlecode.com/svn/trunk@2120 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-19 09:30:26 +00:00
srowen 01c274cfd1 Fix slight problem in heuristic for detecting URIs: accept a.singleletterdomainelement.com
git-svn-id: https://zxing.googlecode.com/svn/trunk@2108 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-11 14:52:53 +00:00
srowen ccf169425f Catch strange RuntimeExceptino from inside autoFocus() in Android 4.0.x+
git-svn-id: https://zxing.googlecode.com/svn/trunk@2107 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-11 14:30:55 +00:00
srowen 5cc9295451 Reimplement History as a simple activity instead of dialog; add ability to delete one entry with a long press
git-svn-id: https://zxing.googlecode.com/svn/trunk@2106 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-09 20:12:59 +00:00
srowen 1edb8c6dca Add a few more uses-features that describe the app better
git-svn-id: https://zxing.googlecode.com/svn/trunk@2102 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-01 21:49:44 +00:00
srowen 0b58fc05d6 Actually use CheckboxPreference defaults in preferences.xml!
git-svn-id: https://zxing.googlecode.com/svn/trunk@2101 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-01-01 21:49:17 +00:00
srowen 1afa8c80d4 Check more directly for Shopper; saw a strange ActivityNotFoundException here
git-svn-id: https://zxing.googlecode.com/svn/trunk@2099 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-29 04:00:14 +00:00
srowen c77baf34a8 Issue 918 Add MECARD/vCard switch after factoring out and tidying some of the contact encoding logic
git-svn-id: https://zxing.googlecode.com/svn/trunk@2097 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-23 13:59:15 +00:00
srowen 41a450d25e Issue 1111 Spanish fixes
git-svn-id: https://zxing.googlecode.com/svn/trunk@2096 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-22 13:43:54 +00:00
srowen a5864dca0e Turns out permission-group is not going to do what I thought here, so remove it
git-svn-id: https://zxing.googlecode.com/svn/trunk@2095 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-20 16:56:51 +00:00
srowen cff3e66a87 New SDK 16 lint tool suggests removing some unused stuff, etc.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2094 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-18 01:07:14 +00:00
srowen a9754fb978 Matching Issue 414 / commit 2088 change to iPhone: support zxing://scan/... URLs too
git-svn-id: https://zxing.googlecode.com/svn/trunk@2091 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-17 10:43:57 +00:00
srowen 18f357a36f Improve wifi message and return to scan after; a few string cleanups too
git-svn-id: https://zxing.googlecode.com/svn/trunk@2081 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-12 22:12:07 +00:00
srowen 2620c59647 Turns out we do not need write-contact permission to add a contact by Intent, and do not need wake-lock for wifi in Android 2.x
git-svn-id: https://zxing.googlecode.com/svn/trunk@2080 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-12 19:51:53 +00:00
srowen 08acd5b8f7 Minor refinements to prep for history change
git-svn-id: https://zxing.googlecode.com/svn/trunk@2079 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-11 16:24:03 +00:00
srowen 623035462a Issue 1096 typo fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@2070 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-08 11:08:55 +00:00
srowen ac499ddaf6 Issue 876 add ability to customize prompt (and reshuffle a few items in CaptureActivity for clarity)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2066 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-06 11:44:17 +00:00
srowen 80adf83354 Issue 393 add intent extra to control delay after scan by intent
git-svn-id: https://zxing.googlecode.com/svn/trunk@2065 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-12-05 20:51:31 +00:00
srowen b79c099d75 Issue 1087 fixed Swedish translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@2062 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-30 19:06:53 +00:00
srowen 6de693fa06 Issue 1079 return metadata like byte segments and more in Intent extras; add raw bytes to intent integrator code
git-svn-id: https://zxing.googlecode.com/svn/trunk@2053 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-28 15:06:44 +00:00
srowen ab0ec7ebc8 Cap preview size used at about 800x480; for Issue 1069, adjust Display info by correcting to landscape
git-svn-id: https://zxing.googlecode.com/svn/trunk@2046 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-22 08:48:27 +00:00
srowen 922f9e0abc Bulgarian update from Lachezar
git-svn-id: https://zxing.googlecode.com/svn/trunk@2045 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-22 08:20:11 +00:00
dswitkin@google.com 2ad7c9ea83 Small What's New change, mostly to test an SVN issue I'm having.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2044 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-21 21:30:26 +00:00
dswitkin@google.com 77a9722e16 - Bumped the versionCode to one past 3.72.
- Fixed the ij-install target which the new Android SDK broke.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2043 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-17 19:19:55 +00:00
srowen 3569162c69 More Issue 1067 - go back to original behavior - user chooses inclusive end date for all day events and app will compensate. End-less events have 0 duration by default.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2042 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-17 15:35:03 +00:00
srowen 7e234d9dfd Russian updates from Dmitry
git-svn-id: https://zxing.googlecode.com/svn/trunk@2041 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-17 10:19:59 +00:00
srowen 293f565db9 Issue 1067 and more. Add "VALUE=DATE" to encoding of all-day dates. Don't pretend end was specified in original barcode if not present. However for benefit of Android Calendar apps, use +1 hour/day end time for missing end. Fix some error messages in appspot generator too.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2040 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-17 09:35:48 +00:00
srowen 8198d32f53 Let Proguard work for release builds
git-svn-id: https://zxing.googlecode.com/svn/trunk@2039 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-16 23:51:06 +00:00
srowen 9e9e5671d9 Remove some pre-Eclair code, update camera parameters handling to use 2.x APIs
git-svn-id: https://zxing.googlecode.com/svn/trunk@2038 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-16 10:39:50 +00:00
srowen 505b14de04 Fix some camera-related crashes on 3.71 that we may need to also put out a back-ported fix for
git-svn-id: https://zxing.googlecode.com/svn/trunk@2036 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-15 16:50:44 +00:00
srowen 11f83b37e1 Minor Spanish fixes from a user
git-svn-id: https://zxing.googlecode.com/svn/trunk@2035 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-15 15:51:28 +00:00
srowen b6ac1adae2 Issue 1061 URL-escape {CODE} replacement
git-svn-id: https://zxing.googlecode.com/svn/trunk@2034 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-14 21:22:45 +00:00
dswitkin@google.com 157f2a2449 One updated Slovak string from Laurent.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2033 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-14 16:21:47 +00:00
srowen 898757898c Back-port BS+ changes to use newer Android 2.x APIs, removing deprecations. Now, we're on to Android 2.1 / Eclair / android-7 as a minimum platform level. I called this "4.0" accordingly.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2031 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-13 18:13:35 +00:00
srowen fe9bdc6974 Issue 1056 Catalan translation from Joan
git-svn-id: https://zxing.googlecode.com/svn/trunk@2027 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-11 18:06:45 +00:00
srowen 83c5ecf410 Issue 1057 save wifi config on successful connect
git-svn-id: https://zxing.googlecode.com/svn/trunk@2026 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-11 14:17:16 +00:00
srowen f328cb618e Update ZXingTest to work on 3.x+, mostly by removing the camera capture bit for now. It can come back after android/ is updated and can be cloned again. Updated android-integration with better API and ability to specify package. Now ZXingTest uses our integration code. It's updated for Android 2.x and reports camera params in a slightly better form. Also fixed a few Android 2.x issues and related intent integration stuff left over from other recent changes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2020 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-10 11:16:24 +00:00
srowen 22e0f8daa2 Issue 1046 better Hungarian strings
git-svn-id: https://zxing.googlecode.com/svn/trunk@2019 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-05 21:58:26 +00:00
srowen 957e179e63 Issue 933 handle multi-day all-day events
git-svn-id: https://zxing.googlecode.com/svn/trunk@2015 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-04 16:31:22 +00:00
srowen e7781ae3d8 Another bug fix to go with Issue 1044 -- this one only cropped up on my tablet though
git-svn-id: https://zxing.googlecode.com/svn/trunk@2014 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-04 16:27:14 +00:00
srowen c3659d2b94 Real fix for Issue 1044 - don't use static CameraManager
git-svn-id: https://zxing.googlecode.com/svn/trunk@2013 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-04 11:21:21 +00:00
srowen 86034a4442 More for Issue 1044 -- avoid another possible NPE though I don't think the underlyling issue has been found yet
git-svn-id: https://zxing.googlecode.com/svn/trunk@2010 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 20:02:32 +00:00
dswitkin@google.com c79fb8474b Added build targets for IntelliJ which can't see the built-in Android targets.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2009 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 19:58:54 +00:00
srowen 79add84a5a Recreate build files for android, androidtest, for latest SDK
git-svn-id: https://zxing.googlecode.com/svn/trunk@2008 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 19:34:19 +00:00
srowen 6f5841d8bb Issue 1044 maybe avoid NPE in onDraw() before CaptureActivity.onResume()
git-svn-id: https://zxing.googlecode.com/svn/trunk@2007 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 17:04:54 +00:00
srowen d148e9ff9d Issue 1029 Can now override device locale for purposes of determining which Google to search
git-svn-id: https://zxing.googlecode.com/svn/trunk@2005 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 13:33:50 +00:00
srowen ce014a5ffc Fixed potential bug in not recycling bitmaps that I spied from BS+
git-svn-id: https://zxing.googlecode.com/svn/trunk@2004 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 11:31:10 +00:00
srowen b972ba85ac Better Portuguese translation from BS+ (from professional translator)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2003 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 11:30:50 +00:00
srowen db60385d7d Update all Java code to use Java 6
git-svn-id: https://zxing.googlecode.com/svn/trunk@2002 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-02 11:16:30 +00:00
dswitkin 8683a96213 Fixed Market thinking Barcode Scanner was not compatible with any devices.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2001 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-01 21:51:30 +00:00
dswitkin 914b22c8a0 Bumped Barcode Scanner to 3.7 final.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1999 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-11-01 19:50:14 +00:00
dswitkin@google.com d65dd54e03 Some small Bulgarian fixes.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1991 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-27 16:27:02 +00:00
srowen 352dc25139 Merge miscellaneous additional changes from my near-identical version of hiding text while encoding QR codes: redact menu bar title, and some javadoc improvements in Intents
git-svn-id: https://zxing.googlecode.com/svn/trunk@1989 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-21 23:30:39 +00:00
dswitkin@google.com deea2105b7 Added an option to hide the contents when encoding a barcode via Intent.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1988 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-21 21:09:13 +00:00
dswitkin@google.com d7c5cc9b38 One small change to the release notes before cutting 3.7 beta 1.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1987 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-20 21:34:24 +00:00
srowen 8cc8d7b078 Hindi auto-translation
git-svn-id: https://zxing.googlecode.com/svn/trunk@1984 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-19 16:26:58 +00:00
dswitkin@google.com 4dfe5d7828 Made some changes for Ice Cream Sandwich and bumped the version
to 3.7 beta 1.


git-svn-id: https://zxing.googlecode.com/svn/trunk@1978 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-18 18:45:31 +00:00
srowen 27a047ebe2 Guess at avoiding an NPE reported by a user
git-svn-id: https://zxing.googlecode.com/svn/trunk@1970 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-14 08:41:14 +00:00
dswitkin@google.com a75bc5d021 Minor whitespace and comment cleanup.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1968 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-13 19:09:31 +00:00
srowen d2ed7976ef Merge from "Barcode Scanner Plus": avoid deprecated AndroidHttpClient and use java.net for networking; better HTTP headers, better redirect handling
git-svn-id: https://zxing.googlecode.com/svn/trunk@1958 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-12 11:53:54 +00:00
srowen 468ec159b8 Remove 2 unnecessary wi-fi permissions; thread configuration and wait for wi-fi to enable
git-svn-id: https://zxing.googlecode.com/svn/trunk@1947 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-30 05:20:44 +00:00
srowen eda536772b More small static analysis stuff
git-svn-id: https://zxing.googlecode.com/svn/trunk@1945 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-28 18:27:53 +00:00
srowen 6a2c4e8d2f Go back to 75% reticle size
git-svn-id: https://zxing.googlecode.com/svn/trunk@1944 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-28 18:27:36 +00:00
srowen dc5f292c21 Manifest changes I think we want: no state needed with one exception; always restart from scanning from Home
git-svn-id: https://zxing.googlecode.com/svn/trunk@1943 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-28 05:26:29 +00:00
srowen 303ed2e6a0 A pile of changes from proper static analysis for nullability issues, with full annotations.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1937 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-09-26 19:09:45 +00:00