summaryrefslogtreecommitdiff
path: root/sample/src/main/res/layout
AgeCommit message (Collapse)AuthorFilesLines
2021-10-25ScanOptions and ScanContract.Ralf Kistner1-6/+0
2019-10-17Let visibility of "laser scanner" be set (#503)Andre Ippisch1-0/+1
* Add laser visibility attribute * Add laser visibility attribute usage to sample project - set to true to stick with the current behavior - included for didactic reasons * Add laser visibility attribute to ViewfinderView and set it accordingly * Draw "laser scanner" only if wanted * Let laser visibility be changed programmatically * Add sample code to show how laser visibility can be changed programmatically
2018-11-02Switch to androidx.Ralf Kistner2-2/+2
2018-11-02Add AboutLibaries to the sample app.Ralf Kistner1-0/+8
2018-03-04Make it easier to specify barcode formats.Ralf Kistner1-0/+6
2018-03-04Cleanup.Ralf Kistner1-0/+6
2017-04-01Redefine the default activity request code for using switch statement.nlv1-0/+6
Add a construct function to set customized activity request code.
2017-03-20Add tabbed scanner example.Ralf Kistner3-10/+18
2017-03-20Close camera before finishing Activity.Ralf Kistner3-0/+38
2016-11-03Added support for inverted scans.Leighton, Michael1-0/+6
2016-06-05Merge branch 'next-cleanup'Ralf Kistner4-7/+7
2016-05-11create a new constructor to finish the barcode scan on predefined finish time.Lucas Daniel1-0/+6
2016-03-29Rename CompoundBarcodeView -> DecoratedBarcodeView.Ralf Kistner4-7/+7
2016-02-06Improve sample with margin for older devices.Ralf Kistner1-3/+7
2016-02-05Default to using TextureView for direct usage of BarcodeView.Ralf Kistner1-1/+1
2016-02-05Allow specifying scaling strategies from the XML; add fitXY strategy.Ralf Kistner1-1/+2
2015-12-29Update sample with texture view.Ralf Kistner1-7/+9
2015-12-29Merge branch 'surface-texture'Ralf Kistner2-0/+40
2015-12-29Upgrade build tools and add initial runtime permission support.Ralf Kistner1-0/+1
2015-10-26Default to SurfaceView; make useTextureView configurable.Ralf Kistner1-1/+2
2015-10-23Experimental SurfaceTexture support.Ralf Kistner2-0/+39
2015-10-18Move framing rectangle logic to CameraPreview.Ralf Kistner2-10/+9
2015-10-08[Issue #87] Changing size of framing rectangle in BarcodeView.Hanuk Lee and Sunho Yang1-1/+4
override calculateFramingRect method to make rectangle as a given size. change parameters of initialize method so that we can set the values in the layout xml(custom_barcode_scanner.xml).
2015-08-16Use windowTranslucentStatus in toolbar sample.Ralf Kistner1-6/+20
2015-06-17Add to the sample project the custom scanner example.Magnum Rocha3-1/+60
2015-05-03Rename DefaultBarcodeScannerView to CompoundBarcodeView.Ralf Kistner2-3/+3
2015-05-03Refactor ContinuousCaptureActivity to use the compound barcode view.Ralf Kistner1-21/+3
2015-05-03Sample with AppCompat/Toolbar Activity.Ralf Kistner2-30/+80
2015-04-15Added preview of scanned imageEltsov Maksim1-25/+46
2015-04-04Update sample text.Ralf Kistner1-2/+2
2015-04-04Remove unused resources.Ralf Kistner2-448/+0
2015-04-04New CaptureActivity.Ralf Kistner1-0/+48
2015-03-29Experiment with async camera access.Ralf Kistner1-1/+7
2015-03-19Add front camera to sample.Ralf Kistner1-0/+6
2015-03-18Remove encode activity related code from other modulesRehan van Zyl1-7/+0
2014-05-18Make custom layouts work again.Ralf Kistner2-161/+383
Two different layouts are required for zxing-android-minimal and zxing-android-legacy.
2014-05-17Prefix resources with zxing.Ralf Kistner1-28/+28
Remove many unused resources.
2014-05-17Adapt IntentIntegrator to match our needs.Ralf Kistner1-0/+7
Remove the previously bundled IntentIntegrator.
2014-05-17Add sample to scan from a Fragment. Fix Readme.Ralf Kistner2-0/+23
Fixes #8, properly this time.
2014-05-16Add a sample project.Ralf Kistner2-0/+251
This greatly speeds up the development/test cycle.