marc136 / tonuino-nfc-tools

Android app to write NFC tags for the TonUINO diy music box
https://marc136.github.io/tonuino-nfc-tools
BSD 3-Clause "New" or "Revised" License
28 stars 9 forks source link

- add QRCode Scanner … #14

Closed DoriosDE closed 3 years ago

DoriosDE commented 3 years ago

... based on https://github.com/dm77/barcodescanner (uses ZXing lib) for bulk edit https://discourse.voss.earth/t/rfid-karten-beschreiben-android-app-und-exceltool-in-kombination-verwenden/5436/20

marc136 commented 3 years ago

Thanks for this pull request @DoriosDE, can you also add the following to the Android Manifest?

<!-- Will show up in the store for devices without camera -->
<uses-feature
        android:name="android.hardware.camera"
        android:required="false" />

Also, when opening the app my phone did not ask for permission to use the camera with the app, instead I had to go to the Android settings. Did you also have to do that or is it my device?

DoriosDE commented 3 years ago

I will implement your suggestions and create a new pull request then ;-)

marc136 commented 3 years ago

New PR #15