zxing/javame
2009-05-21 19:56:25 +00:00
..
res Update the icon again to match Android client's icon 2008-02-14 18:59:37 +00:00
src/com/google/zxing/client/j2me I moved a chunk of the histogram/black point code out of BaseMonochromeBitmapSource and into BlackPointEstimator which makes a lot more sense. Unfortunately I had to expose three new methods and touch a bunch of files. But I did manage to reuse an array on subsequent calls, which was being allocated on every row scanned, so that might be a bit faster. It will also be easier to convert this code to JNI in the future if we want to, and/or do more advanced thresholding. 2009-05-21 19:56:25 +00:00
BarcodeReader.jad.template Changes to be consistent with Android client, including a rename 2008-02-13 19:47:49 +00:00
build.xml moved ProGuard optimization into Android build file since it's the only way to fully optimize the final build product (inlining of key methods). Also always dump proguard results. 2008-10-29 15:42:22 +00:00