2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-07-31 09:41:32 +00:00

Barcode Scanning Updates (#448)

* Add new setting for controlling manual barcode scan

* Adds ability to pause and resume scanning with button

- Camera is still "live" during this

* Add UI elements

* Change scan setting

- "Continuous" scanning
- Enabled by default

* Update release notes

* Scanner updates

- Use "hold to pause" in continuous scan
- Use "tap to pause" in single scan

* Improve barcode scanning options

- Allow tap-to-pause or hold-to-pause
- More obvious user interactions

* Ensure consistent icon placement

* Remove separate setting for barcode pause mode
This commit is contained in:
Oliver
2023-11-14 07:39:06 +11:00
committed by GitHub
parent 20127c6090
commit 8cb5dd20f0
6 changed files with 134 additions and 41 deletions

View File

@@ -42,6 +42,7 @@ const String INV_STRICT_HTTPS = "strictHttps";
// Barcode settings
const String INV_BARCODE_SCAN_DELAY = "barcodeScanDelay";
const String INV_BARCODE_SCAN_TYPE = "barcodeScanType";
const String INV_BARCODE_SCAN_SINGLE = "barcodeScanSingle";
// Barcode scanner types
const int BARCODE_CONTROLLER_CAMERA = 0;