Add connected nodes list dialog (v1.0.4)

- Tap callsign on main screen shows dialog with connected nodes
- SvxService tracks node list: ServerInfo + NODE_JOINED/NODE_LEFT events
- Bump to 1.0.4
This commit is contained in:
ua1zbe
2026-08-14 13:05:05 +03:00
parent fc224e3e09
commit ea36319fe3
4 changed files with 36 additions and 9 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "ru.ua1zbe.svxremote"
minSdk = 26
targetSdk = 34
versionCode = 5
versionName = "1.0.3"
versionCode = 6
versionName = "1.0.4"
}
buildTypes {