zxing/core/src/com/google/zxing
srowen@gmail.com 881e2cb7da Comment out unused encoder code (per Frank Yellin)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2720 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-11 18:11:16 +00:00
..
aztec Comment out unused encoder code (per Frank Yellin) 2013-05-11 18:11:16 +00:00
client/result Make sure strings with a space aren't considered a URI 2013-03-05 18:11:09 +00:00
common First take on Guenther's updates for PDF417. Still need to investigate test suite #2 failures 2013-04-26 15:31:42 +00:00
datamatrix Fix two other AIOOBE from pure barcode mode, update javadoc 2013-04-26 17:42:51 +00:00
maxicode Fix two other AIOOBE from pure barcode mode, update javadoc 2013-04-26 17:42:51 +00:00
multi Issue 1659 carry through metadata on multiple barcodes 2013-04-05 09:48:17 +00:00
oned Minor inspection cleanup 2013-05-02 22:43:12 +00:00
pdf417 More PDF417 changes from Guenther 2013-05-03 20:57:14 +00:00
qrcode Fix two other AIOOBE from pure barcode mode, update javadoc 2013-04-26 17:42:51 +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 First take on Guenther's updates for PDF417. Still need to investigate test suite #2 failures 2013-04-26 15:31:42 +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 First take on Guenther's updates for PDF417. Still need to investigate test suite #2 failures 2013-04-26 15:31:42 +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