dswitkin
3e020bd24b
Shipped Barcode Scanner 3.1 final.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1161 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-20 17:30:06 +00:00
srowen
4b33ab2edb
ISSUE-298: commas misinterpreted in MECARD N field
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1160 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-15 19:01:01 +00:00
dswitkin
20ae03785b
Bumped the Android client version to 3.1 beta 1 and wrote up release notes.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1159 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-14 01:40:21 +00:00
dswitkin
e779586745
Made a small performance tweak (about 1% faster).
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1158 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 21:36:38 +00:00
dswitkin
5cc1df3c92
Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the old histogram for 1D and the new approach for 2D. The unit tests don't fully demonstrate how much better this is in real-world lighting, but it pretty much solves the situation of pointing at a QR Code for 30 seconds without scanning, due to a shadow or gradient.
...
HybridBinarizer is now the default across all the fast clients and the unit tests.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1157 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 21:08:57 +00:00
dswitkin
fde805cc02
Added a --products_only flag to the CommandLineRunner.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1156 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 17:19:27 +00:00
dswitkin
8ba08bb916
Added the ability to track who is throwing exceptions and how often in the core library. Uncomment to enable it.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1155 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 17:10:02 +00:00
dswitkin
fbff1b9718
Eliminated up to 700 execeptions being thrown per image by changing one method to return -1 on failure.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1154 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 16:58:28 +00:00
dswitkin
01792f7460
Made the Android test app build with ProGuard again.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1153 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 15:23:12 +00:00
dswitkin
b21dd14d9b
Added a check so that the PDF417 reader can get through the partial blackbox test.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1152 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-13 15:02:33 +00:00
dswitkin
04ffa93742
Fixed some sporadic crashes.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1151 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-11 17:49:11 +00:00
srowen
ef4cdf1969
Issue 295 and Issue 294, treat ADR as wholly different addresses, not 2 lines of 1 address
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1150 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-10 15:50:54 +00:00
srowen
460abab4ed
Issue 295 and Issue 294, ADR was getting generated twice!
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1149 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-10 15:49:04 +00:00
srowen
6271b86315
Issue 294, add support for several address lines in parsed results
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1148 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-10 00:34:54 +00:00
srowen
2604ca4348
Issue 294, don't actually generate nonstandard ORG value for MECARD
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1147 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-10 00:34:16 +00:00
ralf.kistner@gmail.com
a1083bebd4
C++ port: fixed warnings for Symbian build
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1145 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-09 11:06:01 +00:00
ralf.kistner
5472325ffe
C++ port:
...
- Added experimental QR edge detector.
- Modified pattern finder tolerance levels, as in the Java code.
- Adjusted the local block binarizer slightly.
- Added a simple example application.
- Modified MagickBitmapSource to compute the luminance in the same way as the Java BufferedImageLuminanceSource.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1144 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 21:16:43 +00:00
srowen
9f3ee05fe1
Opening up the Detector a little to allow extension, such as per Ralf
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1143 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 19:58:01 +00:00
srowen
27be3fb930
Oops, last change meant to include this -- changelist got split
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1142 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 19:49:52 +00:00
srowen
1e5964024b
Make finder pattern detection a little more tolerant, per Ralf. Increases accuracy slightly.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1141 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 19:47:50 +00:00
srowen
e0fc79fda0
Small bug fix from Ralf
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1140 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 15:51:32 +00:00
srowen
edddb45040
Remove use of Hashtable.clone(), doesn't work in J2ME
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1139 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 12:02:35 +00:00
dswitkin
bdc25cf5bc
Removed three interfaces which weren't doing any good and were making the 1D class hierarchy even more complicated than it already is.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1138 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-08 02:15:35 +00:00
thomas.recloux
fe87c689bc
Adapt iPhone App with Cpp refactoring
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1136 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-06 09:29:32 +00:00
srowen
ecce97287a
Actually commit pref updates
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1135 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-04 08:06:33 +00:00
dswitkin
5c627db289
Added some comments and fixed up lines over 100 columns.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1134 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-03 20:35:10 +00:00
dswitkin
963c449b81
Made the buttons on the Share screen a bit wider and better spaced out. I didn't bother with the landscape version although it could use the same treatment.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1133 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-03 16:42:43 +00:00
dswitkin
67280f4ced
Reduced ProGuard passed from 7 to 4 since there was no additional benefit.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1132 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-12-03 16:04:51 +00:00
srowen
efd5cc819f
Issue 287
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1131 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-30 16:01:20 +00:00
srowen
3949f6920f
Make sure to include androidtest and android-integration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1130 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-30 14:35:22 +00:00
srowen
5199348cfd
Issue 274, for consideration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1129 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-26 02:47:44 +00:00
srowen
b93d81b9f0
git-svn-id: https://zxing.googlecode.com/svn/trunk@1128 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-26 02:31:27 +00:00
srowen
dd41427374
Committing for consideration since I really think this is a win. Issue 283.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1127 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-26 01:47:04 +00:00
srowen
1cd7c7e44c
Slightly better app filtering
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1126 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-23 22:44:19 +00:00
srowen
d1973dce0a
Draft of 'thinking' visualization for barcode scanning. Works for 1D and QR codes.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1125 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-23 16:42:31 +00:00
srowen
aee98771a2
Filter some non-market apps
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1124 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-23 15:26:33 +00:00
srowen
c9175ecae2
Pull out optimize target so we can selectively disable ProGuard with -Dno-optimize
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1123 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-23 09:41:58 +00:00
srowen
88c77b18b8
Fixed unit test fail from vCard change
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1122 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-23 09:37:58 +00:00
dswitkin
f4cd22ee1a
Consolidated all the Android LuminanceSource classes into one file. Either a device can be handled by this file, or the app won't work. The Android platform requires every device to support yuv420sp camera preview buffers, but we also let two other similar formats sneak in for compatibility. I also removed the ability to convert LuminanceSource data into ARGB images, which wasn't used.
...
I also reverted a String-related change to QRCodeEncoder.java. The new method appears present in Java 1.6's String class but not in Android's.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1121 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-23 03:16:41 +00:00
srowen
5339ef7757
Bug fix, use data height/width to check input size
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1120 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-22 15:24:29 +00:00
srowen
87b6b0ec66
Technically split out YUV 4:2:0 and 4:2:2 support and tried implementing RGB conversion for 4:2:0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1119 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-22 12:55:18 +00:00
srowen
f75a6ec766
Loosen BDAY parsing for vCard results
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1118 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-22 11:14:39 +00:00
srowen
c0c1290611
Logging vCard content received to help debug
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1117 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-22 05:59:00 +00:00
bas5winkel
2893fb3804
Adding the actionscript3/Flex conversion of the zxing library plus a demo app.
...
See the readme.txt file and the comments in the zxing client project for more details, hints and remarks.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1116 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-20 15:00:00 +00:00
srowen
f337db0b35
Issue 278
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1115 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-20 00:55:13 +00:00
leppoc
dcb68910a2
In barcode generaotor (zxing.appspot.com), generate barcode upon pressing enter. Issue 229: http://code.google.com/p/zxing/issues/detail?id=229 .
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1113 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-18 23:15:52 +00:00
srowen
f919bbcba5
Use the new Android 2.0-style SDK value for this field so it compiles
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1112 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-17 20:33:13 +00:00
srowen
57cebcc697
Tiny speedups
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1111 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-17 20:32:10 +00:00
srowen
58b5bf7b0f
Commit share app functionality for broader testing and comments
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1110 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-17 11:54:15 +00:00
srowen
b710e257eb
More fixes, to cropping BufferedImages
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1109 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-11-13 10:46:04 +00:00