zxing/core/src/com/google/zxing
2008-07-30 21:58:17 +00:00
..
client/result Add iCal support, plus many small changes suggested by code inspection -- mostly making things less visible for now 2008-07-08 04:11:24 +00:00
common Factor out ECI-related code for reuse with Data Matrix later. 2008-07-24 21:37:37 +00:00
datamatrix Minor style changes; optimized nested loops at end to avoid some redundant computation 2008-07-25 15:24:59 +00:00
oned Minor style tweaks 2008-07-09 17:24:02 +00:00
qrcode Some small improvements in error handling based on exceptions observed at zxing.org 2008-07-30 21:58:17 +00:00
BarcodeFormat.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
BlackPointEstimationMethod.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
DecodeHintType.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
MonochromeBitmapSource.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
MultiFormatReader.java Modified the library entry point in a way which lets continuous scan clients reuse the same decoding objects at each pass. This is source and semantically compatible with the previous version, so you have to choose to call decodeWithState() to get the benefits. The unit tests cannot use this because they test each image in normal and then try harder mode, which requires changing the hints object. 2008-07-22 16:16:21 +00:00
Reader.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ReaderException.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Result.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ResultMetadataType.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ResultPoint.java Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00