| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-08 | Support custom colors in BarcodeEncoder.java. | Muhammad Saif Ullah Khan | 1 | -3/+11 | |
| 2021-11-17 | imp: make initializeAttributes public | juliansteenbakker | 1 | -1/+1 | |
| 2021-10-25 | v4.3.0 and cleanup. | Ralf Kistner | 1 | -0/+1 | |
| 2021-10-25 | ScanOptions and ScanContract. | Ralf Kistner | 4 | -0/+440 | |
| 2021-10-25 | Smaller libs. | Ralf Kistner | 1 | -3/+4 | |
| 2021-10-25 | Some cleanup. | Ralf Kistner | 1 | -2/+1 | |
| 2021-10-25 | Fix lint issues. | Ralf Kistner | 4 | -10/+8 | |
| 2021-10-25 | Fix API 19 crash. | Ralf Kistner | 1 | -2/+8 | |
| 2021-03-15 | Update metadata and scripts for Maven Central.travis-test | Ralf Kistner | 1 | -17/+58 | |
| 2021-02-12 | Merge pull request #605 from devzeze/devzeze-fix556 | Ralf Kistner | 1 | -0/+10 | |
| fix #556 add licenses to POM | |||||
| 2021-02-12 | Merge pull request #587 from ANewGalaxy/master | Ralf Kistner | 1 | -17/+15 | |
| Fixing MediaPlayer warnings; | |||||
| 2021-02-12 | Move CameraConfigurationUtils to prevent clash with ↵ | Christian Kollmann | 2 | -2/+1 | |
| com.google.zxing:android-core | |||||
| 2021-02-03 | fix #556 | devzeze | 1 | -0/+10 | |
| 2020-12-12 | Replaced setAudioStreamType method call with setAudioAttributes call to fix ↵ | ANewGalaxy | 1 | -2/+3 | |
| warnings about stream types. Also removed unused import. | |||||
| 2020-12-12 | Added reset calls before each release call | ANewGalaxy | 1 | -15/+12 | |
| 2020-01-07 | Android Studio 3.5.3 | Hannes Achleitner | 1 | -1/+1 | |
| 2020-01-07 | Camera permission behaviour (#505) | Andre Ippisch | 4 | -28/+102 | |
| * 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 | |||||
| 2020-01-07 | Merge pull request #511 from hannesa2/AndroidStudio-3.5.2 | Ralf Kistner | 1 | -1/+0 | |
| Android Studio 3.5.2 | |||||
| 2020-01-07 | Merge pull request #527 from yands11/master | Ralf Kistner | 17 | -57/+57 | |
| Apply space convention after 'if' | |||||
| 2020-01-07 | Merge pull request #519 from bekabot/master | Ralf Kistner | 1 | -5/+5 | |
| Remove unneeded type casts & fix comment typo in DecoratedBarcodeView.java | |||||
| 2020-01-07 | Apply space convention after 'if' | youngseok | 17 | -57/+57 | |
| 2019-12-10 | remove unneeded type casts | bekabot | 1 | -4/+4 | |
| 2019-12-10 | fix comment | bekabot | 1 | -1/+1 | |
| 2019-11-17 | Android Studio 3.5.2 | Hannes Achleitner | 1 | -1/+0 | |
| 2019-10-24 | Merge pull request #504 from anipp100/default-method | Ralf Kistner | 1 | -1/+4 | |
| Use default annotation for optional interface method | |||||
| 2019-10-18 | Use lambda for standalone Runnables | Andre Ippisch | 6 | -70/+19 | |
| 2019-10-18 | Use default annotation for optional interface method | Andre Ippisch | 1 | -1/+4 | |
| 2019-10-17 | Let visibility of "laser scanner" be set (#503) | Andre Ippisch | 2 | -6/+17 | |
| * 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 | |||||
| 2019-09-07 | More publishing fixes. | Ralf Kistner | 1 | -2/+2 | |
| 2019-09-07 | Fix bintray publishing issues. | Ralf Kistner | 1 | -6/+4 | |
| 2019-09-07 | Merge pull request #494 from journeyapps/upgrade-zxing | Ralf Kistner | 1 | -1/+1 | |
| v4.0.0 | |||||
| 2019-09-07 | Upgrade zxing; min sdk of 24. | Ralf Kistner | 1 | -1/+1 | |
| 2019-09-07 | Internal support for downscaling before decoding. | Ralf Kistner | 8 | -133/+257 | |
| Fix ResultPoint transformation for mirrored camera. | |||||
| 2019-09-07 | Check scaled preview size even earlier. | Ralf Kistner | 1 | -11/+9 | |
| 2019-09-07 | Merge pull request #463 from lterminiello/fixArithmeticException | Ralf Kistner | 1 | -1/+11 | |
| fix ArithmeticException in CameraPreview | |||||
| 2019-09-07 | Merge pull request #492 from journeyapps/upgrade | Ralf Kistner | 1 | -2/+2 | |
| Upgrade tooling | |||||
| 2019-09-07 | Merge pull request #469 from adrianoluis/more-extras-array | Ralf Kistner | 1 | -4/+16 | |
| Adds support to send Arrays as more extras. | |||||
| 2019-09-07 | More tooling upgrades. | Ralf Kistner | 1 | -2/+2 | |
| 2019-04-02 | Adds support to send Arrays as more extras. | Adriano Rocha | 1 | -4/+16 | |
| 2019-02-27 | fix ArithmeticException in CameraPreview | Lucas Marcelo Terminiello | 1 | -1/+11 | |
| 2018-11-02 | Switch to androidx. | Ralf Kistner | 5 | -8/+8 | |
| 2018-11-02 | Add AboutLibaries to the sample app. | Ralf Kistner | 2 | -4/+12 | |
| 2018-11-02 | Merge branch 'about_library_support' of ↵ | Ralf Kistner | 1 | -0/+22 | |
| https://github.com/akallabeth/zxing-android-embedded into akallabeth-about_library_support | |||||
| 2018-11-02 | Merge branch 'master' of github.com:journeyapps/zxing-android-embedded | Ralf Kistner | 3 | -0/+25 | |
| 2018-11-02 | Remove redundant call; set random color on every launch in sample. | Ralf Kistner | 1 | -1/+0 | |
| 2018-11-02 | Merge branch 'change-mask-color-programmatically' of ↵ | Ralf Kistner | 1 | -1/+6 | |
| https://github.com/amadeu01/zxing-android-embedded into amadeu01-change-mask-color-programmatically | |||||
| 2018-11-02 | Merge pull request #406 from reusch/feature/torch-at-startup | Ralf Kistner | 3 | -0/+25 | |
| Torch at camera startup | |||||
| 2018-11-02 | More updates and fixes. | Ralf Kistner | 2 | -4/+5 | |
| 2018-10-16 | Added support for programmatically change ViewfinderView mask color | Amadeu Cavalcante | 1 | -1/+6 | |
| 2018-08-13 | Added resource strings for AboutLibraries | Armin Novak | 1 | -0/+22 | |
