zxing/javame
2008-10-30 18:44:10 +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 Did a big refactoring on the MonochromeBitmapSource. I removed all the caching luminance calls and converted them to getting luminance data on demand. This saved another 33,000 function calls per rejected scan, good for another 15 ms savings. I also moved the luminance calls to BaseMonochromeBitmapSource and made them protected, to indicate that the decoders shouldn't use them. 2008-10-30 18:44:10 +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