Merge pull request #4964 from element-hq/feature/bma/roomListNavigationBar

Home navigation bar
This commit is contained in:
Benoit Marty 2025-07-01 17:22:21 +02:00 committed by GitHub
commit 8bc7bed5cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 313 additions and 64 deletions

View file

@ -44,6 +44,7 @@ appyx = "1.7.1"
sqldelight = "2.1.0"
wysiwyg = "2.38.4"
telephoto = "0.16.0"
haze = "1.6.4"
# Dependency analysis
dependencyAnalysis = "2.19.0"
@ -191,6 +192,8 @@ 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"
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
haze_materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
# Analytics
posthog = "com.posthog:posthog-android:3.19.0"