summaryrefslogtreecommitdiff
path: root/zxing-android-embedded/src/com/google/zxing/integration/android/IntentResult.java
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07Camera permission behaviour (#505)Andre Ippisch1-3/+20
* 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
2016-07-04replaces 'StringBuilder' with 'String'Servus71-8/+6
Reduces number of method calls to make the code more efficent.
2016-07-04removes unnecessary new linesServus71-1/+0
2015-08-04Add option to return the captured barcode imageAntonin Lenfant1-4/+15
2015-04-05Remove legacy lib; merge integration into zxing-android; rename to ↵Ralf Kistner1-0/+95
zxing-android-embedded.