summaryrefslogtreecommitdiff
path: root/sample/src/main/res
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 Kistner2-0/+9
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.nlv2-0/+7
Add a construct function to set customized activity request code.
2017-03-20Add tabbed scanner example.Ralf Kistner5-16/+21
2017-03-20Close camera before finishing Activity.Ralf Kistner5-0/+53
2017-03-12Squashed commit of the following:Ralf Kistner1-1/+1
commit 01acef10132802b22e104c411122c2790673afdc Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 13:08:09 2017 +0200 Try again. commit 4c0605282d13df59c856fd64945d096d5789f227 Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 13:01:58 2017 +0200 Show lint output on build failure. commit e9af0670c8b2e07a4bd2418042b0487e97fb9389 Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 12:50:11 2017 +0200 Handle missing local.properties file. commit e3976102e7342d3008c7b88cb3f75397397e3d95 Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 12:36:47 2017 +0200 Update SDK components installed on Travis. commit e50952cc89cc83720e146838debf6a22bb1d9c2a Author: Ralf Kistner <ralf@journeyapps.com> Date: Sun Mar 12 12:28:18 2017 +0200 More tool upgrades. * Gradle 3.4.1 * Android Gra dle plugin 2.3.0 * Remove android-sdk-manager (no longer required). * Ignore lint for translation issues in sample apps.
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 Daniel2-0/+7
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 Kistner3-0/+41
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 Kistner3-0/+40
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 Kistner2-6/+21
2015-06-17Add to the sample project the custom scanner example.Magnum Rocha4-1/+63
2015-05-03Fix lint error.Ralf Kistner2-2/+7
2015-05-03Make toolbar sample fullscreen.Ralf Kistner1-0/+2
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 Kistner4-32/+91
2015-05-03Fix some code style issues.Ralf Kistner2-3/+3
2015-04-15Added preview of scanned imageEltsov Maksim1-25/+46
2015-04-04Update sample text.Ralf Kistner2-3/+4
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-28Clarify button text.Ralf Kistner1-1/+1
2015-03-19Add front camera to sample.Ralf Kistner2-0/+7
2015-03-18Remove encode activity related code from other modulesRehan van Zyl2-8/+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 Kistner2-0/+8
Remove the previously bundled IntentIntegrator.
2014-05-17Add sample to scan from a Fragment. Fix Readme.Ralf Kistner3-0/+24
Fixes #8, properly this time.
2014-05-16Add a sample project.Ralf Kistner9-0/+273
This greatly speeds up the development/test cycle.