markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.47k stars 121 forks source link

Idea: Display custom text from webhook during continuous scan #429

Closed anthonyryan1 closed 8 months ago

anthonyryan1 commented 8 months ago

Right now when scanning serials, each serial is shown in a toast at the bottom of the screen.

An idea I think could have some utility would be to allow the webhook to provide custom text to show in that toast.

Examples include

Would this sort of functionality be welcome in BinaryEye?

markusfisch commented 8 months ago

It should already work that way! 😉

If the response from the server has a body, the first 240 bytes of it are shown in the toast.

anthonyryan1 commented 8 months ago

Wonderful! I didn't see that documented yet.

Definitely going to play with that!