zxing/core
2008-10-29 21:16:46 +00:00
..
lib Biiig standardization of whitespace. 2 space indents now, no tabs. 2008-02-14 20:25:54 +00:00
src/com/google/zxing Made the data members of BitArray public so they will be inlined. This saves about 60,000 function calls per rejected scan. We can make these private again once we figure out the ProGuard problems with -allowaccessmodification. 2008-10-29 21:16:46 +00:00
test Made a change to the QR detector which cuts the worst case rejection time from 300 ms to 160 ms, with almost no penalty in decoding ability. Given that we're emphasizing continuous decoding, I feel it's much better to reject the occasional borderline image in half the time, and get on with the next scan. 2008-10-29 14:22:44 +00:00
build.xml Added another target for building a debug key signed Android client, and removed the old optimized target from core. 2008-10-29 19:50:37 +00:00