summaryrefslogtreecommitdiff
path: root/sample/src/main/java/example
AgeCommit message (Collapse)AuthorFilesLines
2015-03-20Allow specifying a custom orientation.Ralf Kistner1-0/+2
2015-03-19Add front camera to sample.Ralf Kistner1-0/+7
2015-03-18Remove encode activity related code from other modulesRehan van Zyl1-4/+0
2014-05-18Make custom layouts work again.Ralf Kistner1-0/+1
Two different layouts are required for zxing-android-minimal and zxing-android-legacy.
2014-05-17Fix IntentIntegrator to work properly without the support library.Ralf Kistner1-1/+1
Add a sample project without the support library.
2014-05-17Adapt IntentIntegrator to match our needs.Ralf Kistner1-10/+12
Remove the previously bundled IntentIntegrator.
2014-05-17Add sample to scan from a Fragment. Fix Readme.Ralf Kistner1-0/+65
Fixes #8, properly this time.
2014-05-16Add a sample project.Ralf Kistner1-0/+46
This greatly speeds up the development/test cycle.