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
2019-03-18 22:14:40 +01:00
app Make sure time and format won't overlap in row 2019-03-18 22:14:40 +01:00
gradle/wrapper Update build tools and gradle wrapper 2019-01-18 18:27:50 +01: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 Error Prone version 2019-03-18 20:21:23 +01:00
CHANGELOG.md Advance version number to 1.4.1 2019-03-17 21:03:29 +01: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 Add F-Droid badge 2019-02-26 10:01:46 +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 F-Droid Get it on Google Play

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