Aegis/app
Alexander Bakker c65ed16790 Replace barcodescanner with CameraX and ZXing
This removes the dependency on ``me.dm7.barcodescanner:zxing`` and replaces it
with our own QR code scanner implementation using CameraX and ZXing. The main
reason for this change is to hopefully get better compatibility with obscure
devices. The barcodescanner library we were previously using seems unmaintained,
while Google is apparently putting a lot of effort into CameraX.

ScannerActivity has been almost entirely rewritten, but the functionality is
exactly the same as before.
2020-06-23 21:54:23 +02:00
..
src Replace barcodescanner with CameraX and ZXing 2020-06-23 21:54:23 +02:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Replace barcodescanner with CameraX and ZXing 2020-06-23 21:54:23 +02:00
lint.xml Replace SpongyCastle with BouncyCastle 2020-05-16 12:30:38 +02:00
proguard-rules.pro Replace SpongyCastle with BouncyCastle 2020-05-16 12:30:38 +02:00