zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

Barcode scanner library for Android, based on the ZXing decoder

Results 124 zxing-android-embedded issues
Sort by recently updated
recently updated
newest added

Is this the right way? But the below code isn't working. Collection formats = Arrays.asList(BarcodeFormat.UPC_A); barcodeViewNew.getBarcodeView().setDecoderFactory(new DefaultDecoderFactory(formats)); Thanks

#### Description of the problem: It would be nice to have support in the Decoder to support GenericMultipleBarcodeReader.

How to make the scanner vertical without using captureActivity

#### Description of the problem: When starting the demo app (for the first time) and pressing the continious scan button, the activity is launched but the permission is not given...

#### Description of the problem: Encountered a crash on using your library. Crash log is as follows: IllegalStateException: CameraInstance is not open Module "com.journeyapps.barcodescanner.v", line 38, in handleMessage Module "com.journeyapps.barcodescanner.u",...

bug

**Description of the problem:** I just modify `CustomScannerActivity` class of sample project according to my requirement. On getting the result of QR code I showed a progressDialog and finish the...

#### Description of the problem: At default, the rotate is limited. But in my project, the app is enabled auto rotate. When rotate changed, torch off at onPause, torch on...

#### Description of the problem: When app launch for the first time on the some devices, this exception is happen. **Which library version are you using?** E.g. 3.2.0. 3.6.0 **Which...

Currently there are a set of log-statements that one should not want to see when apps are in production. Would it be an idea if we guard them with "if...

enhancement

It would be great to have a method that returns if the device has a torch. Alternatively the camera could be exposed. Currently I have to open a camera manually,...

enhancement