summaryrefslogtreecommitdiff
path: root/zxing-android-embedded
AgeCommit message (Collapse)AuthorFilesLines
2022-02-08Support custom colors in BarcodeEncoder.java.Muhammad Saif Ullah Khan1-3/+11
2021-11-17imp: make initializeAttributes publicjuliansteenbakker1-1/+1
2021-10-25v4.3.0 and cleanup.Ralf Kistner1-0/+1
2021-10-25ScanOptions and ScanContract.Ralf Kistner4-0/+440
2021-10-25Smaller libs.Ralf Kistner1-3/+4
2021-10-25Some cleanup.Ralf Kistner1-2/+1
2021-10-25Fix lint issues.Ralf Kistner4-10/+8
2021-10-25Fix API 19 crash.Ralf Kistner1-2/+8
2021-03-15Update metadata and scripts for Maven Central.travis-testRalf Kistner1-17/+58
2021-02-12Merge pull request #605 from devzeze/devzeze-fix556Ralf Kistner1-0/+10
fix #556 add licenses to POM
2021-02-12Merge pull request #587 from ANewGalaxy/masterRalf Kistner1-17/+15
Fixing MediaPlayer warnings;
2021-02-12Move CameraConfigurationUtils to prevent clash with ↵Christian Kollmann2-2/+1
com.google.zxing:android-core
2021-02-03fix #556devzeze1-0/+10
2020-12-12Replaced setAudioStreamType method call with setAudioAttributes call to fix ↵ANewGalaxy1-2/+3
warnings about stream types. Also removed unused import.
2020-12-12Added reset calls before each release callANewGalaxy1-15/+12
2020-01-07Android Studio 3.5.3Hannes Achleitner1-1/+1
2020-01-07Camera permission behaviour (#505)Andre Ippisch4-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-07Merge pull request #511 from hannesa2/AndroidStudio-3.5.2Ralf Kistner1-1/+0
Android Studio 3.5.2
2020-01-07Merge pull request #527 from yands11/masterRalf Kistner17-57/+57
Apply space convention after 'if'
2020-01-07Merge pull request #519 from bekabot/masterRalf Kistner1-5/+5
Remove unneeded type casts & fix comment typo in DecoratedBarcodeView.java
2020-01-07Apply space convention after 'if'youngseok17-57/+57
2019-12-10remove unneeded type castsbekabot1-4/+4
2019-12-10fix commentbekabot1-1/+1
2019-11-17Android Studio 3.5.2Hannes Achleitner1-1/+0
2019-10-24Merge pull request #504 from anipp100/default-methodRalf Kistner1-1/+4
Use default annotation for optional interface method
2019-10-18Use lambda for standalone RunnablesAndre Ippisch6-70/+19
2019-10-18Use default annotation for optional interface methodAndre Ippisch1-1/+4
2019-10-17Let visibility of "laser scanner" be set (#503)Andre Ippisch2-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-07More publishing fixes.Ralf Kistner1-2/+2
2019-09-07Fix bintray publishing issues.Ralf Kistner1-6/+4
2019-09-07Merge pull request #494 from journeyapps/upgrade-zxingRalf Kistner1-1/+1
v4.0.0
2019-09-07Upgrade zxing; min sdk of 24.Ralf Kistner1-1/+1
2019-09-07Internal support for downscaling before decoding.Ralf Kistner8-133/+257
Fix ResultPoint transformation for mirrored camera.
2019-09-07Check scaled preview size even earlier.Ralf Kistner1-11/+9
2019-09-07Merge pull request #463 from lterminiello/fixArithmeticExceptionRalf Kistner1-1/+11
fix ArithmeticException in CameraPreview
2019-09-07Merge pull request #492 from journeyapps/upgradeRalf Kistner1-2/+2
Upgrade tooling
2019-09-07Merge pull request #469 from adrianoluis/more-extras-arrayRalf Kistner1-4/+16
Adds support to send Arrays as more extras.
2019-09-07More tooling upgrades.Ralf Kistner1-2/+2
2019-04-02Adds support to send Arrays as more extras.Adriano Rocha1-4/+16
2019-02-27fix ArithmeticException in CameraPreviewLucas Marcelo Terminiello1-1/+11
2018-11-02Switch to androidx.Ralf Kistner5-8/+8
2018-11-02Add AboutLibaries to the sample app.Ralf Kistner2-4/+12
2018-11-02Merge branch 'about_library_support' of ↵Ralf Kistner1-0/+22
https://github.com/akallabeth/zxing-android-embedded into akallabeth-about_library_support
2018-11-02Merge branch 'master' of github.com:journeyapps/zxing-android-embeddedRalf Kistner3-0/+25
2018-11-02Remove redundant call; set random color on every launch in sample.Ralf Kistner1-1/+0
2018-11-02Merge branch 'change-mask-color-programmatically' of ↵Ralf Kistner1-1/+6
https://github.com/amadeu01/zxing-android-embedded into amadeu01-change-mask-color-programmatically
2018-11-02Merge pull request #406 from reusch/feature/torch-at-startupRalf Kistner3-0/+25
Torch at camera startup
2018-11-02More updates and fixes.Ralf Kistner2-4/+5
2018-10-16Added support for programmatically change ViewfinderView mask colorAmadeu Cavalcante1-1/+6
2018-08-13Added resource strings for AboutLibrariesArmin Novak1-0/+22