1
0

android: replace qr code scanning library

Replaces the unmaintained and unreliable
`me.dm7.barcodescanner:zxing:1.9.8` qr code scanning library used only
on android with the `com.github.markusfisch:BarcodeScannerView:1.6.0`
(https://github.com/markusfisch/BarcodeScannerView) library which seems
more actively maintained.
The `BarcodeScannerView` library is incredibly fast and scanning qr
codes is now fun again :)

wip: still looking into ways to pin the library.
This commit is contained in:
f321x
2025-06-24 17:38:03 +02:00
parent 26e6c0900b
commit 0a05674f2f
2 changed files with 19 additions and 17 deletions

View File

@@ -160,9 +160,13 @@ android.add_jars = .buildozer/android/platform/*/build/libs_collections/Electrum
# directory containing the files)
android.add_src = electrum/gui/qml/java_classes/
# (list) Gradle repositories to add {can be necessary for some android.gradle_dependencies}
# e.g. android.gradle_repositories = maven { url "https://repo.spring.io/release" }
android.add_gradle_repositories = maven { url "https://jitpack.io" }
android.gradle_dependencies =
com.android.support:support-compat:28.0.0,
me.dm7.barcodescanner:zxing:1.9.8
com.github.markusfisch:BarcodeScannerView:1.6.0
android.add_activities = org.electrum.qr.SimpleScannerActivity