| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-03-04 | Experiment with building Android through Maven | Sean Owen | 7 | -187/+15 |
| 2014-01-20 | Ignore a few more Android files | Sean Owen | 1 | -0/+2 |
| 2014-01-20 | Fix up .gitignore to ignore generated dirs, and remove generated dirs from git | Sean Owen | 4 | -93/+3 |
| 2014-01-18 | Update project site references to Github | Sean Owen | 1 | -1/+1 |
| 2014-01-17 | Update .gitignores everywhere for IDEA files, etc | Sean Owen | 1 | -0/+2 |
| 2013-12-26 | Check in Android gen files and configure Android src roots in Maven | srowen | 4 | -0/+110 |
| 2013-12-26 | Android modules need to express their dependencies on core/android-integration | srowen | 1 | -0/+13 |
| 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-05 | Add back symlinks at proguard config name that Android build expects | srowen@gmail.com | 1 | -0/+1 |
| 2013-12-03 | Standardize proguard config | srowen@gmail.com | 2 | -3/+8 |
| 2013-12-02 | Boldly move to Java 7 for everything, including Android. | srowen@gmail.com | 3 | -4/+6 |
| 2013-11-30 | Bump android/androidtest to 3.0.0 manually | srowen@gmail.com | 1 | -2/+2 |
| 2013-11-30 | Manually bump android/androidtest modules to 2.3.0 since weren't enabled from... | srowen@gmail.com | 1 | -2/+2 |
| 2013-11-24 | Build Android apps, using Ant script, in compile phase in Maven | srowen@gmail.com | 1 | -0/+56 |
| 2013-11-01 | Update to reference latest SDK 19 / Android 4.4 | srowen@gmail.com | 2 | -2/+2 |
| 2013-09-02 | Additional changes for Android 4 | srowen@gmail.com | 6 | -68/+66 |
| 2013-09-01 | Updates for Android 4+ | srowen@gmail.com | 1 | -3/+2 |
| 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-07-25 | Update for Android API 18, latest SDK | srowen@gmail.com | 2 | -2/+2 |
| 2013-06-21 | Small update for 4.4 beta | srowen@gmail.com | 1 | -2/+2 |
| 2013-05-25 | Japanese translation updates from taku0 | srowen@gmail.com | 1 | -0/+2 |
| 2013-05-15 | Update ZXingTest to use Holo theme; requires Android 2.3.3 | srowen@gmail.com | 5 | -50/+54 |
| 2013-05-02 | Lint cleanup | srowen@gmail.com | 11 | -91/+49 |
| 2013-05-02 | Update to 1.2.1 | srowen@gmail.com | 1 | -2/+2 |
| 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-11-14 | Use Android 4.2 SDK consitently; don't target it for apps though | srowen | 1 | -1/+1 |
| 2012-08-14 | Move RGBLuminanceSource to core/ | srowen | 3 | -107/+17 |
| 2012-08-07 | Correctly parallelize AsyncTask threading on Honeycomb and beyond | srowen | 1 | -1/+1 |
| 2012-07-22 | As far as I know, should be OK to express that we target 2.3.x but support 2.1 | srowen | 1 | -1/+1 |
| 2012-04-26 | Let callers specify more extras to IntentIntegrator. Use it in test app, so w... | srowen | 1 | -22/+16 |
| 2012-04-01 | Apparently some of the default disabled optimizations are only there for Donut | srowen | 1 | -1/+1 |
| 2012-03-22 | Updated proguard.cfg to match new default for SDK 17 / Proguard 4.7 | srowen | 1 | -3/+36 |
| 2012-02-04 | Cleaned up the ZXing Test manifest to match the Barcode Scanner one. | dswitkin@google.com | 1 | -1/+7 |
| 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-17 | - Bumped the versionCode to one past 3.72. | dswitkin@google.com | 1 | -1/+3 |
| 2011-11-17 | Let Proguard work for release builds | srowen | 2 | -2/+2 |
| 2011-11-10 | Update ZXingTest to work on 3.x+, mostly by removing the camera capture bit f... | srowen | 12 | -934/+137 |
| 2011-11-02 | Added build targets for IntelliJ which can't see the built-in Android targets. | dswitkin@google.com | 1 | -0/+6 |
| 2011-11-02 | Recreate build files for android, androidtest, for latest SDK | srowen | 4 | -311/+138 |
| 2011-11-02 | Update all Java code to use Java 6 | srowen | 9 | -169/+179 |
| 2011-11-02 | Fixed typo in effort to build new ZXingTest binary. | dswitkin | 1 | -1/+1 |
| 2011-10-22 | Added an option to hide the contents when encoding a barcode via Intent. | dswitkin@google.com | 4 | -5/+21 |
| 2011-09-01 | Add a couple helpful methods | srowen | 1 | -7/+2 |
| 2011-07-06 | - Fixed Issue 892: Barcode Scanner crashes when started via Intent with scann... | dswitkin@google.com | 2 | -9/+11 |
| 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 |