[SOLVED] Any Android Qr app (preferably Open Source) that allows decoding via "open with" or share?
from MonkderVierte@lemmy.ml to programming@programming.dev on 15 Feb 15:09
https://lemmy.ml/post/26048438

cross-posted from: lemmy.ml/post/26048405

Because, we have here something called “Swiss Qr Bill” (standardized e-bill with Qr code) and some shops send you the bill via email. Would be nice, if i could just tap the qr-image and open with app.

#programming

threaded - newest

said@lemmy.sdf.org on 15 Feb 15:44 next collapse

Binaryeye supports both decoding and encoding via Share menu. So you can share an image from any app to decode(can also be a photo that has a qr code somewhere). It also supports sharing a text or link to generate one. It also has searchable history support.

MonkderVierte@lemmy.ml on 15 Feb 15:56 next collapse

Thanks, but crashes on opening a png. The image is valide, shows a preview in Material Files.

said@lemmy.sdf.org on 15 Feb 16:04 collapse

That’s interesting, I’m using it since android 4 days, don’t remember a single crash. If that’s the only case it crashes, I would open an issue and use it in the meanwhile. Check the permissions maybe?

brisk@aussie.zone on 16 Feb 20:22 collapse

+1. BinaryEye is far more reliable than the QR code reader in my camera.

It also has support for a large number of QRlike and barcode formats, and generation as mentioned.

xycu@programming.dev on 15 Feb 17:42 next collapse

Cognex Barcode Scanner is not open source but it is the best. It’s basically just a demo frontend for a commercial barcode programming library so they are not trying to monetize the app itself. It supports everything! Not just QR code but every kind of barcode. I used to work in logistics and I used it to scan all the different barcodes on shipping labels.

When you scan a barcode you can choose to open, copy, share. Open launches your default web browser. If the barcode isn’t a URL, it all give a search option and you can configure your preferred search engine. It can scan images from your gallery or use your camera. But the important part is it won’t do anything with the scanned data until you tell it to.

<img alt="" src="https://programming.dev/pictrs/image/8524d7b0-2e3c-4b09-a1ce-9bc8c3969734.png">

klangcola@reddthat.com on 16 Feb 01:38 next collapse

“QR & Barcode scanner” is Free an Open Source, and supports what you want (if i understood you correctly) github.com/wewewe718/QrAndBarcodeScanner

Looks like it’s not been updated in a while, but it works just fine. Available on F-Droid and on Google Play

xtools@programming.dev on 16 Feb 18:35 next collapse

GrapheneOS’ camera app has a qr code reader baked in

static_slabs@feddit.rocks on 17 Feb 11:48 collapse

URLCheck solves this issue for all links. Just make it your default browser and go from there. Lots of cool settings to mess with inside too including an optional VirusTotal integration!