Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width...
[zxing.git] / android / src / com / google / zxing / client / android / YUVMonochromeBitmapSource.java
2009-03-06 dswitkinChanged the order of the BaseMonochromeBitmapSource...
2009-02-09 srowenRefactored width/height values into superclass and...
2009-02-06 srowenMake public to enable reuse; add convenience constructo...
2009-02-05 srowenConvert asserts to exceptions where the conditions...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-11-19 dswitkinUpdated the Android client to use native/local QR Code...
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-18 dswitkinThe new Android client, featuring:
2008-03-26 srowenRemoved old YUV-based implementation
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-10 srowenDeprecated YUV version
2008-03-03 srowenFix typo in method "isRotate*d*Supported"; don't attemp...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-15 srowenBrought this back into sync with BufferedImageMonochrom...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-14 dswitkinThis is the first version of the ZXing Android client.