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 9f3288e7a8 Revert "Add SonarQube integration"
Somehow SonarQube always says not authorized but the token
is valid and works in another project. May be that SonarQube
cloud allows only one project per organization ...

This reverts commit 26a19a9657.
2017-10-27 09:27:26 +02:00
app Save zoom level over orientation changes 2017-10-26 22:49:24 +02:00
cameraview Call onCameraError() when Camera.open() fails too 2017-10-24 22:33:46 +02:00
gradle/wrapper Initial commit 2017-08-27 15:03:22 +02:00
svg Set a modest wallpaper as window background 2017-10-26 21:50:11 +02:00
.gitignore Initial commit 2017-08-27 15:03:22 +02:00
.travis.yml Revert "Add SonarQube integration" 2017-10-27 09:27:26 +02:00
build.gradle Revert "Add SonarQube integration" 2017-10-27 09:27:26 +02:00
CHANGELOG.md Advanced version number to 1.1.1 2017-09-03 12:35:35 +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 Initial commit 2017-08-27 15:03:22 +02:00
PRIVACY.md Added a privacy policy 2017-08-27 15:21:31 +02:00
README.md Add a Build Passing icon to the README 2017-10-26 23:06:54 +02:00
settings.gradle Initial commit 2017-08-27 15:03:22 +02:00

Binary Eye

Travis-ci

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.