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 78bb03fabf Try Google when opening content as URL fails
Better than showing an error and doing nothing.
2019-06-16 19:10:34 +02:00
app Try Google when opening content as URL fails 2019-06-16 19:10:34 +02:00
gradle/wrapper Update gradle, build tools and remove Error Prone 2019-05-07 17:05:50 +02:00
svg Add shadow to Google Play icon 2019-05-09 23:02:13 +02:00
.gitignore Initial commit 2017-08-27 15:03:22 +02:00
build.gradle Update build tools 2019-05-17 21:03:35 +02:00
CHANGELOG.md Advance version number to 1.8.1 2019-05-26 17:04:54 +02:00
CONTRIBUTING.md Add contribution guidelines 2019-05-26 16:33:11 +02:00
gradlew Update gradle, build tools and remove Error Prone 2019-05-07 17:05:50 +02:00
gradlew.bat Update gradle, build tools and remove Error Prone 2019-05-07 17:05:50 +02:00
LICENSE Added a license 2017-08-27 16:30:32 +02:00
Makefile Move signing configuration into app/build.gradle 2019-05-09 20:38:36 +02:00
PRIVACY.md Added a privacy policy 2017-08-27 15:21:31 +02:00
README.md Update URL to F-Droid badge 2019-04-30 10:08:54 +02: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.