https://github.com/raphaelm/android-barcode-keyboard
Barcode keyboard for Android (not actively maintained)
https://github.com/raphaelm/android-barcode-keyboard
Last synced: about 1 year ago
JSON representation
Barcode keyboard for Android (not actively maintained)
- Host: GitHub
- URL: https://github.com/raphaelm/android-barcode-keyboard
- Owner: raphaelm
- Created: 2020-08-30T19:23:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T05:41:45.000Z (about 5 years ago)
- Last Synced: 2025-03-17T01:35:05.275Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 104 KB
- Stars: 44
- Watchers: 6
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Barcode Keyboard
This Android app registers an input method that you can use like any other Android keyboard.
However, instead of keys it shows a camera window. Whenever a barcode (1D codes, QR, DataMatrix, …)
is inside the camera view, the barcode content will be inserted into the current text fields.
Similar apps already exist, but show lots of ads, require in-app purchases to remove ads, and
have the risk of leaking your data. This app is free and open source and does not even request
permission to connect to the internet from the operating system. You can therefore fully trust
this app not to send your QR code data somewhere.
## License
Copyright 2020 Raphael Michel. Apache License 2.0.
Based on dm77/barcodescanner-view and ZXing by Google (both Apache License 2.0).