More encoding related changes for encoding Chinese chars in QR codes
[zxing.git] / androidtest /
2010-05-08 srowenTighten up some stuff I saw from the logs
2010-04-12 srowenFix small compile error in javame/, update for Java...
2009-12-13 dswitkinFinished work on the local binarizer and renamed it...
2009-12-13 dswitkinMade the Android test app build with ProGuard again.
2009-11-06 dswitkinUpdated ZXing Test with all of the CameraManager fixes...
2009-11-05 dswitkinThe Donut (1.6) SDK is required to build all Android...
2009-11-03 dswitkinChanged the ZXing Test default email address and bumped...
2009-09-25 dswitkinExtended the test app to write the camera parameters...
2009-09-02 dswitkinAdded a new feature to the test app, which captures...
2009-07-21 dswitkinSet a camera parameter to force the flash off. Also...
2009-07-21 dswitkinConverted the Android client and the test app to use...
2009-06-26 dswitkinWhoops, fixed long-standing bug in the benchmark. Never...
2009-06-26 dswitkinUpdated the Android Test app to use a wider viewfinder...
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-08 dswitkinCalculated total time taken by the benchmark, and also...
2009-05-27 dswitkinMade the Android Test app debuggable so I can examine...
2009-05-21 dswitkinI moved a chunk of the histogram/black point code out...
2009-04-15 srowenTweak to compile with Android 1.5 but still work in 1.1
2009-04-13 dswitkinFixed or removed a bunch of TODOs, and enforced the...
2009-03-06 dswitkinChanged the order of the BaseMonochromeBitmapSource...
2009-02-09 srowenRefactored width/height values into superclass and...
2009-02-05 srowenConvert asserts to exceptions where the conditions...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-11-17 srowenLatent bug I think from earlier change to List from...
2008-11-13 srowenmaking stuff final, weakening types, etc. per IntelliJ...
2008-11-10 dswitkinFirst pass at adding a UI for sharing data via QR Codes...
2008-11-06 dswitkinAdded support for supplying a postal address when encod...
2008-11-02 dswitkinFixed the ZXing Test camera mode when using ProGuard.
2008-11-01 dswitkinWhoops, the benchmarks are in microseconds, not millise...
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-29 dswitkinLooks like -allowaccessmodification to ProGuard results...
2008-10-29 dswitkinAdded androidtest to the top-level clean target and...
2008-10-27 dswitkinUpdated the Android benchmark with more accurate timing...
2008-10-24 dswitkinWrote a benchmark activity for Android which reads...
2008-10-21 dswitkinChecked in the ZXing Test app for Android under android...