android-barcode-keyboard
android-barcode-keyboard copied to clipboard
Barcode keyboard for Android (not actively maintained)
F-Droid
Add it to F-Droid please. https://gitlab.com/fdroid/rfp/-/issues/1462
Press "ENTER" after each scan. Fixes #3
Support Direct Boot Mode ( Fixes #4 )
Suggestion: A configuration option in main menu to add a "enter" press or "OK" press after barcode, automatically confirming/submitting the input.
To support this, add this to manifest inside application tag: ``` android:allowBackup="true" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true" ``` Then you just need to store all eventual settings (that come in the future) in...
Great work!! It might be better if there was a button that displays a keyboard and a button that displays the numeric keyboard. So if the barcode is unreadable it...
I just tried to build the app, but it failed with: ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:lintVitalRelease'....