this post was submitted on 15 Feb 2025
13 points (100.0% liked)

Programming

18304 readers
105 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

cross-posted from: https://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.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 days ago

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!

[–] [email protected] 2 points 2 days ago
[–] xtools 2 points 3 days ago

GrapheneOS' camera app has a qr code reader baked in

[–] [email protected] 4 points 3 days ago

"QR & Barcode scanner" is Free an Open Source, and supports what you want (if i understood you correctly) https://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

[–] [email protected] 5 points 4 days ago (2 children)

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.

[–] [email protected] 1 points 3 days ago

+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.

[–] [email protected] 3 points 4 days ago (1 children)

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

[–] [email protected] 3 points 4 days ago

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?

[–] xycu 2 points 4 days ago

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.