| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-07 | Camera permission behaviour (#505) | Andre Ippisch | 2 | -2/+16 | |
| * Remove unused else * Remove SDK version check since we are on minimum 24 already * Add intent key about missing camera permission * Add boolean value to show error dialog - always true for the beginning to keep current behaviour * Make displaying an error dialog for missing camera permissions optional * Add intent extras for Intent initialisation * Initialise camera permission dialog visibility from Intent * Add original intent to IntentResult * Use original intent in IntentResult * Make onRequestPermissionResult public again * Forward onRequestPermissionResult * React on Intent information - for example on the missing camera permission * Revert "Remove SDK version check since we are on minimum 24 already" This reverts commit 8f79f56a * Add missing imports | |||||
| 2019-11-17 | some code cleanup | Hannes Achleitner | 5 | -19/+12 | |
| 2019-10-17 | Let visibility of "laser scanner" be set (#503) | Andre Ippisch | 1 | -0/+5 | |
| * 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-02 | Switch to androidx. | Ralf Kistner | 3 | -15/+17 | |
| 2018-11-02 | Add AboutLibaries to the sample app. | Ralf Kistner | 1 | -0/+5 | |
| 2018-11-02 | Merge branch 'master' of github.com:journeyapps/zxing-android-embedded | Ralf Kistner | 1 | -0/+1 | |
| 2018-11-02 | Remove redundant call; set random color on every launch in sample. | Ralf Kistner | 1 | -1/+3 | |
| 2018-11-02 | Merge branch 'change-mask-color-programmatically' of ↵ | Ralf Kistner | 1 | -0/+13 | |
| https://github.com/amadeu01/zxing-android-embedded into amadeu01-change-mask-color-programmatically | |||||
| 2018-11-02 | Merge pull request #383 from CaramelHeaven/feature/update_sample | Ralf Kistner | 1 | -0/+1 | |
| Updated sample | |||||
| 2018-11-02 | More updates and fixes. | Ralf Kistner | 3 | -4/+0 | |
| 2018-10-16 | Added support for programmatically change ViewfinderView mask color | Amadeu Cavalcante | 1 | -0/+13 | |
| 2018-03-30 | Updated sample | CaramelHeaven | 1 | -0/+1 | |
| 2018-03-04 | Make it easier to specify barcode formats. | Ralf Kistner | 2 | -0/+18 | |
| 2018-03-04 | Merge pull request #327 from alpbak/master | Ralf Kistner | 1 | -1/+7 | |
| Added a mixed scan mode to scan inverted and normal barcodes at the same time. | |||||
| 2018-03-04 | Make requestCode non-static. | Ralf Kistner | 1 | -16/+14 | |
| 2017-09-15 | Revert "Added a mixed scan mode to enable scanning inverted and normal barcodes" | alpbak | 1 | -3/+0 | |
| This reverts commit cf4c0dce50e56de1ac17869182621af50c009cac. # Conflicts: # sample/src/main/java/example/zxing/MainActivity.java # zxing-android-embedded/src/com/google/zxing/client/android/Intents.java # zxing-android-embedded/src/com/journeyapps/barcodescanner/DecoratedBarcodeView.java # zxing-android-embedded/src/com/journeyapps/barcodescanner/DefaultDecoderFactory.java | |||||
| 2017-09-15 | Revert "Added a mixed scan mode to enable scanning inverted and normal barcodes" | alpbak | 1 | -0/+3 | |
| This reverts commit cf4c0dce50e56de1ac17869182621af50c009cac. | |||||
| 2017-09-15 | Added a mixed scan mode to enable scanning inverted and normal barcodes | alpbak | 1 | -2/+2 | |
| 2017-09-14 | Added a mixed scan mode to enable scanning inverted and normal barcodes | alpbak | 1 | -0/+6 | |
| 2017-04-01 | Redefine the default activity request code for using switch statement. | nlv | 1 | -0/+18 | |
| Add a construct function to set customized activity request code. | |||||
| 2017-03-20 | Add tabbed scanner example. | Ralf Kistner | 2 | -64/+117 | |
| 2017-03-20 | Close camera before finishing Activity. | Ralf Kistner | 1 | -0/+188 | |
| 2016-11-03 | Added support for inverted scans. | Leighton, Michael | 1 | -0/+7 | |
| 2016-10-16 | Simplify BeepManager. Beep based on media volume only. | Ralf Kistner | 1 | -2/+13 | |
| 2016-09-04 | Fixed deprecation | Alec Bickerton | 2 | -2/+4 | |
| 2016-07-04 | removes unnecessary new lines | Servus7 | 2 | -2/+0 | |
| 2016-06-05 | Merge branch 'next-cleanup' | Ralf Kistner | 4 | -15/+13 | |
| 2016-05-11 | create a new constructor to finish the barcode scan on predefined finish time. | Lucas Daniel | 1 | -0/+6 | |
| 2016-03-29 | Rename CompoundBarcodeView -> DecoratedBarcodeView. | Ralf Kistner | 4 | -15/+13 | |
| 2016-02-06 | Save torch state. | Ralf Kistner | 1 | -1/+1 | |
| 2015-12-29 | Update sample with texture view. | Ralf Kistner | 1 | -1/+0 | |
| 2015-10-26 | Fix centering of texture preview. | Ralf Kistner | 1 | -1/+4 | |
| 2015-10-23 | Experimental SurfaceTexture support. | Ralf Kistner | 2 | -0/+19 | |
| 2015-06-21 | Use "torch" instead of "flashlight" to keep terminology consistent. | Ralf Kistner | 1 | -7/+6 | |
| 2015-06-17 | Refactor method name. | Magnum Rocha | 1 | -1/+1 | |
| 2015-06-17 | Refactor method name. | Magnum Rocha | 1 | -2/+2 | |
| 2015-06-17 | Add to the sample project the custom scanner example. | Magnum Rocha | 2 | -0/+105 | |
| 2015-06-10 | Add option to disable beep via IntentIntegrator. | Ralf Kistner | 1 | -0/+1 | |
| 2015-05-20 | Enable LeakCanary to test for Activity leaks. | Ralf Kistner | 1 | -0/+16 | |
| 2015-05-03 | Add brief explanations on sample Activities. | Ralf Kistner | 3 | -3/+5 | |
| 2015-05-03 | Improve handling of back button in toolbar sample. | Ralf Kistner | 1 | -1/+6 | |
| 2015-05-03 | Rename DefaultBarcodeScannerView to CompoundBarcodeView. | Ralf Kistner | 2 | -15/+6 | |
| 2015-05-03 | Refactor ContinuousCaptureActivity to use the compound barcode view. | Ralf Kistner | 4 | -41/+20 | |
| 2015-05-03 | Sample with AppCompat/Toolbar Activity. | Ralf Kistner | 2 | -2/+66 | |
| 2015-05-03 | Fix some code style issues. | Ralf Kistner | 1 | -75/+75 | |
| 2015-04-15 | Added preview of scanned image | Eltsov Maksim | 1 | -2/+7 | |
| 2015-04-05 | Update readme. | Ralf Kistner | 1 | -4/+5 | |
| 2015-04-05 | Lock display to opening orientation by default. | Ralf Kistner | 2 | -2/+12 | |
| 2015-04-04 | Remove unused resources. | Ralf Kistner | 1 | -2/+0 | |
| 2015-04-04 | New CaptureActivity. | Ralf Kistner | 2 | -3/+116 | |
