zxing/core/src/com/google/zxing
2013-04-25 18:49:01 +00:00
..
aztec A few inspection cleanups 2013-04-18 11:26:13 +00:00
client/result Make sure strings with a space aren't considered a URI 2013-03-05 18:11:09 +00:00
common Issue 1673 assert about division algorithm state to avoid strange infinite loop situation 2013-04-25 18:49:01 +00:00
datamatrix Various changes from IJ12.1 inspections 2013-03-01 20:01:40 +00:00
maxicode Various changes from IJ12.1 inspections 2013-03-01 20:01:40 +00:00
multi Issue 1659 carry through metadata on multiple barcodes 2013-04-05 09:48:17 +00:00
oned Restore 48 digit ITF 2013-04-22 20:10:27 +00:00
pdf417 A few inspection cleanups 2013-04-18 11:26:13 +00:00
qrcode Issue 1138 reject image with nonsensical right-bottom black pixel in pure barcode mode 2013-04-22 13:44:25 +00:00
BarcodeFormat.java Update all Java code to use Java 6 2011-11-02 11:16:30 +00:00
Binarizer.java More inspection stuff, mostly making things final that are not intended for extension 2012-07-07 20:41:00 +00:00
BinaryBitmap.java Add ability to rotate LuminanceSource 45 degrees, for later use 2012-06-20 14:46:00 +00:00
ChecksumException.java "Split" ReaderException into subclasses to enable more useful error reporting 2010-02-02 08:23:46 +00:00
DecodeHintType.java First cut at specifying hints by Intent from Lachezar 2013-03-29 14:39:31 +00:00
Dimension.java Issue 572 port of Data Matrix encoder from barcode4j, adapted for Android, ported by Guillaume Le Biller and stoty47 and adapted a bit more by me 2013-02-07 20:17:08 +00:00
EncodeHintType.java Add more hints for Aztec encoding 2013-03-06 13:16:23 +00:00
FormatException.java "Split" ReaderException into subclasses to enable more useful error reporting 2010-02-02 08:23:46 +00:00
InvertedLuminanceSource.java Better take on InvertedLuminanceSource -- allow possibility of rotation and efficient un-inversion 2013-02-19 20:53:30 +00:00
LuminanceSource.java Better take on InvertedLuminanceSource -- allow possibility of rotation and efficient un-inversion 2013-02-19 20:53:30 +00:00
MultiFormatReader.java Issue 1143: enable Codabar after improved decoding avoids false positives 2012-02-04 14:44:05 +00:00
MultiFormatWriter.java Move PDF417, Aztec Writers up a level for consistency 2013-04-10 16:33:21 +00:00
NotFoundException.java "Split" ReaderException into subclasses to enable more useful error reporting 2010-02-02 08:23:46 +00:00
PlanarYUVLuminanceSource.java 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. 2013-01-19 20:48:03 +00:00
Reader.java Update all Java code to use Java 6 2011-11-02 11:16:30 +00:00
ReaderException.java Update all Java code to use Java 6 2011-11-02 11:16:30 +00:00
Result.java Update all Java code to use Java 6 2011-11-02 11:16:30 +00:00
ResultMetadataType.java Send through EAN extension with metadata 2012-02-15 10:23:06 +00:00
ResultPoint.java More inspection stuff, mostly making things final that are not intended for extension 2012-07-07 20:41:00 +00:00
ResultPointCallback.java Draft of 'thinking' visualization for barcode scanning. Works for 1D and QR codes. 2009-11-23 16:42:31 +00:00
RGBLuminanceSource.java Add cropping for RGBLuminanceSource. And remove some unrelated dead code. 2012-08-23 23:44:47 +00:00
Writer.java Update all Java code to use Java 6 2011-11-02 11:16:30 +00:00
WriterException.java Issue 918 Add MECARD/vCard switch after factoring out and tidying some of the contact encoding logic 2011-12-23 13:59:15 +00:00