mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:45:20 +00:00
Nostr geohash (#276)
* first nostr build * add test file * internet access * fix relay manager * fix serialization * demo service - remove later * fix nostr * event dedupe * dedupe * ui wip * can send messages * subscription works * works * favs * works * delete chat on change * fix mentions * remove autojoin channels * styling * adjust colors * ui changes * live updates working * use local timestamp * message history in background * robust * fixes * nicknames refresh optimization * nostr service * refactor nostr * style * geohash works * centralize colors * refactoring * disable DMs for now: click on peer nickname doesnt open chat list in geohash mode * use local time * less logging * robustness * scroll nickname * adjust some text
This commit is contained in:
@@ -34,7 +34,11 @@ kotlinx-coroutines = "1.10.2"
|
||||
# Bluetooth
|
||||
nordic-ble = "2.6.1"
|
||||
|
||||
# WebSocket
|
||||
okhttp = "4.12.0"
|
||||
|
||||
# Google Play Services
|
||||
gms-location = "21.3.0"
|
||||
|
||||
# Security
|
||||
security-crypto = "1.1.0-beta01"
|
||||
@@ -84,7 +88,11 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
|
||||
# Bluetooth
|
||||
nordic-ble = { module = "no.nordicsemi.android:ble", version.ref = "nordic-ble" }
|
||||
|
||||
# WebSocket
|
||||
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
|
||||
# Google Play Services
|
||||
gms-location = { module = "com.google.android.gms:play-services-location", version.ref = "gms-location" }
|
||||
|
||||
# Security
|
||||
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "security-crypto" }
|
||||
|
||||
Reference in New Issue
Block a user