- Re-normalizes all relays urls before connecting to reduce duplications

- Normalizes all new relays in the edit screens.
This commit is contained in:
Vitor Pamplona
2024-06-04 18:30:01 -04:00
parent f1e516662c
commit d10b4c6bde
9 changed files with 63 additions and 41 deletions

View File

@@ -67,6 +67,9 @@ dependencies {
// Parses URLs from Text:
api libs.url.detector
// Parses URLs from Text:
api libs.rfc3986.normalizer
testImplementation libs.junit
androidTestImplementation platform(libs.androidx.compose.bom)
androidTestImplementation libs.androidx.junit