summaryrefslogtreecommitdiff
path: root/zxing-android-embedded/src/com/google/zxing/client/android/Intents.java
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07Camera permission behaviour (#505)Andre Ippisch1-0/+15
* 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
2018-06-17torch at camera startupThomas Reusch1-0/+7
add option to enable the torch at camera startup when using IntentIntegrator
2018-03-04Cleanup.Ralf Kistner1-5/+5
2017-09-15Revert "Added a mixed scan mode to enable scanning inverted and normal barcodes"alpbak1-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-15Revert "Added a mixed scan mode to enable scanning inverted and normal barcodes"alpbak1-0/+3
This reverts commit cf4c0dce50e56de1ac17869182621af50c009cac.
2017-09-15Added a mixed scan mode to enable scanning inverted and normal barcodesalpbak1-2/+12
2017-09-14Added a mixed scan mode to enable scanning inverted and normal barcodesalpbak1-0/+5
2016-11-03Added support for inverted scans.Leighton, Michael1-0/+5
2016-07-04adds missing javadocServus71-1/+1
2016-05-11create a new constructor to finish the barcode scan on predefined finish time.Lucas Daniel1-0/+5
2015-08-04Add option to return the captured barcode imageAntonin Lenfant1-0/+13
2015-06-10Add option to disable beep via IntentIntegrator.Ralf Kistner1-0/+5
2015-04-05More cleanup.Ralf Kistner1-21/+2
2015-04-05Reformat code with 4-space indentation.Ralf Kistner1-155/+155
2015-04-05Remove legacy lib; merge integration into zxing-android; rename to ↵Ralf Kistner1-0/+182
zxing-android-embedded.