Ralf Kistner

Results 157 comments of Ralf Kistner

In general: 1D barcode detection is known to be inaccurate. The best workaround for this is to limit the barcode types to the ones you're interested in. In this specific...

Older versions of the library are not supported - please use the latest version (currently 4.3.0).

Latest versions are in the Readme and the Releases page. For `zxing:core`, the releases are listed on https://github.com/zxing/zxing. But you also don't need to specifically include this unless you set...

Yes, that's recommended now, in line with `onActivityResult` being deprecated. But the previous `IntentIntegrator` / `onActivityResult` workflow should still continue working.

The same thing is working on the sample application: https://github.com/journeyapps/zxing-android-embedded/blob/2324a5403e8b89b66631977b357d1b998f1caf7e/sample/src/main/java/example/zxing/MainActivity.java#L130-L155 I'd recommend creating a minimal application that can still reproduce the issue - remove the database and firebase logic, as...

My guess is it's something related to the Activity instead of the Fragment. Are you overriding the `onActivityResult` method in the Activity? That can prevent results from being passed on...

Using the sample project, flash works for me on Android 11. The above code does not show how it is trying to turn the flash on or off. See this...

Yes, that could be a useful shortcut. Pull requests welcome.

This is not supported currently - it will require modifying the source of the library.

This library does not use Parcel directly. Are you sure it's related to this library, and not something else in your app? If you are sure it's related to this...