zxing.git
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
2008-03-10 srowenOverdue unit tests for some QR code classes
2008-03-10 srowenMove BitSource to common package so that it can be...
2008-03-10 srowenUndo earlier change that rejects TYPE_CUSTOM -- too...
2008-03-10 srowenVarious improvements to decode speed and efficiency...
2008-03-06 srowenSlight improvement to the crudeness of the BB client...
2008-03-06 srowenAlso quote a path here, which may have spaces, notably...
2008-03-06 srowenAdd some quotes on preverify command line to fix build...
2008-03-06 srowenJust addin' copyright comments
2008-03-06 srowenAdd support for Android Intent URIs encoded in a barcode
2008-03-06 srowenAdd support for Android Intent URIs encoded in a barcode
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-03-05 srowenMore minor code improvements
2008-03-05 srowenUpdates for 0.5
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-04 srowenTry more possible finder patterns, but be stricter...
2008-03-04 srowenMinor change to avoid using synthetic accessor for...
2008-03-04 srowenTypo in Version 25 spec (thanks Brian)
2008-03-03 srowenDisallow BufferedImage of type TYPE_CUSTOM -- not decod...
2008-03-03 srowenDon't like using == instead of equals() here, even...
2008-03-03 srowenRefactored to avoid use of exceptions in parsing, at...
2008-03-03 srowenFix typo in method "isRotate*d*Supported"; don't attemp...
2008-03-03 srowenNew rotated 1D barcode test case
2008-03-03 srowenTries TRY_HARDER too in tests now, to confirm it only...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-25 srowenTake more advantage of TRY_HARDER
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-25 srowenAdded "URLTO" format support
2008-02-25 srowenInitial check in of rough, experimental iPhone code...
2008-02-22 srowenMore little tweaks to make the 'release' build target...
2008-02-22 srowenUpdated for 0.4.5
2008-02-22 srowenOops, not clearing row counters when we shift down...
2008-02-22 srowenRemoved bad test cases -- for now considering this...
2008-02-22 srowenOops, another code typo fix
2008-02-22 srowenNow can use "-Ddebug=true" on the command line to build...
2008-02-22 srowenImproved GridSampler API -- no need for reflection...
2008-02-21 srowenOh and made a constant field final
2008-02-21 srowenNow calls setSizeFromLayout() rather than fixed to...
2008-02-21 srowenAdded ProGuard
2008-02-19 srowenLittle bug fix affecting QR Codes that run all the...
2008-02-19 srowenAdd some basic Code 39, Code 128 tests
2008-02-19 srowenAdded "extended mode" to optionally support Extended...
2008-02-19 srowenFixed typo on pattern for "I"
2008-02-19 srowenImproved notion of pattern variance in 1D barcode eleme...
2008-02-19 srowengit-svn-id: zxing.googlecode.com/svn/trunk@210 59b500cc...
2008-02-19 srowenRefactored Reed-Solomon so it can be used with differen...
2008-02-19 srowenAnother fix to UTF-8 / Shift_JIS guessing
2008-02-15 srowenMore work on RIM client
2008-02-15 srowenReplaced busy wait with wait()/notifyAll() idiom
next