zxing.git
2008-04-21 dswitkinMerged revisions 321,327,330,332,334,342-343,352-353...
2008-04-21 dswitkinInitialized merge tracking via "svnmerge" with revision...
2008-04-21 dswitkinAdded some simple sharpening for 1D decoding which...
2008-04-21 dswitkinImproved the command line test app to accept multiple...
2008-04-19 dswitkinReplaced the smaller, resized EAN13-2 test images with...
2008-04-18 srowenSeparate out test-unit and test-blackbox targets for...
2008-04-18 dswitkinAdded a new test library of 16 blurry EAN-13 barcodes...
2008-04-18 dswitkinChanged the black box tests to require an absolute...
2008-04-18 dswitkinChanged the parsing logic to refer to EAN-8 and EAN...
2008-04-17 dswitkinConverted the Android client to use a status bar on...
2008-04-16 srowenAdded workaround for NoSuchMethodError on some Nokia...
2008-04-16 srowenFix Issue 50, not building on Windows, by adding some...
2008-04-16 srowenSmall simplification of build file condition properties...
2008-04-15 dswitkinA couple small improvements to the CameraManager.
2008-04-11 dswitkinAdded 'T' as a shortcut to toggle debug method tracing...
2008-04-11 dswitkinMade the worker threads shut down synchronously to...
2008-04-11 dswitkinChanged ProGuard settings so it will inline methods...
2008-04-10 dswitkinMade sure the BitmapSource subclasses do not reuse...
2008-04-10 dswitkinChanged how many rows we scan while detecting QR finder...
2008-04-08 dswitkinImproved the CameraThread state machine, and fixed...
2008-04-08 dswitkinRewrote the Android M3 client to do continuous decoding...
2008-04-07 srowenWorkaround for codes that fail to include (required...
2008-04-07 srowenOops, off-by-one bug fix, and some more comments
2008-04-07 srowenCan now instantiate this to represent a region of a...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-04-04 srowenMake two methods public for easier reuse by third-party...
2008-04-03 srowenForward-porting Daniel's fix
2008-04-03 srowenMoved the "geo:" fix to the 'right' place
2008-04-03 dswitkinImproved the Android M3 viewfinder display, by making...
2008-04-03 mschulkindsmall typo fix.
2008-04-03 srowenAt last, removing SKIP_N_BARCODES and separating this...
2008-04-03 srowenParsing wasn't correctly ignoring the ':' in prefix!
2008-04-03 srowenAnother fix to ensure that 2 barcodes with the same...
2008-04-02 srowen"Skip 0 barcodes" was incorrectly not returning the...
2008-04-02 srowenFixed same ResultPoint bug in Code 128 and Code 39...
2008-04-01 dswitkinFixed the result points for 1D decoding so that we...
2008-04-01 dswitkinAdded latency measurement in milliseconds to the Androi...
2008-04-01 dswitkinImproved the statistics reporting for the CommandLineRu...
2008-04-01 dswitkinAdded some debugging features to the M3 Android client...
2008-03-31 dswitkinChanged the project names for the two Android clients...
2008-03-31 srowenCompleted basic support for NFC / NDEF formats applicab...
2008-03-31 dswitkinRemoved @Override from Tom's code, which gave errors...
2008-03-31 srowenMade the RGB to luminance approximation/optimization...
2008-03-28 srowenTiny improvement -- 'clean' target should remove genera...
2008-03-28 srowenUpdates for 0.6; set aside a different android-m3-home...
2008-03-28 srowenUpdates to build on M5
2008-03-28 dswitkinBranching the current Android client into an M3 directo...
2008-03-26 srowenImproved bounds-checking and point-nudging logic in...
2008-03-26 srowenRestored a corrected Reed-Solomon optimization and...
2008-03-26 srowenA few refactorings in anticipation of more formats...
2008-03-26 srowenRemoved old YUV-based implementation
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-26 srowenUndo optimization that seems to not be correct in all...
2008-03-25 srowenMore aggressive inlining, to inline some key methods...
2008-03-25 srowen"Regular" version now attempts to set desired camera...
2008-03-24 srowenOptimized 0- and 1-error case of Reed Solomon decoding...
2008-03-21 srowenMore aggressive ProGuard optimization
2008-03-20 srowenMore small improvements to SKIP_N_BARCODES -- now remem...
2008-03-20 srowenRestored SKIP_N_BARCODES functionality and corrected...
2008-03-19 srowenAutomatically inserts version number in strings.xml now
2008-03-19 srowenAutomatically inserts version number in strings.xml now
2008-03-19 srowenMore proper support for geo: URLs in Android
2008-03-19 srowen"Try harder" mode now tries 2D formats first. BlackPoin...
2008-03-19 srowenTake small advantage of "TRY_HARDER" in QR code decoder
2008-03-19 srowenOops, forgot to include in last commit
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-19 srowenDumb logic error in boundary case for transformation...
2008-03-18 srowenRemoved unneeded 'keep' args to ProGuard
2008-03-18 srowenOops, use 5 passes of optimization
2008-03-17 srowenAdded overdue Reed-Solomon tests
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenOnly parse UPC result out of a UPC format code, to...
2008-03-17 srowengit-svn-id: zxing.googlecode.com/svn/trunk@290 59b500cc...
2008-03-17 srowenFixed naming convention. Everything should be a "Parsed...
2008-03-17 srowenSome refactoring to remove small disconnect between...
2008-03-17 srowenNope, disable link from geo: URL to Google Maps. Does...
2008-03-17 srowenFirst checkin of support for basic NDEF message types...
2008-03-17 srowenAdd client support for geo URIs
2008-03-17 srowenAdd geo: URL support (oh and removed an old moved file)
2008-03-14 srowen"Try harder" now examines a lot more lines in the image
2008-03-14 srowenAdded result metadata mechanism: now, reports orientati...
2008-03-14 srowenOops, delete old files that were moved
2008-03-14 srowenChanged signature of parse() to take in more general...
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-14 srowenThis URL seems dead, removing the test
2008-03-13 srowenTrying out a new user-requested decode hint, allowing...
2008-03-12 srowenTiny enhancement -- make sure we don't include any...
2008-03-12 srowenJavadoc typo fix
2008-03-12 srowenChanged for 0.5.5
2008-03-12 srowenTemporarily turning off Data Matrix in MultiFormatReade...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-11 srowenFixed a few more extractPureBits() gotchas that came...
2008-03-11 srowenAdded overdue EAN-8 tests
2008-03-11 srowenAdded some needed bounds checking in Data Matrix, QR...
2008-03-11 srowenSmall tweaks on this test too
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.
2008-03-10 srowenDeprecated YUV version
2008-03-10 srowenSwitch to RGB-based captures for decoding, in preparati...
2008-03-10 srowenFixed handling of new Android Intent result
next