zxing.git
13 years ago- Made sure barcode scanning always restarts when the activity is resumed.
dswitkin@google.com [Fri, 18 Jun 2010 16:17:12 +0000 (16:17 +0000)]
- Made sure barcode scanning always restarts when the activity is resumed.
- Fixed a potential ANR - we can never sleep on the main thread.
- Bumped the version number.
- Minor cleanup and 100 columns fixes.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1447 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoIssues 155.2 -- add %f for format
srowen [Fri, 18 Jun 2010 12:58:57 +0000 (12:58 +0000)]
Issues 155.2 -- add %f for format

git-svn-id: http://zxing.googlecode.com/svn/trunk@1445 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] updated README to clearly advise to make .mm files whenever including files...
rpechayr [Thu, 17 Jun 2010 18:16:53 +0000 (18:16 +0000)]
[iphone] updated README to clearly advise to make .mm files whenever including files from ZXing

git-svn-id: http://zxing.googlecode.com/svn/trunk@1444 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdd bulk scan mode with preference (and rearrange prefs a bit). Reorder main strings...
srowen [Thu, 17 Jun 2010 12:26:41 +0000 (12:26 +0000)]
Add bulk scan mode with preference (and rearrange prefs a bit). Reorder main strings file, add new pref string and remove probably-incorrect ellipses from Asian language translations

git-svn-id: http://zxing.googlecode.com/svn/trunk@1443 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdd auto-translation tool to help update strings with Google Translate. Let it reorde...
srowen [Thu, 17 Jun 2010 10:55:00 +0000 (10:55 +0000)]
Add auto-translation tool to help update strings with Google Translate. Let it reorder (but not change) existing translations alphabetically by key. Add bulk-scan strings along the way as a test.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1442 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoEscape the semicolons: this was easier than I imagined. Tested with an ssid containi...
vikrama [Thu, 17 Jun 2010 05:24:42 +0000 (05:24 +0000)]
Escape the semicolons: this was easier than I imagined.  Tested with an ssid containing multiple semicolons.  Also some minor code cleanups.

Still to be done:
1. Rename 'nopass' to something cleaner, so it looks crisp in Android's Barcode Scanner UI.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1441 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdd the nopass handling in the Android client.
vikrama [Thu, 17 Jun 2010 04:33:59 +0000 (04:33 +0000)]
Add the nopass handling in the Android client.

TODO:
1. Document the encoding.
2. Test out the interaction with appspot.com with escaped semicolons and colons

git-svn-id: http://zxing.googlecode.com/svn/trunk@1440 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoInitial checkin of wifi generator.
vikrama [Thu, 17 Jun 2010 04:31:26 +0000 (04:31 +0000)]
Initial checkin of wifi generator.

TODO:
1. Semicolons need to be escaped
2. In the android code, need much better error checking.  Incorrect barcodes crash Barcode Scanner!
3. Add network type NOPASS to the android code.  This is ready, and will be a separate checkin.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1439 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoDisplay possible country origin info on product scan
srowen [Wed, 16 Jun 2010 21:13:47 +0000 (21:13 +0000)]
Display possible country origin info on product scan

git-svn-id: http://zxing.googlecode.com/svn/trunk@1438 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAvoid possible AIOOBE on bad input
srowen [Wed, 16 Jun 2010 21:12:43 +0000 (21:12 +0000)]
Avoid possible AIOOBE on bad input

git-svn-id: http://zxing.googlecode.com/svn/trunk@1437 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdd support for UPC/EAN +5 extensions, plus basic tests, and display the content...
srowen [Wed, 16 Jun 2010 19:49:22 +0000 (19:49 +0000)]
Add support for UPC/EAN +5 extensions, plus basic tests, and display the content in Android client as metadata

git-svn-id: http://zxing.googlecode.com/svn/trunk@1436 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdding strings converted using Google Translate. Feeling bad about all the Engrish...
vikrama [Wed, 16 Jun 2010 04:11:54 +0000 (04:11 +0000)]
Adding strings converted using Google Translate.  Feeling bad about all the Engrish jokes I made in the past.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1435 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] updated README
rpechayr [Tue, 15 Jun 2010 22:10:23 +0000 (22:10 +0000)]
[iphone] updated README

git-svn-id: http://zxing.googlecode.com/svn/trunk@1434 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoOops remove bar again
srowen [Tue, 15 Jun 2010 22:08:02 +0000 (22:08 +0000)]
Oops remove bar again

git-svn-id: http://zxing.googlecode.com/svn/trunk@1433 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] now decoders need to be injected into ZXingWidgetController to enhance perfo...
rpechayr [Tue, 15 Jun 2010 22:01:04 +0000 (22:01 +0000)]
[iphone] now decoders need to be injected into ZXingWidgetController to enhance performance when only a few readers are needed. One exc bad access bug solved. A few minor bugs remain in ScanTest. 1st status bar does not reappear when success of scan. this one should be easy to fix. 2nd ScanTest does not display the results when scan success for the first time, but only second time. This second bug is strange

git-svn-id: http://zxing.googlecode.com/svn/trunk@1432 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago... and roll back a bit more to old status view, smaller text again
srowen [Tue, 15 Jun 2010 21:53:48 +0000 (21:53 +0000)]
... and roll back a bit more to old status view, smaller text again

git-svn-id: http://zxing.googlecode.com/svn/trunk@1431 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago... and put back status text, in a simplified form?
srowen [Tue, 15 Jun 2010 19:56:32 +0000 (19:56 +0000)]
... and put back status text, in a simplified form?

git-svn-id: http://zxing.googlecode.com/svn/trunk@1430 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoBack to white backgrounds, somewhat smaller text in the result screen, shorter Toast...
srowen [Tue, 15 Jun 2010 18:43:10 +0000 (18:43 +0000)]
Back to white backgrounds, somewhat smaller text in the result screen, shorter Toast popup and doesn't interfere with help screen

git-svn-id: http://zxing.googlecode.com/svn/trunk@1429 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoStyle-related changes
srowen [Tue, 15 Jun 2010 16:25:24 +0000 (16:25 +0000)]
Style-related changes

git-svn-id: http://zxing.googlecode.com/svn/trunk@1428 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoFix a formatting problem on smaller device
srowen [Tue, 15 Jun 2010 13:13:27 +0000 (13:13 +0000)]
Fix a formatting problem on smaller device

git-svn-id: http://zxing.googlecode.com/svn/trunk@1427 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoRest of cosmetic changes -- simpler, black theme with easier-to-touch buttons and...
srowen [Tue, 15 Jun 2010 13:04:18 +0000 (13:04 +0000)]
Rest of cosmetic changes -- simpler, black theme with easier-to-touch buttons and consistent sizing, icons

git-svn-id: http://zxing.googlecode.com/svn/trunk@1426 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAndroid activity to add a network, and all associated code for dealing
vikrama [Tue, 15 Jun 2010 03:49:49 +0000 (03:49 +0000)]
Android activity to add a network, and all associated code for dealing
with WIFI: schemes on the Android side.

 Things to be done:
1. Much more testing.
2. Implement SB and test it well.
3. Clean up the UI to make it beautiful.
4. Figure out what to do when the network is connected: exit the
   Barcode Scanner?  Currently, the activity kills itself, restoring
   camera capture.
5. Publicize the WIFI: scheme.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1425 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoBetter tweak to last change -- scale text size dynamically
srowen [Mon, 14 Jun 2010 13:03:02 +0000 (13:03 +0000)]
Better tweak to last change -- scale text size dynamically

git-svn-id: http://zxing.googlecode.com/svn/trunk@1424 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoPrettify scan result screen, I think
srowen [Mon, 14 Jun 2010 10:59:24 +0000 (10:59 +0000)]
Prettify scan result screen, I think

git-svn-id: http://zxing.googlecode.com/svn/trunk@1423 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoCore library changes to include wifi type. One measly test included as well.
vikrama [Thu, 10 Jun 2010 03:49:18 +0000 (03:49 +0000)]
Core library changes to include wifi type.  One measly test included as well.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1421 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoHandle empty string as null in many cases
srowen [Wed, 9 Jun 2010 10:21:41 +0000 (10:21 +0000)]
Handle empty string as null in many cases

git-svn-id: http://zxing.googlecode.com/svn/trunk@1420 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoNeed to not generate debug info in Android as well now in order to satisfy new Progua...
srowen [Tue, 8 Jun 2010 23:05:28 +0000 (23:05 +0000)]
Need to not generate debug info in Android as well now in order to satisfy new Proguard and dex releases?

git-svn-id: http://zxing.googlecode.com/svn/trunk@1419 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoMake font sizes more consistent in the app
srowen [Tue, 8 Jun 2010 22:52:12 +0000 (22:52 +0000)]
Make font sizes more consistent in the app

git-svn-id: http://zxing.googlecode.com/svn/trunk@1418 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoBetter handling of empty/incomplete content stream
srowen [Tue, 8 Jun 2010 22:39:49 +0000 (22:39 +0000)]
Better handling of empty/incomplete content stream

git-svn-id: http://zxing.googlecode.com/svn/trunk@1417 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoIssue 439: be more lax and don't look for END
srowen [Tue, 8 Jun 2010 05:20:00 +0000 (05:20 +0000)]
Issue 439: be more lax and don't look for END

git-svn-id: http://zxing.googlecode.com/svn/trunk@1416 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone][ScanTest] now builds again. Had some minor small problems
rpechayr [Sun, 6 Jun 2010 13:34:02 +0000 (13:34 +0000)]
[iphone][ScanTest] now builds again. Had some minor small problems

git-svn-id: http://zxing.googlecode.com/svn/trunk@1415 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] [ZXingWidget] removed llvm dependency for device. Now seems to build
rpechayr [Sun, 6 Jun 2010 13:15:13 +0000 (13:15 +0000)]
[iphone] [ZXingWidget] removed llvm dependency for device. Now seems to build

git-svn-id: http://zxing.googlecode.com/svn/trunk@1414 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] ZXingWidget minor fix so that it just builds without any problem
rpechayr [Sun, 6 Jun 2010 12:58:04 +0000 (12:58 +0000)]
[iphone] ZXingWidget minor fix so that it just builds without any problem

git-svn-id: http://zxing.googlecode.com/svn/trunk@1413 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] added known issues in README when including ZXingWidget into your project...
rpechayr [Sun, 6 Jun 2010 12:42:31 +0000 (12:42 +0000)]
[iphone] added known issues in README when including ZXingWidget into your project, Modified ZXingWidgetController so that it know hosts a UIImagePickerController instead of SubClassing it. Please let me know if anything is broken

git-svn-id: http://zxing.googlecode.com/svn/trunk@1412 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoIssue 432 fix UMT definition
srowen [Thu, 3 Jun 2010 21:59:41 +0000 (21:59 +0000)]
Issue 432 fix UMT definition

git-svn-id: http://zxing.googlecode.com/svn/trunk@1411 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoTack on a little more logging for debugging assistance
srowen [Thu, 3 Jun 2010 20:59:23 +0000 (20:59 +0000)]
Tack on a little more logging for debugging assistance

git-svn-id: http://zxing.googlecode.com/svn/trunk@1410 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] updated README to include exportList ..
rpechayr [Wed, 2 Jun 2010 19:15:03 +0000 (19:15 +0000)]
[iphone] updated README to include exportList ..

git-svn-id: http://zxing.googlecode.com/svn/trunk@1409 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] README added with steps to include ZXingWidget into your project
rpechayr [Wed, 2 Jun 2010 19:09:03 +0000 (19:09 +0000)]
[iphone] README added with steps to include ZXingWidget into your project

git-svn-id: http://zxing.googlecode.com/svn/trunk@1408 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoChanged validation method in order to prevent false positives on other 1D barcodes
bas5winkel [Tue, 1 Jun 2010 14:39:24 +0000 (14:39 +0000)]
Changed validation method in order to prevent false positives on other 1D barcodes

git-svn-id: http://zxing.googlecode.com/svn/trunk@1407 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoRenamed Codabar files and added text files for testing purposes
bas5winkel [Tue, 1 Jun 2010 14:35:38 +0000 (14:35 +0000)]
Renamed Codabar files and added text files for testing purposes

git-svn-id: http://zxing.googlecode.com/svn/trunk@1406 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] BarCodes partially fixed. Now builds with warnings. Unit Test are not fixed yet
rpechayr [Tue, 1 Jun 2010 06:48:27 +0000 (06:48 +0000)]
[iphone] BarCodes partially fixed. Now builds with warnings. Unit Test are not fixed yet

git-svn-id: http://zxing.googlecode.com/svn/trunk@1405 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoSame change as Revision r1395 for C++ port: Small speedup, per issue 422
luizcroc [Mon, 31 May 2010 20:58:49 +0000 (20:58 +0000)]
Same change as Revision r1395 for C++ port: Small speedup, per issue 422

git-svn-id: http://zxing.googlecode.com/svn/trunk@1404 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoUpdate Codabar style and disable it as its causing too many false positives
srowen [Mon, 31 May 2010 12:49:29 +0000 (12:49 +0000)]
Update Codabar style and disable it as its causing too many false positives

git-svn-id: http://zxing.googlecode.com/svn/trunk@1403 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoGo ahead and enable Code 93 in android
srowen [Mon, 31 May 2010 12:47:27 +0000 (12:47 +0000)]
Go ahead and enable Code 93 in android

git-svn-id: http://zxing.googlecode.com/svn/trunk@1402 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdded support for codabar format
bas5winkel@gmail.com [Mon, 31 May 2010 12:39:48 +0000 (12:39 +0000)]
Added support for codabar format

git-svn-id: http://zxing.googlecode.com/svn/trunk@1401 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdded support for codabar format
bas5winkel@gmail.com [Mon, 31 May 2010 12:20:50 +0000 (12:20 +0000)]
Added support for codabar format

git-svn-id: http://zxing.googlecode.com/svn/trunk@1400 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdded support for codabar format
bas5winkel@gmail.com [Mon, 31 May 2010 12:18:49 +0000 (12:18 +0000)]
Added support for codabar format

git-svn-id: http://zxing.googlecode.com/svn/trunk@1399 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdd Code 93 support. Update tests to reflect new (better) number of successes.
srowen [Sun, 30 May 2010 14:37:08 +0000 (14:37 +0000)]
Add Code 93 support. Update tests to reflect new (better) number of successes.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1398 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] all memory leaks fixed. A number of minor bugs corrected
rpechayr [Sun, 30 May 2010 11:40:09 +0000 (11:40 +0000)]
[iphone] all memory leaks fixed. A number of minor bugs corrected

git-svn-id: http://zxing.googlecode.com/svn/trunk@1397 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] Memory leak fixed. Widget does not crash anymore after a few seconds. No...
rpechayr [Sat, 29 May 2010 11:31:41 +0000 (11:31 +0000)]
[iphone] Memory leak fixed. Widget does not crash anymore after a few seconds. No more memory warning either

git-svn-id: http://zxing.googlecode.com/svn/trunk@1396 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoSmall speedup, per issue 422
srowen [Fri, 28 May 2010 15:39:11 +0000 (15:39 +0000)]
Small speedup, per issue 422

git-svn-id: http://zxing.googlecode.com/svn/trunk@1395 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoCreated Barcode Scanner 3.31 final.
dswitkin [Fri, 28 May 2010 15:30:48 +0000 (15:30 +0000)]
Created Barcode Scanner 3.31 final.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1394 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoMore logging, care with parsing vCard?
srowen [Thu, 27 May 2010 11:52:49 +0000 (11:52 +0000)]
More logging, care with parsing vCard?

git-svn-id: http://zxing.googlecode.com/svn/trunk@1393 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoMore encoding related changes for encoding Chinese chars in QR codes
srowen [Thu, 27 May 2010 11:25:00 +0000 (11:25 +0000)]
More encoding related changes for encoding Chinese chars in QR codes

git-svn-id: http://zxing.googlecode.com/svn/trunk@1392 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoCreated Barcode Scanner 3.31 beta 1.
dswitkin [Wed, 26 May 2010 16:58:15 +0000 (16:58 +0000)]
Created Barcode Scanner 3.31 beta 1.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1391 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoSafer check for Build SDK; restrict Behold II workaround to Cupcake, per Samsung
srowen [Wed, 26 May 2010 07:01:58 +0000 (07:01 +0000)]
Safer check for Build SDK; restrict Behold II workaround to Cupcake, per Samsung

git-svn-id: http://zxing.googlecode.com/svn/trunk@1390 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoArabic translation from Randy Shen.
dswitkin [Tue, 25 May 2010 12:34:58 +0000 (12:34 +0000)]
Arabic translation from Randy Shen.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1389 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoAdded README to Barcodes original iphone project
rpechayr [Sat, 22 May 2010 09:39:33 +0000 (09:39 +0000)]
Added README to Barcodes original iphone project

git-svn-id: http://zxing.googlecode.com/svn/trunk@1388 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone]Original iPhone project moved into dedicated subfolders iphone/Barcodes
rpechayr [Sat, 22 May 2010 09:35:27 +0000 (09:35 +0000)]
[iphone]Original iPhone project moved into dedicated subfolders iphone/Barcodes

git-svn-id: http://zxing.googlecode.com/svn/trunk@1387 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] ScanTest was not displaying results on my device
rpechayr [Sat, 22 May 2010 09:17:41 +0000 (09:17 +0000)]
[iphone] ScanTest was not displaying results on my device

git-svn-id: http://zxing.googlecode.com/svn/trunk@1386 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone]Reorganized ZXingWidget with directories for categories of source files
rpechayr [Sat, 22 May 2010 07:37:46 +0000 (07:37 +0000)]
[iphone]Reorganized ZXingWidget with directories for categories of source files

git-svn-id: http://zxing.googlecode.com/svn/trunk@1385 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years ago[iphone] scanTest project now automatically references and builds ZXingWidget project
rpechayr [Sat, 22 May 2010 07:19:37 +0000 (07:19 +0000)]
[iphone] scanTest project now automatically references and builds ZXingWidget project

git-svn-id: http://zxing.googlecode.com/svn/trunk@1384 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoimproved the presentation of the decoded information
ftylitak [Fri, 21 May 2010 09:47:21 +0000 (09:47 +0000)]
improved the presentation of the decoded information

git-svn-id: http://zxing.googlecode.com/svn/trunk@1378 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoFixes from Konstantin
srowen@gmail.com [Thu, 20 May 2010 13:17:39 +0000 (13:17 +0000)]
Fixes from Konstantin

git-svn-id: http://zxing.googlecode.com/svn/trunk@1377 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoIssue 412
srowen@gmail.com [Thu, 20 May 2010 10:50:34 +0000 (10:50 +0000)]
Issue 412

git-svn-id: http://zxing.googlecode.com/svn/trunk@1376 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoIssue 411
srowen [Wed, 19 May 2010 18:36:59 +0000 (18:36 +0000)]
Issue 411

git-svn-id: http://zxing.googlecode.com/svn/trunk@1375 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoActually add subject/body per GeoSixPack
srowen [Wed, 19 May 2010 18:29:45 +0000 (18:29 +0000)]
Actually add subject/body per GeoSixPack

git-svn-id: http://zxing.googlecode.com/svn/trunk@1374 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoremoved erroneous import
dkavanagh [Wed, 19 May 2010 11:50:49 +0000 (11:50 +0000)]
removed erroneous import

git-svn-id: http://zxing.googlecode.com/svn/trunk@1373 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoIssue 408 comment fix
srowen [Wed, 19 May 2010 07:20:28 +0000 (07:20 +0000)]
Issue 408 comment fix

git-svn-id: http://zxing.googlecode.com/svn/trunk@1371 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoDid a special OneD mode for scanning UPC codes and the like. It uses a landscape...
dkavanagh [Wed, 19 May 2010 01:52:38 +0000 (01:52 +0000)]
Did a special OneD mode for scanning UPC codes and the like. It uses a landscape scan UI with a red line (and green line highlighting the decoded area). Must set it explictly in the ScanTest - where the ZXingWidget is created.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1370 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoMore translation fixes from Randy Shen.
dswitkin [Mon, 17 May 2010 13:01:48 +0000 (13:01 +0000)]
More translation fixes from Randy Shen.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1369 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoCommit good fix for race condition Daniel noted
srowen [Sat, 15 May 2010 11:28:43 +0000 (11:28 +0000)]
Commit good fix for race condition Daniel noted

git-svn-id: http://zxing.googlecode.com/svn/trunk@1366 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoReinstate more optimization, but avoid disagreement with dex by properly disabling...
srowen [Sat, 15 May 2010 11:28:01 +0000 (11:28 +0000)]
Reinstate more optimization, but avoid disagreement with dex by properly disabling the controversial optimizations: field and method merging, mostly

git-svn-id: http://zxing.googlecode.com/svn/trunk@1365 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoMove character encoding logic out to common, try again to improve its handling of...
srowen [Sat, 15 May 2010 11:21:03 +0000 (11:21 +0000)]
Move character encoding logic out to common, try again to improve its handling of UTF8 for Chinese market, per manufacturer request, added test cases

git-svn-id: http://zxing.googlecode.com/svn/trunk@1364 59b500cc-1b3d-0410-9834-0bbf25fbcc57

13 years agoBacking out this change for the Droid on suspicion that it's interfering with at...
srowen [Sat, 15 May 2010 10:19:23 +0000 (10:19 +0000)]
Backing out this change for the Droid on suspicion that it's interfering with at least one other device

git-svn-id: http://zxing.googlecode.com/svn/trunk@1363 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years ago[iPhone] Minor Corrections: ZXingWidgets now also builds on release mode. Typo correc...
rpechayr [Fri, 14 May 2010 17:21:12 +0000 (17:21 +0000)]
[iPhone] Minor Corrections: ZXingWidgets now also builds on release mode. Typo corrected that made compile error

git-svn-id: http://zxing.googlecode.com/svn/trunk@1362 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoAdded beep. Settable sound file location via widget property. Client app sets this.
dkavanagh [Thu, 13 May 2010 17:34:36 +0000 (17:34 +0000)]
Added beep. Settable sound file location via widget property. Client app sets this.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1361 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agocall widget delegate after 1 sec delay. this gives ui time to show points and user...
dkavanagh [Thu, 13 May 2010 16:05:02 +0000 (16:05 +0000)]
call widget delegate after 1 sec delay. this gives ui time to show points and user time to view them.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1360 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agouse the export list to get the decoder working
dkavanagh [Thu, 13 May 2010 14:11:50 +0000 (14:11 +0000)]
use the export list to get the decoder working

git-svn-id: http://zxing.googlecode.com/svn/trunk@1359 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agotweaks to get the decode working
dkavanagh [Thu, 13 May 2010 14:10:18 +0000 (14:10 +0000)]
tweaks to get the decode working

git-svn-id: http://zxing.googlecode.com/svn/trunk@1358 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoremoved personal project files. Shouldn't be checked in
dkavanagh [Thu, 13 May 2010 01:28:38 +0000 (01:28 +0000)]
removed personal project files. Shouldn't be checked in

git-svn-id: http://zxing.googlecode.com/svn/trunk@1357 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoremoved my proj files... get generated for each user locally.
dkavanagh [Thu, 13 May 2010 01:24:17 +0000 (01:24 +0000)]
removed my proj files... get generated for each user locally.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1356 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoMemory leak in MultiFormatReader fixed and a better fix for the memory leak in Monoch...
luizcroc [Wed, 12 May 2010 22:11:18 +0000 (22:11 +0000)]
Memory leak in MultiFormatReader fixed and a better fix for the memory leak in MonochromeRectangleDetector

git-svn-id: http://zxing.googlecode.com/svn/trunk@1355 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agothe very simple test app that calls the ZXingWidget
dkavanagh [Wed, 12 May 2010 18:24:18 +0000 (18:24 +0000)]
the very simple test app that calls the ZXingWidget

git-svn-id: http://zxing.googlecode.com/svn/trunk@1354 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoa scan widget you can include in your iPhone app. Test app coming shortly.
dkavanagh [Wed, 12 May 2010 18:13:27 +0000 (18:13 +0000)]
a scan widget you can include in your iPhone app. Test app coming shortly.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1353 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoTiny NPE fix
srowen [Tue, 11 May 2010 11:44:18 +0000 (11:44 +0000)]
Tiny NPE fix

git-svn-id: http://zxing.googlecode.com/svn/trunk@1352 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoBig RSS Expanded changelist -- thank you authors
srowen [Mon, 10 May 2010 19:18:50 +0000 (19:18 +0000)]
Big RSS Expanded changelist -- thank you authors

git-svn-id: http://zxing.googlecode.com/svn/trunk@1350 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoFixes to get zxing compatible back to OS 3.0 as proposed by David Oster.
dmaclach [Mon, 10 May 2010 17:44:49 +0000 (17:44 +0000)]
Fixes to get zxing compatible back to OS 3.0 as proposed by David Oster.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1349 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoFinal change for Barcode Scanner 3.3.
dswitkin@google.com [Mon, 10 May 2010 17:14:21 +0000 (17:14 +0000)]
Final change for Barcode Scanner 3.3.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1348 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoAnother translation fix from Randy Shen.
dswitkin@google.com [Mon, 10 May 2010 15:11:35 +0000 (15:11 +0000)]
Another translation fix from Randy Shen.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1347 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoNew icon from Roman Nurik, and help system tweaks.
dswitkin@google.com [Mon, 10 May 2010 14:57:40 +0000 (14:57 +0000)]
New icon from Roman Nurik, and help system tweaks.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1346 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoFix a typo or two from the last commit
srowen [Sat, 8 May 2010 21:10:54 +0000 (21:10 +0000)]
Fix a typo or two from the last commit

git-svn-id: http://zxing.googlecode.com/svn/trunk@1345 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoTighten up some stuff I saw from the logs
srowen [Sat, 8 May 2010 20:56:31 +0000 (20:56 +0000)]
Tighten up some stuff I saw from the logs

git-svn-id: http://zxing.googlecode.com/svn/trunk@1344 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoAdded David Phillip Oster's fixes for compiling and getting the Barcodes app to scan...
dmaclach [Fri, 7 May 2010 17:10:06 +0000 (17:10 +0000)]
Added David Phillip Oster's fixes for compiling and getting the Barcodes app to scan for barcodes.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1343 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoOne more time -- rationalize log levels, mostly downward, and pull out 1-2 more state...
srowen [Fri, 7 May 2010 08:07:39 +0000 (08:07 +0000)]
One more time -- rationalize log levels, mostly downward, and pull out 1-2 more statements

git-svn-id: http://zxing.googlecode.com/svn/trunk@1342 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoUpdated the zxing folder with the latest SVN version, changed the CameraImageWrapper...
ftylitak [Thu, 6 May 2010 20:19:38 +0000 (20:19 +0000)]
Updated the zxing folder with the latest SVN version, changed the CameraImageWrapper to comply with the new library version and changed the PRO file (added a MACRO)

git-svn-id: http://zxing.googlecode.com/svn/trunk@1341 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoUpdated translations from Randy Shen.
dswitkin [Thu, 6 May 2010 14:13:04 +0000 (14:13 +0000)]
Updated translations from Randy Shen.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1340 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoAdded a project written on Qt framework for Symbian and added tutorials for both...
ftylitak [Thu, 6 May 2010 11:18:01 +0000 (11:18 +0000)]
Added a project written on Qt framework for Symbian and added tutorials for both ZXingBarcodeReader and QQrDecoder

git-svn-id: http://zxing.googlecode.com/svn/trunk@1339 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoOK a little too much logging, roll some back
srowen [Wed, 5 May 2010 21:43:58 +0000 (21:43 +0000)]
OK a little too much logging, roll some back

git-svn-id: http://zxing.googlecode.com/svn/trunk@1338 59b500cc-1b3d-0410-9834-0bbf25fbcc57

14 years agoAdded some log statement to help track down Acer issue
srowen [Wed, 5 May 2010 17:05:11 +0000 (17:05 +0000)]
Added some log statement to help track down Acer issue

git-svn-id: http://zxing.googlecode.com/svn/trunk@1337 59b500cc-1b3d-0410-9834-0bbf25fbcc57