Merge pull request #5909 from element-hq/feature/bma/qrCodeLogin

Link new device using QrCode - First version
This commit is contained in:
Benoit Marty 2025-12-18 16:08:21 +01:00 committed by GitHub
commit 3ea10c2c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
180 changed files with 5052 additions and 144 deletions

View file

@ -211,6 +211,9 @@ maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.2"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.2"
opusencoder = "io.element.android:opusencoder:1.2.0"
zxing_cpp = "io.github.zxing-cpp:android:2.3.0"
# Stick to 3.3.3 because of https://github.com/zxing/zxing/issues/1170
google_zxing = "com.google.zxing:core:3.3.3"
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze_materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
color_picker = "io.mhssn:colorpicker:1.0.0"