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