summaryrefslogtreecommitdiff
path: root/zxing-android-embedded/src/com/google/zxing/integration/android/IntentIntegrator.java
AgeCommit message (Collapse)AuthorFilesLines
2021-10-25ScanOptions and ScanContract.Ralf Kistner1-0/+2
2020-01-07Camera permission behaviour (#505)Andre Ippisch1-2/+3
* 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-09-07Merge pull request #469 from adrianoluis/more-extras-arrayRalf Kistner1-4/+16
Adds support to send Arrays as more extras.
2019-04-02Adds support to send Arrays as more extras.Adriano Rocha1-4/+16
2018-11-02Switch to androidx.Ralf Kistner1-2/+2
2018-06-17torch at camera startupThomas Reusch1-0/+12
add option to enable the torch at camera startup when using IntentIntegrator
2018-03-04Make it easier to specify barcode formats.Ralf Kistner1-5/+37
2018-03-04Make requestCode non-static.Ralf Kistner1-31/+49
2018-03-04Merge branch 'master' of github.com:journeyapps/zxing-android-embeddedRalf Kistner1-3/+15
2018-03-04Simplify code with new minimum SDK version.Ralf Kistner1-6/+2
2017-04-01Redefine the default activity request code for using switch statement.nlv1-3/+15
Add a construct function to set customized activity request code.
2016-11-02allowing change of REQUEST_CODE valueDev Team1-1/+1
2016-07-04replaces explicit type argumentServus71-1/+1
2016-07-04removes unnecessary new linesServus71-2/+0
2016-07-04deletes unnecessary importsServus71-2/+0
2016-05-11create a new constructor to finish the barcode scan on predefined finish time.Lucas Daniel1-5/+3
2016-05-11create a new constructor to finish the barcode scan on predefined finish time.Lucas Daniel1-0/+12
2015-08-04Add option to return the captured barcode imageAntonin Lenfant1-2/+15
2015-06-10Add option to disable beep via IntentIntegrator.Ralf Kistner1-0/+11
2015-05-03Sample with AppCompat/Toolbar Activity.Ralf Kistner1-2/+4
2015-04-05More cleanup.Ralf Kistner1-214/+21
2015-04-05Reformat code with 4-space indentation.Ralf Kistner1-24/+24
2015-04-05Remove legacy lib; merge integration into zxing-android; rename to ↵Ralf Kistner1-0/+508
zxing-android-embedded.