summaryrefslogtreecommitdiff
path: root/androidtest/src/com/google
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Avoid NPE for camera with no paramssrowen1-4/+6
2013-12-06Whitespace cleanup and other inspections from IDEA 13srowen2-18/+16
2013-12-02Boldly move to Java 7 for everything, including Android.srowen@gmail.com1-1/+1
2013-09-02Additional changes for Android 4srowen@gmail.com3-66/+48
2013-08-26Type weakening and dead code commenting againsrowen@gmail.com2-4/+4
2013-07-30Remove some unneeded stringssrowen@gmail.com1-0/+1
2013-05-15Update ZXingTest to use Holo theme; requires Android 2.3.3srowen@gmail.com1-5/+5
2013-05-02Lint cleanupsrowen@gmail.com3-10/+14
2013-04-18A few inspection cleanupssrowen@gmail.com2-37/+33
2013-03-02Various changes from IJ12.1 inspectionssrowen@gmail.com2-2/+2
2012-08-14Move RGBLuminanceSource to core/srowen3-107/+17
2012-04-26Let callers specify more extras to IntentIntegrator. Use it in test app, so w...srowen1-22/+16
2011-12-07Added more metadata to the integratorsrowen1-1/+1
2011-12-06Issue 876 add ability to customize prompt (and reshuffle a few items in Captu...srowen1-0/+2
2011-11-10Update ZXingTest to work on 3.x+, mostly by removing the camera capture bit f...srowen5-752/+115
2011-11-02Update all Java code to use Java 6srowen9-169/+179
2011-10-22Added an option to hide the contents when encoding a barcode via Intent.dswitkin@google.com1-1/+12
2011-09-01Add a couple helpful methodssrowen1-7/+2
2011-05-21A bunch of code style related changessrowen3-22/+21
2011-05-18Cleaned up a bunch of TODOs and deleted the old ImageConverter app which has ...dswitkin@google.com1-5/+2
2011-05-17Issue 835: Added support for specifying a width and height for the scanning r...dswitkin@google.com1-30/+32
2010-12-15Style stuff mostly but fix a problem between Aztec and J2ME toosrowen5-13/+8
2010-09-18Don't use Build.VERSION_CODES as it's not in 1.5srowen1-5/+2
2010-05-09Tighten up some stuff I saw from the logssrowen1-2/+1
2009-12-14Finished work on the local binarizer and renamed it to HybridBinarizer. It us...dswitkin1-2/+2
2009-11-06Updated ZXing Test with all of the CameraManager fixes from Barcode Scanner, ...dswitkin3-105/+206
2009-11-04Changed the ZXing Test default email address and bumped the version to 1.11.dswitkin1-2/+2
2009-09-26Extended the test app to write the camera parameters to /sdcard/CameraParamet...dswitkin1-0/+15
2009-09-03Added a new feature to the test app, which captures all the device info and d...dswitkin3-61/+162
2009-07-21Converted the Android client and the test app to use the Android 1.5 SDK, and...dswitkin1-2/+1
2009-06-27Whoops, fixed long-standing bug in the benchmark. Never noticed before becaus...dswitkin1-1/+1
2009-06-26Updated the Android Test app to use a wider viewfinder, to save images as PNG...dswitkin3-9/+9
2009-06-26Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, B...dswitkin2-52/+50
2009-06-08Calculated total time taken by the benchmark, and also reported it in the UI ...dswitkin2-4/+7
2009-05-21I moved a chunk of the histogram/black point code out of BaseMonochromeBitmap...dswitkin1-3/+3
2009-04-15Tweak to compile with Android 1.5 but still work in 1.1srowen2-4/+13
2009-03-06Changed the order of the BaseMonochromeBitmapSource constructor arguments to ...dswitkin1-1/+1
2009-02-10Refactored width/height values into superclass and enabled construction of RG...srowen1-18/+12
2009-02-05Convert asserts to exceptions where the conditions could be false in a correc...srowen2-3/+6
2008-12-30Add more unit tests for client.result, and more small code tweaks.srowen5-8/+13
2008-12-12More reckless refactoring and code style tweaks -- mostly adding braces aroun...srowen7-17/+18
2008-11-17Latent bug I think from earlier change to List from Vectorsrowen1-2/+2
2008-11-13making stuff final, weakening types, etc. per IntelliJ analysissrowen8-63/+64
2008-11-10First pass at adding a UI for sharing data via QR Codes. There's now a Share ...dswitkin1-0/+9
2008-11-06Added support for supplying a postal address when encoding a QR Code.dswitkin1-0/+1
2008-11-01Whoops, the benchmarks are in microseconds, not milliseconds.dswitkin1-9/+9
2008-10-30Did a big refactoring on the MonochromeBitmapSource. I removed all the cachin...dswitkin1-5/+23
2008-10-27Updated the Android benchmark with more accurate timing and better results ou...dswitkin3-28/+40
2008-10-25Wrote a benchmark activity for Android which reads images recursively from th...dswitkin5-6/+391
2008-10-22Checked in the ZXing Test app for Android under androidtest. This application...dswitkin5-0/+709