android-barcode-keyboard icon indicating copy to clipboard operation
android-barcode-keyboard copied to clipboard

Barcode keyboard for Android (not actively maintained)

Results 7 android-barcode-keyboard issues
Sort by recently updated
recently updated
newest added

Add it to F-Droid please. https://gitlab.com/fdroid/rfp/-/issues/1462

Press "ENTER" after each scan. Fixes #3

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