zxing/core/src/com/google/zxing
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
..
client/result Fixed unit test fail from vCard change 2009-11-23 09:37:58 +00:00
common Issue 249, fix references to methods not in MIDP 2 2009-10-13 17:16:19 +00:00
datamatrix Remove some redundant 'throws'; allocate more reasonably sized StringBuffers for performance 2009-11-02 10:16:03 +00:00
multi Draft of 'thinking' visualization for barcode scanning. Works for 1D and QR codes. 2009-11-23 16:42:31 +00:00
oned Issue 287 2009-11-30 16:01:20 +00:00
pdf417 Spell checker fixes, narrowed scope / made less visible where possible. Little stuff 2009-09-15 09:03:05 +00:00
qrcode Draft of 'thinking' visualization for barcode scanning. Works for 1D and QR codes. 2009-11-23 16:42:31 +00:00
BarcodeFormat.java Improved history function 2009-09-29 22:33:03 +00:00
Binarizer.java Code analysis tweaks 2009-06-28 16:33:02 +00:00
BinaryBitmap.java Converted the last user of the old MonochromeBitmapSource-style calls over to BitMatrix, and removed these deprecated methods. 2009-07-01 16:13:25 +00:00
DecodeHintType.java Draft of 'thinking' visualization for barcode scanning. Works for 1D and QR codes. 2009-11-23 16:42:31 +00:00
EncodeHintType.java Added basic support for caller-specified character encoding 2009-01-31 00:40:04 +00:00
LuminanceSource.java Spell checker fixes, narrowed scope / made less visible where possible. Little stuff 2009-09-15 09:03:05 +00:00
MultiFormatReader.java Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer, and BinaryBitmap classes. The unit tests pass and I believe the change is complete, but there are some clients like J2ME and Bug that I can't build. 2009-06-26 17:49:45 +00:00
MultiFormatWriter.java Issue 198 2009-06-19 13:23:09 +00:00
Reader.java Spell checker fixes, narrowed scope / made less visible where possible. Little stuff 2009-09-15 09:03:05 +00:00
ReaderException.java More small changes from code inspection 2008-12-21 18:54:58 +00:00
Result.java Tiny code adjustments from inspection 2009-08-25 21:29:39 +00:00
ResultMetadataType.java Added error correction level to Result 2009-07-22 10:40:18 +00:00
ResultPoint.java Spell checker fixes, narrowed scope / made less visible where possible. Little stuff 2009-09-15 09:03:05 +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
Writer.java Changed the Writer interface to provide contents as a String instead of a byte array. 2008-11-19 20:12:38 +00:00
WriterException.java Remove Debug and switch to eceptions in Encoder / Writer API 2008-11-20 12:26:20 +00:00