feat: Refactor attachment components to adopt Telegram-style UI for images and files

This commit is contained in:
k1ngsterr1
2026-01-24 15:03:23 +05:00
parent fa40f8a535
commit d5083e60a5
2 changed files with 226 additions and 235 deletions

View File

@@ -90,6 +90,9 @@ dependencies {
implementation("io.coil-kt:coil-compose:2.5.0")
implementation("io.coil-kt:coil-gif:2.5.0") // For animated WebP/GIF support
// Blurhash for image placeholders
implementation("com.vanniktech:blurhash:0.1.0")
// Crypto libraries for key generation
implementation("org.bitcoinj:bitcoinj-core:0.16.2")
implementation("org.bouncycastle:bcprov-jdk15to18:1.77")