0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00
Yet another barcode scanner for Android
Go to file
Markus Fisch 7b67778a29 Return scan result for ZXing' SCAN intents
Of course, handling ZXing' SCAN intents makes only
sense when the app is returning the scanned data.

And that's why responding to IMAGE_CAPTURE does not
make sense at all. Removed that.
2018-07-29 15:40:47 +02:00
app Return scan result for ZXing' SCAN intents 2018-07-29 15:40:47 +02:00
gradle/wrapper Update gradle plugin and tools version 2018-04-15 15:37:25 +02:00
svg Use XML drawable for launcher background 2018-05-27 21:35:22 +02:00
.gitignore Initial commit 2017-08-27 15:03:22 +02:00
build.gradle Update build tools and target SDK 2018-07-05 21:32:03 +02:00
CHANGELOG.md Advance version number to 1.3.4 2018-06-02 13:17:14 +02:00
gradlew Initial commit 2017-08-27 15:03:22 +02:00
gradlew.bat Initial commit 2017-08-27 15:03:22 +02:00
LICENSE Added a license 2017-08-27 16:30:32 +02:00
Makefile Add automated test for YUV processor 2018-05-29 21:00:26 +02:00
PRIVACY.md Added a privacy policy 2017-08-27 15:21:31 +02:00
README.md Remove Travis CI integration 2017-12-09 12:44:57 +01:00
settings.gradle Include CameraView library over jitpack 2018-03-01 14:34:45 +01:00

Binary Eye

Yet another barcode scanner for Android. As if there weren't enough.

This one is totally free, open source and does use the ZXing barcode scanning library.

Unlike many others it works in portrait and landscape orientation, can read inverted codes, uses Material Design and doesn't do anything else but decoding a barcode.

Get it on Google Play

And it's written in Kotlin because I've wanted to explore that a bit more.