mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 09:20:29 +00:00
Compare commits
58 Commits
v2026.0321
...
v2026.0405
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43eb857663 | ||
|
|
faa396769e | ||
|
|
1a35b790a7 | ||
|
|
573921e002 | ||
|
|
14a41b210e | ||
|
|
56a7fa2fc6 | ||
|
|
7f4b4c4560 | ||
|
|
7f7f4aa975 | ||
|
|
1baab06627 | ||
|
|
5320fa1a2b | ||
|
|
512b64db9f | ||
|
|
4690ceead1 | ||
|
|
d431a79aa8 | ||
|
|
d66bbca82c | ||
|
|
d2fee94678 | ||
|
|
61a856e84c | ||
|
|
5feb07aad7 | ||
|
|
59931f402a | ||
|
|
0cd563063a | ||
|
|
9244368b49 | ||
|
|
c089db5c62 | ||
|
|
7c1bc3b84f | ||
|
|
724f4b38e8 | ||
|
|
caefbdbcef | ||
|
|
79f8f8dd04 | ||
|
|
e4eb40cd34 | ||
|
|
7c9dfd6f63 | ||
|
|
3e8d4c2d11 | ||
|
|
3a28acac2d | ||
|
|
5ee03d4b2f | ||
|
|
3dfdbd7700 | ||
|
|
043faea06a | ||
|
|
05ddb6841a | ||
|
|
3392e5f9c1 | ||
|
|
7df750c8d5 | ||
|
|
e09d418084 | ||
|
|
96aeec1301 | ||
|
|
6978f24440 | ||
|
|
ba0f1fc141 | ||
|
|
28a9235168 | ||
|
|
3e3c9a34d5 | ||
|
|
e85dccea35 | ||
|
|
019224d955 | ||
|
|
4c048a5a50 | ||
|
|
2b42e7dd15 | ||
|
|
7ea6334f02 | ||
|
|
6f0a66dc68 | ||
|
|
a26ae96acd | ||
|
|
a6dc137e51 | ||
|
|
c2501442e3 | ||
|
|
71eac21df9 | ||
|
|
c299349b6a | ||
|
|
ab05f13de9 | ||
|
|
0e61dc5bf1 | ||
|
|
d45924d7b4 | ||
|
|
a24e699e22 | ||
|
|
7486837ad0 | ||
|
|
059125c714 |
2
.github/workflows/build-artifacts.yml
vendored
2
.github/workflows/build-artifacts.yml
vendored
@@ -301,7 +301,7 @@ jobs:
|
|||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
- name: Build web release
|
- name: Build web release
|
||||||
run: flutter build web --release --base-href /meshcore-sar/
|
run: flutter build web --wasm --release --base-href /meshcore-sar/
|
||||||
|
|
||||||
- name: Upload pages artifact
|
- name: Upload pages artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|||||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -79,9 +79,15 @@ play-store/
|
|||||||
create_feature_graphic.py
|
create_feature_graphic.py
|
||||||
|
|
||||||
# Tool caches and local state
|
# Tool caches and local state
|
||||||
|
.devenv/
|
||||||
.cachebro/
|
.cachebro/
|
||||||
.osgrep/
|
.osgrep/
|
||||||
third_party/lpcnet_flutter/
|
third_party/lpcnet_flutter/
|
||||||
|
worker/node_modules/
|
||||||
|
worker/.wrangler/
|
||||||
|
worker/.bun/
|
||||||
|
worker/.astro/
|
||||||
|
worker/dist/
|
||||||
|
|
||||||
# Claude Code local settings (permissions, personal config)
|
# Claude Code local settings (permissions, personal config)
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
|||||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-15 to 2026-03-22
|
||||||
|
|
||||||
|
- Device connectivity and routing: added Android USB serial companion support, serial compass support, GPS module controls, per-contact path size selection, and favourites support via firmware flags.
|
||||||
|
- Location and map intelligence: added RSSI-based repeater trilateration and contact location estimates, isolated MET history, matched the official advert import/discovery flow, and refreshed map presentation by removing contact trails.
|
||||||
|
- Telemetry and device info: surfaced self telemetry and sensor defaults, opened device info from signal and battery taps, improved signal chip behavior, fixed duplicate telemetry delivery, and restored telemetry refresh behavior.
|
||||||
|
- Contacts and messaging: added meshcore:// contact sharing and repeater neighbour views, supported MeshCore message links, fixed DM retry behavior, corrected room poster naming, and compacted the recipient selector.
|
||||||
|
- UI polish and platform upkeep: improved device settings layout, tightened sensor and contact presentation, expanded localization coverage, and refreshed platform dependencies and build numbers.
|
||||||
|
|
||||||
|
## Key PRs
|
||||||
|
|
||||||
|
- [#26](https://github.com/dz0ny/meshcore-sar/pull/26) Merge pull request #26 from `dz0ny/feat/sensor-telemetry-preview`
|
||||||
|
|
||||||
## 2026-03-08 to 2026-03-14
|
## 2026-03-08 to 2026-03-14
|
||||||
|
|
||||||
- Discovery and contacts: finished the discovery flow, removed artificial UI delays, added profile storage and sync, and allowed contact name overrides.
|
- Discovery and contacts: finished the discovery flow, removed artificial UI delays, added profile storage and sync, and allowed contact name overrides.
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -135,6 +135,9 @@ clean: ## Clean build artifacts
|
|||||||
flutter clean
|
flutter clean
|
||||||
rm -rf $(BUILD_DIR)
|
rm -rf $(BUILD_DIR)
|
||||||
|
|
||||||
|
build-web: ## Build web with WebAssembly
|
||||||
|
flutter build web --wasm --release
|
||||||
|
|
||||||
# Build for all platforms
|
# Build for all platforms
|
||||||
build-all: bump ## Build for Android and iOS
|
build-all: bump ## Build for Android and iOS
|
||||||
flutter build apk --release
|
flutter build apk --release
|
||||||
|
|||||||
@@ -489,7 +489,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 123;
|
CURRENT_PROJECT_VERSION = 133;
|
||||||
DEVELOPMENT_TEAM = JND55328G8;
|
DEVELOPMENT_TEAM = JND55328G8;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -511,7 +511,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 123;
|
CURRENT_PROJECT_VERSION = 133;
|
||||||
DEVELOPMENT_TEAM = JND55328G8;
|
DEVELOPMENT_TEAM = JND55328G8;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
@@ -530,7 +530,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 123;
|
CURRENT_PROJECT_VERSION = 133;
|
||||||
DEVELOPMENT_TEAM = JND55328G8;
|
DEVELOPMENT_TEAM = JND55328G8;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
@@ -547,7 +547,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 123;
|
CURRENT_PROJECT_VERSION = 133;
|
||||||
DEVELOPMENT_TEAM = JND55328G8;
|
DEVELOPMENT_TEAM = JND55328G8;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
@@ -679,7 +679,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 123;
|
CURRENT_PROJECT_VERSION = 133;
|
||||||
DEVELOPMENT_TEAM = JND55328G8;
|
DEVELOPMENT_TEAM = JND55328G8;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@@ -702,7 +702,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 123;
|
CURRENT_PROJECT_VERSION = 133;
|
||||||
DEVELOPMENT_TEAM = JND55328G8;
|
DEVELOPMENT_TEAM = JND55328G8;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>123</string>
|
<string>133</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
|||||||
@@ -5,22 +5,22 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000217">
|
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000253">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="0.503497">
|
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="0.303267">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="2: build_app" time="103.12875">
|
<testcase classname="fastlane.lanes" name="2: build_app" time="131.526213">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="3: upload_to_app_store" time="58490.472877">
|
<testcase classname="fastlane.lanes" name="3: upload_to_app_store" time="206.79174">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|||||||
@@ -660,6 +660,30 @@
|
|||||||
"@flood": {
|
"@flood": {
|
||||||
"description": "Flood routing indicator"
|
"description": "Flood routing indicator"
|
||||||
},
|
},
|
||||||
|
"autoSend": "Auto Send",
|
||||||
|
"@autoSend": {
|
||||||
|
"description": "Auto send mode - uses current path"
|
||||||
|
},
|
||||||
|
"autoSendDescription": "Send via current path.",
|
||||||
|
"@autoSendDescription": {
|
||||||
|
"description": "Description for auto send mode"
|
||||||
|
},
|
||||||
|
"sendDirect": "Send Direct",
|
||||||
|
"@sendDirect": {
|
||||||
|
"description": "Send direct mode - zero-hop to contact"
|
||||||
|
},
|
||||||
|
"sendDirectDescription": "Send directly to this contact.",
|
||||||
|
"@sendDirectDescription": {
|
||||||
|
"description": "Description for send direct mode"
|
||||||
|
},
|
||||||
|
"sendFlood": "Send Flood",
|
||||||
|
"@sendFlood": {
|
||||||
|
"description": "Send flood mode - via all repeaters"
|
||||||
|
},
|
||||||
|
"sendFloodDescription": "Send via all repeaters.",
|
||||||
|
"@sendFloodDescription": {
|
||||||
|
"description": "Description for send flood mode"
|
||||||
|
},
|
||||||
"loggedIn": "Logged In",
|
"loggedIn": "Logged In",
|
||||||
"@loggedIn": {
|
"@loggedIn": {
|
||||||
"description": "Logged in status badge"
|
"description": "Logged in status badge"
|
||||||
@@ -2285,7 +2309,7 @@
|
|||||||
"@change": {
|
"@change": {
|
||||||
"description": "Generic change action"
|
"description": "Generic change action"
|
||||||
},
|
},
|
||||||
"wizardOverviewDescription": "This app combines MeshCore messaging, SAR field updates, mapping, and device tools in one place.",
|
"wizardOverviewDescription": "This app combines MeshCore messaging, SAR field updates, discovery, mapping, and device tools in one place.",
|
||||||
"@wizardOverviewDescription": {
|
"@wizardOverviewDescription": {
|
||||||
"description": "Updated onboarding overview description"
|
"description": "Updated onboarding overview description"
|
||||||
},
|
},
|
||||||
@@ -2293,11 +2317,11 @@
|
|||||||
"@wizardOverviewFeature1": {
|
"@wizardOverviewFeature1": {
|
||||||
"description": "Updated onboarding overview feature 1"
|
"description": "Updated onboarding overview feature 1"
|
||||||
},
|
},
|
||||||
"wizardOverviewFeature2": "Share SAR markers, map drawings, voice clips, and images over the mesh.",
|
"wizardOverviewFeature2": "Share live location to a private channel, plus SAR markers, map drawings, voice clips, and images over the mesh.",
|
||||||
"@wizardOverviewFeature2": {
|
"@wizardOverviewFeature2": {
|
||||||
"description": "Updated onboarding overview feature 2"
|
"description": "Updated onboarding overview feature 2"
|
||||||
},
|
},
|
||||||
"wizardOverviewFeature3": "Connect over BLE or TCP, then manage the companion radio from inside the app.",
|
"wizardOverviewFeature3": "Connect over BLE, WiFi, or Serial, then manage the companion radio from inside the app.",
|
||||||
"@wizardOverviewFeature3": {
|
"@wizardOverviewFeature3": {
|
||||||
"description": "Updated onboarding overview feature 3"
|
"description": "Updated onboarding overview feature 3"
|
||||||
},
|
},
|
||||||
@@ -2410,11 +2434,11 @@
|
|||||||
"@wizardNetworkTitle": {
|
"@wizardNetworkTitle": {
|
||||||
"description": "Updated onboarding network page title"
|
"description": "Updated onboarding network page title"
|
||||||
},
|
},
|
||||||
"wizardNetworkDescription": "The Contacts tab organizes the network you discover and the routes you learn over time.",
|
"wizardNetworkDescription": "The Contacts and Discovery flows help you find nearby nodes, store repeaters, and manage the routes you learn over time.",
|
||||||
"@wizardNetworkDescription": {
|
"@wizardNetworkDescription": {
|
||||||
"description": "Updated onboarding network page description"
|
"description": "Updated onboarding network page description"
|
||||||
},
|
},
|
||||||
"wizardNetworkFeature1": "Review team members, repeaters, rooms, channels, and pending adverts in one list.",
|
"wizardNetworkFeature1": "Discover repeaters and sensors, then review team members, rooms, channels, and pending adverts in one list.",
|
||||||
"@wizardNetworkFeature1": {
|
"@wizardNetworkFeature1": {
|
||||||
"description": "Updated onboarding network feature 1"
|
"description": "Updated onboarding network feature 1"
|
||||||
},
|
},
|
||||||
@@ -2422,7 +2446,7 @@
|
|||||||
"@wizardNetworkFeature2": {
|
"@wizardNetworkFeature2": {
|
||||||
"description": "Updated onboarding network feature 2"
|
"description": "Updated onboarding network feature 2"
|
||||||
},
|
},
|
||||||
"wizardNetworkFeature3": "Create channels and manage network destinations without leaving the app.",
|
"wizardNetworkFeature3": "Add new repeaters right after you connect, then create channels and manage network destinations without leaving the app.",
|
||||||
"@wizardNetworkFeature3": {
|
"@wizardNetworkFeature3": {
|
||||||
"description": "Updated onboarding network feature 3"
|
"description": "Updated onboarding network feature 3"
|
||||||
},
|
},
|
||||||
@@ -2434,7 +2458,7 @@
|
|||||||
"@wizardMapOpsDescription": {
|
"@wizardMapOpsDescription": {
|
||||||
"description": "Updated onboarding map page description"
|
"description": "Updated onboarding map page description"
|
||||||
},
|
},
|
||||||
"wizardMapOpsFeature1": "Track your own position, teammate locations, and movement trails on the map.",
|
"wizardMapOpsFeature1": "Track your own position, teammate locations, and share live location to a private channel from the channel menu.",
|
||||||
"@wizardMapOpsFeature1": {
|
"@wizardMapOpsFeature1": {
|
||||||
"description": "Updated onboarding map feature 1"
|
"description": "Updated onboarding map feature 1"
|
||||||
},
|
},
|
||||||
@@ -2462,10 +2486,18 @@
|
|||||||
"@wizardToolsFeature2": {
|
"@wizardToolsFeature2": {
|
||||||
"description": "Updated onboarding tools feature 2"
|
"description": "Updated onboarding tools feature 2"
|
||||||
},
|
},
|
||||||
"wizardToolsFeature3": "Use packet logs, spectrum scan, and developer diagnostics when troubleshooting the mesh.",
|
"wizardToolsFeature3": "Use live traffic, packet logs, spectrum scan, and developer diagnostics when troubleshooting the mesh.",
|
||||||
"@wizardToolsFeature3": {
|
"@wizardToolsFeature3": {
|
||||||
"description": "Updated onboarding tools feature 3"
|
"description": "Updated onboarding tools feature 3"
|
||||||
},
|
},
|
||||||
|
"postConnectDiscoveryTitle": "Discover repeaters now?",
|
||||||
|
"@postConnectDiscoveryTitle": {
|
||||||
|
"description": "Title for the prompt shown after a successful device connection"
|
||||||
|
},
|
||||||
|
"postConnectDiscoveryDescription": "Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.",
|
||||||
|
"@postConnectDiscoveryDescription": {
|
||||||
|
"description": "Body text for the prompt shown after a successful device connection"
|
||||||
|
},
|
||||||
"contactInSensors": "In Sensors",
|
"contactInSensors": "In Sensors",
|
||||||
"@contactInSensors": {
|
"@contactInSensors": {
|
||||||
"description": "Contact actions label when already in sensors"
|
"description": "Contact actions label when already in sensors"
|
||||||
@@ -2770,5 +2802,24 @@
|
|||||||
"captured": "Captured",
|
"captured": "Captured",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"noCustomChannelsToClear": "No custom channels to clear.",
|
"noCustomChannelsToClear": "No custom channels to clear.",
|
||||||
"noDeviceContactsToClear": "No device contacts to clear."
|
"noDeviceContactsToClear": "No device contacts to clear.",
|
||||||
|
|
||||||
|
"setRegionScope": "Set region scope",
|
||||||
|
"regionScope": "Region scope",
|
||||||
|
"regionScopeNone": "None (global)",
|
||||||
|
"clearRegionScope": "Clear scope",
|
||||||
|
"regionScopeWarning": "Only repeaters allowing this region will forward.",
|
||||||
|
"discoverRegions": "Discover from repeaters",
|
||||||
|
"discoveringRegions": "Discovering regions...",
|
||||||
|
"enterRegionName": "Region name (e.g. auckland)",
|
||||||
|
"noRegionsFound": "No regions found on this repeater.",
|
||||||
|
"regionScopeSet": "Region scope set to {name}",
|
||||||
|
"@regionScopeSet": {
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"regionScopeCleared": "Region scope cleared"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -961,6 +961,42 @@ abstract class AppLocalizations {
|
|||||||
/// **'Flood'**
|
/// **'Flood'**
|
||||||
String get flood;
|
String get flood;
|
||||||
|
|
||||||
|
/// Auto send mode - uses current path
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Auto Send'**
|
||||||
|
String get autoSend;
|
||||||
|
|
||||||
|
/// Description for auto send mode
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Send via current path.'**
|
||||||
|
String get autoSendDescription;
|
||||||
|
|
||||||
|
/// Send direct mode - zero-hop to contact
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Send Direct'**
|
||||||
|
String get sendDirect;
|
||||||
|
|
||||||
|
/// Description for send direct mode
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Send directly to this contact.'**
|
||||||
|
String get sendDirectDescription;
|
||||||
|
|
||||||
|
/// Send flood mode - via all repeaters
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Send Flood'**
|
||||||
|
String get sendFlood;
|
||||||
|
|
||||||
|
/// Description for send flood mode
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Send via all repeaters.'**
|
||||||
|
String get sendFloodDescription;
|
||||||
|
|
||||||
/// Logged in status badge
|
/// Logged in status badge
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -3219,7 +3255,7 @@ abstract class AppLocalizations {
|
|||||||
/// Updated onboarding overview description
|
/// Updated onboarding overview description
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'This app combines MeshCore messaging, SAR field updates, mapping, and device tools in one place.'**
|
/// **'This app combines MeshCore messaging, SAR field updates, discovery, mapping, and device tools in one place.'**
|
||||||
String get wizardOverviewDescription;
|
String get wizardOverviewDescription;
|
||||||
|
|
||||||
/// Updated onboarding overview feature 1
|
/// Updated onboarding overview feature 1
|
||||||
@@ -3231,13 +3267,13 @@ abstract class AppLocalizations {
|
|||||||
/// Updated onboarding overview feature 2
|
/// Updated onboarding overview feature 2
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Share SAR markers, map drawings, voice clips, and images over the mesh.'**
|
/// **'Share live location to a private channel, plus SAR markers, map drawings, voice clips, and images over the mesh.'**
|
||||||
String get wizardOverviewFeature2;
|
String get wizardOverviewFeature2;
|
||||||
|
|
||||||
/// Updated onboarding overview feature 3
|
/// Updated onboarding overview feature 3
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Connect over BLE or TCP, then manage the companion radio from inside the app.'**
|
/// **'Connect over BLE, WiFi, or Serial, then manage the companion radio from inside the app.'**
|
||||||
String get wizardOverviewFeature3;
|
String get wizardOverviewFeature3;
|
||||||
|
|
||||||
/// Updated onboarding messaging page title
|
/// Updated onboarding messaging page title
|
||||||
@@ -3387,13 +3423,13 @@ abstract class AppLocalizations {
|
|||||||
/// Updated onboarding network page description
|
/// Updated onboarding network page description
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'The Contacts tab organizes the network you discover and the routes you learn over time.'**
|
/// **'The Contacts and Discovery flows help you find nearby nodes, store repeaters, and manage the routes you learn over time.'**
|
||||||
String get wizardNetworkDescription;
|
String get wizardNetworkDescription;
|
||||||
|
|
||||||
/// Updated onboarding network feature 1
|
/// Updated onboarding network feature 1
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Review team members, repeaters, rooms, channels, and pending adverts in one list.'**
|
/// **'Discover repeaters and sensors, then review team members, rooms, channels, and pending adverts in one list.'**
|
||||||
String get wizardNetworkFeature1;
|
String get wizardNetworkFeature1;
|
||||||
|
|
||||||
/// Updated onboarding network feature 2
|
/// Updated onboarding network feature 2
|
||||||
@@ -3405,7 +3441,7 @@ abstract class AppLocalizations {
|
|||||||
/// Updated onboarding network feature 3
|
/// Updated onboarding network feature 3
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Create channels and manage network destinations without leaving the app.'**
|
/// **'Add new repeaters right after you connect, then create channels and manage network destinations without leaving the app.'**
|
||||||
String get wizardNetworkFeature3;
|
String get wizardNetworkFeature3;
|
||||||
|
|
||||||
/// Updated onboarding map page title
|
/// Updated onboarding map page title
|
||||||
@@ -3423,7 +3459,7 @@ abstract class AppLocalizations {
|
|||||||
/// Updated onboarding map feature 1
|
/// Updated onboarding map feature 1
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Track your own position, teammate locations, and movement trails on the map.'**
|
/// **'Track your own position, teammate locations, and share live location to a private channel from the channel menu.'**
|
||||||
String get wizardMapOpsFeature1;
|
String get wizardMapOpsFeature1;
|
||||||
|
|
||||||
/// Updated onboarding map feature 2
|
/// Updated onboarding map feature 2
|
||||||
@@ -3465,9 +3501,21 @@ abstract class AppLocalizations {
|
|||||||
/// Updated onboarding tools feature 3
|
/// Updated onboarding tools feature 3
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Use packet logs, spectrum scan, and developer diagnostics when troubleshooting the mesh.'**
|
/// **'Use live traffic, packet logs, spectrum scan, and developer diagnostics when troubleshooting the mesh.'**
|
||||||
String get wizardToolsFeature3;
|
String get wizardToolsFeature3;
|
||||||
|
|
||||||
|
/// Title for the prompt shown after a successful device connection
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Discover repeaters now?'**
|
||||||
|
String get postConnectDiscoveryTitle;
|
||||||
|
|
||||||
|
/// Body text for the prompt shown after a successful device connection
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.'**
|
||||||
|
String get postConnectDiscoveryDescription;
|
||||||
|
|
||||||
/// Contact actions label when already in sensors
|
/// Contact actions label when already in sensors
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -4997,6 +5045,72 @@ abstract class AppLocalizations {
|
|||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'No device contacts to clear.'**
|
/// **'No device contacts to clear.'**
|
||||||
String get noDeviceContactsToClear;
|
String get noDeviceContactsToClear;
|
||||||
|
|
||||||
|
/// No description provided for @setRegionScope.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Set region scope'**
|
||||||
|
String get setRegionScope;
|
||||||
|
|
||||||
|
/// No description provided for @regionScope.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Region scope'**
|
||||||
|
String get regionScope;
|
||||||
|
|
||||||
|
/// No description provided for @regionScopeNone.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'None (global)'**
|
||||||
|
String get regionScopeNone;
|
||||||
|
|
||||||
|
/// No description provided for @clearRegionScope.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Clear scope'**
|
||||||
|
String get clearRegionScope;
|
||||||
|
|
||||||
|
/// No description provided for @regionScopeWarning.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Only repeaters allowing this region will forward.'**
|
||||||
|
String get regionScopeWarning;
|
||||||
|
|
||||||
|
/// No description provided for @discoverRegions.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Discover from repeaters'**
|
||||||
|
String get discoverRegions;
|
||||||
|
|
||||||
|
/// No description provided for @discoveringRegions.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Discovering regions...'**
|
||||||
|
String get discoveringRegions;
|
||||||
|
|
||||||
|
/// No description provided for @enterRegionName.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Region name (e.g. auckland)'**
|
||||||
|
String get enterRegionName;
|
||||||
|
|
||||||
|
/// No description provided for @noRegionsFound.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'No regions found on this repeater.'**
|
||||||
|
String get noRegionsFound;
|
||||||
|
|
||||||
|
/// No description provided for @regionScopeSet.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Region scope set to {name}'**
|
||||||
|
String regionScopeSet(String name);
|
||||||
|
|
||||||
|
/// No description provided for @regionScopeCleared.
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Region scope cleared'**
|
||||||
|
String get regionScopeCleared;
|
||||||
}
|
}
|
||||||
|
|
||||||
class _AppLocalizationsDelegate
|
class _AppLocalizationsDelegate
|
||||||
|
|||||||
@@ -481,6 +481,24 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Flut';
|
String get flood => 'Flut';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Angemeldet';
|
String get loggedIn => 'Angemeldet';
|
||||||
|
|
||||||
@@ -1898,6 +1916,13 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Nutze Paketprotokolle, Spektrumsuche und Entwicklerdiagnosen zur Fehlersuche im Mesh.';
|
'Nutze Paketprotokolle, Spektrumsuche und Entwicklerdiagnosen zur Fehlersuche im Mesh.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'In Sensoren';
|
String get contactInSensors => 'In Sensoren';
|
||||||
|
|
||||||
@@ -2698,4 +2723,40 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'Keine Gerätekontakte zum Löschen.';
|
String get noDeviceContactsToClear => 'Keine Gerätekontakte zum Löschen.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -483,6 +483,24 @@ class AppLocalizationsEl extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Πλημμυρικό';
|
String get flood => 'Πλημμυρικό';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Συνδεδεμένος';
|
String get loggedIn => 'Συνδεδεμένος';
|
||||||
|
|
||||||
@@ -1905,6 +1923,13 @@ class AppLocalizationsEl extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Χρησιμοποιήστε καταγραφές πακέτων, σάρωση φάσματος και διαγνωστικά προγραμματιστή κατά την αντιμετώπιση προβλημάτων του mesh.';
|
'Χρησιμοποιήστε καταγραφές πακέτων, σάρωση φάσματος και διαγνωστικά προγραμματιστή κατά την αντιμετώπιση προβλημάτων του mesh.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'Στους αισθητήρες';
|
String get contactInSensors => 'Στους αισθητήρες';
|
||||||
|
|
||||||
@@ -2700,4 +2725,40 @@ class AppLocalizationsEl extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'Δεν υπάρχουν επαφές συσκευής.';
|
String get noDeviceContactsToClear => 'Δεν υπάρχουν επαφές συσκευής.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -478,6 +478,24 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Flood';
|
String get flood => 'Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Logged In';
|
String get loggedIn => 'Logged In';
|
||||||
|
|
||||||
@@ -1717,7 +1735,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardOverviewDescription =>
|
String get wizardOverviewDescription =>
|
||||||
'This app combines MeshCore messaging, SAR field updates, mapping, and device tools in one place.';
|
'This app combines MeshCore messaging, SAR field updates, discovery, mapping, and device tools in one place.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardOverviewFeature1 =>
|
String get wizardOverviewFeature1 =>
|
||||||
@@ -1725,11 +1743,11 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardOverviewFeature2 =>
|
String get wizardOverviewFeature2 =>
|
||||||
'Share SAR markers, map drawings, voice clips, and images over the mesh.';
|
'Share live location to a private channel, plus SAR markers, map drawings, voice clips, and images over the mesh.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardOverviewFeature3 =>
|
String get wizardOverviewFeature3 =>
|
||||||
'Connect over BLE or TCP, then manage the companion radio from inside the app.';
|
'Connect over BLE, WiFi, or Serial, then manage the companion radio from inside the app.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardMessagingTitle => 'Messaging and Field Reports';
|
String get wizardMessagingTitle => 'Messaging and Field Reports';
|
||||||
@@ -1819,11 +1837,11 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardNetworkDescription =>
|
String get wizardNetworkDescription =>
|
||||||
'The Contacts tab organizes the network you discover and the routes you learn over time.';
|
'The Contacts and Discovery flows help you find nearby nodes, store repeaters, and manage the routes you learn over time.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardNetworkFeature1 =>
|
String get wizardNetworkFeature1 =>
|
||||||
'Review team members, repeaters, rooms, channels, and pending adverts in one list.';
|
'Discover repeaters and sensors, then review team members, rooms, channels, and pending adverts in one list.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardNetworkFeature2 =>
|
String get wizardNetworkFeature2 =>
|
||||||
@@ -1831,7 +1849,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardNetworkFeature3 =>
|
String get wizardNetworkFeature3 =>
|
||||||
'Create channels and manage network destinations without leaving the app.';
|
'Add new repeaters right after you connect, then create channels and manage network destinations without leaving the app.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardMapOpsTitle => 'Map, Trails, and Shared Geometry';
|
String get wizardMapOpsTitle => 'Map, Trails, and Shared Geometry';
|
||||||
@@ -1842,7 +1860,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardMapOpsFeature1 =>
|
String get wizardMapOpsFeature1 =>
|
||||||
'Track your own position, teammate locations, and movement trails on the map.';
|
'Track your own position, teammate locations, and share live location to a private channel from the channel menu.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardMapOpsFeature2 =>
|
String get wizardMapOpsFeature2 =>
|
||||||
@@ -1869,7 +1887,14 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Use packet logs, spectrum scan, and developer diagnostics when troubleshooting the mesh.';
|
'Use live traffic, packet logs, spectrum scan, and developer diagnostics when troubleshooting the mesh.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'In Sensors';
|
String get contactInSensors => 'In Sensors';
|
||||||
@@ -2662,4 +2687,40 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'No device contacts to clear.';
|
String get noDeviceContactsToClear => 'No device contacts to clear.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -481,6 +481,24 @@ class AppLocalizationsEs extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Inundación';
|
String get flood => 'Inundación';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Sesión iniciada';
|
String get loggedIn => 'Sesión iniciada';
|
||||||
|
|
||||||
@@ -1901,6 +1919,13 @@ class AppLocalizationsEs extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Usa registros de paquetes, escaneo de espectro y diagnósticos de desarrollador al solucionar problemas de la malla.';
|
'Usa registros de paquetes, escaneo de espectro y diagnósticos de desarrollador al solucionar problemas de la malla.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'En Sensores';
|
String get contactInSensors => 'En Sensores';
|
||||||
|
|
||||||
@@ -2702,4 +2727,40 @@ class AppLocalizationsEs extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear =>
|
String get noDeviceContactsToClear =>
|
||||||
'No hay contactos del dispositivo que borrar.';
|
'No hay contactos del dispositivo que borrar.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -483,6 +483,24 @@ class AppLocalizationsFr extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Inondation';
|
String get flood => 'Inondation';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Connecté';
|
String get loggedIn => 'Connecté';
|
||||||
|
|
||||||
@@ -1905,6 +1923,13 @@ class AppLocalizationsFr extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Utilisez les journaux de paquets, le balayage du spectre et les diagnostics développeur pour dépanner le réseau maillé.';
|
'Utilisez les journaux de paquets, le balayage du spectre et les diagnostics développeur pour dépanner le réseau maillé.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'Dans Capteurs';
|
String get contactInSensors => 'Dans Capteurs';
|
||||||
|
|
||||||
@@ -2706,4 +2731,40 @@ class AppLocalizationsFr extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear =>
|
String get noDeviceContactsToClear =>
|
||||||
'Aucun contact de l\'appareil à effacer.';
|
'Aucun contact de l\'appareil à effacer.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -476,6 +476,24 @@ class AppLocalizationsHr extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Preplavljanje';
|
String get flood => 'Preplavljanje';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Prijavljen';
|
String get loggedIn => 'Prijavljen';
|
||||||
|
|
||||||
@@ -1881,6 +1899,13 @@ class AppLocalizationsHr extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Koristite zapisnike paketa, skeniranje spektra i razvojnu dijagnostiku pri rješavanju problema s mesh mrežom.';
|
'Koristite zapisnike paketa, skeniranje spektra i razvojnu dijagnostiku pri rješavanju problema s mesh mrežom.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'U Senzorima';
|
String get contactInSensors => 'U Senzorima';
|
||||||
|
|
||||||
@@ -2675,4 +2700,40 @@ class AppLocalizationsHr extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'Nema kontakata uređaja za brisanje.';
|
String get noDeviceContactsToClear => 'Nema kontakata uređaja za brisanje.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -480,6 +480,24 @@ class AppLocalizationsIt extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Flood';
|
String get flood => 'Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Connesso';
|
String get loggedIn => 'Connesso';
|
||||||
|
|
||||||
@@ -1896,6 +1914,13 @@ class AppLocalizationsIt extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Usa log dei pacchetti, scansione dello spettro e diagnostica sviluppatore per risolvere problemi della mesh.';
|
'Usa log dei pacchetti, scansione dello spettro e diagnostica sviluppatore per risolvere problemi della mesh.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'Nei Sensori';
|
String get contactInSensors => 'Nei Sensori';
|
||||||
|
|
||||||
@@ -2692,4 +2717,40 @@ class AppLocalizationsIt extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear =>
|
String get noDeviceContactsToClear =>
|
||||||
'Nessun contatto dispositivo da cancellare.';
|
'Nessun contatto dispositivo da cancellare.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -481,6 +481,24 @@ class AppLocalizationsPl extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Rozgłoszeniowo';
|
String get flood => 'Rozgłoszeniowo';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Zalogowano';
|
String get loggedIn => 'Zalogowano';
|
||||||
|
|
||||||
@@ -1893,6 +1911,13 @@ class AppLocalizationsPl extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Używaj logów pakietów, skanowania widma i diagnostyki deweloperskiej podczas rozwiązywania problemów z mesh.';
|
'Używaj logów pakietów, skanowania widma i diagnostyki deweloperskiej podczas rozwiązywania problemów z mesh.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'W Czujnikach';
|
String get contactInSensors => 'W Czujnikach';
|
||||||
|
|
||||||
@@ -2689,4 +2714,40 @@ class AppLocalizationsPl extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear =>
|
String get noDeviceContactsToClear =>
|
||||||
'Brak kontaktów urządzenia do wyczyszczenia.';
|
'Brak kontaktów urządzenia do wyczyszczenia.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -482,6 +482,24 @@ class AppLocalizationsPt extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Inundação';
|
String get flood => 'Inundação';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Conectado';
|
String get loggedIn => 'Conectado';
|
||||||
|
|
||||||
@@ -1900,6 +1918,13 @@ class AppLocalizationsPt extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Use logs de pacotes, varredura de espectro e diagnóstico de desenvolvedor ao solucionar problemas da malha.';
|
'Use logs de pacotes, varredura de espectro e diagnóstico de desenvolvedor ao solucionar problemas da malha.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'Nos Sensores';
|
String get contactInSensors => 'Nos Sensores';
|
||||||
|
|
||||||
@@ -2700,4 +2725,40 @@ class AppLocalizationsPt extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear =>
|
String get noDeviceContactsToClear =>
|
||||||
'Sem contactos do dispositivo para limpar.';
|
'Sem contactos do dispositivo para limpar.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -480,6 +480,24 @@ class AppLocalizationsRu extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Широковещательно';
|
String get flood => 'Широковещательно';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Вход выполнен';
|
String get loggedIn => 'Вход выполнен';
|
||||||
|
|
||||||
@@ -1890,6 +1908,13 @@ class AppLocalizationsRu extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Используйте журналы пакетов, сканирование спектра и диагностику разработчика для устранения проблем mesh-сети.';
|
'Используйте журналы пакетов, сканирование спектра и диагностику разработчика для устранения проблем mesh-сети.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'В датчиках';
|
String get contactInSensors => 'В датчиках';
|
||||||
|
|
||||||
@@ -2685,4 +2710,40 @@ class AppLocalizationsRu extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'Нет контактов устройства для очистки.';
|
String get noDeviceContactsToClear => 'Нет контактов устройства для очистки.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -477,6 +477,24 @@ class AppLocalizationsSl extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Razpršitev';
|
String get flood => 'Razpršitev';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Prijavljen';
|
String get loggedIn => 'Prijavljen';
|
||||||
|
|
||||||
@@ -1881,6 +1899,13 @@ class AppLocalizationsSl extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Uporabite dnevnik paketov, pregled spektra in razvojno diagnostiko pri odpravljanju težav v mesh omrežju.';
|
'Uporabite dnevnik paketov, pregled spektra in razvojno diagnostiko pri odpravljanju težav v mesh omrežju.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'V senzorjih';
|
String get contactInSensors => 'V senzorjih';
|
||||||
|
|
||||||
@@ -2675,4 +2700,40 @@ class AppLocalizationsSl extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'Ni stikov naprave za brisanje.';
|
String get noDeviceContactsToClear => 'Ni stikov naprave za brisanje.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -480,6 +480,24 @@ class AppLocalizationsTr extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Yayılım';
|
String get flood => 'Yayılım';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Giriş yapıldı';
|
String get loggedIn => 'Giriş yapıldı';
|
||||||
|
|
||||||
@@ -1883,6 +1901,13 @@ class AppLocalizationsTr extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Mesh sorunlarını giderirken paket günlükleri, spektrum taraması ve geliştirici tanılamalarını kullanın.';
|
'Mesh sorunlarını giderirken paket günlükleri, spektrum taraması ve geliştirici tanılamalarını kullanın.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'Sensörlerde';
|
String get contactInSensors => 'Sensörlerde';
|
||||||
|
|
||||||
@@ -2673,4 +2698,40 @@ class AppLocalizationsTr extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => 'Temizlenecek cihaz kişisi yok.';
|
String get noDeviceContactsToClear => 'Temizlenecek cihaz kişisi yok.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -480,6 +480,24 @@ class AppLocalizationsUk extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => 'Широкомовно';
|
String get flood => 'Широкомовно';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => 'Увійшли';
|
String get loggedIn => 'Увійшли';
|
||||||
|
|
||||||
@@ -1896,6 +1914,13 @@ class AppLocalizationsUk extends AppLocalizations {
|
|||||||
String get wizardToolsFeature3 =>
|
String get wizardToolsFeature3 =>
|
||||||
'Використовуйте журнали пакетів, сканування спектра та діагностику розробника для усунення проблем mesh-мережі.';
|
'Використовуйте журнали пакетів, сканування спектра та діагностику розробника для усунення проблем mesh-мережі.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => 'У датчиках';
|
String get contactInSensors => 'У датчиках';
|
||||||
|
|
||||||
@@ -2696,4 +2721,40 @@ class AppLocalizationsUk extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear =>
|
String get noDeviceContactsToClear =>
|
||||||
'Немає контактів пристрою для очищення.';
|
'Немає контактів пристрою для очищення.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -464,6 +464,24 @@ class AppLocalizationsZh extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get flood => '泛洪';
|
String get flood => '泛洪';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSend => 'Auto Send';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get autoSendDescription => 'Send via current path.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirect => 'Send Direct';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendDirectDescription => 'Send directly to this contact.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFlood => 'Send Flood';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get sendFloodDescription => 'Send via all repeaters.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loggedIn => '已登录';
|
String get loggedIn => '已登录';
|
||||||
|
|
||||||
@@ -1796,6 +1814,13 @@ class AppLocalizationsZh extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get wizardToolsFeature3 => '在排查 mesh 网络问题时使用数据包日志、频谱扫描和开发者诊断。';
|
String get wizardToolsFeature3 => '在排查 mesh 网络问题时使用数据包日志、频谱扫描和开发者诊断。';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryTitle => 'Discover repeaters now?';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get postConnectDiscoveryDescription =>
|
||||||
|
'Run repeater discovery right after connecting so you can see nearby MeshCore nodes and add them to your network faster.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get contactInSensors => '在传感器中';
|
String get contactInSensors => '在传感器中';
|
||||||
|
|
||||||
@@ -2568,4 +2593,40 @@ class AppLocalizationsZh extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get noDeviceContactsToClear => '没有设备联系人可清除。';
|
String get noDeviceContactsToClear => '没有设备联系人可清除。';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get setRegionScope => 'Set region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScope => 'Region scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeNone => 'None (global)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get clearRegionScope => 'Clear scope';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeWarning =>
|
||||||
|
'Only repeaters allowing this region will forward.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoverRegions => 'Discover from repeaters';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get discoveringRegions => 'Discovering regions...';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get noRegionsFound => 'No regions found on this repeater.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String regionScopeSet(String name) {
|
||||||
|
return 'Region scope set to $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get regionScopeCleared => 'Region scope cleared';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,287 @@
|
|||||||
{}
|
{
|
||||||
|
"de": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"el": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"es": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"fr": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"hr": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"it": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"pl": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"pt": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"ru": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"sl": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"tr": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"uk": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
],
|
||||||
|
|
||||||
|
"zh": [
|
||||||
|
"autoSend",
|
||||||
|
"autoSendDescription",
|
||||||
|
"sendDirect",
|
||||||
|
"sendDirectDescription",
|
||||||
|
"sendFlood",
|
||||||
|
"sendFloodDescription",
|
||||||
|
"postConnectDiscoveryTitle",
|
||||||
|
"postConnectDiscoveryDescription",
|
||||||
|
"setRegionScope",
|
||||||
|
"regionScope",
|
||||||
|
"regionScopeNone",
|
||||||
|
"clearRegionScope",
|
||||||
|
"regionScopeWarning",
|
||||||
|
"discoverRegions",
|
||||||
|
"discoveringRegions",
|
||||||
|
"enterRegionName",
|
||||||
|
"noRegionsFound",
|
||||||
|
"regionScopeSet",
|
||||||
|
"regionScopeCleared"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ import 'providers/channels_provider.dart';
|
|||||||
import 'providers/voice_provider.dart';
|
import 'providers/voice_provider.dart';
|
||||||
import 'providers/image_provider.dart' as ip;
|
import 'providers/image_provider.dart' as ip;
|
||||||
import 'providers/app_provider.dart';
|
import 'providers/app_provider.dart';
|
||||||
|
import 'providers/offline_tiles_provider.dart';
|
||||||
import 'providers/sensors_provider.dart';
|
import 'providers/sensors_provider.dart';
|
||||||
import 'services/voice_codec_service.dart';
|
import 'services/voice_codec_service.dart';
|
||||||
import 'services/voice_player_service.dart';
|
import 'services/voice_player_service.dart';
|
||||||
@@ -285,6 +286,7 @@ class _MeshCoreSarAppState extends State<MeshCoreSarApp> {
|
|||||||
),
|
),
|
||||||
ChangeNotifierProvider(create: (_) => ChannelsProvider()),
|
ChangeNotifierProvider(create: (_) => ChannelsProvider()),
|
||||||
ChangeNotifierProvider(create: (_) => SensorsProvider()),
|
ChangeNotifierProvider(create: (_) => SensorsProvider()),
|
||||||
|
ChangeNotifierProvider(create: (_) => OfflineTilesProvider()),
|
||||||
ChangeNotifierProvider(
|
ChangeNotifierProvider(
|
||||||
create: (_) {
|
create: (_) {
|
||||||
final manager = ProfileManager();
|
final manager = ProfileManager();
|
||||||
|
|||||||
@@ -122,6 +122,15 @@ class Channel {
|
|||||||
/// Base64-encoded PSK for sharing with firmware CLI and related tooling.
|
/// Base64-encoded PSK for sharing with firmware CLI and related tooling.
|
||||||
String get pskBase64 => base64.encode(secret);
|
String get pskBase64 => base64.encode(secret);
|
||||||
|
|
||||||
|
/// MeshCore group packets carry the first byte of SHA256(channel secret).
|
||||||
|
int get hashByte {
|
||||||
|
final digest = sha256.convert(secret);
|
||||||
|
return digest.bytes.first;
|
||||||
|
}
|
||||||
|
|
||||||
|
String get hashHex =>
|
||||||
|
hashByte.toRadixString(16).padLeft(2, '0').toUpperCase();
|
||||||
|
|
||||||
/// Display name for the channel
|
/// Display name for the channel
|
||||||
/// Returns "Public" for channel 0, otherwise returns the custom name or "Channel N"
|
/// Returns "Public" for channel 0, otherwise returns the custom name or "Channel N"
|
||||||
String get displayName {
|
String get displayName {
|
||||||
|
|||||||
@@ -116,7 +116,6 @@ class AppSettingsProfileSection {
|
|||||||
final bool? voiceEchoCancellationEnabled;
|
final bool? voiceEchoCancellationEnabled;
|
||||||
final bool? voiceNoiseSuppressionEnabled;
|
final bool? voiceNoiseSuppressionEnabled;
|
||||||
final double? messageFontScale;
|
final double? messageFontScale;
|
||||||
final bool? autoRouteRotationEnabled;
|
|
||||||
final bool? clearPathOnMaxRetry;
|
final bool? clearPathOnMaxRetry;
|
||||||
final bool? nearestRelayFallbackEnabled;
|
final bool? nearestRelayFallbackEnabled;
|
||||||
final int? voiceBitrate;
|
final int? voiceBitrate;
|
||||||
@@ -142,7 +141,6 @@ class AppSettingsProfileSection {
|
|||||||
this.voiceEchoCancellationEnabled,
|
this.voiceEchoCancellationEnabled,
|
||||||
this.voiceNoiseSuppressionEnabled,
|
this.voiceNoiseSuppressionEnabled,
|
||||||
this.messageFontScale,
|
this.messageFontScale,
|
||||||
this.autoRouteRotationEnabled,
|
|
||||||
this.clearPathOnMaxRetry,
|
this.clearPathOnMaxRetry,
|
||||||
this.nearestRelayFallbackEnabled,
|
this.nearestRelayFallbackEnabled,
|
||||||
this.voiceBitrate,
|
this.voiceBitrate,
|
||||||
@@ -169,7 +167,6 @@ class AppSettingsProfileSection {
|
|||||||
voiceEchoCancellationEnabled == null &&
|
voiceEchoCancellationEnabled == null &&
|
||||||
voiceNoiseSuppressionEnabled == null &&
|
voiceNoiseSuppressionEnabled == null &&
|
||||||
messageFontScale == null &&
|
messageFontScale == null &&
|
||||||
autoRouteRotationEnabled == null &&
|
|
||||||
clearPathOnMaxRetry == null &&
|
clearPathOnMaxRetry == null &&
|
||||||
nearestRelayFallbackEnabled == null &&
|
nearestRelayFallbackEnabled == null &&
|
||||||
voiceBitrate == null &&
|
voiceBitrate == null &&
|
||||||
@@ -195,7 +192,6 @@ class AppSettingsProfileSection {
|
|||||||
'voiceEchoCancellationEnabled': voiceEchoCancellationEnabled,
|
'voiceEchoCancellationEnabled': voiceEchoCancellationEnabled,
|
||||||
'voiceNoiseSuppressionEnabled': voiceNoiseSuppressionEnabled,
|
'voiceNoiseSuppressionEnabled': voiceNoiseSuppressionEnabled,
|
||||||
'messageFontScale': messageFontScale,
|
'messageFontScale': messageFontScale,
|
||||||
'autoRouteRotationEnabled': autoRouteRotationEnabled,
|
|
||||||
'clearPathOnMaxRetry': clearPathOnMaxRetry,
|
'clearPathOnMaxRetry': clearPathOnMaxRetry,
|
||||||
'nearestRelayFallbackEnabled': nearestRelayFallbackEnabled,
|
'nearestRelayFallbackEnabled': nearestRelayFallbackEnabled,
|
||||||
'voiceBitrate': voiceBitrate,
|
'voiceBitrate': voiceBitrate,
|
||||||
@@ -225,7 +221,6 @@ class AppSettingsProfileSection {
|
|||||||
voiceNoiseSuppressionEnabled:
|
voiceNoiseSuppressionEnabled:
|
||||||
json['voiceNoiseSuppressionEnabled'] as bool?,
|
json['voiceNoiseSuppressionEnabled'] as bool?,
|
||||||
messageFontScale: (json['messageFontScale'] as num?)?.toDouble(),
|
messageFontScale: (json['messageFontScale'] as num?)?.toDouble(),
|
||||||
autoRouteRotationEnabled: json['autoRouteRotationEnabled'] as bool?,
|
|
||||||
clearPathOnMaxRetry: json['clearPathOnMaxRetry'] as bool?,
|
clearPathOnMaxRetry: json['clearPathOnMaxRetry'] as bool?,
|
||||||
nearestRelayFallbackEnabled: json['nearestRelayFallbackEnabled'] as bool?,
|
nearestRelayFallbackEnabled: json['nearestRelayFallbackEnabled'] as bool?,
|
||||||
voiceBitrate: json['voiceBitrate'] as int?,
|
voiceBitrate: json['voiceBitrate'] as int?,
|
||||||
@@ -263,7 +258,6 @@ class MapWorkspaceProfileSection {
|
|||||||
final bool? showKrasFireZonesOverlay;
|
final bool? showKrasFireZonesOverlay;
|
||||||
final bool? showPlaceNamesOverlay;
|
final bool? showPlaceNamesOverlay;
|
||||||
final bool? showMunicipalityBordersOverlay;
|
final bool? showMunicipalityBordersOverlay;
|
||||||
final bool? showAllContactTrails;
|
|
||||||
final bool? hideRepeatersOnMap;
|
final bool? hideRepeatersOnMap;
|
||||||
|
|
||||||
const MapWorkspaceProfileSection({
|
const MapWorkspaceProfileSection({
|
||||||
@@ -284,7 +278,6 @@ class MapWorkspaceProfileSection {
|
|||||||
this.showKrasFireZonesOverlay,
|
this.showKrasFireZonesOverlay,
|
||||||
this.showPlaceNamesOverlay,
|
this.showPlaceNamesOverlay,
|
||||||
this.showMunicipalityBordersOverlay,
|
this.showMunicipalityBordersOverlay,
|
||||||
this.showAllContactTrails,
|
|
||||||
this.hideRepeatersOnMap,
|
this.hideRepeatersOnMap,
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -306,7 +299,6 @@ class MapWorkspaceProfileSection {
|
|||||||
showKrasFireZonesOverlay == null &&
|
showKrasFireZonesOverlay == null &&
|
||||||
showPlaceNamesOverlay == null &&
|
showPlaceNamesOverlay == null &&
|
||||||
showMunicipalityBordersOverlay == null &&
|
showMunicipalityBordersOverlay == null &&
|
||||||
showAllContactTrails == null &&
|
|
||||||
hideRepeatersOnMap == null;
|
hideRepeatersOnMap == null;
|
||||||
|
|
||||||
Map<String, dynamic> toJson() => {
|
Map<String, dynamic> toJson() => {
|
||||||
@@ -327,7 +319,6 @@ class MapWorkspaceProfileSection {
|
|||||||
'showKrasFireZonesOverlay': showKrasFireZonesOverlay,
|
'showKrasFireZonesOverlay': showKrasFireZonesOverlay,
|
||||||
'showPlaceNamesOverlay': showPlaceNamesOverlay,
|
'showPlaceNamesOverlay': showPlaceNamesOverlay,
|
||||||
'showMunicipalityBordersOverlay': showMunicipalityBordersOverlay,
|
'showMunicipalityBordersOverlay': showMunicipalityBordersOverlay,
|
||||||
'showAllContactTrails': showAllContactTrails,
|
|
||||||
'hideRepeatersOnMap': hideRepeatersOnMap,
|
'hideRepeatersOnMap': hideRepeatersOnMap,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -356,7 +347,6 @@ class MapWorkspaceProfileSection {
|
|||||||
showPlaceNamesOverlay: json['showPlaceNamesOverlay'] as bool?,
|
showPlaceNamesOverlay: json['showPlaceNamesOverlay'] as bool?,
|
||||||
showMunicipalityBordersOverlay:
|
showMunicipalityBordersOverlay:
|
||||||
json['showMunicipalityBordersOverlay'] as bool?,
|
json['showMunicipalityBordersOverlay'] as bool?,
|
||||||
showAllContactTrails: json['showAllContactTrails'] as bool?,
|
|
||||||
hideRepeatersOnMap: json['hideRepeatersOnMap'] as bool?,
|
hideRepeatersOnMap: json['hideRepeatersOnMap'] as bool?,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,10 +15,14 @@ class MessageContactLocation {
|
|||||||
|
|
||||||
String get technicalSourceLabel {
|
String get technicalSourceLabel {
|
||||||
switch (source) {
|
switch (source) {
|
||||||
|
case 'shared':
|
||||||
|
return 'shared location';
|
||||||
|
case 'gps':
|
||||||
|
return 'shared location';
|
||||||
case 'telemetry':
|
case 'telemetry':
|
||||||
return 'telemetry';
|
return 'live telemetry';
|
||||||
case 'advert':
|
case 'advert':
|
||||||
return 'advert';
|
return 'shared advert';
|
||||||
default:
|
default:
|
||||||
return source;
|
return source;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,197 +0,0 @@
|
|||||||
enum PathRecordSource { learned, observed }
|
|
||||||
|
|
||||||
class PathRecord {
|
|
||||||
final List<int> pathBytes;
|
|
||||||
final int hopCount;
|
|
||||||
final int hashSize;
|
|
||||||
final PathRecordSource source;
|
|
||||||
final int successCount;
|
|
||||||
final int failureCount;
|
|
||||||
final int lastRoundTripTimeMs;
|
|
||||||
final DateTime lastUsedAt;
|
|
||||||
|
|
||||||
const PathRecord({
|
|
||||||
required this.pathBytes,
|
|
||||||
required this.hopCount,
|
|
||||||
required this.hashSize,
|
|
||||||
required this.source,
|
|
||||||
required this.successCount,
|
|
||||||
required this.failureCount,
|
|
||||||
required this.lastRoundTripTimeMs,
|
|
||||||
required this.lastUsedAt,
|
|
||||||
});
|
|
||||||
|
|
||||||
String get signature =>
|
|
||||||
pathBytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join();
|
|
||||||
|
|
||||||
double get successRate =>
|
|
||||||
(successCount + 1) / (successCount + failureCount + 2);
|
|
||||||
|
|
||||||
PathRecord copyWith({
|
|
||||||
List<int>? pathBytes,
|
|
||||||
int? hopCount,
|
|
||||||
int? hashSize,
|
|
||||||
PathRecordSource? source,
|
|
||||||
int? successCount,
|
|
||||||
int? failureCount,
|
|
||||||
int? lastRoundTripTimeMs,
|
|
||||||
DateTime? lastUsedAt,
|
|
||||||
}) {
|
|
||||||
return PathRecord(
|
|
||||||
pathBytes: pathBytes ?? this.pathBytes,
|
|
||||||
hopCount: hopCount ?? this.hopCount,
|
|
||||||
hashSize: hashSize ?? this.hashSize,
|
|
||||||
source: source ?? this.source,
|
|
||||||
successCount: successCount ?? this.successCount,
|
|
||||||
failureCount: failureCount ?? this.failureCount,
|
|
||||||
lastRoundTripTimeMs: lastRoundTripTimeMs ?? this.lastRoundTripTimeMs,
|
|
||||||
lastUsedAt: lastUsedAt ?? this.lastUsedAt,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
|
||||||
return {
|
|
||||||
'path_bytes': pathBytes,
|
|
||||||
'hop_count': hopCount,
|
|
||||||
'hash_size': hashSize,
|
|
||||||
'source': source.name,
|
|
||||||
'success_count': successCount,
|
|
||||||
'failure_count': failureCount,
|
|
||||||
'last_round_trip_time_ms': lastRoundTripTimeMs,
|
|
||||||
'last_used_at': lastUsedAt.toIso8601String(),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
factory PathRecord.fromJson(Map<String, dynamic> json) {
|
|
||||||
return PathRecord(
|
|
||||||
pathBytes: (json['path_bytes'] as List<dynamic>? ?? const <dynamic>[])
|
|
||||||
.map((value) => value as int)
|
|
||||||
.toList(),
|
|
||||||
hopCount: json['hop_count'] as int? ?? 0,
|
|
||||||
hashSize: json['hash_size'] as int? ?? 1,
|
|
||||||
source: PathRecordSource.values.firstWhere(
|
|
||||||
(value) => value.name == (json['source'] as String? ?? 'learned'),
|
|
||||||
orElse: () => PathRecordSource.learned,
|
|
||||||
),
|
|
||||||
successCount: json['success_count'] as int? ?? 0,
|
|
||||||
failureCount: json['failure_count'] as int? ?? 0,
|
|
||||||
lastRoundTripTimeMs: json['last_round_trip_time_ms'] as int? ?? 0,
|
|
||||||
lastUsedAt:
|
|
||||||
DateTime.tryParse(json['last_used_at'] as String? ?? '') ??
|
|
||||||
DateTime.fromMillisecondsSinceEpoch(0),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class FloodPathStats {
|
|
||||||
final int successCount;
|
|
||||||
final int failureCount;
|
|
||||||
final int lastRoundTripTimeMs;
|
|
||||||
final DateTime? lastUsedAt;
|
|
||||||
|
|
||||||
const FloodPathStats({
|
|
||||||
required this.successCount,
|
|
||||||
required this.failureCount,
|
|
||||||
required this.lastRoundTripTimeMs,
|
|
||||||
required this.lastUsedAt,
|
|
||||||
});
|
|
||||||
|
|
||||||
const FloodPathStats.empty()
|
|
||||||
: successCount = 0,
|
|
||||||
failureCount = 0,
|
|
||||||
lastRoundTripTimeMs = 0,
|
|
||||||
lastUsedAt = null;
|
|
||||||
|
|
||||||
FloodPathStats copyWith({
|
|
||||||
int? successCount,
|
|
||||||
int? failureCount,
|
|
||||||
int? lastRoundTripTimeMs,
|
|
||||||
DateTime? lastUsedAt,
|
|
||||||
}) {
|
|
||||||
return FloodPathStats(
|
|
||||||
successCount: successCount ?? this.successCount,
|
|
||||||
failureCount: failureCount ?? this.failureCount,
|
|
||||||
lastRoundTripTimeMs: lastRoundTripTimeMs ?? this.lastRoundTripTimeMs,
|
|
||||||
lastUsedAt: lastUsedAt ?? this.lastUsedAt,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
|
||||||
return {
|
|
||||||
'success_count': successCount,
|
|
||||||
'failure_count': failureCount,
|
|
||||||
'last_round_trip_time_ms': lastRoundTripTimeMs,
|
|
||||||
'last_used_at': lastUsedAt?.toIso8601String(),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
factory FloodPathStats.fromJson(Map<String, dynamic> json) {
|
|
||||||
return FloodPathStats(
|
|
||||||
successCount: json['success_count'] as int? ?? 0,
|
|
||||||
failureCount: json['failure_count'] as int? ?? 0,
|
|
||||||
lastRoundTripTimeMs: json['last_round_trip_time_ms'] as int? ?? 0,
|
|
||||||
lastUsedAt: DateTime.tryParse(json['last_used_at'] as String? ?? ''),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class ContactPathHistory {
|
|
||||||
final String contactPublicKeyHex;
|
|
||||||
final List<PathRecord> directPaths;
|
|
||||||
final FloodPathStats floodStats;
|
|
||||||
final int rotationIndex;
|
|
||||||
|
|
||||||
const ContactPathHistory({
|
|
||||||
required this.contactPublicKeyHex,
|
|
||||||
required this.directPaths,
|
|
||||||
required this.floodStats,
|
|
||||||
required this.rotationIndex,
|
|
||||||
});
|
|
||||||
|
|
||||||
const ContactPathHistory.empty(this.contactPublicKeyHex)
|
|
||||||
: directPaths = const <PathRecord>[],
|
|
||||||
floodStats = const FloodPathStats.empty(),
|
|
||||||
rotationIndex = 0;
|
|
||||||
|
|
||||||
ContactPathHistory copyWith({
|
|
||||||
List<PathRecord>? directPaths,
|
|
||||||
FloodPathStats? floodStats,
|
|
||||||
int? rotationIndex,
|
|
||||||
}) {
|
|
||||||
return ContactPathHistory(
|
|
||||||
contactPublicKeyHex: contactPublicKeyHex,
|
|
||||||
directPaths: directPaths ?? this.directPaths,
|
|
||||||
floodStats: floodStats ?? this.floodStats,
|
|
||||||
rotationIndex: rotationIndex ?? this.rotationIndex,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
|
||||||
return {
|
|
||||||
'direct_paths': directPaths.map((record) => record.toJson()).toList(),
|
|
||||||
'flood_stats': floodStats.toJson(),
|
|
||||||
'rotation_index': rotationIndex,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
List<PathRecord> get observedPaths => directPaths
|
|
||||||
.where((record) => record.source == PathRecordSource.observed)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
factory ContactPathHistory.fromJson(
|
|
||||||
String contactPublicKeyHex,
|
|
||||||
Map<String, dynamic> json,
|
|
||||||
) {
|
|
||||||
return ContactPathHistory(
|
|
||||||
contactPublicKeyHex: contactPublicKeyHex,
|
|
||||||
directPaths: (json['direct_paths'] as List<dynamic>? ?? const <dynamic>[])
|
|
||||||
.whereType<Map<String, dynamic>>()
|
|
||||||
.map(PathRecord.fromJson)
|
|
||||||
.toList(),
|
|
||||||
floodStats: json['flood_stats'] is Map<String, dynamic>
|
|
||||||
? FloodPathStats.fromJson(json['flood_stats'] as Map<String, dynamic>)
|
|
||||||
: const FloodPathStats.empty(),
|
|
||||||
rotationIndex: json['rotation_index'] as int? ?? 0,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -29,6 +29,16 @@ class ChannelsProvider with ChangeNotifier {
|
|||||||
return index == 0 ? 'Public' : 'Channel $index';
|
return index == 0 ? 'Public' : 'Channel $index';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
List<Channel> getChannelsByHashByte(int hashByte) {
|
||||||
|
return _channels.values.where((channel) => channel.hashByte == hashByte).toList()
|
||||||
|
..sort((a, b) => a.index.compareTo(b.index));
|
||||||
|
}
|
||||||
|
|
||||||
|
String? getUniqueChannelDisplayNameByHashByte(int hashByte) {
|
||||||
|
final matches = getChannelsByHashByte(hashByte);
|
||||||
|
return matches.length == 1 ? matches.single.displayName : null;
|
||||||
|
}
|
||||||
|
|
||||||
/// Add or update a channel
|
/// Add or update a channel
|
||||||
void addOrUpdateChannel({
|
void addOrUpdateChannel({
|
||||||
required int index,
|
required int index,
|
||||||
|
|||||||
@@ -47,6 +47,23 @@ class PingResult {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Result of a relay ping (trace path) operation
|
||||||
|
class RelayPingResult {
|
||||||
|
final bool success;
|
||||||
|
final int durationMs;
|
||||||
|
final double snrThere;
|
||||||
|
final double snrBack;
|
||||||
|
final int hopCount;
|
||||||
|
|
||||||
|
const RelayPingResult({
|
||||||
|
required this.success,
|
||||||
|
required this.durationMs,
|
||||||
|
required this.snrThere,
|
||||||
|
required this.snrBack,
|
||||||
|
required this.hopCount,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/// Scanned device with RSSI information
|
/// Scanned device with RSSI information
|
||||||
class ScannedDevice {
|
class ScannedDevice {
|
||||||
final BluetoothDevice device;
|
final BluetoothDevice device;
|
||||||
@@ -105,8 +122,6 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
|
|
||||||
bool _isScanning = false;
|
bool _isScanning = false;
|
||||||
bool get isScanning => _isScanning;
|
bool get isScanning => _isScanning;
|
||||||
bool _isSpectrumScanActive = false;
|
|
||||||
bool get isSpectrumScanActive => _isSpectrumScanActive;
|
|
||||||
final Set<int> _pendingDeletedChannelIndices = <int>{};
|
final Set<int> _pendingDeletedChannelIndices = <int>{};
|
||||||
|
|
||||||
String? _error;
|
String? _error;
|
||||||
@@ -174,6 +189,8 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
MessageDeliveryTracker();
|
MessageDeliveryTracker();
|
||||||
final PingTracker _pingTracker = PingTracker();
|
final PingTracker _pingTracker = PingTracker();
|
||||||
final Map<String, Future<PingResult>> _pendingSmartPings = {};
|
final Map<String, Future<PingResult>> _pendingSmartPings = {};
|
||||||
|
final Map<int, Completer<RelayPingResult>> _pendingRelayPings = {};
|
||||||
|
final Map<int, int> _relayPingStartTimes = {};
|
||||||
|
|
||||||
// Expose room login states
|
// Expose room login states
|
||||||
Map<String, RoomLoginState> get roomLoginStates =>
|
Map<String, RoomLoginState> get roomLoginStates =>
|
||||||
@@ -212,6 +229,15 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
onMessageEchoDetected;
|
onMessageEchoDetected;
|
||||||
Function(Uint8List publicKeyPrefix, Uint8List statusData)? onStatusResponse;
|
Function(Uint8List publicKeyPrefix, Uint8List statusData)? onStatusResponse;
|
||||||
Function(Uint8List payload, int snrRaw, int rssiDbm)? onRawDataReceived;
|
Function(Uint8List payload, int snrRaw, int rssiDbm)? onRawDataReceived;
|
||||||
|
Function(
|
||||||
|
int channelIdx,
|
||||||
|
int pathLen,
|
||||||
|
int dataType,
|
||||||
|
Uint8List payload,
|
||||||
|
int snrRaw,
|
||||||
|
int? rssiDbm,
|
||||||
|
)?
|
||||||
|
onChannelDataReceived;
|
||||||
Function(Uint8List payload, int snrRaw, int rssiDbm, int pathLen)?
|
Function(Uint8List payload, int snrRaw, int rssiDbm, int pathLen)?
|
||||||
onControlDataReceived;
|
onControlDataReceived;
|
||||||
Contact? Function(Uint8List contactPublicKey)? resolveContactForDmCallback;
|
Contact? Function(Uint8List contactPublicKey)? resolveContactForDmCallback;
|
||||||
@@ -463,10 +489,6 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
};
|
};
|
||||||
|
|
||||||
service.onMessageWaiting = () {
|
service.onMessageWaiting = () {
|
||||||
if (_isSpectrumScanActive) {
|
|
||||||
debugPrint('📥 [Provider] MSG_WAITING ignored during spectrum scan');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!(canStartAutomaticMessageSyncCallback?.call() ?? true)) {
|
if (!(canStartAutomaticMessageSyncCallback?.call() ?? true)) {
|
||||||
_pendingAutomaticMessageSync = true;
|
_pendingAutomaticMessageSync = true;
|
||||||
debugPrint(
|
debugPrint(
|
||||||
@@ -533,6 +555,16 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
|
|
||||||
service.onRawDataReceived = (payload, snrRaw, rssiDbm) =>
|
service.onRawDataReceived = (payload, snrRaw, rssiDbm) =>
|
||||||
onRawDataReceived?.call(payload, snrRaw, rssiDbm);
|
onRawDataReceived?.call(payload, snrRaw, rssiDbm);
|
||||||
|
service.onChannelDataReceived =
|
||||||
|
(channelIdx, pathLen, dataType, payload, snrRaw, rssiDbm) =>
|
||||||
|
onChannelDataReceived?.call(
|
||||||
|
channelIdx,
|
||||||
|
pathLen,
|
||||||
|
dataType,
|
||||||
|
payload,
|
||||||
|
snrRaw,
|
||||||
|
rssiDbm,
|
||||||
|
);
|
||||||
service.onControlDataReceived = (payload, snrRaw, rssiDbm, pathLen) =>
|
service.onControlDataReceived = (payload, snrRaw, rssiDbm, pathLen) =>
|
||||||
onControlDataReceived?.call(payload, snrRaw, rssiDbm, pathLen);
|
onControlDataReceived?.call(payload, snrRaw, rssiDbm, pathLen);
|
||||||
|
|
||||||
@@ -548,10 +580,14 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
semanticVersion: deviceInfo['semanticVersion'] as String?,
|
semanticVersion: deviceInfo['semanticVersion'] as String?,
|
||||||
clientRepeat: deviceInfo['clientRepeat'] as bool?,
|
clientRepeat: deviceInfo['clientRepeat'] as bool?,
|
||||||
pathHashMode: deviceInfo['pathHashMode'] as int?,
|
pathHashMode: deviceInfo['pathHashMode'] as int?,
|
||||||
supportsSpectrumScan: deviceInfo['supportsSpectrumScan'] as bool?,
|
|
||||||
spectrumScanMinKhz: deviceInfo['spectrumScanMinKhz'] as int?,
|
|
||||||
spectrumScanMaxKhz: deviceInfo['spectrumScanMaxKhz'] as int?,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Clear any stale flood scope on connect (firmware v8+)
|
||||||
|
final fwVer = deviceInfo['firmwareVersion'] as int?;
|
||||||
|
if (fwVer != null && fwVer >= 8) {
|
||||||
|
clearFloodScope();
|
||||||
|
}
|
||||||
|
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -614,6 +650,10 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
service.onTraceDataReceived = (nonce, hopCount, snrThere, snrBack) {
|
||||||
|
_handleTraceDataReceived(nonce, hopCount, snrThere, snrBack);
|
||||||
|
};
|
||||||
|
|
||||||
service.onTxActivity = () {
|
service.onTxActivity = () {
|
||||||
_txActivity = true;
|
_txActivity = true;
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
@@ -1724,6 +1764,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
required int channelIdx,
|
required int channelIdx,
|
||||||
required String text,
|
required String text,
|
||||||
String? messageId,
|
String? messageId,
|
||||||
|
Uint8List? floodScopeKey,
|
||||||
}) async {
|
}) async {
|
||||||
if (!_activeService.isConnected) {
|
if (!_activeService.isConnected) {
|
||||||
_error = 'Not connected to device';
|
_error = 'Not connected to device';
|
||||||
@@ -1736,10 +1777,12 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
debugPrint(' Channel: $channelIdx');
|
debugPrint(' Channel: $channelIdx');
|
||||||
debugPrint(' Text: $text');
|
debugPrint(' Text: $text');
|
||||||
debugPrint(' MessageID: $messageId');
|
debugPrint(' MessageID: $messageId');
|
||||||
|
debugPrint(' FloodScope: ${floodScopeKey != null ? "set (${floodScopeKey.length}B)" : "none"}');
|
||||||
|
|
||||||
await _activeService.sendChannelMessage(
|
await _activeService.sendChannelMessage(
|
||||||
channelIdx: channelIdx,
|
channelIdx: channelIdx,
|
||||||
text: text,
|
text: text,
|
||||||
|
floodScopeKey: floodScopeKey,
|
||||||
);
|
);
|
||||||
|
|
||||||
debugPrint('✅ [ConnectionProvider] BLE send completed');
|
debugPrint('✅ [ConnectionProvider] BLE send completed');
|
||||||
@@ -1804,6 +1847,42 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Clear the flood scope on the device (firmware v8+).
|
||||||
|
Future<void> clearFloodScope() async {
|
||||||
|
if (!_activeService.isConnected) return;
|
||||||
|
try {
|
||||||
|
await _activeService.clearFloodScope();
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('⚠️ [ConnectionProvider] Failed to clear flood scope: $e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> sendChannelData({
|
||||||
|
required int channelIdx,
|
||||||
|
required int dataType,
|
||||||
|
required Uint8List payload,
|
||||||
|
Uint8List? floodScopeKey,
|
||||||
|
}) async {
|
||||||
|
if (!_activeService.isConnected) {
|
||||||
|
_error = 'Not connected to device';
|
||||||
|
notifyListeners();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
await _activeService.sendChannelData(
|
||||||
|
channelIdx: channelIdx,
|
||||||
|
dataType: dataType,
|
||||||
|
payload: payload,
|
||||||
|
floodScopeKey: floodScopeKey,
|
||||||
|
);
|
||||||
|
} catch (e) {
|
||||||
|
_error = 'Failed to send channel data: $e';
|
||||||
|
notifyListeners();
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Request telemetry from contact
|
/// Request telemetry from contact
|
||||||
///
|
///
|
||||||
/// COMPATIBILITY NOTE: This method sends CMD_SEND_TELEMETRY_REQ (39).
|
/// COMPATIBILITY NOTE: This method sends CMD_SEND_TELEMETRY_REQ (39).
|
||||||
@@ -1980,6 +2059,70 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Ping a relay/repeater using trace path (command 36).
|
||||||
|
/// Returns RTT, SNR there/back, and hop count.
|
||||||
|
Future<RelayPingResult> pingRelay(Contact contact) async {
|
||||||
|
if (!_activeService.isConnected) {
|
||||||
|
return const RelayPingResult(
|
||||||
|
success: false, durationMs: 0, snrThere: 0, snrBack: 0, hopCount: 0,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final nonce = Random().nextInt(0xFFFFFFFF);
|
||||||
|
final completer = Completer<RelayPingResult>();
|
||||||
|
_pendingRelayPings[nonce] = completer;
|
||||||
|
_relayPingStartTimes[nonce] = DateTime.now().millisecondsSinceEpoch;
|
||||||
|
|
||||||
|
// Timeout after 10 seconds
|
||||||
|
final timer = Timer(const Duration(seconds: 10), () {
|
||||||
|
_pendingRelayPings.remove(nonce);
|
||||||
|
_relayPingStartTimes.remove(nonce);
|
||||||
|
if (!completer.isCompleted) {
|
||||||
|
completer.complete(const RelayPingResult(
|
||||||
|
success: false, durationMs: 0, snrThere: 0, snrBack: 0, hopCount: 0,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
try {
|
||||||
|
// Zero-hop ping: prefixSize=1 sends 1 byte of public key, hopType=0
|
||||||
|
await _activeService.sendTracePath(
|
||||||
|
nonce: nonce,
|
||||||
|
prefixSize: 1,
|
||||||
|
contactPublicKey: contact.publicKey,
|
||||||
|
);
|
||||||
|
final result = await completer.future;
|
||||||
|
timer.cancel();
|
||||||
|
return result;
|
||||||
|
} catch (e) {
|
||||||
|
timer.cancel();
|
||||||
|
_pendingRelayPings.remove(nonce);
|
||||||
|
_relayPingStartTimes.remove(nonce);
|
||||||
|
return const RelayPingResult(
|
||||||
|
success: false, durationMs: 0, snrThere: 0, snrBack: 0, hopCount: 0,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void _handleTraceDataReceived(
|
||||||
|
int nonce, int hopCount, double snrThere, double snrBack,
|
||||||
|
) {
|
||||||
|
final completer = _pendingRelayPings.remove(nonce);
|
||||||
|
final startTime = _relayPingStartTimes.remove(nonce);
|
||||||
|
if (completer != null && !completer.isCompleted) {
|
||||||
|
final durationMs = startTime != null
|
||||||
|
? DateTime.now().millisecondsSinceEpoch - startTime
|
||||||
|
: 0;
|
||||||
|
completer.complete(RelayPingResult(
|
||||||
|
success: true,
|
||||||
|
durationMs: durationMs,
|
||||||
|
snrThere: snrThere,
|
||||||
|
snrBack: snrBack,
|
||||||
|
hopCount: hopCount,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
String _publicKeyToHex(Uint8List publicKey) {
|
String _publicKeyToHex(Uint8List publicKey) {
|
||||||
return publicKey.map((b) => b.toRadixString(16).padLeft(2, '0')).join('');
|
return publicKey.map((b) => b.toRadixString(16).padLeft(2, '0')).join('');
|
||||||
}
|
}
|
||||||
@@ -2238,43 +2381,6 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<SpectrumScanResult?> scanSpectrum({
|
|
||||||
required int startFrequencyKhz,
|
|
||||||
required int stopFrequencyKhz,
|
|
||||||
required int bandwidthKhz,
|
|
||||||
required int stepKhz,
|
|
||||||
required int dwellMs,
|
|
||||||
required int thresholdDb,
|
|
||||||
}) async {
|
|
||||||
if (!_activeService.isConnected) {
|
|
||||||
_error = 'Not connected to device';
|
|
||||||
notifyListeners();
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
_isSpectrumScanActive = true;
|
|
||||||
_activeService.setSpectrumScanActive(true);
|
|
||||||
notifyListeners();
|
|
||||||
return await _activeService.scanSpectrum(
|
|
||||||
startFrequencyKhz: startFrequencyKhz,
|
|
||||||
stopFrequencyKhz: stopFrequencyKhz,
|
|
||||||
bandwidthKhz: bandwidthKhz,
|
|
||||||
stepKhz: stepKhz,
|
|
||||||
dwellMs: dwellMs,
|
|
||||||
thresholdDb: thresholdDb,
|
|
||||||
);
|
|
||||||
} catch (e) {
|
|
||||||
_error = 'Failed to scan spectrum: $e';
|
|
||||||
notifyListeners();
|
|
||||||
return null;
|
|
||||||
} finally {
|
|
||||||
_isSpectrumScanActive = false;
|
|
||||||
_activeService.setSpectrumScanActive(false);
|
|
||||||
notifyListeners();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Set transmit power
|
/// Set transmit power
|
||||||
Future<void> setTxPower(int powerDbm) async {
|
Future<void> setTxPower(int powerDbm) async {
|
||||||
if (!_activeService.isConnected) {
|
if (!_activeService.isConnected) {
|
||||||
@@ -2464,7 +2570,6 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> refreshDeviceInfo() async {
|
Future<void> refreshDeviceInfo() async {
|
||||||
if (_isSpectrumScanActive) return;
|
|
||||||
if (!_activeService.isConnected) {
|
if (!_activeService.isConnected) {
|
||||||
_error = 'Not connected to device';
|
_error = 'Not connected to device';
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
@@ -2537,7 +2642,6 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
/// Sync messages from device queue
|
/// Sync messages from device queue
|
||||||
/// Call this repeatedly until no more messages are available
|
/// Call this repeatedly until no more messages are available
|
||||||
Future<bool> syncNextMessage() async {
|
Future<bool> syncNextMessage() async {
|
||||||
if (_isSpectrumScanActive) return false;
|
|
||||||
// Prevent re-entrancy and too-fast triggers
|
// Prevent re-entrancy and too-fast triggers
|
||||||
if (_isSyncingMessages) {
|
if (_isSyncingMessages) {
|
||||||
// Another sync (single or loop) is in progress
|
// Another sync (single or loop) is in progress
|
||||||
@@ -2576,10 +2680,6 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
|
|
||||||
/// Sync all waiting messages from device
|
/// Sync all waiting messages from device
|
||||||
Future<int> syncAllMessages({bool force = false}) async {
|
Future<int> syncAllMessages({bool force = false}) async {
|
||||||
if (_isSpectrumScanActive) {
|
|
||||||
debugPrint('⏸️ [Provider] Message sync skipped during spectrum scan');
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
if (!force && !(canStartAutomaticMessageSyncCallback?.call() ?? true)) {
|
if (!force && !(canStartAutomaticMessageSyncCallback?.call() ?? true)) {
|
||||||
_pendingAutomaticMessageSync = true;
|
_pendingAutomaticMessageSync = true;
|
||||||
debugPrint(
|
debugPrint(
|
||||||
@@ -2867,6 +2967,32 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Set a contact to zero-hop direct mode (no mesh forwarding).
|
||||||
|
///
|
||||||
|
/// This forces the firmware to send directly to this contact without
|
||||||
|
/// using any repeaters, matching the "Send Direct" option in the
|
||||||
|
/// official MeshCore client.
|
||||||
|
Future<void> setContactDirect(Contact contact) async {
|
||||||
|
if (!_activeService.isConnected) {
|
||||||
|
_error = 'Not connected to device';
|
||||||
|
notifyListeners();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
_error = null;
|
||||||
|
final updatedContact = contact.copyWith(
|
||||||
|
outPathLen: 0, // descriptor: hashSize=1, hopCount=0 → zero-hop direct
|
||||||
|
outPath: Uint8List(64),
|
||||||
|
);
|
||||||
|
await _activeService.addOrUpdateContact(updatedContact);
|
||||||
|
} catch (e) {
|
||||||
|
_error = 'Failed to set direct path: $e';
|
||||||
|
notifyListeners();
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Remove a contact from the companion radio
|
/// Remove a contact from the companion radio
|
||||||
///
|
///
|
||||||
/// Deletes the contact from the device's internal contact table.
|
/// Deletes the contact from the device's internal contact table.
|
||||||
|
|||||||
@@ -127,11 +127,13 @@ class _RetainedRoute {
|
|||||||
class ContactsProvider with ChangeNotifier {
|
class ContactsProvider with ChangeNotifier {
|
||||||
static const double _firstHopFallbackOffsetMeters = 100.0;
|
static const double _firstHopFallbackOffsetMeters = 100.0;
|
||||||
static const String autoGroupIdPrefix = 'auto_group_';
|
static const String autoGroupIdPrefix = 'auto_group_';
|
||||||
|
static const String _rawTelemetryHexKey = '__raw_lpp_hex';
|
||||||
final Map<String, Contact> _contacts = {};
|
final Map<String, Contact> _contacts = {};
|
||||||
final List<SavedContactGroup> _savedContactGroups = <SavedContactGroup>[];
|
final List<SavedContactGroup> _savedContactGroups = <SavedContactGroup>[];
|
||||||
final Map<String, PendingAdvert> _pendingAdverts = {};
|
final Map<String, PendingAdvert> _pendingAdverts = {};
|
||||||
final Map<String, LatLng> _estimatedLocations = {};
|
final Map<String, LatLng> _estimatedLocations = {};
|
||||||
final Map<String, List<RssiObservation>> _rssiObservations = {};
|
final Map<String, List<RssiObservation>> _rssiObservations = {};
|
||||||
|
final Map<String, Contact> _retainedContactsForSync = {};
|
||||||
final ContactStorageService _storageService = ContactStorageService();
|
final ContactStorageService _storageService = ContactStorageService();
|
||||||
bool _isInitialized = false;
|
bool _isInitialized = false;
|
||||||
bool _isPersisting = false;
|
bool _isPersisting = false;
|
||||||
@@ -273,13 +275,12 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
|
|
||||||
/// Clear runtime contact state before a live device contact sync begins.
|
/// Clear runtime contact state before a live device contact sync begins.
|
||||||
///
|
///
|
||||||
/// This intentionally does not touch persisted storage. It keeps any saved
|
/// This intentionally does not touch persisted storage. It snapshots the
|
||||||
/// contact groups for the active profile, but removes stale in-memory device
|
/// current in-memory contacts so sync updates can still merge against the
|
||||||
/// contacts and discovery state so a newly connected device starts from an
|
/// latest local state, but keeps the visible list intact so reconnects do
|
||||||
/// empty list while sync is in progress.
|
/// not blank the UI while the device is resyncing.
|
||||||
Future<void> prepareForDeviceContactSync({Uint8List? devicePublicKey}) async {
|
Future<void> prepareForDeviceContactSync({Uint8List? devicePublicKey}) async {
|
||||||
_setSelfDevicePublicKey(devicePublicKey);
|
_setSelfDevicePublicKey(devicePublicKey);
|
||||||
_selfTelemetry = null;
|
|
||||||
if (!_isInitialized) {
|
if (!_isInitialized) {
|
||||||
final storedGroups = await _storageService.loadContactGroups(
|
final storedGroups = await _storageService.loadContactGroups(
|
||||||
namespace: _storageNamespace,
|
namespace: _storageNamespace,
|
||||||
@@ -291,14 +292,15 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
debugPrint(
|
debugPrint(
|
||||||
'🧹 [ContactsProvider] Clearing runtime contacts before device sync',
|
'🧹 [ContactsProvider] Preparing retained contact state for device sync',
|
||||||
);
|
);
|
||||||
_contacts.clear();
|
_retainedContactsForSync
|
||||||
_pendingAdverts.clear();
|
..clear()
|
||||||
_estimatedLocations.clear();
|
..addEntries(
|
||||||
_rssiObservations.clear();
|
_contactsForStorage().map(
|
||||||
_ensurePublicChannelExists();
|
(contact) => MapEntry(contact.publicKeyHex, contact),
|
||||||
notifyListeners();
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Remove self-contact from loaded contacts (called after BLE connection established)
|
/// Remove self-contact from loaded contacts (called after BLE connection established)
|
||||||
@@ -676,7 +678,9 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if this is a new contact
|
// Check if this is a new contact
|
||||||
final existingContact = _contacts[contact.publicKeyHex];
|
final existingContact =
|
||||||
|
_contacts[contact.publicKeyHex] ??
|
||||||
|
_retainedContactsForSync[contact.publicKeyHex];
|
||||||
final isNewContact = existingContact == null;
|
final isNewContact = existingContact == null;
|
||||||
debugPrint(
|
debugPrint(
|
||||||
' isNew: $isNewContact, total contacts before: ${_contacts.length}',
|
' isNew: $isNewContact, total contacts before: ${_contacts.length}',
|
||||||
@@ -688,6 +692,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
);
|
);
|
||||||
|
|
||||||
_contacts[contact.publicKeyHex] = updatedContact;
|
_contacts[contact.publicKeyHex] = updatedContact;
|
||||||
|
_retainedContactsForSync.remove(contact.publicKeyHex);
|
||||||
// Keep repeaters and sensors in pending adverts so they remain visible
|
// Keep repeaters and sensors in pending adverts so they remain visible
|
||||||
// in the discovery list (with a checkmark). Remove others.
|
// in the discovery list (with a checkmark). Remove others.
|
||||||
if (contact.type != ContactType.repeater &&
|
if (contact.type != ContactType.repeater &&
|
||||||
@@ -717,11 +722,14 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
excluded++;
|
excluded++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
final existingContact = _contacts[contact.publicKeyHex];
|
final existingContact =
|
||||||
|
_contacts[contact.publicKeyHex] ??
|
||||||
|
_retainedContactsForSync[contact.publicKeyHex];
|
||||||
_contacts[contact.publicKeyHex] = _mergeIncomingContact(
|
_contacts[contact.publicKeyHex] = _mergeIncomingContact(
|
||||||
incomingContact: contact,
|
incomingContact: contact,
|
||||||
existingContact: existingContact,
|
existingContact: existingContact,
|
||||||
);
|
);
|
||||||
|
_retainedContactsForSync.remove(contact.publicKeyHex);
|
||||||
if (contact.type != ContactType.repeater &&
|
if (contact.type != ContactType.repeater &&
|
||||||
contact.type != ContactType.sensor) {
|
contact.type != ContactType.sensor) {
|
||||||
_pendingAdverts.remove(contact.publicKeyHex);
|
_pendingAdverts.remove(contact.publicKeyHex);
|
||||||
@@ -1012,7 +1020,10 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// Parse Cayenne LPP data
|
// Parse Cayenne LPP data
|
||||||
var telemetry = CayenneLppParser.parse(lppData);
|
var telemetry = _withRawTelemetryHex(
|
||||||
|
CayenneLppParser.parse(lppData),
|
||||||
|
lppData,
|
||||||
|
);
|
||||||
debugPrint(' ✅ Parsed new telemetry');
|
debugPrint(' ✅ Parsed new telemetry');
|
||||||
debugPrint(' New telemetry timestamp: ${telemetry.timestamp}');
|
debugPrint(' New telemetry timestamp: ${telemetry.timestamp}');
|
||||||
|
|
||||||
@@ -1056,7 +1067,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
timestamp: mergedTelemetry.timestamp,
|
timestamp: mergedTelemetry.timestamp,
|
||||||
humidity: mergedTelemetry.humidity,
|
humidity: mergedTelemetry.humidity,
|
||||||
pressure: mergedTelemetry.pressure,
|
pressure: mergedTelemetry.pressure,
|
||||||
extraSensorData: telemetry.extraSensorData,
|
extraSensorData: mergedTelemetry.extraSensorData,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1126,13 +1137,34 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
debugPrint(
|
||||||
|
'📥 [ContactsProvider] Fast GPS received '
|
||||||
|
'sender=${packet.senderKey6} '
|
||||||
|
'contact=${contact.displayName} '
|
||||||
|
'contactKey=${contact.publicKeyHex} '
|
||||||
|
'lat=${packet.latitude} '
|
||||||
|
'lon=${packet.longitude} '
|
||||||
|
'ts=${packet.timestampSeconds}',
|
||||||
|
);
|
||||||
|
|
||||||
final updatedContact = contact.copyWith(
|
final updatedContact = contact.copyWith(
|
||||||
telemetry: updatedTelemetry,
|
telemetry: updatedTelemetry,
|
||||||
lastAdvert: packet.timestampSeconds,
|
lastAdvert: packet.timestampSeconds,
|
||||||
|
lastMod: packet.timestampSeconds,
|
||||||
advLat: _coordinateToAdvertMicrodegrees(packet.latitude),
|
advLat: _coordinateToAdvertMicrodegrees(packet.latitude),
|
||||||
advLon: _coordinateToAdvertMicrodegrees(packet.longitude),
|
advLon: _coordinateToAdvertMicrodegrees(packet.longitude),
|
||||||
);
|
);
|
||||||
_contacts[contact.publicKeyHex] = updatedContact;
|
_contacts[contact.publicKeyHex] = updatedContact;
|
||||||
|
_estimatedLocations[contact.publicKeyHex] = LatLng(
|
||||||
|
packet.latitude,
|
||||||
|
packet.longitude,
|
||||||
|
);
|
||||||
|
debugPrint(
|
||||||
|
'✅ [ContactsProvider] Fast GPS applied '
|
||||||
|
'contact=${updatedContact.displayName} '
|
||||||
|
'contactKey=${updatedContact.publicKeyHex} '
|
||||||
|
'lastAdvert=${updatedContact.lastAdvert}',
|
||||||
|
);
|
||||||
_persistContacts();
|
_persistContacts();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
@@ -1205,6 +1237,28 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ContactTelemetry _withRawTelemetryHex(
|
||||||
|
ContactTelemetry telemetry,
|
||||||
|
Uint8List lppData,
|
||||||
|
) {
|
||||||
|
final extraSensorData = <String, dynamic>{...?telemetry.extraSensorData};
|
||||||
|
extraSensorData[_rawTelemetryHexKey] = _bytesToHex(lppData);
|
||||||
|
return ContactTelemetry(
|
||||||
|
gpsLocation: telemetry.gpsLocation,
|
||||||
|
batteryPercentage: telemetry.batteryPercentage,
|
||||||
|
batteryMilliVolts: telemetry.batteryMilliVolts,
|
||||||
|
temperature: telemetry.temperature,
|
||||||
|
timestamp: telemetry.timestamp,
|
||||||
|
humidity: telemetry.humidity,
|
||||||
|
pressure: telemetry.pressure,
|
||||||
|
extraSensorData: extraSensorData,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
String _bytesToHex(Uint8List bytes) {
|
||||||
|
return bytes.map((b) => b.toRadixString(16).padLeft(2, '0')).join(' ');
|
||||||
|
}
|
||||||
|
|
||||||
Map<String, dynamic> _mergeExtraSensorData(
|
Map<String, dynamic> _mergeExtraSensorData(
|
||||||
Map<String, dynamic>? existingExtraSensorData,
|
Map<String, dynamic>? existingExtraSensorData,
|
||||||
Map<String, dynamic>? incomingExtraSensorData,
|
Map<String, dynamic>? incomingExtraSensorData,
|
||||||
@@ -1621,6 +1675,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
void clearContacts() {
|
void clearContacts() {
|
||||||
_contacts.clear();
|
_contacts.clear();
|
||||||
_pendingAdverts.clear();
|
_pendingAdverts.clear();
|
||||||
|
_retainedContactsForSync.clear();
|
||||||
_ensurePublicChannelExists();
|
_ensurePublicChannelExists();
|
||||||
_persistContacts();
|
_persistContacts();
|
||||||
_persistPendingAdverts();
|
_persistPendingAdverts();
|
||||||
@@ -1645,6 +1700,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
// Then remove from local storage
|
// Then remove from local storage
|
||||||
_contacts.remove(publicKeyHex);
|
_contacts.remove(publicKeyHex);
|
||||||
_pendingAdverts.remove(publicKeyHex);
|
_pendingAdverts.remove(publicKeyHex);
|
||||||
|
_retainedContactsForSync.remove(publicKeyHex);
|
||||||
_persistContacts();
|
_persistContacts();
|
||||||
_persistPendingAdverts();
|
_persistPendingAdverts();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
@@ -1729,6 +1785,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
_pendingAdverts.clear();
|
_pendingAdverts.clear();
|
||||||
_estimatedLocations.clear();
|
_estimatedLocations.clear();
|
||||||
_rssiObservations.clear();
|
_rssiObservations.clear();
|
||||||
|
_retainedContactsForSync.clear();
|
||||||
_selfTelemetry = null;
|
_selfTelemetry = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ class MessageRetryManager {
|
|||||||
final Map<String, int> _pathFailureStreaks = {};
|
final Map<String, int> _pathFailureStreaks = {};
|
||||||
|
|
||||||
/// Max retry attempts when the contact has a known path.
|
/// Max retry attempts when the contact has a known path.
|
||||||
/// Official MeshCore app uses 5 (with auto-retry) or 3 (without).
|
/// Sequence: 2 direct attempts, flood, then last successful route.
|
||||||
static const int maxRetryAttemptsWithPath = 5;
|
static const int maxRetryAttemptsWithPath = 3;
|
||||||
|
|
||||||
/// No retries for flood-only contacts (no known path).
|
/// No retries for flood-only contacts (no known path).
|
||||||
/// Value 0 means: don't retry at all, go straight to fallback/fail.
|
/// Value 0 means: don't retry at all, go straight to fallback/fail.
|
||||||
|
|||||||
@@ -37,8 +37,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
MapCoordinateSpace _targetCoordinateSpace = MapCoordinateSpace.geo;
|
MapCoordinateSpace _targetCoordinateSpace = MapCoordinateSpace.geo;
|
||||||
String? _targetMapId;
|
String? _targetMapId;
|
||||||
|
|
||||||
final Set<String> _visibleContactPaths = {};
|
|
||||||
|
|
||||||
LocationTrail? _currentTrail;
|
LocationTrail? _currentTrail;
|
||||||
bool _isTrailVisible = true;
|
bool _isTrailVisible = true;
|
||||||
final List<LocationTrail> _trailHistory = [];
|
final List<LocationTrail> _trailHistory = [];
|
||||||
@@ -55,7 +53,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
bool _showPlaceNamesOverlay = false;
|
bool _showPlaceNamesOverlay = false;
|
||||||
bool _showMunicipalityBordersOverlay = false;
|
bool _showMunicipalityBordersOverlay = false;
|
||||||
|
|
||||||
bool _showAllContactTrails = true;
|
|
||||||
bool _hideRepeatersOnMap = false;
|
bool _hideRepeatersOnMap = false;
|
||||||
|
|
||||||
LocationTrail? _importedTrail;
|
LocationTrail? _importedTrail;
|
||||||
@@ -72,8 +69,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
bool get shouldAnimate => _shouldAnimate;
|
bool get shouldAnimate => _shouldAnimate;
|
||||||
MapCoordinateSpace get targetCoordinateSpace => _targetCoordinateSpace;
|
MapCoordinateSpace get targetCoordinateSpace => _targetCoordinateSpace;
|
||||||
String? get targetMapId => _targetMapId;
|
String? get targetMapId => _targetMapId;
|
||||||
Set<String> get visibleContactPaths => Set.unmodifiable(_visibleContactPaths);
|
|
||||||
|
|
||||||
LocationTrail? get currentTrail => _currentTrail;
|
LocationTrail? get currentTrail => _currentTrail;
|
||||||
bool get isTrailVisible => _isTrailVisible;
|
bool get isTrailVisible => _isTrailVisible;
|
||||||
List<LocationTrail> get trailHistory => List.unmodifiable(_trailHistory);
|
List<LocationTrail> get trailHistory => List.unmodifiable(_trailHistory);
|
||||||
@@ -91,7 +86,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
bool get showPlaceNamesOverlay => _showPlaceNamesOverlay;
|
bool get showPlaceNamesOverlay => _showPlaceNamesOverlay;
|
||||||
bool get showMunicipalityBordersOverlay => _showMunicipalityBordersOverlay;
|
bool get showMunicipalityBordersOverlay => _showMunicipalityBordersOverlay;
|
||||||
|
|
||||||
bool get showAllContactTrails => _showAllContactTrails;
|
|
||||||
bool get hideRepeatersOnMap => _hideRepeatersOnMap;
|
bool get hideRepeatersOnMap => _hideRepeatersOnMap;
|
||||||
|
|
||||||
LocationTrail? get importedTrail => _importedTrail;
|
LocationTrail? get importedTrail => _importedTrail;
|
||||||
@@ -365,30 +359,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
void toggleContactPath(String publicKeyHex) {
|
|
||||||
if (_visibleContactPaths.contains(publicKeyHex)) {
|
|
||||||
_visibleContactPaths.remove(publicKeyHex);
|
|
||||||
} else {
|
|
||||||
_visibleContactPaths.add(publicKeyHex);
|
|
||||||
}
|
|
||||||
notifyListeners();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool isContactPathVisible(String publicKeyHex) {
|
|
||||||
return _visibleContactPaths.contains(publicKeyHex);
|
|
||||||
}
|
|
||||||
|
|
||||||
void hideAllPaths() {
|
|
||||||
_visibleContactPaths.clear();
|
|
||||||
notifyListeners();
|
|
||||||
}
|
|
||||||
|
|
||||||
void showOnlyPath(String publicKeyHex) {
|
|
||||||
_visibleContactPaths.clear();
|
|
||||||
_visibleContactPaths.add(publicKeyHex);
|
|
||||||
notifyListeners();
|
|
||||||
}
|
|
||||||
|
|
||||||
void startTrail() {
|
void startTrail() {
|
||||||
if (_currentTrail != null && _currentTrail!.isActive) {
|
if (_currentTrail != null && _currentTrail!.isActive) {
|
||||||
endTrail();
|
endTrail();
|
||||||
@@ -556,12 +526,17 @@ class MapProvider with ChangeNotifier {
|
|||||||
Future<void> _loadInitialState() async {
|
Future<void> _loadInitialState() async {
|
||||||
await Future.wait([
|
await Future.wait([
|
||||||
loadOverlayState(),
|
loadOverlayState(),
|
||||||
loadTrailSettings(),
|
|
||||||
loadRepeaterVisibilitySettings(),
|
loadRepeaterVisibilitySettings(),
|
||||||
_loadCustomMapState(),
|
_loadCustomMapState(),
|
||||||
|
_removeDeprecatedSettings(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _removeDeprecatedSettings() async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
await prefs.remove(_scopedKey('map_show_all_contact_trails'));
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _saveOverlayState() async {
|
Future<void> _saveOverlayState() async {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
await prefs.setBool(
|
await prefs.setBool(
|
||||||
@@ -610,27 +585,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> toggleAllContactTrails() async {
|
|
||||||
_showAllContactTrails = !_showAllContactTrails;
|
|
||||||
notifyListeners();
|
|
||||||
await _saveTrailSettings();
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> loadTrailSettings() async {
|
|
||||||
final prefs = await SharedPreferences.getInstance();
|
|
||||||
_showAllContactTrails =
|
|
||||||
prefs.getBool(_scopedKey('map_show_all_contact_trails')) ?? true;
|
|
||||||
notifyListeners();
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _saveTrailSettings() async {
|
|
||||||
final prefs = await SharedPreferences.getInstance();
|
|
||||||
await prefs.setBool(
|
|
||||||
_scopedKey('map_show_all_contact_trails'),
|
|
||||||
_showAllContactTrails,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> setHideRepeatersOnMap(bool hide) async {
|
Future<void> setHideRepeatersOnMap(bool hide) async {
|
||||||
if (_hideRepeatersOnMap == hide) return;
|
if (_hideRepeatersOnMap == hide) return;
|
||||||
_hideRepeatersOnMap = hide;
|
_hideRepeatersOnMap = hide;
|
||||||
@@ -755,7 +709,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
'showKrasFireZonesOverlay': _showKrasFireZonesOverlay,
|
'showKrasFireZonesOverlay': _showKrasFireZonesOverlay,
|
||||||
'showPlaceNamesOverlay': _showPlaceNamesOverlay,
|
'showPlaceNamesOverlay': _showPlaceNamesOverlay,
|
||||||
'showMunicipalityBordersOverlay': _showMunicipalityBordersOverlay,
|
'showMunicipalityBordersOverlay': _showMunicipalityBordersOverlay,
|
||||||
'showAllContactTrails': _showAllContactTrails,
|
|
||||||
'hideRepeatersOnMap': _hideRepeatersOnMap,
|
'hideRepeatersOnMap': _hideRepeatersOnMap,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -792,7 +745,6 @@ class MapProvider with ChangeNotifier {
|
|||||||
_showPlaceNamesOverlay = json['showPlaceNamesOverlay'] as bool? ?? false;
|
_showPlaceNamesOverlay = json['showPlaceNamesOverlay'] as bool? ?? false;
|
||||||
_showMunicipalityBordersOverlay =
|
_showMunicipalityBordersOverlay =
|
||||||
json['showMunicipalityBordersOverlay'] as bool? ?? false;
|
json['showMunicipalityBordersOverlay'] as bool? ?? false;
|
||||||
_showAllContactTrails = json['showAllContactTrails'] as bool? ?? true;
|
|
||||||
_hideRepeatersOnMap = json['hideRepeatersOnMap'] as bool? ?? false;
|
_hideRepeatersOnMap = json['hideRepeatersOnMap'] as bool? ?? false;
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:latlong2/latlong.dart';
|
||||||
import '../models/message.dart';
|
import '../models/message.dart';
|
||||||
import '../models/contact.dart';
|
import '../models/contact.dart';
|
||||||
import '../models/message_contact_location.dart';
|
import '../models/message_contact_location.dart';
|
||||||
@@ -10,6 +11,7 @@ import '../models/path_selection.dart';
|
|||||||
import '../models/sar_marker.dart';
|
import '../models/sar_marker.dart';
|
||||||
import '../models/map_drawing.dart';
|
import '../models/map_drawing.dart';
|
||||||
import '../services/message_storage_service.dart';
|
import '../services/message_storage_service.dart';
|
||||||
|
import '../services/location_tracking_service.dart';
|
||||||
import '../services/notification_service.dart';
|
import '../services/notification_service.dart';
|
||||||
import '../utils/sar_message_parser.dart';
|
import '../utils/sar_message_parser.dart';
|
||||||
import '../utils/drawing_message_parser.dart';
|
import '../utils/drawing_message_parser.dart';
|
||||||
@@ -23,6 +25,8 @@ typedef DisplayMessageEntry = ({Message message, int occurrenceCount});
|
|||||||
/// Messages Provider - manages message history and SAR markers
|
/// Messages Provider - manages message history and SAR markers
|
||||||
class MessagesProvider with ChangeNotifier {
|
class MessagesProvider with ChangeNotifier {
|
||||||
static const Duration _channelEchoWarningDelay = Duration(seconds: 12);
|
static const Duration _channelEchoWarningDelay = Duration(seconds: 12);
|
||||||
|
static const Duration _receivedDuplicateWindow = Duration(seconds: 5);
|
||||||
|
static const Duration _deliveredRouteRefreshWindow = Duration(seconds: 30);
|
||||||
|
|
||||||
final List<Message> _messages = [];
|
final List<Message> _messages = [];
|
||||||
final Map<String, SarMarker> _sarMarkers = {};
|
final Map<String, SarMarker> _sarMarkers = {};
|
||||||
@@ -37,6 +41,9 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
final Map<String, MessageReceptionDetails> _messageReceptionDetails = {};
|
final Map<String, MessageReceptionDetails> _messageReceptionDetails = {};
|
||||||
final Map<String, MessageTransferDetails> _messageTransferDetails = {};
|
final Map<String, MessageTransferDetails> _messageTransferDetails = {};
|
||||||
final Map<String, MessageRouteMetadata> _messageRouteMetadata = {};
|
final Map<String, MessageRouteMetadata> _messageRouteMetadata = {};
|
||||||
|
final Map<String, List<_PendingDeliveredRouteRefresh>>
|
||||||
|
_pendingDeliveredRouteRefreshByContact =
|
||||||
|
<String, List<_PendingDeliveredRouteRefresh>>{};
|
||||||
String? _storageNamespace;
|
String? _storageNamespace;
|
||||||
|
|
||||||
// Track pending sent messages by expected ACK/TAG
|
// Track pending sent messages by expected ACK/TAG
|
||||||
@@ -198,6 +205,83 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void queueDeliveredMessageRouteRefresh(String messageId, Contact contact) {
|
||||||
|
if (messageId.isEmpty || contact.publicKeyHex.isEmpty) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_prunePendingDeliveredRouteRefresh();
|
||||||
|
final queue = _pendingDeliveredRouteRefreshByContact.putIfAbsent(
|
||||||
|
contact.publicKeyHex,
|
||||||
|
() => <_PendingDeliveredRouteRefresh>[],
|
||||||
|
);
|
||||||
|
queue.removeWhere((entry) => entry.messageId == messageId);
|
||||||
|
queue.add(
|
||||||
|
_PendingDeliveredRouteRefresh(
|
||||||
|
messageId: messageId,
|
||||||
|
queuedAt: DateTime.now(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool applyDeliveredMessageRouteFromContact(Contact contact) {
|
||||||
|
if (!contact.routeHasPath ||
|
||||||
|
contact.routeHopCount <= 0 ||
|
||||||
|
contact.publicKeyHex.isEmpty) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
_prunePendingDeliveredRouteRefresh();
|
||||||
|
final queue = _pendingDeliveredRouteRefreshByContact[contact.publicKeyHex];
|
||||||
|
if (queue == null || queue.isEmpty) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
while (queue.isNotEmpty) {
|
||||||
|
final pending = queue.removeAt(0);
|
||||||
|
final index = _messages.indexWhere(
|
||||||
|
(message) => message.id == pending.messageId,
|
||||||
|
);
|
||||||
|
if (index == -1) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
final message = _messages[index];
|
||||||
|
if (!message.isContactMessage ||
|
||||||
|
message.deliveryStatus != MessageDeliveryStatus.delivered) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
final existingMetadata = _messageRouteMetadata[pending.messageId];
|
||||||
|
_messageRouteMetadata[pending.messageId] = MessageRouteMetadata(
|
||||||
|
mode: PathSelectionMode.directCurrent,
|
||||||
|
routerFallbackAttempted:
|
||||||
|
existingMetadata?.routerFallbackAttempted ?? false,
|
||||||
|
canonicalPath: contact.routeCanonicalText.isEmpty
|
||||||
|
? null
|
||||||
|
: contact.routeCanonicalText,
|
||||||
|
hopCount: contact.routeHopCount,
|
||||||
|
);
|
||||||
|
_messages[index] = message.copyWith(
|
||||||
|
pathLen: contact.routeHopCount,
|
||||||
|
usedFloodFallback: false,
|
||||||
|
);
|
||||||
|
|
||||||
|
if (queue.isEmpty) {
|
||||||
|
_pendingDeliveredRouteRefreshByContact.remove(contact.publicKeyHex);
|
||||||
|
}
|
||||||
|
|
||||||
|
_persistMessages();
|
||||||
|
notifyListeners();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (queue.isEmpty) {
|
||||||
|
_pendingDeliveredRouteRefreshByContact.remove(contact.publicKeyHex);
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
/// Set localizations for notifications
|
/// Set localizations for notifications
|
||||||
void setLocalizations(AppLocalizations localizations) {
|
void setLocalizations(AppLocalizations localizations) {
|
||||||
_localizations = localizations;
|
_localizations = localizations;
|
||||||
@@ -664,6 +748,27 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
return; // Skip duplicate
|
return; // Skip duplicate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final matchingSentReplayIndex = _findMatchingSentReplayIndex(finalMessage);
|
||||||
|
if (matchingSentReplayIndex != -1) {
|
||||||
|
final existingId = _messages[matchingSentReplayIndex].id;
|
||||||
|
_clearChannelSendWarning(existingId);
|
||||||
|
if (contactLocationSnapshot != null) {
|
||||||
|
_messageContactLocations[existingId] = contactLocationSnapshot;
|
||||||
|
}
|
||||||
|
_messageReceptionDetails[existingId] =
|
||||||
|
MessageReceptionDetails.mergeDuplicate(
|
||||||
|
existing: _messageReceptionDetails[existingId],
|
||||||
|
incoming: receptionDetailsSnapshot,
|
||||||
|
);
|
||||||
|
final existingMessage = _messages[matchingSentReplayIndex];
|
||||||
|
_messages[matchingSentReplayIndex] = existingMessage.copyWith(
|
||||||
|
pathLen: finalMessage.pathLen > 0 ? finalMessage.pathLen : existingMessage.pathLen,
|
||||||
|
pathBytes: finalMessage.pathBytes ?? existingMessage.pathBytes,
|
||||||
|
);
|
||||||
|
_persistMessages();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
_messages.add(finalMessage);
|
_messages.add(finalMessage);
|
||||||
if (contactLocationSnapshot != null) {
|
if (contactLocationSnapshot != null) {
|
||||||
_messageContactLocations[finalMessage.id] = contactLocationSnapshot;
|
_messageContactLocations[finalMessage.id] = contactLocationSnapshot;
|
||||||
@@ -710,9 +815,25 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final exactDuplicateIndex = _findExactDuplicateMessageIndex(message);
|
||||||
|
if (exactDuplicateIndex != -1) {
|
||||||
|
return exactDuplicateIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
final lastConversationDuplicateIndex =
|
||||||
|
_findLastConversationDuplicateMessageIndex(message);
|
||||||
|
if (lastConversationDuplicateIndex != -1) {
|
||||||
|
return lastConversationDuplicateIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
int _findExactDuplicateMessageIndex(Message message) {
|
||||||
for (int index = 0; index < _messages.length; index++) {
|
for (int index = 0; index < _messages.length; index++) {
|
||||||
final existing = _messages[index];
|
final existing = _messages[index];
|
||||||
if (!_matchesDuplicateScope(existing, message) ||
|
if (existing.isSentMessage ||
|
||||||
|
!_matchesExactDuplicateScope(existing, message) ||
|
||||||
existing.text != message.text) {
|
existing.text != message.text) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -729,23 +850,38 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool _matchesDuplicateScope(Message existing, Message message) {
|
int _findLastConversationDuplicateMessageIndex(Message message) {
|
||||||
|
for (int index = _messages.length - 1; index >= 0; index--) {
|
||||||
|
final existing = _messages[index];
|
||||||
|
if (!_isSameConversation(existing, message)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (existing.isSentMessage ||
|
||||||
|
existing.isSystemMessage ||
|
||||||
|
existing.text != message.text) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
final receivedDelta = existing.receivedAt.difference(message.receivedAt).abs();
|
||||||
|
if (receivedDelta > _receivedDuplicateWindow) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
return _matchesDuplicateSenderIdentity(existing, message) ? index : -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _matchesExactDuplicateScope(Message existing, Message message) {
|
||||||
if (existing.messageType != message.messageType) {
|
if (existing.messageType != message.messageType) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.isContactMessage) {
|
if (message.isContactMessage) {
|
||||||
// Match by sender key + sender timestamp (matches official app's DB
|
if (!_isSameConversation(existing, message)) {
|
||||||
// uniqueness: contactPublicKey + senderTimestamp + text + txtType).
|
return false;
|
||||||
if (existing.senderKeyShort == message.senderKeyShort &&
|
|
||||||
existing.senderTimestamp == message.senderTimestamp) {
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
return existing.senderTimestamp == message.senderTimestamp &&
|
||||||
// Fallback dedup when retransmits surface as separate inbound rows
|
_matchesDuplicateSenderIdentity(existing, message);
|
||||||
// without a stable timestamp/message id, but still carry the same
|
|
||||||
// visible sender identity and payload.
|
|
||||||
return _matchesDuplicateSenderIdentity(existing, message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.isChannelMessage) {
|
if (message.isChannelMessage) {
|
||||||
@@ -753,27 +889,40 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Primary dedup: same senderTimestamp = same message from mesh repeats.
|
|
||||||
// Matches official app's DB uniqueness: (channelSecret, senderTimestamp, text).
|
|
||||||
if (existing.senderTimestamp == message.senderTimestamp) {
|
if (existing.senderTimestamp == message.senderTimestamp) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
// Secondary: catch near-duplicate repeats within a 30s window
|
|
||||||
// (clock drift between nodes).
|
|
||||||
final withinChannelRepeatWindow =
|
|
||||||
(existing.senderTimestamp - message.senderTimestamp).abs() <= 30;
|
|
||||||
if (!withinChannelRepeatWindow) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return _matchesDuplicateSenderIdentity(existing, message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// System messages and other types: never deduplicate by scope alone.
|
// System messages and other types: never deduplicate by scope alone.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool _isSameConversation(Message existing, Message message) {
|
||||||
|
if (existing.messageType != message.messageType) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (message.isChannelMessage) {
|
||||||
|
return existing.channelIdx == message.channelIdx;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!message.isContactMessage) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (existing.recipientPublicKey != null && message.recipientPublicKey != null) {
|
||||||
|
return _listEquals(existing.recipientPublicKey!, message.recipientPublicKey!);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (existing.recipientPublicKey == null && message.recipientPublicKey == null) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bool _matchesDuplicateSenderIdentity(Message existing, Message message) {
|
bool _matchesDuplicateSenderIdentity(Message existing, Message message) {
|
||||||
final existingSenderKey = existing.senderKeyShort;
|
final existingSenderKey = existing.senderKeyShort;
|
||||||
final incomingSenderKey = message.senderKeyShort;
|
final incomingSenderKey = message.senderKeyShort;
|
||||||
@@ -790,6 +939,45 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
existingSenderName == incomingSenderName;
|
existingSenderName == incomingSenderName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int _findMatchingSentReplayIndex(Message message) {
|
||||||
|
if (!message.isChannelMessage || message.isSentMessage) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int index = 0; index < _messages.length; index++) {
|
||||||
|
final existing = _messages[index];
|
||||||
|
if (!existing.isSentMessage ||
|
||||||
|
!existing.isChannelMessage ||
|
||||||
|
existing.text != message.text) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_matchesSentReplayScope(existing, message)) {
|
||||||
|
return index;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _matchesSentReplayScope(Message existing, Message message) {
|
||||||
|
if (!_isSameConversation(existing, message)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (existing.senderTimestamp == message.senderTimestamp) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final withinChannelRepeatWindow =
|
||||||
|
(existing.senderTimestamp - message.senderTimestamp).abs() <= 30;
|
||||||
|
if (!withinChannelRepeatWindow) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return _matchesDuplicateSenderIdentity(existing, message);
|
||||||
|
}
|
||||||
|
|
||||||
/// Add multiple messages
|
/// Add multiple messages
|
||||||
void addMessages(List<Message> messages) {
|
void addMessages(List<Message> messages) {
|
||||||
int addedCount = 0;
|
int addedCount = 0;
|
||||||
@@ -1187,9 +1375,7 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
for (final message in messages) {
|
for (final message in messages) {
|
||||||
final occurrenceCount = _messageOccurrenceCount(message);
|
final occurrenceCount = _messageOccurrenceCount(message);
|
||||||
final existingIndex = entries.indexWhere(
|
final existingIndex = entries.indexWhere(
|
||||||
(entry) =>
|
(entry) => _shouldCollapseDisplayMessage(entry.message, message),
|
||||||
entry.message.text == message.text &&
|
|
||||||
_matchesDuplicateScope(entry.message, message),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (existingIndex == -1) {
|
if (existingIndex == -1) {
|
||||||
@@ -1207,6 +1393,17 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
return entries;
|
return entries;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool _shouldCollapseDisplayMessage(Message existing, Message message) {
|
||||||
|
if (existing.isSentMessage || message.isSentMessage) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return existing.text == message.text &&
|
||||||
|
(_matchesExactDuplicateScope(existing, message) ||
|
||||||
|
(_isSameConversation(existing, message) &&
|
||||||
|
_matchesDuplicateSenderIdentity(existing, message)));
|
||||||
|
}
|
||||||
|
|
||||||
int _messageOccurrenceCount(Message message) =>
|
int _messageOccurrenceCount(Message message) =>
|
||||||
_messageReceptionDetails[message.id]?.receivedCopies ?? 1;
|
_messageReceptionDetails[message.id]?.receivedCopies ?? 1;
|
||||||
|
|
||||||
@@ -1613,12 +1810,17 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
enhancedMessage = _resolveSenderNameIfNeeded(enhancedMessage);
|
enhancedMessage = _resolveSenderNameIfNeeded(enhancedMessage);
|
||||||
|
final senderLocationSnapshot = _buildSentMessageLocationSnapshot();
|
||||||
|
|
||||||
// Check for duplicates (shouldn't happen for sent messages, but be safe)
|
// Check for duplicates (shouldn't happen for sent messages, but be safe)
|
||||||
if (_findDuplicateMessageIndex(enhancedMessage) != -1) {
|
if (_findDuplicateMessageIndex(enhancedMessage) != -1) {
|
||||||
debugPrint(
|
debugPrint(
|
||||||
'⚠️ [MessagesProvider] Duplicate sent message detected, skipping: ${enhancedMessage.id}',
|
'⚠️ [MessagesProvider] Duplicate sent message detected, skipping: ${enhancedMessage.id}',
|
||||||
);
|
);
|
||||||
|
if (senderLocationSnapshot != null) {
|
||||||
|
_messageContactLocations[enhancedMessage.id] = senderLocationSnapshot;
|
||||||
|
_persistMessages();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1628,6 +1830,9 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
isRead: true, // Sent messages are always marked as read
|
isRead: true, // Sent messages are always marked as read
|
||||||
);
|
);
|
||||||
_messages.add(sendingMessage);
|
_messages.add(sendingMessage);
|
||||||
|
if (senderLocationSnapshot != null) {
|
||||||
|
_messageContactLocations[sendingMessage.id] = senderLocationSnapshot;
|
||||||
|
}
|
||||||
debugPrint(' ✅ Message added to list at index ${_messages.length - 1}');
|
debugPrint(' ✅ Message added to list at index ${_messages.length - 1}');
|
||||||
debugPrint(' Total messages in list: ${_messages.length}');
|
debugPrint(' Total messages in list: ${_messages.length}');
|
||||||
|
|
||||||
@@ -1655,6 +1860,20 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
debugPrint(' ✅ notifyListeners() called - UI should update');
|
debugPrint(' ✅ notifyListeners() called - UI should update');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MessageContactLocation? _buildSentMessageLocationSnapshot() {
|
||||||
|
final position = LocationTrackingService().currentPosition;
|
||||||
|
if (position == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return MessageContactLocation(
|
||||||
|
location: LatLng(position.latitude, position.longitude),
|
||||||
|
source: 'gps',
|
||||||
|
capturedAt: DateTime.now(),
|
||||||
|
sourceTimestamp: position.timestamp,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
/// Register an individual message ID as part of a grouped message
|
/// Register an individual message ID as part of a grouped message
|
||||||
void registerGroupedMessageSend(
|
void registerGroupedMessageSend(
|
||||||
String individualMessageId,
|
String individualMessageId,
|
||||||
@@ -2354,17 +2573,6 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// On the last attempt, reset the path to force flood mode
|
|
||||||
// (matches official MeshCore app behaviour)
|
|
||||||
if (_retryManager.isLastAttempt(currentMessage, contact)) {
|
|
||||||
debugPrint(
|
|
||||||
'🔄 [MessagesProvider] Last attempt — resetting path to flood for $messageId',
|
|
||||||
);
|
|
||||||
if (resetPathBeforeLastRetryCallback != null) {
|
|
||||||
await resetPathBeforeLastRetryCallback!(contact);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sendMessageCallback != null) {
|
if (sendMessageCallback != null) {
|
||||||
final queued = await sendMessageCallback!(
|
final queued = await sendMessageCallback!(
|
||||||
contactPublicKey: contact.publicKey,
|
contactPublicKey: contact.publicKey,
|
||||||
@@ -2452,6 +2660,7 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
_pendingSentMessages.remove(message.expectedAckTag);
|
_pendingSentMessages.remove(message.expectedAckTag);
|
||||||
}
|
}
|
||||||
_clearAckHistoryForMessage(messageId);
|
_clearAckHistoryForMessage(messageId);
|
||||||
|
_removePendingDeliveredRouteRefresh(messageId);
|
||||||
|
|
||||||
// Clear retry tracking
|
// Clear retry tracking
|
||||||
_retryManager.clearRetry(messageId);
|
_retryManager.clearRetry(messageId);
|
||||||
@@ -2492,6 +2701,7 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
_pendingSentMessages.remove(message.expectedAckTag);
|
_pendingSentMessages.remove(message.expectedAckTag);
|
||||||
}
|
}
|
||||||
_clearAckHistoryForMessage(messageId);
|
_clearAckHistoryForMessage(messageId);
|
||||||
|
_removePendingDeliveredRouteRefresh(messageId);
|
||||||
_retryManager.clearRetry(messageId);
|
_retryManager.clearRetry(messageId);
|
||||||
_messageRouteMetadata.remove(messageId);
|
_messageRouteMetadata.remove(messageId);
|
||||||
onManualRetryPreparedCallback?.call(messageId);
|
onManualRetryPreparedCallback?.call(messageId);
|
||||||
@@ -2664,4 +2874,51 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _prunePendingDeliveredRouteRefresh() {
|
||||||
|
if (_pendingDeliveredRouteRefreshByContact.isEmpty) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final cutoff = DateTime.now().subtract(_deliveredRouteRefreshWindow);
|
||||||
|
final emptyKeys = <String>[];
|
||||||
|
for (final entry in _pendingDeliveredRouteRefreshByContact.entries) {
|
||||||
|
entry.value.removeWhere(
|
||||||
|
(pending) => pending.queuedAt.isBefore(cutoff),
|
||||||
|
);
|
||||||
|
if (entry.value.isEmpty) {
|
||||||
|
emptyKeys.add(entry.key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (final key in emptyKeys) {
|
||||||
|
_pendingDeliveredRouteRefreshByContact.remove(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void _removePendingDeliveredRouteRefresh(String messageId) {
|
||||||
|
if (_pendingDeliveredRouteRefreshByContact.isEmpty) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final emptyKeys = <String>[];
|
||||||
|
for (final entry in _pendingDeliveredRouteRefreshByContact.entries) {
|
||||||
|
entry.value.removeWhere((pending) => pending.messageId == messageId);
|
||||||
|
if (entry.value.isEmpty) {
|
||||||
|
emptyKeys.add(entry.key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (final key in emptyKeys) {
|
||||||
|
_pendingDeliveredRouteRefreshByContact.remove(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _PendingDeliveredRouteRefresh {
|
||||||
|
final String messageId;
|
||||||
|
final DateTime queuedAt;
|
||||||
|
|
||||||
|
const _PendingDeliveredRouteRefresh({
|
||||||
|
required this.messageId,
|
||||||
|
required this.queuedAt,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
541
lib/providers/offline_tiles_provider.dart
Normal file
541
lib/providers/offline_tiles_provider.dart
Normal file
@@ -0,0 +1,541 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:latlong2/latlong.dart';
|
||||||
|
|
||||||
|
import '../models/map_layer.dart';
|
||||||
|
import '../services/offline_tile_cache_service.dart';
|
||||||
|
import '../services/tile_download_service.dart';
|
||||||
|
import '../services/tile_math_service.dart';
|
||||||
|
import '../services/tile_sharing_service.dart';
|
||||||
|
|
||||||
|
export '../services/tile_sharing_service.dart' show TilePeer, PeerCatalog;
|
||||||
|
export '../services/offline_tile_cache_service.dart'
|
||||||
|
show StyleInfo, DownloadRegion;
|
||||||
|
|
||||||
|
/// Download progress state.
|
||||||
|
class DownloadProgress {
|
||||||
|
final int downloaded;
|
||||||
|
final int skipped;
|
||||||
|
final int failed;
|
||||||
|
final int total;
|
||||||
|
|
||||||
|
const DownloadProgress({
|
||||||
|
this.downloaded = 0,
|
||||||
|
this.skipped = 0,
|
||||||
|
this.failed = 0,
|
||||||
|
this.total = 0,
|
||||||
|
});
|
||||||
|
|
||||||
|
int get processed => downloaded + skipped + failed;
|
||||||
|
double get percent => total == 0 ? 0 : processed / total;
|
||||||
|
bool get isComplete => total > 0 && processed >= total;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// A downloaded/skipped tile rectangle for map overlay.
|
||||||
|
class TileOverlay {
|
||||||
|
final double north, south, east, west;
|
||||||
|
final bool isSkipped;
|
||||||
|
|
||||||
|
const TileOverlay({
|
||||||
|
required this.north,
|
||||||
|
required this.south,
|
||||||
|
required this.east,
|
||||||
|
required this.west,
|
||||||
|
this.isSkipped = false,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Drawing mode for polygon selection.
|
||||||
|
enum DrawingMode { none, polygon, rectangle }
|
||||||
|
|
||||||
|
/// State management for offline tile downloading.
|
||||||
|
class OfflineTilesProvider extends ChangeNotifier {
|
||||||
|
final OfflineTileCacheService _cache = OfflineTileCacheService.instance;
|
||||||
|
final TileSharingService _sharing = TileSharingService.instance;
|
||||||
|
TileDownloadService? _downloadService;
|
||||||
|
StreamSubscription<TileDownloadEvent>? _downloadSubscription;
|
||||||
|
StreamSubscription<Set<TilePeer>>? _peersSubscription;
|
||||||
|
|
||||||
|
// Drawing state
|
||||||
|
DrawingMode _drawingMode = DrawingMode.none;
|
||||||
|
final List<List<LatLng>> _polygons = [];
|
||||||
|
List<LatLng> _currentVertices = [];
|
||||||
|
LatLng? _rectangleFirstCorner;
|
||||||
|
|
||||||
|
// Download settings
|
||||||
|
int _minZoom = 8;
|
||||||
|
int _maxZoom = 14;
|
||||||
|
MapLayer _selectedLayer = MapLayer.openStreetMap;
|
||||||
|
|
||||||
|
// Download progress
|
||||||
|
bool _isDownloading = false;
|
||||||
|
DownloadProgress _progress = const DownloadProgress();
|
||||||
|
final List<TileOverlay> _tileOverlays = [];
|
||||||
|
|
||||||
|
// Cache info
|
||||||
|
int _cacheSizeBytes = 0;
|
||||||
|
|
||||||
|
// Sharing state
|
||||||
|
bool _isServerRunning = false;
|
||||||
|
Set<TilePeer> _discoveredPeers = {};
|
||||||
|
List<PeerCatalog> _peerCatalogs = [];
|
||||||
|
bool _isFetchingCatalogs = false;
|
||||||
|
bool _isSyncing = false;
|
||||||
|
String _syncStatus = '';
|
||||||
|
double _syncProgress = 0;
|
||||||
|
|
||||||
|
// Local style info
|
||||||
|
List<StyleInfo> _localStyles = [];
|
||||||
|
|
||||||
|
// Coverage overlay — which cached style's tiles to show on the map
|
||||||
|
StyleInfo? _coverageStyle;
|
||||||
|
List<TileOverlay> _coverageOverlays = [];
|
||||||
|
|
||||||
|
// Getters
|
||||||
|
DrawingMode get drawingMode => _drawingMode;
|
||||||
|
List<List<LatLng>> get polygons => List.unmodifiable(_polygons);
|
||||||
|
List<LatLng> get currentVertices => List.unmodifiable(_currentVertices);
|
||||||
|
LatLng? get rectangleFirstCorner => _rectangleFirstCorner;
|
||||||
|
int get minZoom => _minZoom;
|
||||||
|
int get maxZoom => _maxZoom;
|
||||||
|
MapLayer get selectedLayer => _selectedLayer;
|
||||||
|
bool get isDownloading => _isDownloading;
|
||||||
|
DownloadProgress get progress => _progress;
|
||||||
|
List<TileOverlay> get tileOverlays => _tileOverlays;
|
||||||
|
int get cacheSizeBytes => _cacheSizeBytes;
|
||||||
|
bool get hasPolygons => _polygons.isNotEmpty;
|
||||||
|
bool get isServerRunning => _isServerRunning;
|
||||||
|
Set<TilePeer> get discoveredPeers => _discoveredPeers;
|
||||||
|
List<PeerCatalog> get peerCatalogs => _peerCatalogs;
|
||||||
|
bool get isFetchingCatalogs => _isFetchingCatalogs;
|
||||||
|
bool get isSyncing => _isSyncing;
|
||||||
|
String get syncStatus => _syncStatus;
|
||||||
|
double get syncProgress => _syncProgress;
|
||||||
|
List<StyleInfo> get localStyles => _localStyles;
|
||||||
|
StyleInfo? get coverageStyle => _coverageStyle;
|
||||||
|
List<TileOverlay> get coverageOverlays => _coverageOverlays;
|
||||||
|
|
||||||
|
/// Estimated tile count for the current selection.
|
||||||
|
int get estimatedTileCount {
|
||||||
|
if (_polygons.isEmpty) return 0;
|
||||||
|
return TileMathService.estimateTileCount(_polygons, _minZoom, _maxZoom);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Drawing methods
|
||||||
|
|
||||||
|
void setDrawingMode(DrawingMode mode) {
|
||||||
|
_drawingMode = mode;
|
||||||
|
_currentVertices = [];
|
||||||
|
_rectangleFirstCorner = null;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void addVertex(LatLng point) {
|
||||||
|
if (_drawingMode == DrawingMode.polygon) {
|
||||||
|
_currentVertices = [..._currentVertices, point];
|
||||||
|
notifyListeners();
|
||||||
|
} else if (_drawingMode == DrawingMode.rectangle) {
|
||||||
|
if (_rectangleFirstCorner == null) {
|
||||||
|
_rectangleFirstCorner = point;
|
||||||
|
notifyListeners();
|
||||||
|
} else {
|
||||||
|
// Complete rectangle
|
||||||
|
final corner1 = _rectangleFirstCorner!;
|
||||||
|
final corner2 = point;
|
||||||
|
final rect = [
|
||||||
|
LatLng(corner1.latitude, corner1.longitude),
|
||||||
|
LatLng(corner1.latitude, corner2.longitude),
|
||||||
|
LatLng(corner2.latitude, corner2.longitude),
|
||||||
|
LatLng(corner2.latitude, corner1.longitude),
|
||||||
|
];
|
||||||
|
_polygons.add(rect);
|
||||||
|
_rectangleFirstCorner = null;
|
||||||
|
_drawingMode = DrawingMode.none;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void finishPolygon() {
|
||||||
|
if (_drawingMode == DrawingMode.polygon && _currentVertices.length >= 3) {
|
||||||
|
_polygons.add(List.from(_currentVertices));
|
||||||
|
_currentVertices = [];
|
||||||
|
_drawingMode = DrawingMode.none;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void removePolygon(int index) {
|
||||||
|
if (index >= 0 && index < _polygons.length) {
|
||||||
|
_polygons.removeAt(index);
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void clearPolygons() {
|
||||||
|
_polygons.clear();
|
||||||
|
_currentVertices = [];
|
||||||
|
_rectangleFirstCorner = null;
|
||||||
|
_drawingMode = DrawingMode.none;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void undoLastVertex() {
|
||||||
|
if (_currentVertices.isNotEmpty) {
|
||||||
|
_currentVertices = _currentVertices.sublist(0, _currentVertices.length - 1);
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Download settings
|
||||||
|
|
||||||
|
void setMinZoom(int zoom) {
|
||||||
|
_minZoom = zoom.clamp(0, 19);
|
||||||
|
if (_maxZoom < _minZoom) _maxZoom = _minZoom;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void setMaxZoom(int zoom) {
|
||||||
|
_maxZoom = zoom.clamp(0, 19);
|
||||||
|
if (_minZoom > _maxZoom) _minZoom = _maxZoom;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void setSelectedLayer(MapLayer layer) {
|
||||||
|
_selectedLayer = layer;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Download control
|
||||||
|
|
||||||
|
Future<void> startDownload() async {
|
||||||
|
if (_isDownloading || _polygons.isEmpty) return;
|
||||||
|
|
||||||
|
_isDownloading = true;
|
||||||
|
_progress = const DownloadProgress();
|
||||||
|
_tileOverlays.clear();
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
_downloadService = TileDownloadService();
|
||||||
|
final stream = _downloadService!.downloadTiles(
|
||||||
|
polygons: _polygons,
|
||||||
|
minZoom: _minZoom,
|
||||||
|
maxZoom: _maxZoom,
|
||||||
|
urlTemplate: _selectedLayer.urlTemplate,
|
||||||
|
displayName: _selectedLayer.name,
|
||||||
|
);
|
||||||
|
|
||||||
|
await for (final event in stream) {
|
||||||
|
switch (event) {
|
||||||
|
case TileDownloadStarted(:final totalTiles):
|
||||||
|
_progress = DownloadProgress(total: totalTiles);
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case TileDownloaded(:final north, :final south, :final east, :final west):
|
||||||
|
_progress = DownloadProgress(
|
||||||
|
downloaded: _progress.downloaded + 1,
|
||||||
|
skipped: _progress.skipped,
|
||||||
|
failed: _progress.failed,
|
||||||
|
total: _progress.total,
|
||||||
|
);
|
||||||
|
_addOverlay(TileOverlay(
|
||||||
|
north: north, south: south, east: east, west: west,
|
||||||
|
));
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case TileSkipped():
|
||||||
|
_progress = DownloadProgress(
|
||||||
|
downloaded: _progress.downloaded,
|
||||||
|
skipped: _progress.skipped + 1,
|
||||||
|
failed: _progress.failed,
|
||||||
|
total: _progress.total,
|
||||||
|
);
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case TileBatchSkipped(:final count):
|
||||||
|
_progress = DownloadProgress(
|
||||||
|
downloaded: _progress.downloaded,
|
||||||
|
skipped: _progress.skipped + count,
|
||||||
|
failed: _progress.failed,
|
||||||
|
total: _progress.total,
|
||||||
|
);
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case TileFailed():
|
||||||
|
_progress = DownloadProgress(
|
||||||
|
downloaded: _progress.downloaded,
|
||||||
|
skipped: _progress.skipped,
|
||||||
|
failed: _progress.failed + 1,
|
||||||
|
total: _progress.total,
|
||||||
|
);
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case TileDownloadComplete():
|
||||||
|
_isDownloading = false;
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case TileDownloadCancelled():
|
||||||
|
_isDownloading = false;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_isDownloading = false;
|
||||||
|
_downloadService?.dispose();
|
||||||
|
_downloadService = null;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void cancelDownload() {
|
||||||
|
_downloadService?.cancel();
|
||||||
|
}
|
||||||
|
|
||||||
|
void clearOverlays() {
|
||||||
|
_tileOverlays.clear();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void _addOverlay(TileOverlay overlay) {
|
||||||
|
_tileOverlays.add(overlay);
|
||||||
|
// Limit overlays to prevent OOM
|
||||||
|
if (_tileOverlays.length > 500) {
|
||||||
|
_tileOverlays.removeRange(0, _tileOverlays.length - 500);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Cache management
|
||||||
|
|
||||||
|
Future<void> refreshCacheSize() async {
|
||||||
|
_cacheSizeBytes = await _cache.getCacheSize();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> deleteStyle(StyleInfo style) async {
|
||||||
|
if (_coverageStyle?.hash == style.hash) hideCoverage();
|
||||||
|
await _cache.deleteStyle(style.hash);
|
||||||
|
await refreshCacheSize();
|
||||||
|
await refreshLocalStyles();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> clearCache() async {
|
||||||
|
hideCoverage();
|
||||||
|
await _cache.clearCache();
|
||||||
|
_cacheSizeBytes = 0;
|
||||||
|
_localStyles = [];
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Coverage overlay — show cached tile bounds on the map
|
||||||
|
|
||||||
|
/// Show the coverage of a cached style on the map.
|
||||||
|
/// Loads tile coordinates from the manifest and converts to bounds.
|
||||||
|
Future<void> showCoverage(StyleInfo style) async {
|
||||||
|
if (_coverageStyle?.hash == style.hash) {
|
||||||
|
// Toggle off if same style tapped again
|
||||||
|
hideCoverage();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_coverageStyle = style;
|
||||||
|
_coverageOverlays = [];
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
final manifest = await _cache.loadManifest(style.hash);
|
||||||
|
|
||||||
|
// Convert manifest keys to tile bound overlays
|
||||||
|
final overlays = <TileOverlay>[];
|
||||||
|
for (final key in manifest) {
|
||||||
|
final parts = key.split('/');
|
||||||
|
if (parts.length != 3) continue;
|
||||||
|
final z = int.tryParse(parts[0]);
|
||||||
|
final x = int.tryParse(parts[1]);
|
||||||
|
final y = int.tryParse(parts[2]);
|
||||||
|
if (z == null || x == null || y == null) continue;
|
||||||
|
|
||||||
|
final bounds = TileMathService.tileBounds(x, y, z);
|
||||||
|
overlays.add(TileOverlay(
|
||||||
|
north: bounds.north,
|
||||||
|
south: bounds.south,
|
||||||
|
east: bounds.east,
|
||||||
|
west: bounds.west,
|
||||||
|
isSkipped: true, // green color
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
_coverageOverlays = overlays;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void hideCoverage() {
|
||||||
|
_coverageStyle = null;
|
||||||
|
_coverageOverlays = [];
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sharing controls
|
||||||
|
|
||||||
|
Future<void> toggleServer() async {
|
||||||
|
if (_isServerRunning) {
|
||||||
|
await _sharing.stopServer();
|
||||||
|
_isServerRunning = false;
|
||||||
|
} else {
|
||||||
|
await _sharing.startServer();
|
||||||
|
_isServerRunning = _sharing.isRunning;
|
||||||
|
}
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> startPeerDiscovery() async {
|
||||||
|
_peersSubscription?.cancel();
|
||||||
|
_peersSubscription = _sharing.peersStream.listen((peers) {
|
||||||
|
_discoveredPeers = peers;
|
||||||
|
notifyListeners();
|
||||||
|
});
|
||||||
|
await _sharing.startDiscovery();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> stopPeerDiscovery() async {
|
||||||
|
_peersSubscription?.cancel();
|
||||||
|
_peersSubscription = null;
|
||||||
|
await _sharing.stopPeerDiscovery();
|
||||||
|
_discoveredPeers = {};
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void addManualPeer(String ipAddress) {
|
||||||
|
_sharing.addManualPeer(ipAddress);
|
||||||
|
_discoveredPeers = _sharing.discoveredPeers;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void removePeer(TilePeer peer) {
|
||||||
|
_sharing.removePeer(peer);
|
||||||
|
_discoveredPeers = _sharing.discoveredPeers;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Peer catalog & P2P sync
|
||||||
|
|
||||||
|
/// Refresh local style info.
|
||||||
|
Future<void> refreshLocalStyles() async {
|
||||||
|
_localStyles = await _cache.listStylesDetailed();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Fetch catalogs from all discovered peers to see what they have.
|
||||||
|
Future<void> refreshPeerCatalogs() async {
|
||||||
|
_isFetchingCatalogs = true;
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
_peerCatalogs = await _sharing.fetchAllPeerCatalogs();
|
||||||
|
_isFetchingCatalogs = false;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Sync a style from one or more peers that have it.
|
||||||
|
/// Finds all peers offering [styleHash] and pulls missing tiles.
|
||||||
|
Future<void> syncStyleFromPeers(StyleInfo style) async {
|
||||||
|
if (_isSyncing) return;
|
||||||
|
|
||||||
|
// Find all peers that have this style
|
||||||
|
final peersWithStyle = <TilePeer>[];
|
||||||
|
for (final catalog in _peerCatalogs) {
|
||||||
|
if (catalog.styles.any((s) => s.hash == style.hash)) {
|
||||||
|
peersWithStyle.add(catalog.peer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (peersWithStyle.isEmpty) return;
|
||||||
|
|
||||||
|
_isSyncing = true;
|
||||||
|
_syncStatus = 'Starting sync of ${style.displayName}...';
|
||||||
|
_syncProgress = 0;
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
final stream = _sharing.syncStyleFromPeers(
|
||||||
|
peers: peersWithStyle,
|
||||||
|
styleHash: style.hash,
|
||||||
|
styleMeta: style,
|
||||||
|
);
|
||||||
|
|
||||||
|
await for (final event in stream) {
|
||||||
|
switch (event) {
|
||||||
|
case PeerSyncStarted(:final totalTiles):
|
||||||
|
_syncStatus = 'Syncing ${style.displayName}: 0/$totalTiles tiles';
|
||||||
|
_syncProgress = 0;
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case PeerSyncTileDownloaded(:final downloaded, :final total):
|
||||||
|
_syncStatus =
|
||||||
|
'Syncing ${style.displayName}: $downloaded/$total tiles';
|
||||||
|
_syncProgress = total > 0 ? downloaded / total : 0;
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case PeerSyncTileSkipped(:final skipped, :final total):
|
||||||
|
_syncProgress = total > 0 ? skipped / total : 0;
|
||||||
|
notifyListeners();
|
||||||
|
|
||||||
|
case PeerSyncComplete(:final downloaded, :final skipped, :final failed):
|
||||||
|
_syncStatus =
|
||||||
|
'Done! $downloaded new, $skipped cached, $failed failed';
|
||||||
|
_isSyncing = false;
|
||||||
|
notifyListeners();
|
||||||
|
await refreshCacheSize();
|
||||||
|
await refreshLocalStyles();
|
||||||
|
|
||||||
|
case PeerSyncCancelled():
|
||||||
|
_syncStatus = 'Sync cancelled';
|
||||||
|
_isSyncing = false;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void cancelSync() {
|
||||||
|
_sharing.cancelSync();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Presets — load a previously downloaded region for quick re-download
|
||||||
|
|
||||||
|
/// Load a saved download region as the current selection.
|
||||||
|
/// Restores polygons, zoom range, and map layer.
|
||||||
|
void loadPreset(StyleInfo style) {
|
||||||
|
if (style.region == null) return;
|
||||||
|
|
||||||
|
final region = style.region!;
|
||||||
|
|
||||||
|
// Restore polygons
|
||||||
|
_polygons.clear();
|
||||||
|
for (final polyData in region.polygons) {
|
||||||
|
final poly = polyData.map((v) => LatLng(v[0], v[1])).toList();
|
||||||
|
if (poly.length >= 3) _polygons.add(poly);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Restore zoom range
|
||||||
|
_minZoom = region.minZoom;
|
||||||
|
_maxZoom = region.maxZoom;
|
||||||
|
|
||||||
|
// Try to find the matching map layer
|
||||||
|
if (style.urlTemplate.isNotEmpty) {
|
||||||
|
final matchingLayer = MapLayer.allLayers.where(
|
||||||
|
(l) => l.urlTemplate == style.urlTemplate,
|
||||||
|
);
|
||||||
|
if (matchingLayer.isNotEmpty) {
|
||||||
|
_selectedLayer = matchingLayer.first;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_currentVertices = [];
|
||||||
|
_rectangleFirstCorner = null;
|
||||||
|
_drawingMode = DrawingMode.none;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_downloadSubscription?.cancel();
|
||||||
|
_downloadService?.dispose();
|
||||||
|
_peersSubscription?.cancel();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -14,6 +14,7 @@ enum SensorRefreshState { idle, refreshing, success, timeout, unavailable }
|
|||||||
|
|
||||||
class SensorsProvider with ChangeNotifier {
|
class SensorsProvider with ChangeNotifier {
|
||||||
static const Duration _successStateRetention = Duration(minutes: 1);
|
static const Duration _successStateRetention = Duration(minutes: 1);
|
||||||
|
static const Duration selfAutoRefreshInterval = Duration(seconds: 30);
|
||||||
static const String _watchedSensorsKey = 'watched_sensor_keys';
|
static const String _watchedSensorsKey = 'watched_sensor_keys';
|
||||||
static const String _visibleSensorMetricsKey = 'visible_sensor_metrics';
|
static const String _visibleSensorMetricsKey = 'visible_sensor_metrics';
|
||||||
static const String _fieldSpanKey = 'sensor_field_spans';
|
static const String _fieldSpanKey = 'sensor_field_spans';
|
||||||
@@ -373,6 +374,20 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
return List<String>.unmodifiable(dueKeys);
|
return List<String>.unmodifiable(dueKeys);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool _isRefreshDueForInterval(
|
||||||
|
String publicKeyHex, {
|
||||||
|
required Duration interval,
|
||||||
|
required DateTime refreshTime,
|
||||||
|
}) {
|
||||||
|
if (interval <= Duration.zero) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final lastRefreshAt = _lastRefreshAttemptAt[publicKeyHex];
|
||||||
|
return lastRefreshAt == null ||
|
||||||
|
refreshTime.difference(lastRefreshAt) >= interval;
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> toggleMetric(
|
Future<void> toggleMetric(
|
||||||
String publicKeyHex,
|
String publicKeyHex,
|
||||||
String fieldKey,
|
String fieldKey,
|
||||||
@@ -636,6 +651,17 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
return <String>[self.publicKeyHex];
|
return <String>[self.publicKeyHex];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String? displaySelfKey({
|
||||||
|
required ContactsProvider contactsProvider,
|
||||||
|
required ConnectionProvider connectionProvider,
|
||||||
|
}) {
|
||||||
|
final self = selfContact(contactsProvider, connectionProvider);
|
||||||
|
if (self == null || _watchedSensorKeys.contains(self.publicKeyHex)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return self.publicKeyHex;
|
||||||
|
}
|
||||||
|
|
||||||
Contact? contactForDisplay(
|
Contact? contactForDisplay(
|
||||||
String publicKeyHex, {
|
String publicKeyHex, {
|
||||||
required ContactsProvider contactsProvider,
|
required ContactsProvider contactsProvider,
|
||||||
@@ -659,7 +685,18 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
required ContactsProvider contactsProvider,
|
required ContactsProvider contactsProvider,
|
||||||
required ConnectionProvider connectionProvider,
|
required ConnectionProvider connectionProvider,
|
||||||
}) async {
|
}) async {
|
||||||
if (_isRefreshingAll || _watchedSensorKeys.isEmpty) {
|
if (_isRefreshingAll) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final self = selfContact(contactsProvider, connectionProvider);
|
||||||
|
final keysToRefresh = <String>[
|
||||||
|
if (self != null) self.publicKeyHex,
|
||||||
|
..._watchedSensorKeys.where(
|
||||||
|
(key) => self == null || key != self.publicKeyHex,
|
||||||
|
),
|
||||||
|
];
|
||||||
|
if (keysToRefresh.isEmpty) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -667,7 +704,7 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
for (final key in _watchedSensorKeys) {
|
for (final key in keysToRefresh) {
|
||||||
await refreshSensor(
|
await refreshSensor(
|
||||||
publicKeyHex: key,
|
publicKeyHex: key,
|
||||||
contactsProvider: contactsProvider,
|
contactsProvider: contactsProvider,
|
||||||
@@ -728,7 +765,17 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final refreshTime = now ?? DateTime.now();
|
final refreshTime = now ?? DateTime.now();
|
||||||
final dueKeys = dueAutoRefreshSensorKeys(now: refreshTime);
|
final dueKeys = dueAutoRefreshSensorKeys(now: refreshTime).toList();
|
||||||
|
final self = selfContact(contactsProvider, connectionProvider);
|
||||||
|
if (self != null &&
|
||||||
|
!dueKeys.contains(self.publicKeyHex) &&
|
||||||
|
_isRefreshDueForInterval(
|
||||||
|
self.publicKeyHex,
|
||||||
|
interval: selfAutoRefreshInterval,
|
||||||
|
refreshTime: refreshTime,
|
||||||
|
)) {
|
||||||
|
dueKeys.insert(0, self.publicKeyHex);
|
||||||
|
}
|
||||||
if (dueKeys.isEmpty) {
|
if (dueKeys.isEmpty) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ import '../utils/avatar_label_helper.dart';
|
|||||||
import '../widgets/common/contact_avatar.dart';
|
import '../widgets/common/contact_avatar.dart';
|
||||||
import '../widgets/contacts/contact_tile.dart';
|
import '../widgets/contacts/contact_tile.dart';
|
||||||
import '../widgets/contacts/add_channel_dialog.dart';
|
import '../widgets/contacts/add_channel_dialog.dart';
|
||||||
|
import '../services/region_scope_preferences.dart';
|
||||||
|
import '../utils/toast_logger.dart';
|
||||||
import 'add_contact_screen.dart';
|
import 'add_contact_screen.dart';
|
||||||
|
|
||||||
class ContactsTab extends StatefulWidget {
|
class ContactsTab extends StatefulWidget {
|
||||||
@@ -514,56 +516,144 @@ class _ContactsTabState extends State<ContactsTab> {
|
|||||||
messenger.showSnackBar(SnackBar(content: Text(copiedMessage)));
|
messenger.showSnackBar(SnackBar(content: Text(copiedMessage)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String _locationSharingErrorMessage(Object error) {
|
||||||
|
final message = error.toString();
|
||||||
|
if (message.startsWith('Bad state: ')) {
|
||||||
|
return message.substring('Bad state: '.length);
|
||||||
|
}
|
||||||
|
return message;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _setChannelLocationSharing(
|
||||||
|
BuildContext context,
|
||||||
|
Contact channel,
|
||||||
|
bool enabled,
|
||||||
|
) async {
|
||||||
|
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
||||||
|
try {
|
||||||
|
final result = await context.read<AppProvider>().setChannelLocationSharingEnabled(
|
||||||
|
channelIdx,
|
||||||
|
enabled,
|
||||||
|
);
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.success(context, result.message);
|
||||||
|
} catch (error) {
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.error(context, _locationSharingErrorMessage(error));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _handleChannelLocationSharingAction(
|
||||||
|
BuildContext context,
|
||||||
|
Contact channel,
|
||||||
|
) async {
|
||||||
|
if (channel.isPublicChannel) {
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.error(
|
||||||
|
context,
|
||||||
|
'Select a private channel to share your location.',
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
||||||
|
if (channelIdx <= 0) {
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.error(
|
||||||
|
context,
|
||||||
|
'Select a private channel to share your location.',
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
final sharingState = await context
|
||||||
|
.read<AppProvider>()
|
||||||
|
.getChannelLocationSharingState(channelIdx);
|
||||||
|
if (!context.mounted) return;
|
||||||
|
await _setChannelLocationSharing(context, channel, !sharingState.isSharing);
|
||||||
|
} catch (error) {
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.error(context, _locationSharingErrorMessage(error));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void _showChannelActionSheet(BuildContext context, Contact channel) {
|
void _showChannelActionSheet(BuildContext context, Contact channel) {
|
||||||
final l10n = AppLocalizations.of(context)!;
|
final l10n = AppLocalizations.of(context)!;
|
||||||
final canExportHashChannelPsk = Channel.isHashChannelName(
|
final canExportHashChannelPsk = Channel.isHashChannelName(
|
||||||
channel.advName.trim(),
|
channel.advName.trim(),
|
||||||
);
|
);
|
||||||
|
final channelLocationSharingFuture =
|
||||||
|
!channel.isPublicChannel && channel.publicKey.length > 1
|
||||||
|
? context
|
||||||
|
.read<AppProvider>()
|
||||||
|
.getChannelLocationSharingState(channel.publicKey[1])
|
||||||
|
: null;
|
||||||
|
|
||||||
showModalBottomSheet(
|
showModalBottomSheet<void>(
|
||||||
context: context,
|
context: context,
|
||||||
shape: const RoundedRectangleBorder(
|
isScrollControlled: true,
|
||||||
borderRadius: BorderRadius.vertical(top: Radius.circular(20)),
|
backgroundColor: Colors.transparent,
|
||||||
),
|
builder: (sheetContext) {
|
||||||
builder: (sheetContext) => SafeArea(
|
List<_ChannelSheetAction> buildActions(
|
||||||
child: Column(
|
ChannelLocationSharingState? sharingState,
|
||||||
mainAxisSize: MainAxisSize.min,
|
) {
|
||||||
children: [
|
return <_ChannelSheetAction>[
|
||||||
ListTile(
|
_ChannelSheetAction(
|
||||||
leading: Icon(Icons.message_outlined),
|
icon: Icons.message_outlined,
|
||||||
title: Text(l10n.messages),
|
label: l10n.messages,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Navigator.pop(sheetContext);
|
Navigator.pop(context);
|
||||||
await _openMessagesForChannel(context, channel);
|
await _openMessagesForChannel(context, channel);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
if (!channel.isPublicChannel)
|
||||||
|
_ChannelSheetAction(
|
||||||
|
icon: sharingState?.isSharing == true
|
||||||
|
? Icons.location_off_rounded
|
||||||
|
: Icons.share_location_rounded,
|
||||||
|
label: sharingState?.isSharing == true
|
||||||
|
? 'Stop sharing my location'
|
||||||
|
: 'Share my location',
|
||||||
|
onTap: () async {
|
||||||
|
Navigator.pop(context);
|
||||||
|
await _handleChannelLocationSharingAction(context, channel);
|
||||||
|
},
|
||||||
|
),
|
||||||
if (channel.displayLocation != null)
|
if (channel.displayLocation != null)
|
||||||
ListTile(
|
_ChannelSheetAction(
|
||||||
leading: Icon(Icons.map_outlined),
|
icon: Icons.map_outlined,
|
||||||
title: Text(l10n.viewOnMap),
|
label: l10n.viewOnMap,
|
||||||
onTap: () {
|
onTap: () async {
|
||||||
Navigator.pop(sheetContext);
|
Navigator.pop(context);
|
||||||
_showChannelOnMap(context, channel);
|
_showChannelOnMap(context, channel);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (canExportHashChannelPsk)
|
if (canExportHashChannelPsk)
|
||||||
ListTile(
|
_ChannelSheetAction(
|
||||||
leading: const Icon(Icons.key_outlined),
|
icon: Icons.key_outlined,
|
||||||
title: Text('${l10n.exportToClipboard} psk_base64'),
|
label: '${l10n.exportToClipboard} psk_base64',
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Navigator.pop(sheetContext);
|
Navigator.pop(context);
|
||||||
await _exportHashChannelPskBase64(context, channel);
|
await _exportHashChannelPskBase64(context, channel);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
_ChannelSheetAction(
|
||||||
|
icon: Icons.language_rounded,
|
||||||
|
label: l10n.setRegionScope,
|
||||||
|
onTap: () async {
|
||||||
|
Navigator.pop(context);
|
||||||
|
if (!context.mounted) return;
|
||||||
|
_showRegionScopeForChannel(context, channel);
|
||||||
|
},
|
||||||
|
),
|
||||||
if (!channel.isPublicChannel)
|
if (!channel.isPublicChannel)
|
||||||
ListTile(
|
_ChannelSheetAction(
|
||||||
leading: Icon(Icons.delete, color: Colors.red),
|
icon: Icons.delete_outline_rounded,
|
||||||
title: Text(
|
label: l10n.deleteChannel,
|
||||||
l10n.deleteChannel,
|
destructive: true,
|
||||||
style: const TextStyle(color: Colors.red),
|
|
||||||
),
|
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Navigator.pop(sheetContext);
|
Navigator.pop(context);
|
||||||
await Future<void>.delayed(Duration.zero);
|
await Future<void>.delayed(Duration.zero);
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
@@ -572,9 +662,60 @@ class _ContactsTabState extends State<ContactsTab> {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
];
|
||||||
),
|
}
|
||||||
),
|
|
||||||
|
Widget buildSheet(ChannelLocationSharingState? sharingState) {
|
||||||
|
return _ChannelActionSheet(
|
||||||
|
channel: channel,
|
||||||
|
actions: buildActions(sharingState),
|
||||||
|
onClose: () => Navigator.pop(sheetContext),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (channelLocationSharingFuture == null) {
|
||||||
|
return buildSheet(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
return FutureBuilder<ChannelLocationSharingState>(
|
||||||
|
future: channelLocationSharingFuture,
|
||||||
|
builder: (context, snapshot) {
|
||||||
|
return buildSheet(snapshot.data);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _showRegionScopeForChannel(BuildContext context, Contact channel) async {
|
||||||
|
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
final currentScope = await RegionScopePreferences.getScope(channelIdx);
|
||||||
|
if (!context.mounted) return;
|
||||||
|
|
||||||
|
showModalBottomSheet(
|
||||||
|
context: context,
|
||||||
|
showDragHandle: true,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: (sheetContext) {
|
||||||
|
return _ContactsRegionScopeSheet(
|
||||||
|
currentScopeName: currentScope?.name,
|
||||||
|
l10n: l10n,
|
||||||
|
onScopeSelected: (String? name) async {
|
||||||
|
Navigator.of(sheetContext).pop();
|
||||||
|
if (name == null) {
|
||||||
|
await RegionScopePreferences.clearScope(channelIdx);
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.success(context, l10n.regionScopeCleared);
|
||||||
|
} else {
|
||||||
|
final key = RegionScopePreferences.deriveRegionKey(name);
|
||||||
|
await RegionScopePreferences.setScope(channelIdx, name, key);
|
||||||
|
if (!context.mounted) return;
|
||||||
|
ToastLogger.success(context, l10n.regionScopeSet(name));
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1780,6 +1921,27 @@ class _ChannelActivityCard extends StatelessWidget {
|
|||||||
return l10n.daysAgo(diff.inDays);
|
return l10n.daysAgo(diff.inDays);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Widget _buildChannelLocationSharingMarker(
|
||||||
|
BuildContext context,
|
||||||
|
ChannelLocationSharingMode mode,
|
||||||
|
) {
|
||||||
|
const accent = Color(0xFF16A34A);
|
||||||
|
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.all(3),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: accent,
|
||||||
|
shape: BoxShape.circle,
|
||||||
|
border: Border.all(color: Colors.white, width: 2),
|
||||||
|
),
|
||||||
|
child: Icon(
|
||||||
|
Icons.location_pin,
|
||||||
|
size: 11,
|
||||||
|
color: Colors.white,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final colorScheme = Theme.of(context).colorScheme;
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
@@ -1788,6 +1950,9 @@ class _ChannelActivityCard extends StatelessWidget {
|
|||||||
letterSpacing: -0.3,
|
letterSpacing: -0.3,
|
||||||
);
|
);
|
||||||
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
||||||
|
final channelLocationSharingMode = context
|
||||||
|
.watch<AppProvider>()
|
||||||
|
.channelLocationSharingModeForChannel(channelIdx);
|
||||||
final channelMessages = messagesProvider.getMessagesForChannel(channelIdx)
|
final channelMessages = messagesProvider.getMessagesForChannel(channelIdx)
|
||||||
..sort((a, b) => b.sentAt.compareTo(a.sentAt));
|
..sort((a, b) => b.sentAt.compareTo(a.sentAt));
|
||||||
final lastActivityAt = messagesProvider.getLastActivityForDestination(
|
final lastActivityAt = messagesProvider.getLastActivityForDestination(
|
||||||
@@ -1830,7 +1995,21 @@ class _ChannelActivityCard extends StatelessWidget {
|
|||||||
child: Row(
|
child: Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
ContactAvatar(contact: channel, radius: 24),
|
Stack(
|
||||||
|
clipBehavior: Clip.none,
|
||||||
|
children: [
|
||||||
|
ContactAvatar(contact: channel, radius: 24),
|
||||||
|
if (channelLocationSharingMode != null)
|
||||||
|
Positioned(
|
||||||
|
right: -2,
|
||||||
|
bottom: -2,
|
||||||
|
child: _buildChannelLocationSharingMarker(
|
||||||
|
context,
|
||||||
|
channelLocationSharingMode,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 10),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -1980,6 +2159,302 @@ class _ExpandableParticipantStackState
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _ChannelSheetAction {
|
||||||
|
final IconData icon;
|
||||||
|
final String label;
|
||||||
|
final Future<void> Function() onTap;
|
||||||
|
final bool destructive;
|
||||||
|
|
||||||
|
const _ChannelSheetAction({
|
||||||
|
required this.icon,
|
||||||
|
required this.label,
|
||||||
|
required this.onTap,
|
||||||
|
this.destructive = false,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ChannelActionSheet extends StatelessWidget {
|
||||||
|
final Contact channel;
|
||||||
|
final List<_ChannelSheetAction> actions;
|
||||||
|
final VoidCallback onClose;
|
||||||
|
|
||||||
|
const _ChannelActionSheet({
|
||||||
|
required this.channel,
|
||||||
|
required this.actions,
|
||||||
|
required this.onClose,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
final title = channel.getLocalizedDisplayName(context);
|
||||||
|
final subtitle = channel.isPublicChannel
|
||||||
|
? l10n.broadcastToAllNearby
|
||||||
|
: '${l10n.channel} ${channel.publicKey[1]}';
|
||||||
|
final bottomInset = MediaQuery.of(context).viewPadding.bottom;
|
||||||
|
|
||||||
|
return Container(
|
||||||
|
constraints: BoxConstraints(
|
||||||
|
maxHeight: MediaQuery.of(context).size.height * 0.82,
|
||||||
|
),
|
||||||
|
clipBehavior: Clip.antiAlias,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surface,
|
||||||
|
borderRadius: const BorderRadius.vertical(top: Radius.circular(32)),
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
color: colorScheme.shadow.withValues(alpha: 0.12),
|
||||||
|
blurRadius: 24,
|
||||||
|
offset: const Offset(0, -4),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: Material(
|
||||||
|
color: colorScheme.surface,
|
||||||
|
child: SingleChildScrollView(
|
||||||
|
padding: EdgeInsets.fromLTRB(16, 12, 16, 16 + bottomInset),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Center(
|
||||||
|
child: Container(
|
||||||
|
width: 44,
|
||||||
|
height: 4,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.outlineVariant,
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
DecoratedBox(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
borderRadius: BorderRadius.circular(24),
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
color: colorScheme.shadow.withValues(alpha: 0.08),
|
||||||
|
blurRadius: 12,
|
||||||
|
offset: const Offset(0, 4),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: ContactAvatar(
|
||||||
|
contact: channel,
|
||||||
|
radius: 28,
|
||||||
|
displayName: title,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 14),
|
||||||
|
Expanded(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.only(top: 2),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
title,
|
||||||
|
style: theme.textTheme.titleLarge?.copyWith(
|
||||||
|
fontWeight: FontWeight.w900,
|
||||||
|
letterSpacing: -0.45,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
subtitle,
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 10),
|
||||||
|
_ChannelSheetChip(
|
||||||
|
icon: channel.isPublicChannel
|
||||||
|
? Icons.broadcast_on_personal_rounded
|
||||||
|
: Icons.tag_rounded,
|
||||||
|
label: channel.isPublicChannel
|
||||||
|
? l10n.broadcastToAllNearby
|
||||||
|
: channel.publicKeyShort,
|
||||||
|
monospace: !channel.isPublicChannel,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
IconButton.filledTonal(
|
||||||
|
onPressed: onClose,
|
||||||
|
tooltip: l10n.close,
|
||||||
|
icon: const Icon(Icons.close_rounded),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
if (actions.isNotEmpty) ...[
|
||||||
|
const SizedBox(height: 20),
|
||||||
|
LayoutBuilder(
|
||||||
|
builder: (context, constraints) {
|
||||||
|
const spacing = 12.0;
|
||||||
|
const minTileWidth = 132.0;
|
||||||
|
final actionCount = actions.length;
|
||||||
|
final maxColumnsByWidth =
|
||||||
|
((constraints.maxWidth + spacing) /
|
||||||
|
(minTileWidth + spacing))
|
||||||
|
.floor()
|
||||||
|
.clamp(1, 3);
|
||||||
|
var columnCount = actionCount.clamp(1, maxColumnsByWidth);
|
||||||
|
if (actionCount > 3 &&
|
||||||
|
columnCount > 2 &&
|
||||||
|
actionCount % columnCount == 1) {
|
||||||
|
columnCount -= 1;
|
||||||
|
}
|
||||||
|
final itemWidth =
|
||||||
|
(constraints.maxWidth - (spacing * (columnCount - 1))) /
|
||||||
|
columnCount;
|
||||||
|
|
||||||
|
return Wrap(
|
||||||
|
spacing: spacing,
|
||||||
|
runSpacing: spacing,
|
||||||
|
children: [
|
||||||
|
for (final action in actions)
|
||||||
|
SizedBox(
|
||||||
|
width: itemWidth,
|
||||||
|
child: _ChannelPrimaryActionButton(action: action),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ChannelPrimaryActionButton extends StatelessWidget {
|
||||||
|
final _ChannelSheetAction action;
|
||||||
|
|
||||||
|
const _ChannelPrimaryActionButton({required this.action});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
final accent = action.destructive ? colorScheme.error : colorScheme.primary;
|
||||||
|
final backgroundColor = action.destructive
|
||||||
|
? colorScheme.errorContainer.withValues(alpha: 0.82)
|
||||||
|
: Color.alphaBlend(
|
||||||
|
accent.withValues(alpha: 0.12),
|
||||||
|
colorScheme.surfaceContainerLow,
|
||||||
|
);
|
||||||
|
final foregroundColor = action.destructive
|
||||||
|
? colorScheme.onErrorContainer
|
||||||
|
: accent;
|
||||||
|
|
||||||
|
return Material(
|
||||||
|
color: Colors.transparent,
|
||||||
|
child: InkWell(
|
||||||
|
borderRadius: BorderRadius.circular(20),
|
||||||
|
onTap: action.onTap,
|
||||||
|
child: Ink(
|
||||||
|
height: 100,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: backgroundColor,
|
||||||
|
borderRadius: BorderRadius.circular(20),
|
||||||
|
border: Border.all(
|
||||||
|
color: action.destructive
|
||||||
|
? colorScheme.error.withValues(alpha: 0.18)
|
||||||
|
: accent.withValues(alpha: 0.14),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 10),
|
||||||
|
child: Column(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Container(
|
||||||
|
width: 30,
|
||||||
|
height: 30,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: foregroundColor.withValues(alpha: 0.12),
|
||||||
|
borderRadius: BorderRadius.circular(11),
|
||||||
|
),
|
||||||
|
child: Icon(action.icon, color: foregroundColor, size: 16),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 6),
|
||||||
|
Text(
|
||||||
|
action.label,
|
||||||
|
maxLines: 2,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: theme.textTheme.labelLarge?.copyWith(
|
||||||
|
color: action.destructive
|
||||||
|
? colorScheme.onErrorContainer
|
||||||
|
: colorScheme.onSurface,
|
||||||
|
fontWeight: FontWeight.w800,
|
||||||
|
letterSpacing: -0.2,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ChannelSheetChip extends StatelessWidget {
|
||||||
|
final IconData icon;
|
||||||
|
final String label;
|
||||||
|
final bool monospace;
|
||||||
|
|
||||||
|
const _ChannelSheetChip({
|
||||||
|
required this.icon,
|
||||||
|
required this.label,
|
||||||
|
this.monospace = false,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
|
||||||
|
return Container(
|
||||||
|
constraints: const BoxConstraints(maxWidth: 260),
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 6),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surfaceContainerHigh,
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Icon(icon, size: 14, color: colorScheme.onSurfaceVariant),
|
||||||
|
const SizedBox(width: 6),
|
||||||
|
Flexible(
|
||||||
|
child: Text(
|
||||||
|
label,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: Theme.of(context).textTheme.labelMedium?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
fontFamily: monospace ? 'monospace' : null,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
class _OverflowAvatar extends StatelessWidget {
|
class _OverflowAvatar extends StatelessWidget {
|
||||||
final int count;
|
final int count;
|
||||||
|
|
||||||
@@ -2101,3 +2576,165 @@ class _MetricChip extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _ContactsRegionScopeSheet extends StatefulWidget {
|
||||||
|
final String? currentScopeName;
|
||||||
|
final AppLocalizations l10n;
|
||||||
|
final ValueChanged<String?> onScopeSelected;
|
||||||
|
|
||||||
|
const _ContactsRegionScopeSheet({
|
||||||
|
required this.currentScopeName,
|
||||||
|
required this.l10n,
|
||||||
|
required this.onScopeSelected,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<_ContactsRegionScopeSheet> createState() =>
|
||||||
|
_ContactsRegionScopeSheetState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ContactsRegionScopeSheetState
|
||||||
|
extends State<_ContactsRegionScopeSheet> {
|
||||||
|
final TextEditingController _nameController = TextEditingController();
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_nameController.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
void _submitManualName() {
|
||||||
|
var name = _nameController.text.trim();
|
||||||
|
if (name.isEmpty) return;
|
||||||
|
if (!name.startsWith('#')) name = '#$name';
|
||||||
|
widget.onScopeSelected(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
final l10n = widget.l10n;
|
||||||
|
|
||||||
|
return SafeArea(
|
||||||
|
child: ConstrainedBox(
|
||||||
|
constraints: BoxConstraints(
|
||||||
|
maxHeight: MediaQuery.of(context).size.height * 0.72,
|
||||||
|
),
|
||||||
|
child: SingleChildScrollView(
|
||||||
|
padding: const EdgeInsets.fromLTRB(20, 8, 20, 20),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
l10n.regionScope,
|
||||||
|
style: theme.textTheme.titleLarge?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
l10n.regionScopeWarning,
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
|
||||||
|
_ScopeOption(
|
||||||
|
label: l10n.regionScopeNone,
|
||||||
|
isSelected: widget.currentScopeName == null,
|
||||||
|
onTap: () => widget.onScopeSelected(null),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: TextField(
|
||||||
|
controller: _nameController,
|
||||||
|
decoration: InputDecoration(
|
||||||
|
hintText: l10n.enterRegionName,
|
||||||
|
isDense: true,
|
||||||
|
prefixText: '#',
|
||||||
|
border: OutlineInputBorder(
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
),
|
||||||
|
contentPadding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 12,
|
||||||
|
vertical: 10,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
onSubmitted: (_) => _submitManualName(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
FilledButton.tonal(
|
||||||
|
onPressed: _submitManualName,
|
||||||
|
child: const Icon(Icons.check_rounded, size: 20),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ScopeOption extends StatelessWidget {
|
||||||
|
final String label;
|
||||||
|
final bool isSelected;
|
||||||
|
final VoidCallback onTap;
|
||||||
|
|
||||||
|
const _ScopeOption({
|
||||||
|
required this.label,
|
||||||
|
required this.isSelected,
|
||||||
|
required this.onTap,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
return Material(
|
||||||
|
color: isSelected
|
||||||
|
? colorScheme.primaryContainer
|
||||||
|
: colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
child: InkWell(
|
||||||
|
onTap: onTap,
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Icon(
|
||||||
|
isSelected
|
||||||
|
? Icons.radio_button_checked_rounded
|
||||||
|
: Icons.radio_button_off_rounded,
|
||||||
|
size: 20,
|
||||||
|
color: isSelected
|
||||||
|
? colorScheme.primary
|
||||||
|
: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
const SizedBox(width: 12),
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
label,
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||||
|
fontWeight: isSelected ? FontWeight.w600 : FontWeight.w400,
|
||||||
|
color: isSelected
|
||||||
|
? colorScheme.onPrimaryContainer
|
||||||
|
: colorScheme.onSurface,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -190,6 +190,15 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
bool _repeatEnabled = false;
|
bool _repeatEnabled = false;
|
||||||
bool? _gpsEnabled; // null = not supported by hardware
|
bool? _gpsEnabled; // null = not supported by hardware
|
||||||
bool _gpsLoading = false;
|
bool _gpsLoading = false;
|
||||||
|
bool? _buzzerEnabled;
|
||||||
|
bool _buzzerLoading = false;
|
||||||
|
bool? _gpsHasFix;
|
||||||
|
int? _gpsSatelliteCount;
|
||||||
|
int? _gpsLatE6;
|
||||||
|
int? _gpsLonE6;
|
||||||
|
int? _gpsLastFixAgeSeconds;
|
||||||
|
DateTime? _gpsStatsLoadedAt;
|
||||||
|
Timer? _gpsStatsTicker;
|
||||||
bool _isSyncingDeviceTime = false;
|
bool _isSyncingDeviceTime = false;
|
||||||
int? _selectedPathHashMode;
|
int? _selectedPathHashMode;
|
||||||
bool _autoAddDiscoveredContactsEnabled = true;
|
bool _autoAddDiscoveredContactsEnabled = true;
|
||||||
@@ -235,6 +244,10 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
super.initState();
|
super.initState();
|
||||||
_connectionProvider = context.read<ConnectionProvider>();
|
_connectionProvider = context.read<ConnectionProvider>();
|
||||||
_connectionProvider.addListener(_handleConnectionProviderChanged);
|
_connectionProvider.addListener(_handleConnectionProviderChanged);
|
||||||
|
_gpsStatsTicker = Timer.periodic(const Duration(seconds: 1), (_) {
|
||||||
|
if (!mounted || _gpsLastFixAgeSeconds == null) return;
|
||||||
|
setState(() {});
|
||||||
|
});
|
||||||
final deviceInfo = _connectionProvider.deviceInfo;
|
final deviceInfo = _connectionProvider.deviceInfo;
|
||||||
|
|
||||||
_nameController = TextEditingController(
|
_nameController = TextEditingController(
|
||||||
@@ -329,6 +342,7 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
_txPowerController.dispose();
|
_txPowerController.dispose();
|
||||||
_gpsIntervalController.dispose();
|
_gpsIntervalController.dispose();
|
||||||
_autoAddMaxHopsController.dispose();
|
_autoAddMaxHopsController.dispose();
|
||||||
|
_gpsStatsTicker?.cancel();
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -493,6 +507,66 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
.toString();
|
.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int? _currentGpsLastFixAgeSeconds() {
|
||||||
|
final baseAgeSeconds = _gpsLastFixAgeSeconds;
|
||||||
|
final loadedAt = _gpsStatsLoadedAt;
|
||||||
|
if (baseAgeSeconds == null || loadedAt == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
final elapsedSeconds = DateTime.now().difference(loadedAt).inSeconds;
|
||||||
|
if (elapsedSeconds <= 0) {
|
||||||
|
return baseAgeSeconds;
|
||||||
|
}
|
||||||
|
return baseAgeSeconds + elapsedSeconds;
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatGpsFixValue() {
|
||||||
|
if (_gpsEnabled == false) {
|
||||||
|
return 'Off';
|
||||||
|
}
|
||||||
|
if (_gpsHasFix == true) {
|
||||||
|
return 'Locked';
|
||||||
|
}
|
||||||
|
if (_gpsEnabled == true) {
|
||||||
|
return 'Searching';
|
||||||
|
}
|
||||||
|
return 'Unavailable';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatGpsLocationValue() {
|
||||||
|
final latE6 = _gpsLatE6;
|
||||||
|
final lonE6 = _gpsLonE6;
|
||||||
|
if (latE6 == null || lonE6 == null) {
|
||||||
|
return 'No fix yet';
|
||||||
|
}
|
||||||
|
return '${(latE6 / 1000000).toStringAsFixed(6)}, ${(lonE6 / 1000000).toStringAsFixed(6)}';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatGpsLastFixValue(AppLocalizations l10n) {
|
||||||
|
final ageSeconds = _currentGpsLastFixAgeSeconds();
|
||||||
|
if (ageSeconds == null) {
|
||||||
|
return 'Never';
|
||||||
|
}
|
||||||
|
if (ageSeconds <= 0) {
|
||||||
|
return l10n.justNow;
|
||||||
|
}
|
||||||
|
if (ageSeconds < 60) {
|
||||||
|
return l10n.secondsAgo(ageSeconds);
|
||||||
|
}
|
||||||
|
|
||||||
|
final ageMinutes = ageSeconds ~/ 60;
|
||||||
|
if (ageMinutes < 60) {
|
||||||
|
return l10n.minutesAgo(ageMinutes);
|
||||||
|
}
|
||||||
|
|
||||||
|
final ageHours = ageMinutes ~/ 60;
|
||||||
|
if (ageHours < 24) {
|
||||||
|
return l10n.hoursAgo(ageHours);
|
||||||
|
}
|
||||||
|
|
||||||
|
return l10n.daysAgo(ageHours ~/ 24);
|
||||||
|
}
|
||||||
|
|
||||||
int _telemetryModesForSave() {
|
int _telemetryModesForSave() {
|
||||||
return (_environmentTelemetryMode << 4) |
|
return (_environmentTelemetryMode << 4) |
|
||||||
(_locationTelemetryMode << 2) |
|
(_locationTelemetryMode << 2) |
|
||||||
@@ -746,17 +820,49 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
final gpsValue = vars['gps'];
|
final gpsValue = vars['gps'];
|
||||||
final gpsIntervalValue = vars['gps_interval'];
|
final gpsIntervalValue = vars['gps_interval'];
|
||||||
|
final gpsFixValue = vars['gps_fix'];
|
||||||
|
final gpsSatsValue = vars['gps_sats'];
|
||||||
|
final gpsLatValue = vars['gps_lat_e6'];
|
||||||
|
final gpsLonValue = vars['gps_lon_e6'];
|
||||||
|
final gpsLastFixAgeValue = vars['gps_last_fix_age_s'];
|
||||||
|
final buzzerValue = vars['buzzer'];
|
||||||
setState(() {
|
setState(() {
|
||||||
_gpsEnabled = gpsValue != null ? gpsValue == '1' : null;
|
_gpsEnabled = gpsValue != null ? gpsValue == '1' : null;
|
||||||
|
_buzzerEnabled = buzzerValue != null ? buzzerValue == '1' : null;
|
||||||
if (gpsIntervalValue != null) {
|
if (gpsIntervalValue != null) {
|
||||||
_gpsIntervalController.text = gpsIntervalValue;
|
_gpsIntervalController.text = gpsIntervalValue;
|
||||||
}
|
}
|
||||||
|
_gpsHasFix = gpsFixValue != null ? gpsFixValue == '1' : null;
|
||||||
|
_gpsSatelliteCount = int.tryParse(gpsSatsValue ?? '');
|
||||||
|
_gpsLatE6 = int.tryParse(gpsLatValue ?? '');
|
||||||
|
_gpsLonE6 = int.tryParse(gpsLonValue ?? '');
|
||||||
|
_gpsLastFixAgeSeconds = int.tryParse(gpsLastFixAgeValue ?? '');
|
||||||
|
_gpsStatsLoadedAt = DateTime.now();
|
||||||
});
|
});
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
// Device may not support custom vars (old firmware / no GPS hardware)
|
// Device may not support custom vars (old firmware / no GPS hardware)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _setBuzzerMode(bool enabled) async {
|
||||||
|
setState(() => _buzzerLoading = true);
|
||||||
|
try {
|
||||||
|
await _connectionProvider.setCustomVar('buzzer', enabled ? '1' : '0');
|
||||||
|
if (!mounted) return;
|
||||||
|
setState(() {
|
||||||
|
_buzzerEnabled = enabled;
|
||||||
|
_buzzerLoading = false;
|
||||||
|
});
|
||||||
|
unawaited(_loadGpsMode());
|
||||||
|
} catch (e) {
|
||||||
|
if (!mounted) return;
|
||||||
|
setState(() => _buzzerLoading = false);
|
||||||
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
|
SnackBar(content: Text('Failed to set buzzer mode: $e')),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _setGpsMode(bool enabled) async {
|
Future<void> _setGpsMode(bool enabled) async {
|
||||||
setState(() => _gpsLoading = true);
|
setState(() => _gpsLoading = true);
|
||||||
try {
|
try {
|
||||||
@@ -766,6 +872,7 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
_gpsEnabled = enabled;
|
_gpsEnabled = enabled;
|
||||||
_gpsLoading = false;
|
_gpsLoading = false;
|
||||||
});
|
});
|
||||||
|
unawaited(_loadGpsMode());
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
setState(() => _gpsLoading = false);
|
setState(() => _gpsLoading = false);
|
||||||
@@ -1663,6 +1770,42 @@ class _DeviceConfigScreenState extends State<DeviceConfigScreen> {
|
|||||||
onChanged: _setGpsMode,
|
onChanged: _setGpsMode,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_GpsDiagnosticsCard(
|
||||||
|
fixValue: _formatGpsFixValue(),
|
||||||
|
satellitesValue:
|
||||||
|
_gpsSatelliteCount?.toString() ?? '—',
|
||||||
|
locationValue: _formatGpsLocationValue(),
|
||||||
|
lastFixValue: _formatGpsLastFixValue(
|
||||||
|
AppLocalizations.of(context)!,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
if (_buzzerEnabled != null) ...[
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_SettingHighlightCard(
|
||||||
|
icon: _buzzerEnabled!
|
||||||
|
? Icons.volume_up_rounded
|
||||||
|
: Icons.volume_off_rounded,
|
||||||
|
title: 'Buzzer alerts',
|
||||||
|
description:
|
||||||
|
'Enable or mute the onboard buzzer for radio alerts.',
|
||||||
|
accentColor: _buzzerEnabled!
|
||||||
|
? colorScheme.primary
|
||||||
|
: colorScheme.onSurfaceVariant,
|
||||||
|
trailing: _buzzerLoading
|
||||||
|
? const SizedBox(
|
||||||
|
width: 24,
|
||||||
|
height: 24,
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: Switch(
|
||||||
|
value: _buzzerEnabled!,
|
||||||
|
onChanged: _setBuzzerMode,
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
TextField(
|
TextField(
|
||||||
@@ -2860,6 +3003,115 @@ class _SettingHighlightCard extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _GpsDiagnosticsCard extends StatelessWidget {
|
||||||
|
final String fixValue;
|
||||||
|
final String satellitesValue;
|
||||||
|
final String locationValue;
|
||||||
|
final String lastFixValue;
|
||||||
|
|
||||||
|
const _GpsDiagnosticsCard({
|
||||||
|
required this.fixValue,
|
||||||
|
required this.satellitesValue,
|
||||||
|
required this.locationValue,
|
||||||
|
required this.lastFixValue,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
|
||||||
|
return Container(
|
||||||
|
width: double.infinity,
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(22),
|
||||||
|
border: Border.all(color: colorScheme.outlineVariant),
|
||||||
|
),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Icon(
|
||||||
|
Icons.location_searching_rounded,
|
||||||
|
color: colorScheme.primary,
|
||||||
|
size: 18,
|
||||||
|
),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Text(
|
||||||
|
'GPS diagnostics',
|
||||||
|
style: theme.textTheme.titleSmall?.copyWith(
|
||||||
|
fontWeight: FontWeight.w800,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_GpsDiagnosticsRow(label: 'Fix', value: fixValue),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_GpsDiagnosticsRow(label: 'Satellites', value: satellitesValue),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_GpsDiagnosticsRow(label: 'Last fix', value: lastFixValue),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_GpsDiagnosticsRow(
|
||||||
|
label: 'Location',
|
||||||
|
value: locationValue,
|
||||||
|
maxLines: 2,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _GpsDiagnosticsRow extends StatelessWidget {
|
||||||
|
final String label;
|
||||||
|
final String value;
|
||||||
|
final int maxLines;
|
||||||
|
|
||||||
|
const _GpsDiagnosticsRow({
|
||||||
|
required this.label,
|
||||||
|
required this.value,
|
||||||
|
this.maxLines = 1,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
|
||||||
|
return Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
SizedBox(
|
||||||
|
width: 84,
|
||||||
|
child: Text(
|
||||||
|
label,
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 12),
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
value,
|
||||||
|
maxLines: maxLines,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
color: colorScheme.onSurface,
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
class _RadioPreset {
|
class _RadioPreset {
|
||||||
final String id;
|
final String id;
|
||||||
final String label;
|
final String label;
|
||||||
|
|||||||
@@ -9,10 +9,12 @@ import '../providers/contacts_provider.dart';
|
|||||||
import '../services/mesh_map_nodes_service.dart';
|
import '../services/mesh_map_nodes_service.dart';
|
||||||
import '../widgets/compact_signal_indicator.dart' show SignalMetric;
|
import '../widgets/compact_signal_indicator.dart' show SignalMetric;
|
||||||
|
|
||||||
enum _DiscoveryMenuAction { repeaters, sensors }
|
enum _DiscoveryListFilter { all, repeaters, sensors, others }
|
||||||
|
|
||||||
class DiscoveryScreen extends StatefulWidget {
|
class DiscoveryScreen extends StatefulWidget {
|
||||||
const DiscoveryScreen({super.key});
|
final bool autoDiscoverRepeatersOnOpen;
|
||||||
|
|
||||||
|
const DiscoveryScreen({super.key, this.autoDiscoverRepeatersOnOpen = false});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<DiscoveryScreen> createState() => _DiscoveryScreenState();
|
State<DiscoveryScreen> createState() => _DiscoveryScreenState();
|
||||||
@@ -23,7 +25,11 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
static const int _sensorAdvertType = 4;
|
static const int _sensorAdvertType = 4;
|
||||||
final Set<String> _resolvingAdvertKeys = <String>{};
|
final Set<String> _resolvingAdvertKeys = <String>{};
|
||||||
final Set<int> _runningDiscoveryTypes = <int>{};
|
final Set<int> _runningDiscoveryTypes = <int>{};
|
||||||
|
final TextEditingController _searchController = TextEditingController();
|
||||||
bool _isResolvingAll = false;
|
bool _isResolvingAll = false;
|
||||||
|
bool _hasQueuedAutoRepeaterDiscovery = false;
|
||||||
|
String _searchQuery = '';
|
||||||
|
_DiscoveryListFilter _selectedFilter = _DiscoveryListFilter.all;
|
||||||
late final Future<List<MeshMapNode>> _cachedNodesFuture;
|
late final Future<List<MeshMapNode>> _cachedNodesFuture;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -32,17 +38,19 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
_cachedNodesFuture = MeshMapNodesService.loadCachedNodes(
|
_cachedNodesFuture = MeshMapNodesService.loadCachedNodes(
|
||||||
cacheTtl: MeshMapNodesService.traceCacheTtl,
|
cacheTtl: MeshMapNodesService.traceCacheTtl,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (widget.autoDiscoverRepeatersOnOpen) {
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
|
if (!mounted) return;
|
||||||
|
_autoDiscoverRepeaters();
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _handleMenuAction(_DiscoveryMenuAction action) async {
|
@override
|
||||||
switch (action) {
|
void dispose() {
|
||||||
case _DiscoveryMenuAction.repeaters:
|
_searchController.dispose();
|
||||||
await _discoverNodeType(_repeaterAdvertType);
|
super.dispose();
|
||||||
break;
|
|
||||||
case _DiscoveryMenuAction.sensors:
|
|
||||||
await _discoverNodeType(_sensorAdvertType);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _clearAllDiscoveries() async {
|
Future<void> _clearAllDiscoveries() async {
|
||||||
@@ -80,7 +88,9 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(content: Text(AppLocalizations.of(context)!.clearedPendingDiscoveries)),
|
SnackBar(
|
||||||
|
content: Text(AppLocalizations.of(context)!.clearedPendingDiscoveries),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -96,9 +106,10 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
advertType: advertType,
|
advertType: advertType,
|
||||||
);
|
);
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
final label = switch (advertType) {
|
final label = switch (advertType) {
|
||||||
_repeaterAdvertType => 'Repeater discovery sent',
|
_repeaterAdvertType => l10n.repeaterDiscoverySent,
|
||||||
_sensorAdvertType => 'Sensor discovery sent',
|
_sensorAdvertType => l10n.sensorDiscoverySent,
|
||||||
_ => 'Discovery sent',
|
_ => 'Discovery sent',
|
||||||
};
|
};
|
||||||
ScaffoldMessenger.of(
|
ScaffoldMessenger.of(
|
||||||
@@ -113,6 +124,14 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _autoDiscoverRepeaters() async {
|
||||||
|
if (_hasQueuedAutoRepeaterDiscovery) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_hasQueuedAutoRepeaterDiscovery = true;
|
||||||
|
await _discoverNodeType(_repeaterAdvertType);
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _resolveAdvert(PendingAdvert advert) async {
|
Future<void> _resolveAdvert(PendingAdvert advert) async {
|
||||||
final keyHex = advert.publicKeyHex;
|
final keyHex = advert.publicKeyHex;
|
||||||
if (_resolvingAdvertKeys.contains(keyHex)) return;
|
if (_resolvingAdvertKeys.contains(keyHex)) return;
|
||||||
@@ -293,8 +312,8 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
String? _typeLabelForAdvert(PendingAdvert advert) {
|
String? _typeLabelForValue(int? typeValue) {
|
||||||
return switch (advert.typeValue) {
|
return switch (typeValue) {
|
||||||
_repeaterAdvertType => 'Repeater',
|
_repeaterAdvertType => 'Repeater',
|
||||||
_sensorAdvertType => 'Sensor',
|
_sensorAdvertType => 'Sensor',
|
||||||
3 => 'Room',
|
3 => 'Room',
|
||||||
@@ -303,22 +322,22 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
String? _resolvedTypeLabelForAdvert(
|
int? _resolvedTypeValueForAdvert(
|
||||||
PendingAdvert advert,
|
PendingAdvert advert,
|
||||||
List<MeshMapNode> cachedNodes,
|
List<MeshMapNode> cachedNodes,
|
||||||
) {
|
) {
|
||||||
final directType = _typeLabelForAdvert(advert);
|
final directType = advert.typeValue;
|
||||||
if (directType != null) {
|
if (directType != null && directType != 0) {
|
||||||
return directType;
|
return directType;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (final node in cachedNodes) {
|
for (final node in cachedNodes) {
|
||||||
if (node.publicKey == advert.publicKeyHex.toLowerCase()) {
|
if (node.publicKey == advert.publicKeyHex.toLowerCase()) {
|
||||||
return switch (node.type) {
|
return switch (node.type) {
|
||||||
1 => 'Repeater',
|
1 => _repeaterAdvertType,
|
||||||
4 => 'Sensor',
|
4 => _sensorAdvertType,
|
||||||
3 => 'Room',
|
3 => 3,
|
||||||
2 => 'Chat',
|
2 => 1,
|
||||||
_ => null,
|
_ => null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -327,6 +346,81 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String? _resolvedTypeLabelForAdvert(
|
||||||
|
PendingAdvert advert,
|
||||||
|
List<MeshMapNode> cachedNodes,
|
||||||
|
) {
|
||||||
|
return _typeLabelForValue(_resolvedTypeValueForAdvert(advert, cachedNodes));
|
||||||
|
}
|
||||||
|
|
||||||
|
bool get _hasActiveInlineFilter =>
|
||||||
|
_searchQuery.trim().isNotEmpty ||
|
||||||
|
_selectedFilter != _DiscoveryListFilter.all;
|
||||||
|
|
||||||
|
bool _matchesSelectedFilter(
|
||||||
|
PendingAdvert advert,
|
||||||
|
List<MeshMapNode> cachedNodes,
|
||||||
|
) {
|
||||||
|
if (_selectedFilter == _DiscoveryListFilter.all) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final resolvedType = _resolvedTypeValueForAdvert(advert, cachedNodes);
|
||||||
|
return switch (_selectedFilter) {
|
||||||
|
_DiscoveryListFilter.all => true,
|
||||||
|
_DiscoveryListFilter.repeaters => resolvedType == _repeaterAdvertType,
|
||||||
|
_DiscoveryListFilter.sensors => resolvedType == _sensorAdvertType,
|
||||||
|
_DiscoveryListFilter.others =>
|
||||||
|
resolvedType != _repeaterAdvertType &&
|
||||||
|
resolvedType != _sensorAdvertType,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _matchesSearchQuery(
|
||||||
|
PendingAdvert advert,
|
||||||
|
ContactsProvider contactsProvider,
|
||||||
|
List<MeshMapNode> cachedNodes,
|
||||||
|
) {
|
||||||
|
final query = _searchQuery.trim().toLowerCase();
|
||||||
|
if (query.isEmpty) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final displayName = _displayNameForAdvert(
|
||||||
|
advert,
|
||||||
|
contactsProvider,
|
||||||
|
cachedNodes,
|
||||||
|
).toLowerCase();
|
||||||
|
final typeLabel = (_resolvedTypeLabelForAdvert(advert, cachedNodes) ?? '')
|
||||||
|
.toLowerCase();
|
||||||
|
|
||||||
|
return displayName.contains(query) ||
|
||||||
|
advert.publicKeyHex.toLowerCase().contains(query) ||
|
||||||
|
advert.shortDisplayKey.toLowerCase().contains(query) ||
|
||||||
|
typeLabel.contains(query);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<PendingAdvert> _filteredPendingAdverts(
|
||||||
|
List<PendingAdvert> adverts,
|
||||||
|
ContactsProvider contactsProvider,
|
||||||
|
List<MeshMapNode> cachedNodes,
|
||||||
|
) {
|
||||||
|
return adverts
|
||||||
|
.where((advert) => _matchesSelectedFilter(advert, cachedNodes))
|
||||||
|
.where(
|
||||||
|
(advert) =>
|
||||||
|
_matchesSearchQuery(advert, contactsProvider, cachedNodes),
|
||||||
|
)
|
||||||
|
.toList();
|
||||||
|
}
|
||||||
|
|
||||||
|
String _summaryTitle({required int totalCount, required int filteredCount}) {
|
||||||
|
if (filteredCount == totalCount) {
|
||||||
|
return 'Discovered nodes ($totalCount)';
|
||||||
|
}
|
||||||
|
return 'Discovered nodes ($filteredCount/$totalCount)';
|
||||||
|
}
|
||||||
|
|
||||||
Widget _buildAdvertTitle(
|
Widget _buildAdvertTitle(
|
||||||
BuildContext context, {
|
BuildContext context, {
|
||||||
required String displayName,
|
required String displayName,
|
||||||
@@ -362,193 +456,236 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
final l10n = AppLocalizations.of(context)!;
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(title: Text(l10n.discovery)),
|
||||||
title: Text(l10n.discovery),
|
|
||||||
actions: [
|
|
||||||
Consumer<ConnectionProvider>(
|
|
||||||
builder: (context, connectionProvider, child) {
|
|
||||||
final isConnected = connectionProvider.deviceInfo.isConnected;
|
|
||||||
final repeatersBusy = _runningDiscoveryTypes.contains(
|
|
||||||
_repeaterAdvertType,
|
|
||||||
);
|
|
||||||
final sensorsBusy = _runningDiscoveryTypes.contains(
|
|
||||||
_sensorAdvertType,
|
|
||||||
);
|
|
||||||
|
|
||||||
return PopupMenuButton<_DiscoveryMenuAction>(
|
|
||||||
tooltip: 'Discovery tools',
|
|
||||||
onSelected: _handleMenuAction,
|
|
||||||
itemBuilder: (context) => [
|
|
||||||
PopupMenuItem<_DiscoveryMenuAction>(
|
|
||||||
value: _DiscoveryMenuAction.repeaters,
|
|
||||||
enabled: isConnected && !repeatersBusy,
|
|
||||||
child: Row(
|
|
||||||
children: [
|
|
||||||
repeatersBusy
|
|
||||||
? const SizedBox(
|
|
||||||
width: 18,
|
|
||||||
height: 18,
|
|
||||||
child: CircularProgressIndicator(
|
|
||||||
strokeWidth: 2,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
: const Icon(Icons.router_outlined),
|
|
||||||
SizedBox(width: 12),
|
|
||||||
Text(l10n.discoverRepeaters),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
PopupMenuItem<_DiscoveryMenuAction>(
|
|
||||||
value: _DiscoveryMenuAction.sensors,
|
|
||||||
enabled: isConnected && !sensorsBusy,
|
|
||||||
child: Row(
|
|
||||||
children: [
|
|
||||||
sensorsBusy
|
|
||||||
? const SizedBox(
|
|
||||||
width: 18,
|
|
||||||
height: 18,
|
|
||||||
child: CircularProgressIndicator(
|
|
||||||
strokeWidth: 2,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
: const Icon(Icons.sensors_outlined),
|
|
||||||
SizedBox(width: 12),
|
|
||||||
Text(l10n.discoverSensors),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
body: FutureBuilder<List<MeshMapNode>>(
|
body: FutureBuilder<List<MeshMapNode>>(
|
||||||
future: _cachedNodesFuture,
|
future: _cachedNodesFuture,
|
||||||
builder: (context, nodesSnapshot) => Consumer2<ContactsProvider, ConnectionProvider>(
|
builder: (context, nodesSnapshot) =>
|
||||||
builder: (context, contactsProvider, connectionProvider, child) {
|
Consumer2<ContactsProvider, ConnectionProvider>(
|
||||||
final pendingAdverts = contactsProvider.pendingAdverts;
|
builder: (context, contactsProvider, connectionProvider, child) {
|
||||||
final isConnected = connectionProvider.deviceInfo.isConnected;
|
final pendingAdverts = contactsProvider.pendingAdverts;
|
||||||
final cachedNodes = nodesSnapshot.data ?? const <MeshMapNode>[];
|
final isConnected = connectionProvider.deviceInfo.isConnected;
|
||||||
|
final cachedNodes = nodesSnapshot.data ?? const <MeshMapNode>[];
|
||||||
|
final repeatersBusy = _runningDiscoveryTypes.contains(
|
||||||
|
_repeaterAdvertType,
|
||||||
|
);
|
||||||
|
final sensorsBusy = _runningDiscoveryTypes.contains(
|
||||||
|
_sensorAdvertType,
|
||||||
|
);
|
||||||
|
|
||||||
// Track which pending adverts are already in the contacts list
|
// Track which pending adverts are already in the contacts list
|
||||||
final resolvedKeySet = <String>{};
|
final resolvedKeySet = <String>{};
|
||||||
for (final advert in pendingAdverts) {
|
for (final advert in pendingAdverts) {
|
||||||
if (contactsProvider.findContactByKey(advert.publicKey) != null) {
|
if (contactsProvider.findContactByKey(advert.publicKey) !=
|
||||||
resolvedKeySet.add(advert.publicKeyHex);
|
null) {
|
||||||
}
|
resolvedKeySet.add(advert.publicKeyHex);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
final totalCount = pendingAdverts.length;
|
final totalCount = pendingAdverts.length;
|
||||||
|
final filteredAdverts = _filteredPendingAdverts(
|
||||||
|
pendingAdverts,
|
||||||
|
contactsProvider,
|
||||||
|
cachedNodes,
|
||||||
|
);
|
||||||
|
final filteredCount = filteredAdverts.length;
|
||||||
|
|
||||||
return ListView(
|
return ListView(
|
||||||
padding: const EdgeInsets.all(16),
|
padding: const EdgeInsets.all(16),
|
||||||
children: [
|
children: [
|
||||||
Card(
|
Card(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(16),
|
padding: const EdgeInsets.all(16),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
|
||||||
Row(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
|
||||||
children: [
|
children: [
|
||||||
const Icon(Icons.person_search),
|
Row(
|
||||||
const SizedBox(width: 12),
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
Expanded(
|
children: [
|
||||||
child: Text(
|
const Icon(Icons.person_search),
|
||||||
'Discovered nodes ($totalCount)',
|
const SizedBox(width: 12),
|
||||||
style: Theme.of(context).textTheme.titleMedium,
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
_summaryTitle(
|
||||||
|
totalCount: totalCount,
|
||||||
|
filteredCount: filteredCount,
|
||||||
|
),
|
||||||
|
style: Theme.of(
|
||||||
|
context,
|
||||||
|
).textTheme.titleMedium,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
Text(
|
||||||
|
'Resolve entries manually so they do not auto-populate contacts.',
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium,
|
||||||
|
),
|
||||||
|
if (totalCount > 0) ...[
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_buildInlineSearchField(context),
|
||||||
|
const SizedBox(height: 10),
|
||||||
|
Wrap(
|
||||||
|
spacing: 8,
|
||||||
|
runSpacing: 8,
|
||||||
|
children: [
|
||||||
|
_buildTypeFilterChip(
|
||||||
|
context,
|
||||||
|
label: l10n.all,
|
||||||
|
filter: _DiscoveryListFilter.all,
|
||||||
|
),
|
||||||
|
_buildTypeFilterChip(
|
||||||
|
context,
|
||||||
|
label: l10n.repeatersFilter,
|
||||||
|
filter: _DiscoveryListFilter.repeaters,
|
||||||
|
),
|
||||||
|
_buildTypeFilterChip(
|
||||||
|
context,
|
||||||
|
label: l10n.sensors,
|
||||||
|
filter: _DiscoveryListFilter.sensors,
|
||||||
|
),
|
||||||
|
_buildTypeFilterChip(
|
||||||
|
context,
|
||||||
|
label: l10n.others,
|
||||||
|
filter: _DiscoveryListFilter.others,
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
const SizedBox(height: 14),
|
||||||
|
LayoutBuilder(
|
||||||
|
builder: (context, constraints) {
|
||||||
|
const spacing = 10.0;
|
||||||
|
final useTwoColumns =
|
||||||
|
constraints.maxWidth >= 360;
|
||||||
|
final buttonWidth = useTwoColumns
|
||||||
|
? (constraints.maxWidth - spacing) / 2
|
||||||
|
: constraints.maxWidth;
|
||||||
|
|
||||||
|
return Wrap(
|
||||||
|
spacing: spacing,
|
||||||
|
runSpacing: spacing,
|
||||||
|
children: [
|
||||||
|
_buildHeaderActionButton(
|
||||||
|
width: buttonWidth,
|
||||||
|
onPressed: isConnected && !repeatersBusy
|
||||||
|
? () => _discoverNodeType(
|
||||||
|
_repeaterAdvertType,
|
||||||
|
)
|
||||||
|
: null,
|
||||||
|
icon: repeatersBusy
|
||||||
|
? const SizedBox(
|
||||||
|
width: 16,
|
||||||
|
height: 16,
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: const Icon(Icons.router_outlined),
|
||||||
|
label: Text(l10n.discoverRepeaters),
|
||||||
|
),
|
||||||
|
_buildHeaderActionButton(
|
||||||
|
width: buttonWidth,
|
||||||
|
onPressed: isConnected && !sensorsBusy
|
||||||
|
? () => _discoverNodeType(
|
||||||
|
_sensorAdvertType,
|
||||||
|
)
|
||||||
|
: null,
|
||||||
|
icon: sensorsBusy
|
||||||
|
? const SizedBox(
|
||||||
|
width: 16,
|
||||||
|
height: 16,
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: const Icon(Icons.sensors_outlined),
|
||||||
|
label: Text(l10n.discoverSensors),
|
||||||
|
),
|
||||||
|
_buildHeaderActionButton(
|
||||||
|
width: buttonWidth,
|
||||||
|
onPressed:
|
||||||
|
isConnected &&
|
||||||
|
pendingAdverts.isNotEmpty &&
|
||||||
|
!_isResolvingAll
|
||||||
|
? () => _resolveAll(pendingAdverts)
|
||||||
|
: null,
|
||||||
|
icon: _isResolvingAll
|
||||||
|
? const SizedBox(
|
||||||
|
width: 16,
|
||||||
|
height: 16,
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: const Icon(
|
||||||
|
Icons
|
||||||
|
.download_for_offline_outlined,
|
||||||
|
),
|
||||||
|
label: Text(l10n.resolveAll),
|
||||||
|
),
|
||||||
|
_buildHeaderActionButton(
|
||||||
|
width: buttonWidth,
|
||||||
|
onPressed: pendingAdverts.isNotEmpty
|
||||||
|
? _clearAllDiscoveries
|
||||||
|
: null,
|
||||||
|
icon: const Icon(Icons.clear_all_rounded),
|
||||||
|
label: Text(l10n.clearAllLabel),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
),
|
||||||
Text(
|
),
|
||||||
'Resolve entries manually so they do not auto-populate contacts.',
|
const SizedBox(height: 16),
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
if (totalCount == 0)
|
||||||
),
|
Padding(
|
||||||
const SizedBox(height: 14),
|
padding: const EdgeInsets.symmetric(vertical: 48),
|
||||||
Row(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Icon(
|
||||||
child: OutlinedButton.icon(
|
Icons.person_search_outlined,
|
||||||
onPressed:
|
size: 64,
|
||||||
isConnected &&
|
color: Theme.of(context).disabledColor,
|
||||||
pendingAdverts.isNotEmpty &&
|
|
||||||
!_isResolvingAll
|
|
||||||
? () => _resolveAll(pendingAdverts)
|
|
||||||
: null,
|
|
||||||
icon: _isResolvingAll
|
|
||||||
? const SizedBox(
|
|
||||||
width: 16,
|
|
||||||
height: 16,
|
|
||||||
child: CircularProgressIndicator(
|
|
||||||
strokeWidth: 2,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
: const Icon(
|
|
||||||
Icons.download_for_offline_outlined,
|
|
||||||
),
|
|
||||||
label: Text(l10n.resolveAll),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(height: 16),
|
||||||
Expanded(
|
Text(
|
||||||
child: OutlinedButton.icon(
|
'No discovered nodes',
|
||||||
onPressed: pendingAdverts.isNotEmpty
|
style: Theme.of(context).textTheme.titleLarge,
|
||||||
? _clearAllDiscoveries
|
),
|
||||||
: null,
|
const SizedBox(height: 8),
|
||||||
icon: Icon(Icons.clear_all_rounded),
|
Text(
|
||||||
label: Text(l10n.clearAllLabel),
|
'Use the discovery actions above to find repeaters and sensors on the mesh.',
|
||||||
),
|
textAlign: TextAlign.center,
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
),
|
||||||
|
if (_hasActiveInlineFilter &&
|
||||||
|
totalCount > 0 &&
|
||||||
|
filteredCount == 0)
|
||||||
|
_buildNoFilterResults(context),
|
||||||
|
...filteredAdverts.map(
|
||||||
|
(advert) => _buildPendingAdvertCard(
|
||||||
|
context,
|
||||||
|
advert: advert,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
isConnected: isConnected,
|
||||||
|
isResolved: resolvedKeySet.contains(
|
||||||
|
advert.publicKeyHex,
|
||||||
|
),
|
||||||
|
cachedNodes: cachedNodes,
|
||||||
|
l10n: l10n,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
],
|
||||||
),
|
);
|
||||||
const SizedBox(height: 16),
|
},
|
||||||
if (totalCount == 0)
|
),
|
||||||
Padding(
|
|
||||||
padding: const EdgeInsets.symmetric(vertical: 48),
|
|
||||||
child: Column(
|
|
||||||
children: [
|
|
||||||
Icon(
|
|
||||||
Icons.person_search_outlined,
|
|
||||||
size: 64,
|
|
||||||
color: Theme.of(context).disabledColor,
|
|
||||||
),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
Text(
|
|
||||||
'No discovered nodes',
|
|
||||||
style: Theme.of(context).textTheme.titleLarge,
|
|
||||||
),
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
Text(
|
|
||||||
'Use the menu to discover repeaters and sensors on the mesh.',
|
|
||||||
textAlign: TextAlign.center,
|
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
...pendingAdverts.map((advert) =>
|
|
||||||
_buildPendingAdvertCard(
|
|
||||||
context,
|
|
||||||
advert: advert,
|
|
||||||
contactsProvider: contactsProvider,
|
|
||||||
isConnected: isConnected,
|
|
||||||
isResolved: resolvedKeySet.contains(advert.publicKeyHex),
|
|
||||||
cachedNodes: cachedNodes,
|
|
||||||
l10n: l10n,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -563,7 +700,11 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
required AppLocalizations l10n,
|
required AppLocalizations l10n,
|
||||||
}) {
|
}) {
|
||||||
final isResolving = _resolvingAdvertKeys.contains(advert.publicKeyHex);
|
final isResolving = _resolvingAdvertKeys.contains(advert.publicKeyHex);
|
||||||
final displayName = _displayNameForAdvert(advert, contactsProvider, cachedNodes);
|
final displayName = _displayNameForAdvert(
|
||||||
|
advert,
|
||||||
|
contactsProvider,
|
||||||
|
cachedNodes,
|
||||||
|
);
|
||||||
final typeLabel = _resolvedTypeLabelForAdvert(advert, cachedNodes);
|
final typeLabel = _resolvedTypeLabelForAdvert(advert, cachedNodes);
|
||||||
final downMetric = SignalMetric.fromValues(
|
final downMetric = SignalMetric.fromValues(
|
||||||
rssiDbm: advert.rxRssiDbm,
|
rssiDbm: advert.rxRssiDbm,
|
||||||
@@ -652,6 +793,180 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Widget _buildInlineSearchField(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
final hasFilter = _searchQuery.trim().isNotEmpty;
|
||||||
|
|
||||||
|
return Material(
|
||||||
|
color: Colors.transparent,
|
||||||
|
child: Ink(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surface,
|
||||||
|
borderRadius: BorderRadius.circular(16),
|
||||||
|
border: Border.all(
|
||||||
|
color: hasFilter
|
||||||
|
? colorScheme.primary.withValues(alpha: 0.38)
|
||||||
|
: colorScheme.outline.withValues(alpha: 0.32),
|
||||||
|
width: 1.2,
|
||||||
|
),
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
color: colorScheme.shadow.withValues(alpha: 0.025),
|
||||||
|
blurRadius: 8,
|
||||||
|
offset: const Offset(0, 2),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: ClipRRect(
|
||||||
|
borderRadius: BorderRadius.circular(16),
|
||||||
|
child: SizedBox(
|
||||||
|
height: 42,
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(left: 12, right: 8),
|
||||||
|
child: Icon(
|
||||||
|
Icons.search_rounded,
|
||||||
|
size: 17,
|
||||||
|
color: hasFilter
|
||||||
|
? colorScheme.primary
|
||||||
|
: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
child: TextField(
|
||||||
|
controller: _searchController,
|
||||||
|
onChanged: (value) {
|
||||||
|
setState(() {
|
||||||
|
_searchQuery = value;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
cursorColor: colorScheme.primary,
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
height: 1.1,
|
||||||
|
),
|
||||||
|
decoration: InputDecoration(
|
||||||
|
hintText: 'Search discovered nodes',
|
||||||
|
hintStyle: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant.withValues(
|
||||||
|
alpha: 0.85,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
filled: true,
|
||||||
|
fillColor: Colors.transparent,
|
||||||
|
border: InputBorder.none,
|
||||||
|
enabledBorder: InputBorder.none,
|
||||||
|
focusedBorder: InputBorder.none,
|
||||||
|
disabledBorder: InputBorder.none,
|
||||||
|
isDense: true,
|
||||||
|
contentPadding: const EdgeInsets.symmetric(vertical: 10),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (hasFilter)
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(right: 6),
|
||||||
|
child: Material(
|
||||||
|
color: colorScheme.primary.withValues(alpha: 0.10),
|
||||||
|
shape: const CircleBorder(),
|
||||||
|
child: InkWell(
|
||||||
|
customBorder: const CircleBorder(),
|
||||||
|
onTap: () {
|
||||||
|
_searchController.clear();
|
||||||
|
setState(() {
|
||||||
|
_searchQuery = '';
|
||||||
|
});
|
||||||
|
},
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(6),
|
||||||
|
child: Icon(
|
||||||
|
Icons.close_rounded,
|
||||||
|
size: 14,
|
||||||
|
color: colorScheme.primary,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildTypeFilterChip(
|
||||||
|
BuildContext context, {
|
||||||
|
required String label,
|
||||||
|
required _DiscoveryListFilter filter,
|
||||||
|
}) {
|
||||||
|
final scheme = Theme.of(context).colorScheme;
|
||||||
|
final selected = _selectedFilter == filter;
|
||||||
|
final color = selected ? scheme.primary : scheme.outline;
|
||||||
|
|
||||||
|
return InkWell(
|
||||||
|
onTap: () {
|
||||||
|
if (_selectedFilter == filter) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setState(() {
|
||||||
|
_selectedFilter = filter;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
child: Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: color.withValues(alpha: selected ? 0.14 : 0.08),
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
border: Border.all(
|
||||||
|
color: color.withValues(alpha: selected ? 0.45 : 0.22),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Text(
|
||||||
|
label,
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 12,
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
color: color,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildNoFilterResults(BuildContext context) {
|
||||||
|
return Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 16, horizontal: 24),
|
||||||
|
child: Text(
|
||||||
|
'No matches',
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||||
|
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildHeaderActionButton({
|
||||||
|
required double width,
|
||||||
|
required VoidCallback? onPressed,
|
||||||
|
required Widget icon,
|
||||||
|
required Widget label,
|
||||||
|
}) {
|
||||||
|
return SizedBox(
|
||||||
|
width: width,
|
||||||
|
child: OutlinedButton.icon(
|
||||||
|
onPressed: onPressed,
|
||||||
|
icon: icon,
|
||||||
|
label: label,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
Widget _buildSignalSummary(
|
Widget _buildSignalSummary(
|
||||||
BuildContext context, {
|
BuildContext context, {
|
||||||
SignalMetric? downMetric,
|
SignalMetric? downMetric,
|
||||||
|
|||||||
@@ -23,13 +23,11 @@ import 'device_config_screen.dart';
|
|||||||
import 'packet_log_screen.dart';
|
import 'packet_log_screen.dart';
|
||||||
import 'live_traffic_screen.dart';
|
import 'live_traffic_screen.dart';
|
||||||
import 'profiles_screen.dart';
|
import 'profiles_screen.dart';
|
||||||
import 'spectrum_scan_screen.dart';
|
|
||||||
import '../utils/toast_logger.dart';
|
import '../utils/toast_logger.dart';
|
||||||
import '../l10n/app_localizations.dart';
|
import '../l10n/app_localizations.dart';
|
||||||
import '../widgets/permission_request_dialog.dart';
|
import '../widgets/permission_request_dialog.dart';
|
||||||
import '../widgets/connection_dialog.dart';
|
import '../widgets/connection_dialog.dart';
|
||||||
import '../utils/battery_display_helper.dart';
|
import '../utils/battery_display_helper.dart';
|
||||||
import '../services/developer_mode_service.dart';
|
|
||||||
import '../services/mesh_map_nodes_service.dart';
|
import '../services/mesh_map_nodes_service.dart';
|
||||||
import '../services/profile_device_key_resolver.dart';
|
import '../services/profile_device_key_resolver.dart';
|
||||||
import '../services/profile_manager.dart';
|
import '../services/profile_manager.dart';
|
||||||
@@ -68,7 +66,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
int _currentIndex = 0;
|
int _currentIndex = 0;
|
||||||
bool _isMapFullscreen = false;
|
bool _isMapFullscreen = false;
|
||||||
bool _showRxTxIndicators = true;
|
bool _showRxTxIndicators = true;
|
||||||
bool _isDeveloperModeEnabled = false;
|
|
||||||
bool _isMapEnabled = true;
|
bool _isMapEnabled = true;
|
||||||
bool _isContactsEnabled = true;
|
bool _isContactsEnabled = true;
|
||||||
bool _isSensorsEnabled = false;
|
bool _isSensorsEnabled = false;
|
||||||
@@ -107,7 +104,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
// Initialize synchronously so first build always has a valid controller.
|
// Initialize synchronously so first build always has a valid controller.
|
||||||
_initTabController();
|
_initTabController();
|
||||||
_loadRxTxPreference();
|
_loadRxTxPreference();
|
||||||
_loadDeveloperModePreference();
|
|
||||||
MeshMapNodesService.syncInBackgroundIfStale();
|
MeshMapNodesService.syncInBackgroundIfStale();
|
||||||
|
|
||||||
// Show permission dialog after the first frame if needed
|
// Show permission dialog after the first frame if needed
|
||||||
@@ -291,14 +287,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _loadDeveloperModePreference() async {
|
|
||||||
final isEnabled = await DeveloperModeService.isEnabled();
|
|
||||||
if (!mounted) return;
|
|
||||||
setState(() {
|
|
||||||
_isDeveloperModeEnabled = isEnabled;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
void _showPermissionDialog() {
|
void _showPermissionDialog() {
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
|
||||||
@@ -749,12 +737,10 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void _showConnectionDialog(BuildContext context) {
|
Future<void> _showConnectionDialog(BuildContext context) async {
|
||||||
showModalBottomSheet(
|
await showConnectionDialogFlow(
|
||||||
context: context,
|
context,
|
||||||
isScrollControlled: true,
|
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
builder: (context) => const ConnectionDialog(),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -811,32 +797,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
.read<ProfileManager>()
|
.read<ProfileManager>()
|
||||||
.profilesEnabled;
|
.profilesEnabled;
|
||||||
|
|
||||||
if (_isDeveloperModeEnabled) {
|
|
||||||
items.add(
|
|
||||||
PopupMenuItem(
|
|
||||||
child: Row(
|
|
||||||
children: [
|
|
||||||
const Icon(Icons.radar),
|
|
||||||
SizedBox(width: 8),
|
|
||||||
Text(AppLocalizations.of(context)!.spectrumScan),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
onTap: () {
|
|
||||||
final navigator = Navigator.of(context);
|
|
||||||
Future.delayed(Duration.zero, () {
|
|
||||||
if (!mounted) return;
|
|
||||||
navigator.push(
|
|
||||||
MaterialPageRoute(
|
|
||||||
builder: (context) =>
|
|
||||||
const SpectrumScanScreen(),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
});
|
|
||||||
},
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
items.add(
|
items.add(
|
||||||
PopupMenuItem(
|
PopupMenuItem(
|
||||||
child: Row(
|
child: Row(
|
||||||
@@ -954,7 +914,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
_loadRxTxPreference();
|
_loadRxTxPreference();
|
||||||
_loadDeveloperModePreference();
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -3,14 +3,17 @@ import 'package:crypto/crypto.dart';
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:geolocator/geolocator.dart';
|
import 'package:geolocator/geolocator.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
import '../models/ble_packet_log.dart';
|
import '../models/ble_packet_log.dart';
|
||||||
import '../models/contact.dart';
|
import '../models/contact.dart';
|
||||||
|
import '../providers/channels_provider.dart';
|
||||||
import '../providers/contacts_provider.dart';
|
import '../providers/contacts_provider.dart';
|
||||||
import '../providers/connection_provider.dart';
|
import '../providers/connection_provider.dart';
|
||||||
import '../services/live_traffic_summary.dart';
|
import '../services/live_traffic_summary.dart';
|
||||||
import '../services/location_tracking_service.dart';
|
import '../services/location_tracking_service.dart';
|
||||||
import '../services/route_hash_preferences.dart';
|
import '../services/route_hash_preferences.dart';
|
||||||
|
import '../services/traffic_stats_reporting_service.dart';
|
||||||
import '../utils/log_rx_route_decoder.dart';
|
import '../utils/log_rx_route_decoder.dart';
|
||||||
import '../widgets/compact_signal_indicator.dart';
|
import '../widgets/compact_signal_indicator.dart';
|
||||||
import '../widgets/messages/message_trace_sheet.dart';
|
import '../widgets/messages/message_trace_sheet.dart';
|
||||||
@@ -155,6 +158,16 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
|
|||||||
tooltip: 'Open packet logs',
|
tooltip: 'Open packet logs',
|
||||||
icon: const Icon(Icons.list_alt_rounded),
|
icon: const Icon(Icons.list_alt_rounded),
|
||||||
),
|
),
|
||||||
|
IconButton(
|
||||||
|
onPressed: _openStatsDashboard,
|
||||||
|
tooltip: 'View public stats',
|
||||||
|
icon: const Icon(Icons.open_in_new),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
onPressed: () => _showPacketTypeHelpSheet(context),
|
||||||
|
tooltip: 'Packet type help',
|
||||||
|
icon: const Icon(Icons.help_outline),
|
||||||
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
setState(() {
|
setState(() {
|
||||||
@@ -250,6 +263,13 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _openStatsDashboard() async {
|
||||||
|
final url = TrafficStatsReportingService.dashboardUri;
|
||||||
|
if (await canLaunchUrl(url)) {
|
||||||
|
await launchUrl(url, mode: LaunchMode.externalApplication);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _showWindowPicker(BuildContext context) async {
|
Future<void> _showWindowPicker(BuildContext context) async {
|
||||||
final selected = await showModalBottomSheet<Duration>(
|
final selected = await showModalBottomSheet<Duration>(
|
||||||
context: context,
|
context: context,
|
||||||
@@ -278,6 +298,68 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
|
|||||||
_selectedWindow = selected;
|
_selectedWindow = selected;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _showPacketTypeHelpSheet(BuildContext context) {
|
||||||
|
final packetTypes = LiveTrafficEntry.knownPayloadTypes;
|
||||||
|
return showModalBottomSheet<void>(
|
||||||
|
context: context,
|
||||||
|
showDragHandle: true,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: (context) {
|
||||||
|
final scheme = Theme.of(context).colorScheme;
|
||||||
|
return SafeArea(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 0, 16, 16),
|
||||||
|
child: ListView(
|
||||||
|
shrinkWrap: true,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
'Packet Types',
|
||||||
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 6),
|
||||||
|
Text(
|
||||||
|
'Descriptions below follow the current MeshCore payload definitions.',
|
||||||
|
style: TextStyle(color: scheme.onSurfaceVariant),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
for (final packetType in packetTypes) ...[
|
||||||
|
Container(
|
||||||
|
padding: const EdgeInsets.all(12),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: scheme.surfaceContainerHigh,
|
||||||
|
borderRadius: BorderRadius.circular(14),
|
||||||
|
),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
packetType.title,
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 14,
|
||||||
|
fontWeight: FontWeight.w800,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
packetType.description,
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 13,
|
||||||
|
color: scheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 10),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class _SummaryPanel extends StatelessWidget {
|
class _SummaryPanel extends StatelessWidget {
|
||||||
@@ -676,7 +758,11 @@ class _LiveTrafficCard extends StatelessWidget {
|
|||||||
final accent = isRx ? Colors.green : Colors.blue;
|
final accent = isRx ? Colors.green : Colors.blue;
|
||||||
final rxInfo = log.logRxDataInfo;
|
final rxInfo = log.logRxDataInfo;
|
||||||
final originDistance = _originDistanceLabel(context, entry);
|
final originDistance = _originDistanceLabel(context, entry);
|
||||||
final packetDetails = _LiveTrafficPacketDetails.fromEntry(entry);
|
final channelsProvider = _maybeProvider<ChannelsProvider>(context);
|
||||||
|
final packetDetails = _LiveTrafficPacketDetails.fromEntry(
|
||||||
|
entry,
|
||||||
|
channelsProvider: channelsProvider,
|
||||||
|
);
|
||||||
final signalMetric = SignalMetric.fromRxInfo(rxInfo);
|
final signalMetric = SignalMetric.fromRxInfo(rxInfo);
|
||||||
|
|
||||||
return Material(
|
return Material(
|
||||||
@@ -730,7 +816,7 @@ class _LiveTrafficCard extends StatelessWidget {
|
|||||||
if (entry.payloadMeaning != null)
|
if (entry.payloadMeaning != null)
|
||||||
Text(
|
Text(
|
||||||
entry.payloadMeaning!,
|
entry.payloadMeaning!,
|
||||||
maxLines: 1,
|
maxLines: 2,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 11,
|
fontSize: 11,
|
||||||
@@ -989,27 +1075,22 @@ class _LiveTrafficPacketDetails {
|
|||||||
required this.endpointLine,
|
required this.endpointLine,
|
||||||
});
|
});
|
||||||
|
|
||||||
factory _LiveTrafficPacketDetails.fromEntry(LiveTrafficEntry entry) {
|
factory _LiveTrafficPacketDetails.fromEntry(
|
||||||
|
LiveTrafficEntry entry, {
|
||||||
|
ChannelsProvider? channelsProvider,
|
||||||
|
}) {
|
||||||
final route = entry.route;
|
final route = entry.route;
|
||||||
final payloadType = route?.payloadType;
|
final payloadType = route?.payloadType;
|
||||||
final parsedPayload = _ParsedTrafficPayload.tryParse(
|
final parsedPayload = _ParsedTrafficPayload.tryParse(
|
||||||
entry.log.rawData,
|
entry.log.rawData,
|
||||||
route,
|
route,
|
||||||
|
channelsProvider: channelsProvider,
|
||||||
);
|
);
|
||||||
final title = switch (payloadType) {
|
final title = switch (payloadType) {
|
||||||
0x00 => 'FLOOD REQUEST',
|
0x05 => parsedPayload?.channelDisplayName ?? LiveTrafficEntry.payloadTypeTitle(0x05),
|
||||||
0x01 => 'FLOOD RESPONSE',
|
0x06 => parsedPayload?.channelDisplayName ?? LiveTrafficEntry.payloadTypeTitle(0x06),
|
||||||
0x02 => 'FLOOD TEXT',
|
null => entry.payloadLabel.toUpperCase(),
|
||||||
0x03 => 'FLOOD ACK',
|
_ => LiveTrafficEntry.payloadTypeTitle(payloadType),
|
||||||
0x04 => 'FLOOD ADVERTISEMENT',
|
|
||||||
0x05 => 'FLOOD GROUP_TEXT',
|
|
||||||
0x06 => 'FLOOD GROUP_DATA',
|
|
||||||
0x07 => 'FLOOD ANON_REQUEST',
|
|
||||||
0x08 => 'FLOOD RETURNED_PATH',
|
|
||||||
0x09 => 'FLOOD TRACE_PATH',
|
|
||||||
0x0A => 'FLOOD MULTIPART',
|
|
||||||
0x0B => 'FLOOD CONTROL',
|
|
||||||
_ => entry.payloadLabel.toUpperCase(),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
final hopHashes = route?.hopHashes ?? const <String>[];
|
final hopHashes = route?.hopHashes ?? const <String>[];
|
||||||
@@ -1041,13 +1122,15 @@ class _LiveTrafficPacketDetails {
|
|||||||
|
|
||||||
class _ParsedTrafficPayload {
|
class _ParsedTrafficPayload {
|
||||||
final String? endpointLine;
|
final String? endpointLine;
|
||||||
|
final String? channelDisplayName;
|
||||||
|
|
||||||
const _ParsedTrafficPayload({this.endpointLine});
|
const _ParsedTrafficPayload({this.endpointLine, this.channelDisplayName});
|
||||||
|
|
||||||
static _ParsedTrafficPayload? tryParse(
|
static _ParsedTrafficPayload? tryParse(
|
||||||
List<int> rawData,
|
List<int> rawData,
|
||||||
DecodedLogRxRoute? route,
|
DecodedLogRxRoute? route, {
|
||||||
) {
|
ChannelsProvider? channelsProvider,
|
||||||
|
}) {
|
||||||
if (rawData.length < 5 ||
|
if (rawData.length < 5 ||
|
||||||
rawData.first != LiveTrafficSummary.logRxDataResponseCode) {
|
rawData.first != LiveTrafficSummary.logRxDataResponseCode) {
|
||||||
return null;
|
return null;
|
||||||
@@ -1084,9 +1167,18 @@ class _ParsedTrafficPayload {
|
|||||||
case 0x05:
|
case 0x05:
|
||||||
case 0x06:
|
case 0x06:
|
||||||
if (payload.isEmpty) return const _ParsedTrafficPayload();
|
if (payload.isEmpty) return const _ParsedTrafficPayload();
|
||||||
|
final channelHash = payload.first;
|
||||||
|
final channelHashHex = channelHash
|
||||||
|
.toRadixString(16)
|
||||||
|
.padLeft(2, '0')
|
||||||
|
.toUpperCase();
|
||||||
|
final channelDisplayName = channelsProvider
|
||||||
|
?.getUniqueChannelDisplayNameByHashByte(channelHash);
|
||||||
return _ParsedTrafficPayload(
|
return _ParsedTrafficPayload(
|
||||||
endpointLine:
|
channelDisplayName: channelDisplayName,
|
||||||
'Channel Hash: ${payload.first.toRadixString(16).padLeft(2, '0').toUpperCase()}',
|
endpointLine: channelDisplayName == null
|
||||||
|
? 'Channel Hash: $channelHashHex'
|
||||||
|
: 'Channel: $channelDisplayName ($channelHashHex)',
|
||||||
);
|
);
|
||||||
case 0x00:
|
case 0x00:
|
||||||
case 0x01:
|
case 0x01:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import 'dart:io';
|
|||||||
import 'dart:math' as math;
|
import 'dart:math' as math;
|
||||||
import 'dart:typed_data';
|
import 'dart:typed_data';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter/services.dart' show MissingPluginException;
|
||||||
import 'package:flutter_map/flutter_map.dart' as flutter_map;
|
import 'package:flutter_map/flutter_map.dart' as flutter_map;
|
||||||
import 'package:flutter_map/flutter_map.dart';
|
import 'package:flutter_map/flutter_map.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
@@ -10,6 +11,7 @@ import 'package:provider/provider.dart';
|
|||||||
import 'package:geolocator/geolocator.dart';
|
import 'package:geolocator/geolocator.dart';
|
||||||
import 'package:flutter_compass/flutter_compass.dart';
|
import 'package:flutter_compass/flutter_compass.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
import '../services/compass_support.dart';
|
||||||
import '../utils/slovenian_crs.dart';
|
import '../utils/slovenian_crs.dart';
|
||||||
import '../providers/contacts_provider.dart';
|
import '../providers/contacts_provider.dart';
|
||||||
import '../providers/messages_provider.dart';
|
import '../providers/messages_provider.dart';
|
||||||
@@ -27,7 +29,6 @@ import '../services/background_location_service.dart';
|
|||||||
import '../services/location_tracking_service.dart';
|
import '../services/location_tracking_service.dart';
|
||||||
import '../services/map_marker_service.dart';
|
import '../services/map_marker_service.dart';
|
||||||
import '../services/message_destination_preferences.dart';
|
import '../services/message_destination_preferences.dart';
|
||||||
import '../services/trail_color_service.dart';
|
|
||||||
import '../services/profiles_feature_service.dart';
|
import '../services/profiles_feature_service.dart';
|
||||||
import '../widgets/map_debug_info.dart';
|
import '../widgets/map_debug_info.dart';
|
||||||
import '../widgets/map/compass_widget.dart';
|
import '../widgets/map/compass_widget.dart';
|
||||||
@@ -42,6 +43,8 @@ import '../widgets/messages/sar_update_sheet.dart';
|
|||||||
import '../utils/key_comparison.dart';
|
import '../utils/key_comparison.dart';
|
||||||
import '../utils/sar_message_parser.dart';
|
import '../utils/sar_message_parser.dart';
|
||||||
import '../l10n/app_localizations.dart';
|
import '../l10n/app_localizations.dart';
|
||||||
|
import '../services/offline_map_caching_provider.dart';
|
||||||
|
import 'offline_map_screen.dart';
|
||||||
|
|
||||||
class MapTab extends StatefulWidget {
|
class MapTab extends StatefulWidget {
|
||||||
final Function(bool)? onFullscreenChanged;
|
final Function(bool)? onFullscreenChanged;
|
||||||
@@ -60,9 +63,11 @@ class MapTab extends StatefulWidget {
|
|||||||
class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
||||||
final MapController _mapController = MapController();
|
final MapController _mapController = MapController();
|
||||||
static final TileProvider _tileProvider = NetworkTileProvider(
|
static final TileProvider _tileProvider = NetworkTileProvider(
|
||||||
cachingProvider: BuiltInMapCachingProvider.getOrCreateInstance(
|
cachingProvider: OfflineMapCachingProvider(
|
||||||
maxCacheSize: 10_000_000_000,
|
BuiltInMapCachingProvider.getOrCreateInstance(
|
||||||
overrideFreshAge: const Duration(days: 365),
|
maxCacheSize: 10_000_000_000,
|
||||||
|
overrideFreshAge: const Duration(days: 365),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
// DO NOT create a new LocationTrackingService instance here
|
// DO NOT create a new LocationTrackingService instance here
|
||||||
@@ -201,46 +206,64 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _startCompassTracking() {
|
void _startCompassTracking() {
|
||||||
|
if (!CompassSupport.isAvailable) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
final compassStream = FlutterCompass.events;
|
final compassStream = FlutterCompass.events;
|
||||||
if (compassStream == null) {
|
if (compassStream == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start listening to compass events
|
// Start listening to compass events
|
||||||
_compassStreamSubscription = compassStream.listen((CompassEvent event) {
|
_compassStreamSubscription = compassStream.listen(
|
||||||
// Check if widget is disposing, mounted, and event has valid heading
|
(CompassEvent event) {
|
||||||
if (_isDisposing || !mounted || event.heading == null) return;
|
// Check if widget is disposing, mounted, and event has valid heading
|
||||||
|
if (_isDisposing || !mounted || event.heading == null) return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
setState(() {
|
setState(() {
|
||||||
_compassHeading = event.heading;
|
_compassHeading = event.heading;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Rotate map if rotation mode is enabled and we have compass heading
|
// Rotate map if rotation mode is enabled and we have compass heading
|
||||||
// Only rotate if map is ready
|
// Only rotate if map is ready
|
||||||
if (_rotateMarkerWithHeading &&
|
if (_rotateMarkerWithHeading &&
|
||||||
event.heading != null &&
|
event.heading != null &&
|
||||||
_isMapReady &&
|
_isMapReady &&
|
||||||
!_isDisposing) {
|
!_isDisposing) {
|
||||||
try {
|
try {
|
||||||
// Use moveAndRotate to set absolute rotation
|
// Use moveAndRotate to set absolute rotation
|
||||||
final camera = _mapController.camera;
|
final camera = _mapController.camera;
|
||||||
_mapController.moveAndRotate(
|
_mapController.moveAndRotate(
|
||||||
camera.center,
|
camera.center,
|
||||||
camera.zoom,
|
camera.zoom,
|
||||||
-event.heading!,
|
-event.heading!,
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Map not ready yet, ignore
|
// Map not ready yet, ignore
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
// Widget disposed during setState, ignore
|
||||||
|
if (!_isDisposing) {
|
||||||
|
debugPrint('Compass tracking error: $e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
},
|
||||||
// Widget disposed during setState, ignore
|
onError: (Object error, StackTrace stackTrace) {
|
||||||
if (!_isDisposing) {
|
if (_isDisposing) {
|
||||||
debugPrint('Compass tracking error: $e');
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
});
|
if (error is MissingPluginException) {
|
||||||
|
debugPrint('Compass plugin is unavailable on this platform');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
debugPrint('Compass tracking stream error: $error');
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _loadSettings() async {
|
Future<void> _loadSettings() async {
|
||||||
@@ -873,7 +896,9 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
if (!hasCustomMap)
|
if (!hasCustomMap)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.add_photo_alternate),
|
leading: Icon(Icons.add_photo_alternate),
|
||||||
title: Text(AppLocalizations.of(context)!.loadFromGallery),
|
title: Text(
|
||||||
|
AppLocalizations.of(context)!.loadFromGallery,
|
||||||
|
),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'Use a cave map image instead of GPS tiles',
|
'Use a cave map image instead of GPS tiles',
|
||||||
),
|
),
|
||||||
@@ -905,7 +930,9 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.swap_horizontal_circle),
|
leading: Icon(Icons.swap_horizontal_circle),
|
||||||
title: Text(AppLocalizations.of(context)!.replaceImage),
|
title: Text(
|
||||||
|
AppLocalizations.of(context)!.replaceImage,
|
||||||
|
),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'Pick a different map from the gallery',
|
'Pick a different map from the gallery',
|
||||||
),
|
),
|
||||||
@@ -941,7 +968,9 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
if (customMapConfig.isCalibrated)
|
if (customMapConfig.isCalibrated)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.clear),
|
leading: Icon(Icons.clear),
|
||||||
title: Text(AppLocalizations.of(context)!.clearScale),
|
title: Text(
|
||||||
|
AppLocalizations.of(context)!.clearScale,
|
||||||
|
),
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
await mapProvider.clearCustomMapCalibration();
|
await mapProvider.clearCustomMapCalibration();
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
@@ -999,7 +1028,7 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
),
|
),
|
||||||
child: DetailedCompassDialog(
|
child: DetailedCompassDialog(
|
||||||
initialPosition: _locationService.currentPosition,
|
initialPosition: _locationService.currentPosition,
|
||||||
initialHeading: _currentHeading,
|
initialHeading: _compassHeading,
|
||||||
contacts: contacts,
|
contacts: contacts,
|
||||||
sarMarkers: sarMarkers,
|
sarMarkers: sarMarkers,
|
||||||
),
|
),
|
||||||
@@ -1025,7 +1054,7 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
),
|
),
|
||||||
child: DetailedCompassDialog(
|
child: DetailedCompassDialog(
|
||||||
initialPosition: _locationService.currentPosition,
|
initialPosition: _locationService.currentPosition,
|
||||||
initialHeading: _currentHeading,
|
initialHeading: _compassHeading,
|
||||||
contacts: contacts,
|
contacts: contacts,
|
||||||
sarMarkers: sarMarkers,
|
sarMarkers: sarMarkers,
|
||||||
preSelectedContact: selectedContact,
|
preSelectedContact: selectedContact,
|
||||||
@@ -1277,9 +1306,11 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
_stopCustomMapCalibration();
|
_stopCustomMapCalibration();
|
||||||
|
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
ScaffoldMessenger.of(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
context,
|
SnackBar(
|
||||||
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.customMapScaleSaved)));
|
content: Text(AppLocalizations.of(context)!.customMapScaleSaved),
|
||||||
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1419,7 +1450,9 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
contentPadding: EdgeInsets.zero,
|
contentPadding: EdgeInsets.zero,
|
||||||
leading: Icon(Icons.chat_bubble_outline),
|
leading: Icon(Icons.chat_bubble_outline),
|
||||||
title: Text(AppLocalizations.of(context)!.openMessage),
|
title: Text(AppLocalizations.of(context)!.openMessage),
|
||||||
subtitle: Text(AppLocalizations.of(context)!.jumpToTheRelatedSarMessage),
|
subtitle: Text(
|
||||||
|
AppLocalizations.of(context)!.jumpToTheRelatedSarMessage,
|
||||||
|
),
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Navigator.pop(sheetContext);
|
Navigator.pop(sheetContext);
|
||||||
await _openSarMarkerMessage(
|
await _openSarMarkerMessage(
|
||||||
@@ -1655,7 +1688,11 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text(AppLocalizations.of(context)!.pleaseSelectADestinationToSendSarMarker),
|
content: Text(
|
||||||
|
AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.pleaseSelectADestinationToSendSarMarker,
|
||||||
|
),
|
||||||
backgroundColor: Colors.red,
|
backgroundColor: Colors.red,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -1785,7 +1822,9 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text(AppLocalizations.of(context)!.sarMarkerBroadcastToPublicChannel),
|
content: Text(
|
||||||
|
AppLocalizations.of(context)!.sarMarkerBroadcastToPublicChannel,
|
||||||
|
),
|
||||||
backgroundColor: Colors.orange,
|
backgroundColor: Colors.orange,
|
||||||
duration: Duration(seconds: 2),
|
duration: Duration(seconds: 2),
|
||||||
),
|
),
|
||||||
@@ -2514,52 +2553,6 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Contact trail polylines (rendered before user trail and markers)
|
|
||||||
Consumer<MapProvider>(
|
|
||||||
builder: (context, mapProvider, _) {
|
|
||||||
// Determine which contacts to show trails for
|
|
||||||
final contactsToShow = mapProvider.showAllContactTrails
|
|
||||||
? contactsWithLocation // Show all when master toggle is ON
|
|
||||||
: contactsWithLocation.where(
|
|
||||||
(contact) => mapProvider.isContactPathVisible(
|
|
||||||
contact.publicKeyHex,
|
|
||||||
),
|
|
||||||
); // Individual toggles
|
|
||||||
|
|
||||||
return PolylineLayer(
|
|
||||||
polylines: contactsToShow
|
|
||||||
.where(
|
|
||||||
(contact) => contact.advertHistory.length >= 2,
|
|
||||||
)
|
|
||||||
.map((contact) {
|
|
||||||
// Use TrailColorService for consistent, emoji-based colors
|
|
||||||
final color = TrailColorService.getTrailColor(
|
|
||||||
contact,
|
|
||||||
);
|
|
||||||
|
|
||||||
return Polyline(
|
|
||||||
points: contact.advertHistory
|
|
||||||
.map((advert) => advert.location)
|
|
||||||
.toList(),
|
|
||||||
color: color.withValues(
|
|
||||||
alpha: 0.95,
|
|
||||||
), // More opaque for better visibility
|
|
||||||
strokeWidth:
|
|
||||||
4.5, // Thicker for better visibility on all map backgrounds
|
|
||||||
borderColor: Colors.white.withValues(
|
|
||||||
alpha: 0.6,
|
|
||||||
), // Stronger border contrast
|
|
||||||
borderStrokeWidth: 2.0, // Wider border
|
|
||||||
// DASHED pattern to distinguish from solid user trail
|
|
||||||
pattern: StrokePattern.dashed(
|
|
||||||
segments: [8, 4],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
})
|
|
||||||
.toList(),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
// Location trail layer (rendered after paths, before drawings)
|
// Location trail layer (rendered after paths, before drawings)
|
||||||
const LocationTrailLayer(),
|
const LocationTrailLayer(),
|
||||||
],
|
],
|
||||||
@@ -2604,7 +2597,8 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
context: context,
|
context: context,
|
||||||
mapRotation: _getMapRotation(),
|
mapRotation: _getMapRotation(),
|
||||||
userPosition: _locationService.currentPosition,
|
userPosition: _locationService.currentPosition,
|
||||||
estimatedLocations: contactsProvider.estimatedLocations,
|
estimatedLocations:
|
||||||
|
contactsProvider.estimatedLocations,
|
||||||
onTap: (contact) {
|
onTap: (contact) {
|
||||||
_showDetailedCompassWithContact(
|
_showDetailedCompassWithContact(
|
||||||
context,
|
context,
|
||||||
@@ -3239,6 +3233,17 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
|||||||
child: const Icon(Icons.layers),
|
child: const Icon(Icons.layers),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
|
FloatingActionButton.small(
|
||||||
|
heroTag: 'offline_maps',
|
||||||
|
onPressed: () => Navigator.push(
|
||||||
|
context,
|
||||||
|
MaterialPageRoute(
|
||||||
|
builder: (_) => const OfflineMapScreen(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: const Icon(Icons.download_for_offline),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
FloatingActionButton.small(
|
FloatingActionButton.small(
|
||||||
heroTag: 'fullscreen_toggle',
|
heroTag: 'fullscreen_toggle',
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
842
lib/screens/offline_map_screen.dart
Normal file
842
lib/screens/offline_map_screen.dart
Normal file
@@ -0,0 +1,842 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_map/flutter_map.dart';
|
||||||
|
import 'package:latlong2/latlong.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import '../models/map_layer.dart';
|
||||||
|
import '../providers/offline_tiles_provider.dart';
|
||||||
|
import '../widgets/map/polygon_draw_handler.dart';
|
||||||
|
|
||||||
|
/// Screen for downloading offline map tiles.
|
||||||
|
///
|
||||||
|
/// Allows drawing polygons/rectangles to select areas, choosing zoom levels,
|
||||||
|
/// and downloading tiles with real-time progress visualization.
|
||||||
|
class OfflineMapScreen extends StatefulWidget {
|
||||||
|
const OfflineMapScreen({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<OfflineMapScreen> createState() => _OfflineMapScreenState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _OfflineMapScreenState extends State<OfflineMapScreen> {
|
||||||
|
final MapController _mapController = MapController();
|
||||||
|
late OfflineTilesProvider _provider;
|
||||||
|
double _currentZoom = 8;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_provider = context.read<OfflineTilesProvider>();
|
||||||
|
_provider.refreshCacheSize();
|
||||||
|
_provider.refreshLocalStyles();
|
||||||
|
_provider.startPeerDiscovery();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_provider.stopPeerDiscovery();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Scaffold(
|
||||||
|
appBar: AppBar(
|
||||||
|
title: const Text('Offline Maps'),
|
||||||
|
actions: [
|
||||||
|
Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
return IconButton(
|
||||||
|
icon: Badge(
|
||||||
|
isLabelVisible: provider.discoveredPeers.isNotEmpty,
|
||||||
|
label: Text('${provider.discoveredPeers.length}'),
|
||||||
|
child: Icon(
|
||||||
|
provider.isServerRunning
|
||||||
|
? Icons.wifi_tethering
|
||||||
|
: Icons.wifi_tethering_off,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
tooltip: provider.isServerRunning
|
||||||
|
? 'Sharing tiles'
|
||||||
|
: 'Tile sharing off',
|
||||||
|
onPressed: () => _showSharingSheet(context, provider),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
return PopupMenuButton<MapLayer>(
|
||||||
|
icon: const Icon(Icons.layers),
|
||||||
|
tooltip: 'Map Style',
|
||||||
|
onSelected: (layer) => provider.setSelectedLayer(layer),
|
||||||
|
itemBuilder: (_) => [
|
||||||
|
for (final layer in MapLayer.allLayers)
|
||||||
|
PopupMenuItem(
|
||||||
|
value: layer,
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
if (layer.type == provider.selectedLayer.type)
|
||||||
|
const Icon(Icons.check, size: 18)
|
||||||
|
else
|
||||||
|
const SizedBox(width: 18),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Text(layer.name),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
body: Stack(
|
||||||
|
children: [
|
||||||
|
Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
return FlutterMap(
|
||||||
|
mapController: _mapController,
|
||||||
|
options: MapOptions(
|
||||||
|
initialCenter: const LatLng(46.05, 14.5), // Slovenia
|
||||||
|
initialZoom: 8,
|
||||||
|
onPositionChanged: (camera, hasGesture) {
|
||||||
|
if (camera.zoom != _currentZoom) {
|
||||||
|
setState(() => _currentZoom = camera.zoom);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onTap: (tapPosition, point) {
|
||||||
|
if (provider.drawingMode != DrawingMode.none) {
|
||||||
|
provider.addVertex(point);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
|
children: [
|
||||||
|
TileLayer(
|
||||||
|
urlTemplate: provider.selectedLayer.urlTemplate,
|
||||||
|
userAgentPackageName: 'com.meshcore.sar',
|
||||||
|
maxZoom: provider.selectedLayer.maxZoom,
|
||||||
|
),
|
||||||
|
CoverageLayer(currentZoom: _currentZoom),
|
||||||
|
const PolygonDrawLayer(),
|
||||||
|
const DownloadProgressLayer(),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
const DrawingToolbar(),
|
||||||
|
Positioned(
|
||||||
|
left: 16,
|
||||||
|
top: 16,
|
||||||
|
child: Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 6),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Theme.of(context).colorScheme.surface.withValues(alpha: 0.85),
|
||||||
|
borderRadius: BorderRadius.circular(8),
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
color: Colors.black.withValues(alpha: 0.15),
|
||||||
|
blurRadius: 4,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: Text(
|
||||||
|
'Z ${_currentZoom.toStringAsFixed(1)}',
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
_buildBottomPanel(),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildBottomPanel() {
|
||||||
|
return Positioned(
|
||||||
|
left: 0,
|
||||||
|
right: 0,
|
||||||
|
bottom: 0,
|
||||||
|
child: Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
return Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Theme.of(context).colorScheme.surface,
|
||||||
|
borderRadius:
|
||||||
|
const BorderRadius.vertical(top: Radius.circular(16)),
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
color: Colors.black.withValues(alpha: 0.15),
|
||||||
|
blurRadius: 10,
|
||||||
|
offset: const Offset(0, -2),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: SafeArea(
|
||||||
|
top: false,
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
|
children: [
|
||||||
|
// Saved region presets dropdown
|
||||||
|
if (!provider.isDownloading &&
|
||||||
|
provider.localStyles
|
||||||
|
.any((s) => s.region != null)) ...[
|
||||||
|
DropdownButtonFormField<StyleInfo>(
|
||||||
|
decoration: const InputDecoration(
|
||||||
|
prefixIcon: Icon(Icons.bookmark, size: 20),
|
||||||
|
labelText: 'Saved regions',
|
||||||
|
isDense: true,
|
||||||
|
contentPadding: EdgeInsets.symmetric(
|
||||||
|
horizontal: 12, vertical: 8),
|
||||||
|
border: OutlineInputBorder(),
|
||||||
|
),
|
||||||
|
isExpanded: true,
|
||||||
|
hint: const Text('Load a saved region'),
|
||||||
|
items: provider.localStyles
|
||||||
|
.where((s) => s.region != null)
|
||||||
|
.map((style) => DropdownMenuItem(
|
||||||
|
value: style,
|
||||||
|
child: Text(
|
||||||
|
'${style.displayName} '
|
||||||
|
'(z${style.region!.minZoom}-${style.region!.maxZoom}, '
|
||||||
|
'${_formatNumber(style.tileCount)} tiles)',
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
))
|
||||||
|
.toList(),
|
||||||
|
onChanged: (style) {
|
||||||
|
if (style != null) {
|
||||||
|
provider.loadPreset(style);
|
||||||
|
_fitMapToPolygons(provider);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
],
|
||||||
|
|
||||||
|
// Zoom range
|
||||||
|
if (!provider.isDownloading) ...[
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: _ZoomSelector(
|
||||||
|
label: 'Min Zoom',
|
||||||
|
value: provider.minZoom,
|
||||||
|
onChanged: provider.setMinZoom,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 16),
|
||||||
|
Expanded(
|
||||||
|
child: _ZoomSelector(
|
||||||
|
label: 'Max Zoom',
|
||||||
|
value: provider.maxZoom,
|
||||||
|
onChanged: provider.setMaxZoom,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
// Tile estimate
|
||||||
|
Text(
|
||||||
|
provider.hasPolygons
|
||||||
|
? '~${_formatNumber(provider.estimatedTileCount)} tiles'
|
||||||
|
: 'Draw an area to download',
|
||||||
|
style: Theme.of(context).textTheme.bodySmall,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
'Cache: ${_formatBytes(provider.cacheSizeBytes)}',
|
||||||
|
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
||||||
|
color: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.onSurface
|
||||||
|
.withValues(alpha: 0.6),
|
||||||
|
),
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
|
||||||
|
// Progress
|
||||||
|
if (provider.isDownloading) ...[
|
||||||
|
LinearProgressIndicator(
|
||||||
|
value: provider.progress.percent,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
Text(
|
||||||
|
'${(provider.progress.percent * 100).toStringAsFixed(1)}% — '
|
||||||
|
'Downloaded: ${provider.progress.downloaded}, '
|
||||||
|
'Cached: ${provider.progress.skipped}, '
|
||||||
|
'Failed: ${provider.progress.failed} / '
|
||||||
|
'${provider.progress.total}',
|
||||||
|
style: Theme.of(context).textTheme.bodySmall,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
|
||||||
|
// Download complete summary
|
||||||
|
if (!provider.isDownloading &&
|
||||||
|
provider.progress.isComplete) ...[
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
'Done! ${provider.progress.downloaded} downloaded, '
|
||||||
|
'${provider.progress.skipped} cached, '
|
||||||
|
'${provider.progress.failed} failed',
|
||||||
|
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
||||||
|
color: Colors.green,
|
||||||
|
),
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
|
||||||
|
// Action buttons
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
if (!provider.isDownloading) ...[
|
||||||
|
Expanded(
|
||||||
|
child: FilledButton.icon(
|
||||||
|
onPressed: provider.hasPolygons
|
||||||
|
? () => provider.startDownload()
|
||||||
|
: null,
|
||||||
|
icon: const Icon(Icons.download),
|
||||||
|
label: const Text('Download'),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (provider.tileOverlays.isNotEmpty) ...[
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
IconButton(
|
||||||
|
onPressed: provider.clearOverlays,
|
||||||
|
icon: const Icon(Icons.layers_clear),
|
||||||
|
tooltip: 'Clear overlay',
|
||||||
|
),
|
||||||
|
],
|
||||||
|
if (provider.cacheSizeBytes > 0) ...[
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
IconButton(
|
||||||
|
onPressed: () => _confirmClearCache(provider),
|
||||||
|
icon: const Icon(Icons.delete_forever),
|
||||||
|
tooltip: 'Clear cache',
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
if (provider.isDownloading) ...[
|
||||||
|
Expanded(
|
||||||
|
child: OutlinedButton.icon(
|
||||||
|
onPressed: () => provider.cancelDownload(),
|
||||||
|
icon: const Icon(Icons.cancel),
|
||||||
|
label: const Text('Cancel'),
|
||||||
|
style: OutlinedButton.styleFrom(
|
||||||
|
foregroundColor: Colors.red,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _showSharingSheet(BuildContext context, OfflineTilesProvider provider) {
|
||||||
|
// Refresh catalogs and local styles when opening
|
||||||
|
provider.refreshPeerCatalogs();
|
||||||
|
provider.refreshLocalStyles();
|
||||||
|
|
||||||
|
showModalBottomSheet(
|
||||||
|
context: context,
|
||||||
|
isScrollControlled: true,
|
||||||
|
builder: (sheetContext) {
|
||||||
|
return DraggableScrollableSheet(
|
||||||
|
initialChildSize: 0.65,
|
||||||
|
minChildSize: 0.3,
|
||||||
|
maxChildSize: 0.9,
|
||||||
|
expand: false,
|
||||||
|
builder: (context, scrollController) {
|
||||||
|
return Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
return ListView(
|
||||||
|
controller: scrollController,
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
children: [
|
||||||
|
// Header
|
||||||
|
Center(
|
||||||
|
child: Container(
|
||||||
|
width: 32,
|
||||||
|
height: 4,
|
||||||
|
margin: const EdgeInsets.only(bottom: 16),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Colors.grey[400],
|
||||||
|
borderRadius: BorderRadius.circular(2),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
'Tile Sharing',
|
||||||
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
|
||||||
|
// Server toggle
|
||||||
|
SwitchListTile(
|
||||||
|
title: const Text('Share my tiles'),
|
||||||
|
subtitle: Text(
|
||||||
|
provider.isServerRunning
|
||||||
|
? 'Other devices can fetch tiles from this device'
|
||||||
|
: 'Start serving cached tiles to nearby devices',
|
||||||
|
),
|
||||||
|
secondary: Icon(
|
||||||
|
provider.isServerRunning
|
||||||
|
? Icons.wifi_tethering
|
||||||
|
: Icons.wifi_tethering_off,
|
||||||
|
),
|
||||||
|
value: provider.isServerRunning,
|
||||||
|
onChanged: (_) => provider.toggleServer(),
|
||||||
|
),
|
||||||
|
|
||||||
|
// My cached maps
|
||||||
|
if (provider.localStyles.isNotEmpty) ...[
|
||||||
|
const Divider(),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
|
child: Text(
|
||||||
|
'My Cached Maps',
|
||||||
|
style: Theme.of(context).textTheme.titleSmall,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
...provider.localStyles.map((style) {
|
||||||
|
final isShowing =
|
||||||
|
provider.coverageStyle?.hash == style.hash;
|
||||||
|
return ListTile(
|
||||||
|
dense: true,
|
||||||
|
leading: const Icon(Icons.map, size: 20),
|
||||||
|
title: Text(style.displayName),
|
||||||
|
subtitle: Text(
|
||||||
|
'${_formatNumber(style.tileCount)} tiles, '
|
||||||
|
'${_formatBytes(style.sizeBytes)}',
|
||||||
|
),
|
||||||
|
trailing: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
IconButton(
|
||||||
|
icon: Icon(
|
||||||
|
isShowing
|
||||||
|
? Icons.visibility
|
||||||
|
: Icons.visibility_off,
|
||||||
|
size: 20,
|
||||||
|
color: isShowing
|
||||||
|
? Colors.blue
|
||||||
|
: null,
|
||||||
|
),
|
||||||
|
tooltip: isShowing
|
||||||
|
? 'Hide on map'
|
||||||
|
: 'Show on map',
|
||||||
|
onPressed: () {
|
||||||
|
provider.showCoverage(style);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(Icons.delete_outline,
|
||||||
|
size: 20),
|
||||||
|
tooltip: 'Delete',
|
||||||
|
onPressed: () => _confirmDeleteStyle(
|
||||||
|
context, provider, style),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
|
||||||
|
// Peers section
|
||||||
|
const Divider(),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
'Nearby Devices',
|
||||||
|
style: Theme.of(context).textTheme.titleSmall,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (provider.isFetchingCatalogs)
|
||||||
|
const SizedBox(
|
||||||
|
width: 16,
|
||||||
|
height: 16,
|
||||||
|
child:
|
||||||
|
CircularProgressIndicator(strokeWidth: 2),
|
||||||
|
)
|
||||||
|
else
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(Icons.refresh, size: 20),
|
||||||
|
tooltip: 'Refresh',
|
||||||
|
onPressed: () =>
|
||||||
|
provider.refreshPeerCatalogs(),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(Icons.add, size: 20),
|
||||||
|
tooltip: 'Add peer manually',
|
||||||
|
onPressed: () =>
|
||||||
|
_showAddPeerDialog(context, provider),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
|
if (provider.discoveredPeers.isEmpty)
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
|
child: Text(
|
||||||
|
'No peers found on the local network.\n'
|
||||||
|
'Make sure other devices have tile sharing enabled.',
|
||||||
|
style: Theme.of(context)
|
||||||
|
.textTheme
|
||||||
|
.bodySmall
|
||||||
|
?.copyWith(
|
||||||
|
color: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.onSurface
|
||||||
|
.withValues(alpha: 0.6),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
|
// Peer catalogs — show each peer and their available styles
|
||||||
|
...provider.peerCatalogs.map((catalog) => _buildPeerCard(
|
||||||
|
context, provider, catalog)),
|
||||||
|
|
||||||
|
// Peers without catalogs yet (just discovered, not queried)
|
||||||
|
...provider.discoveredPeers
|
||||||
|
.where((peer) => !provider.peerCatalogs
|
||||||
|
.any((c) => c.peer == peer))
|
||||||
|
.map((peer) => ListTile(
|
||||||
|
leading: const Icon(Icons.devices),
|
||||||
|
title: Text(peer.ipAddress),
|
||||||
|
subtitle: const Text('Fetching catalog...'),
|
||||||
|
trailing: IconButton(
|
||||||
|
icon: const Icon(
|
||||||
|
Icons.remove_circle_outline,
|
||||||
|
size: 20),
|
||||||
|
onPressed: () =>
|
||||||
|
provider.removePeer(peer),
|
||||||
|
),
|
||||||
|
)),
|
||||||
|
|
||||||
|
// Sync progress
|
||||||
|
if (provider.isSyncing || provider.syncStatus.isNotEmpty) ...[
|
||||||
|
const Divider(),
|
||||||
|
if (provider.isSyncing)
|
||||||
|
LinearProgressIndicator(
|
||||||
|
value: provider.syncProgress > 0
|
||||||
|
? provider.syncProgress
|
||||||
|
: null,
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
provider.syncStatus,
|
||||||
|
style: Theme.of(context).textTheme.bodySmall,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (provider.isSyncing)
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => provider.cancelSync(),
|
||||||
|
child: const Text('Cancel'),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildPeerCard(
|
||||||
|
BuildContext context,
|
||||||
|
OfflineTilesProvider provider,
|
||||||
|
PeerCatalog catalog,
|
||||||
|
) {
|
||||||
|
return Card(
|
||||||
|
margin: const EdgeInsets.symmetric(vertical: 4),
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(12),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
const Icon(Icons.devices, size: 18),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
catalog.peer.ipAddress,
|
||||||
|
style: Theme.of(context).textTheme.titleSmall,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(Icons.remove_circle_outline, size: 18),
|
||||||
|
onPressed: () => provider.removePeer(catalog.peer),
|
||||||
|
visualDensity: VisualDensity.compact,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
if (catalog.styles.isEmpty)
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(top: 4),
|
||||||
|
child: Text(
|
||||||
|
'No cached tiles on this device',
|
||||||
|
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
||||||
|
color: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.onSurface
|
||||||
|
.withValues(alpha: 0.6),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
...catalog.styles.map((style) {
|
||||||
|
// Check if we already have this style locally
|
||||||
|
final localMatch = provider.localStyles
|
||||||
|
.where((s) => s.hash == style.hash);
|
||||||
|
final localCount =
|
||||||
|
localMatch.isNotEmpty ? localMatch.first.tileCount : 0;
|
||||||
|
final missingTiles = style.tileCount - localCount;
|
||||||
|
|
||||||
|
return ListTile(
|
||||||
|
dense: true,
|
||||||
|
contentPadding: EdgeInsets.zero,
|
||||||
|
leading: const Icon(Icons.map_outlined, size: 20),
|
||||||
|
title: Text(style.displayName),
|
||||||
|
subtitle: Text(
|
||||||
|
'${_formatNumber(style.tileCount)} tiles, '
|
||||||
|
'${_formatBytes(style.sizeBytes)}'
|
||||||
|
'${localCount > 0 ? ' (you have ${_formatNumberInline(localCount)})' : ''}',
|
||||||
|
),
|
||||||
|
trailing: missingTiles > 0
|
||||||
|
? TextButton.icon(
|
||||||
|
onPressed: provider.isSyncing
|
||||||
|
? null
|
||||||
|
: () => provider.syncStyleFromPeers(style),
|
||||||
|
icon: const Icon(Icons.download, size: 16),
|
||||||
|
label: Text(
|
||||||
|
missingTiles == style.tileCount
|
||||||
|
? 'Get all'
|
||||||
|
: '+${_formatNumber(missingTiles)}',
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: const Icon(Icons.check_circle,
|
||||||
|
color: Colors.green, size: 20),
|
||||||
|
);
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatNumberInline(int n) {
|
||||||
|
if (n < 1000) return '$n';
|
||||||
|
if (n < 1000000) return '${(n / 1000).toStringAsFixed(1)}K';
|
||||||
|
return '${(n / 1000000).toStringAsFixed(1)}M';
|
||||||
|
}
|
||||||
|
|
||||||
|
void _fitMapToPolygons(OfflineTilesProvider provider) {
|
||||||
|
if (provider.polygons.isEmpty) return;
|
||||||
|
|
||||||
|
var minLat = 90.0, maxLat = -90.0;
|
||||||
|
var minLng = 180.0, maxLng = -180.0;
|
||||||
|
for (final poly in provider.polygons) {
|
||||||
|
for (final p in poly) {
|
||||||
|
if (p.latitude < minLat) minLat = p.latitude;
|
||||||
|
if (p.latitude > maxLat) maxLat = p.latitude;
|
||||||
|
if (p.longitude < minLng) minLng = p.longitude;
|
||||||
|
if (p.longitude > maxLng) maxLng = p.longitude;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_mapController.fitCamera(
|
||||||
|
CameraFit.bounds(
|
||||||
|
bounds: LatLngBounds(
|
||||||
|
LatLng(minLat, minLng),
|
||||||
|
LatLng(maxLat, maxLng),
|
||||||
|
),
|
||||||
|
padding: const EdgeInsets.all(50),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _showAddPeerDialog(
|
||||||
|
BuildContext context, OfflineTilesProvider provider) {
|
||||||
|
final controller = TextEditingController();
|
||||||
|
showDialog(
|
||||||
|
context: context,
|
||||||
|
builder: (context) => AlertDialog(
|
||||||
|
title: const Text('Add Peer'),
|
||||||
|
content: TextField(
|
||||||
|
controller: controller,
|
||||||
|
decoration: const InputDecoration(
|
||||||
|
labelText: 'IP Address',
|
||||||
|
hintText: '192.168.1.100',
|
||||||
|
),
|
||||||
|
keyboardType: TextInputType.number,
|
||||||
|
autofocus: true,
|
||||||
|
onSubmitted: (value) {
|
||||||
|
if (value.trim().isNotEmpty) {
|
||||||
|
provider.addManualPeer(value.trim());
|
||||||
|
Navigator.pop(context);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
|
actions: [
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context),
|
||||||
|
child: const Text('Cancel'),
|
||||||
|
),
|
||||||
|
TextButton(
|
||||||
|
onPressed: () {
|
||||||
|
final ip = controller.text.trim();
|
||||||
|
if (ip.isNotEmpty) {
|
||||||
|
provider.addManualPeer(ip);
|
||||||
|
Navigator.pop(context);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
child: const Text('Add'),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _confirmDeleteStyle(
|
||||||
|
BuildContext context,
|
||||||
|
OfflineTilesProvider provider,
|
||||||
|
StyleInfo style,
|
||||||
|
) {
|
||||||
|
showDialog(
|
||||||
|
context: context,
|
||||||
|
builder: (dialogContext) => AlertDialog(
|
||||||
|
title: Text('Delete ${style.displayName}?'),
|
||||||
|
content: Text(
|
||||||
|
'${_formatNumber(style.tileCount)} tiles, '
|
||||||
|
'${_formatBytes(style.sizeBytes)} will be deleted.',
|
||||||
|
),
|
||||||
|
actions: [
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(dialogContext),
|
||||||
|
child: const Text('Cancel'),
|
||||||
|
),
|
||||||
|
TextButton(
|
||||||
|
onPressed: () {
|
||||||
|
provider.deleteStyle(style);
|
||||||
|
Navigator.pop(dialogContext);
|
||||||
|
},
|
||||||
|
child:
|
||||||
|
const Text('Delete', style: TextStyle(color: Colors.red)),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _confirmClearCache(OfflineTilesProvider provider) {
|
||||||
|
showDialog(
|
||||||
|
context: context,
|
||||||
|
builder: (context) => AlertDialog(
|
||||||
|
title: const Text('Clear offline cache?'),
|
||||||
|
content: Text(
|
||||||
|
'This will delete ${_formatBytes(provider.cacheSizeBytes)} of cached tiles.'),
|
||||||
|
actions: [
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context),
|
||||||
|
child: const Text('Cancel'),
|
||||||
|
),
|
||||||
|
TextButton(
|
||||||
|
onPressed: () {
|
||||||
|
provider.clearCache();
|
||||||
|
Navigator.pop(context);
|
||||||
|
},
|
||||||
|
child:
|
||||||
|
const Text('Delete', style: TextStyle(color: Colors.red)),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatBytes(int bytes) {
|
||||||
|
if (bytes < 1024) return '$bytes B';
|
||||||
|
if (bytes < 1024 * 1024) return '${(bytes / 1024).toStringAsFixed(1)} KB';
|
||||||
|
if (bytes < 1024 * 1024 * 1024) {
|
||||||
|
return '${(bytes / (1024 * 1024)).toStringAsFixed(1)} MB';
|
||||||
|
}
|
||||||
|
return '${(bytes / (1024 * 1024 * 1024)).toStringAsFixed(1)} GB';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatNumber(int n) {
|
||||||
|
if (n < 1000) return '$n';
|
||||||
|
if (n < 1000000) return '${(n / 1000).toStringAsFixed(1)}K';
|
||||||
|
return '${(n / 1000000).toStringAsFixed(1)}M';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ZoomSelector extends StatelessWidget {
|
||||||
|
final String label;
|
||||||
|
final int value;
|
||||||
|
final ValueChanged<int> onChanged;
|
||||||
|
|
||||||
|
const _ZoomSelector({
|
||||||
|
required this.label,
|
||||||
|
required this.value,
|
||||||
|
required this.onChanged,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Row(
|
||||||
|
children: [
|
||||||
|
Text(label, style: Theme.of(context).textTheme.bodySmall),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(
|
||||||
|
child: Slider(
|
||||||
|
value: value.toDouble(),
|
||||||
|
min: 0,
|
||||||
|
max: 19,
|
||||||
|
divisions: 19,
|
||||||
|
label: '$value',
|
||||||
|
onChanged: (v) => onChanged(v.round()),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
SizedBox(
|
||||||
|
width: 24,
|
||||||
|
child: Text(
|
||||||
|
'$value',
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,7 +6,9 @@ import 'package:provider/provider.dart';
|
|||||||
import '../models/contact.dart';
|
import '../models/contact.dart';
|
||||||
import '../providers/connection_provider.dart';
|
import '../providers/connection_provider.dart';
|
||||||
import '../providers/contacts_provider.dart';
|
import '../providers/contacts_provider.dart';
|
||||||
|
import '../providers/map_provider.dart';
|
||||||
import '../providers/sensors_provider.dart';
|
import '../providers/sensors_provider.dart';
|
||||||
|
import '../widgets/contacts/ping_contact_sheet.dart';
|
||||||
import '../widgets/sensors/bthome_met_history_sheet.dart';
|
import '../widgets/sensors/bthome_met_history_sheet.dart';
|
||||||
import '../widgets/sensors/sensor_telemetry_card.dart';
|
import '../widgets/sensors/sensor_telemetry_card.dart';
|
||||||
import '../l10n/app_localizations.dart';
|
import '../l10n/app_localizations.dart';
|
||||||
@@ -21,7 +23,10 @@ class SensorsTab extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _SensorsTabState extends State<SensorsTab> {
|
class _SensorsTabState extends State<SensorsTab> {
|
||||||
|
static const Duration _autoRefreshTickInterval = Duration(seconds: 30);
|
||||||
Timer? _minuteTicker;
|
Timer? _minuteTicker;
|
||||||
|
final Map<String, DateTime> _lastCenteredTelemetryAtBySensor =
|
||||||
|
<String, DateTime>{};
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
@@ -61,22 +66,8 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
final now = DateTime.now();
|
_minuteTicker = Timer.periodic(_autoRefreshTickInterval, (_) {
|
||||||
final nextMinute = DateTime(
|
|
||||||
now.year,
|
|
||||||
now.month,
|
|
||||||
now.day,
|
|
||||||
now.hour,
|
|
||||||
now.minute + 1,
|
|
||||||
);
|
|
||||||
final delay = nextMinute.difference(now);
|
|
||||||
|
|
||||||
_minuteTicker = Timer(delay, () {
|
|
||||||
if (!mounted) return;
|
|
||||||
unawaited(_handleMinuteTick());
|
unawaited(_handleMinuteTick());
|
||||||
_minuteTicker = Timer.periodic(const Duration(minutes: 1), (_) {
|
|
||||||
unawaited(_handleMinuteTick());
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -105,73 +96,22 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
contactsProvider,
|
contactsProvider,
|
||||||
connectionProvider: context.read<ConnectionProvider>(),
|
connectionProvider: context.read<ConnectionProvider>(),
|
||||||
);
|
);
|
||||||
|
|
||||||
await showModalBottomSheet<void>(
|
await showModalBottomSheet<void>(
|
||||||
context: context,
|
context: context,
|
||||||
showDragHandle: true,
|
showDragHandle: true,
|
||||||
builder: (sheetContext) {
|
isScrollControlled: true,
|
||||||
if (candidates.isEmpty) {
|
builder: (sheetContext) => AddSensorSheet(
|
||||||
return const SafeArea(
|
candidates: candidates,
|
||||||
child: Padding(
|
onClose: () => Navigator.of(sheetContext).pop(),
|
||||||
padding: EdgeInsets.all(24),
|
onSelect: (contact) async {
|
||||||
child: Text(
|
await sensorsProvider.addSensor(contact);
|
||||||
'No eligible nodes available. Discover a relay or node first.',
|
if (!sheetContext.mounted) return;
|
||||||
),
|
Navigator.of(sheetContext).pop();
|
||||||
),
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
|
SnackBar(content: Text('${contact.displayName} added to Sensors')),
|
||||||
);
|
);
|
||||||
}
|
},
|
||||||
|
),
|
||||||
return SafeArea(
|
|
||||||
child: ListView(
|
|
||||||
shrinkWrap: true,
|
|
||||||
padding: const EdgeInsets.only(bottom: 20),
|
|
||||||
children: [
|
|
||||||
ListTile(
|
|
||||||
title: const Text(
|
|
||||||
'Add sensor node',
|
|
||||||
style: TextStyle(fontWeight: FontWeight.bold),
|
|
||||||
),
|
|
||||||
subtitle: Text(
|
|
||||||
AppLocalizations.of(
|
|
||||||
context,
|
|
||||||
)!.pickARelayOrNodeToWatchInSensors,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
...candidates.map(
|
|
||||||
(contact) => ListTile(
|
|
||||||
contentPadding: const EdgeInsets.symmetric(
|
|
||||||
horizontal: 20,
|
|
||||||
vertical: 4,
|
|
||||||
),
|
|
||||||
leading: CircleAvatar(
|
|
||||||
radius: 24,
|
|
||||||
backgroundColor: const Color(0xFFDDEAF8),
|
|
||||||
child: Icon(
|
|
||||||
_typeIcon(contact),
|
|
||||||
color: const Color(0xFF1E4F7A),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
title: Text(contact.displayName),
|
|
||||||
subtitle: _SensorCandidatePreview(contact: contact),
|
|
||||||
isThreeLine: true,
|
|
||||||
onTap: () async {
|
|
||||||
await sensorsProvider.addSensor(contact);
|
|
||||||
if (!sheetContext.mounted) return;
|
|
||||||
Navigator.of(sheetContext).pop();
|
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
|
||||||
SnackBar(
|
|
||||||
content: Text(
|
|
||||||
'${contact.displayName} added to Sensors',
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -182,7 +122,7 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
) async {
|
) async {
|
||||||
await Navigator.of(context).push(
|
await Navigator.of(context).push(
|
||||||
MaterialPageRoute<void>(
|
MaterialPageRoute<void>(
|
||||||
builder: (pageContext) => _SensorCustomizeView(
|
builder: (pageContext) => SensorCustomizeView(
|
||||||
publicKeyHex: publicKeyHex,
|
publicKeyHex: publicKeyHex,
|
||||||
initialContact: contact,
|
initialContact: contact,
|
||||||
onRenameMetric:
|
onRenameMetric:
|
||||||
@@ -276,6 +216,65 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _maybeCenterMapOnTelemetryUpdate(
|
||||||
|
Iterable<String> sensorKeys, {
|
||||||
|
required SensorsProvider sensorsProvider,
|
||||||
|
required ContactsProvider contactsProvider,
|
||||||
|
required ConnectionProvider connectionProvider,
|
||||||
|
}) {
|
||||||
|
if (!widget.isActive) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Contact? latestContact;
|
||||||
|
DateTime? latestTimestamp;
|
||||||
|
|
||||||
|
for (final key in sensorKeys) {
|
||||||
|
final contact = sensorsProvider.contactForDisplay(
|
||||||
|
key,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
final timestamp = contact?.telemetry?.timestamp;
|
||||||
|
final location = contact?.displayLocation;
|
||||||
|
if (contact == null || timestamp == null || location == null) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
final previousTimestamp = _lastCenteredTelemetryAtBySensor[key];
|
||||||
|
if (previousTimestamp != null && !timestamp.isAfter(previousTimestamp)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (latestTimestamp == null || timestamp.isAfter(latestTimestamp)) {
|
||||||
|
latestContact = contact;
|
||||||
|
latestTimestamp = timestamp;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (latestContact == null || latestTimestamp == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_lastCenteredTelemetryAtBySensor[latestContact.publicKeyHex] =
|
||||||
|
latestTimestamp;
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
|
if (!mounted || !widget.isActive) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final location = latestContact!.displayLocation;
|
||||||
|
if (location == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
context.read<MapProvider>().navigateToLocation(
|
||||||
|
location: location,
|
||||||
|
zoom: 15.0,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
@@ -292,14 +291,31 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
connectionProvider,
|
connectionProvider,
|
||||||
child,
|
child,
|
||||||
) {
|
) {
|
||||||
final displayKeys = sensorsProvider.displaySensorKeys(
|
final watchedKeys = sensorsProvider.watchedSensorKeys;
|
||||||
|
final hasPersistedSensors = watchedKeys.isNotEmpty;
|
||||||
|
final selfDisplayKey = sensorsProvider.displaySelfKey(
|
||||||
contactsProvider: contactsProvider,
|
contactsProvider: contactsProvider,
|
||||||
connectionProvider: connectionProvider,
|
connectionProvider: connectionProvider,
|
||||||
);
|
);
|
||||||
final hasPersistedSensors =
|
final displayKeys = <String>[
|
||||||
sensorsProvider.watchedSensorKeys.isNotEmpty;
|
...?selfDisplayKey == null ? null : <String>[selfDisplayKey],
|
||||||
|
...watchedKeys,
|
||||||
|
];
|
||||||
|
_maybeCenterMapOnTelemetryUpdate(
|
||||||
|
displayKeys,
|
||||||
|
sensorsProvider: sensorsProvider,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
final hasAnyCards =
|
||||||
|
selfDisplayKey != null || watchedKeys.isNotEmpty;
|
||||||
|
|
||||||
Widget buildSensorCard(String key, int index) {
|
Widget buildSensorCard(
|
||||||
|
String key, {
|
||||||
|
required int index,
|
||||||
|
required int totalCount,
|
||||||
|
required bool isWatchedCard,
|
||||||
|
}) {
|
||||||
final contact = sensorsProvider.contactForDisplay(
|
final contact = sensorsProvider.contactForDisplay(
|
||||||
key,
|
key,
|
||||||
contactsProvider: contactsProvider,
|
contactsProvider: contactsProvider,
|
||||||
@@ -314,106 +330,122 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
return Padding(
|
return Padding(
|
||||||
key: ValueKey<String>('sensor_card_$key'),
|
key: ValueKey<String>('sensor_card_$key'),
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
bottom: index == displayKeys.length - 1 ? 0 : 12,
|
bottom: index == totalCount - 1 ? 0 : 12,
|
||||||
),
|
),
|
||||||
child: Row(
|
child: ReorderableDelayedDragStartListener(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
enabled: isWatchedCard,
|
||||||
children: [
|
index: index,
|
||||||
Expanded(
|
child: SensorTelemetryCard(
|
||||||
child: SensorTelemetryCard(
|
contact: contact,
|
||||||
contact: contact,
|
state: sensorsProvider.stateFor(key),
|
||||||
state: sensorsProvider.stateFor(key),
|
showActionSheetOnTap: true,
|
||||||
visibleFields: visibleFields,
|
visibleFields: visibleFields,
|
||||||
fieldOrder: sensorsProvider.metricOrderFor(
|
fieldOrder: sensorsProvider.metricOrderFor(
|
||||||
key,
|
key,
|
||||||
availableFieldKeys,
|
availableFieldKeys,
|
||||||
),
|
|
||||||
labelOverrides: sensorsProvider.labelOverridesFor(
|
|
||||||
key,
|
|
||||||
),
|
|
||||||
fieldSpans: {
|
|
||||||
for (final field in visibleFields)
|
|
||||||
field: sensorsProvider.fieldSpanFor(key, field),
|
|
||||||
},
|
|
||||||
onRemove: hasPersistedSensors
|
|
||||||
? () async {
|
|
||||||
await sensorsProvider.removeSensor(key);
|
|
||||||
}
|
|
||||||
: null,
|
|
||||||
onCustomize: () =>
|
|
||||||
_showMetricSelector(context, key, contact),
|
|
||||||
onShowMetHistory: (contact) =>
|
|
||||||
showBTHomeMetHistorySheet(
|
|
||||||
context,
|
|
||||||
contact: contact,
|
|
||||||
),
|
|
||||||
onRefresh: () => sensorsProvider.refreshSensor(
|
|
||||||
publicKeyHex: key,
|
|
||||||
contactsProvider: contactsProvider,
|
|
||||||
connectionProvider: connectionProvider,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
if (hasPersistedSensors) ...[
|
labelOverrides: sensorsProvider.labelOverridesFor(key),
|
||||||
const SizedBox(width: 8),
|
fieldSpans: {
|
||||||
Padding(
|
for (final field in visibleFields)
|
||||||
padding: const EdgeInsets.only(top: 20),
|
field: sensorsProvider.fieldSpanFor(key, field),
|
||||||
child: ReorderableDragStartListener(
|
},
|
||||||
index: index,
|
onRemove: isWatchedCard
|
||||||
child: Tooltip(
|
? () async {
|
||||||
message: 'Move card',
|
await sensorsProvider.removeSensor(key);
|
||||||
child: Container(
|
}
|
||||||
decoration: BoxDecoration(
|
: null,
|
||||||
color: Theme.of(
|
onCustomize: () =>
|
||||||
context,
|
_showMetricSelector(context, key, contact),
|
||||||
).colorScheme.surfaceContainerHighest,
|
onShowMetHistory: (contact) =>
|
||||||
borderRadius: BorderRadius.circular(12),
|
showBTHomeMetHistorySheet(context, contact: contact),
|
||||||
|
onMoveUp: isWatchedCard && index > 0
|
||||||
|
? () =>
|
||||||
|
sensorsProvider.reorderSensors(index, index - 1)
|
||||||
|
: null,
|
||||||
|
onMoveDown: isWatchedCard && index < totalCount - 1
|
||||||
|
? () =>
|
||||||
|
sensorsProvider.reorderSensors(index, index + 2)
|
||||||
|
: null,
|
||||||
|
onRefresh: () => sensorsProvider.refreshSensor(
|
||||||
|
publicKeyHex: key,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
),
|
||||||
|
onPing: contact == null
|
||||||
|
? null
|
||||||
|
: () async {
|
||||||
|
await showModalBottomSheet<void>(
|
||||||
|
context: context,
|
||||||
|
isScrollControlled: true,
|
||||||
|
backgroundColor:
|
||||||
|
Theme.of(context).colorScheme.surface,
|
||||||
|
shape: const RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.vertical(
|
||||||
|
top: Radius.circular(16),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
padding: const EdgeInsets.symmetric(
|
builder: (context) =>
|
||||||
horizontal: 8,
|
PingContactSheet(contact: contact),
|
||||||
vertical: 12,
|
);
|
||||||
),
|
},
|
||||||
child: Icon(
|
),
|
||||||
Icons.drag_indicator,
|
|
||||||
color: Theme.of(
|
|
||||||
context,
|
|
||||||
).colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return RefreshIndicator(
|
return RefreshIndicator(
|
||||||
onRefresh: () => _refreshAll(context),
|
onRefresh: () => _refreshAll(context),
|
||||||
child: displayKeys.isEmpty
|
child: !hasAnyCards
|
||||||
? ListView(
|
? ListView(
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
||||||
children: const [_EmptySensorsState()],
|
children: const [_EmptySensorsState()],
|
||||||
)
|
)
|
||||||
: hasPersistedSensors
|
: hasPersistedSensors && selfDisplayKey == null
|
||||||
? ReorderableListView.builder(
|
? ReorderableListView.builder(
|
||||||
buildDefaultDragHandles: false,
|
buildDefaultDragHandles: false,
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
||||||
itemCount: displayKeys.length,
|
itemCount: watchedKeys.length,
|
||||||
onReorder: (oldIndex, newIndex) =>
|
onReorder: (oldIndex, newIndex) =>
|
||||||
sensorsProvider.reorderSensors(oldIndex, newIndex),
|
sensorsProvider.reorderSensors(oldIndex, newIndex),
|
||||||
itemBuilder: (context, index) =>
|
itemBuilder: (context, index) => buildSensorCard(
|
||||||
buildSensorCard(displayKeys[index], index),
|
watchedKeys[index],
|
||||||
|
index: index,
|
||||||
|
totalCount: watchedKeys.length,
|
||||||
|
isWatchedCard: true,
|
||||||
|
),
|
||||||
)
|
)
|
||||||
: ListView(
|
: ListView(
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
||||||
children: [
|
children: [
|
||||||
for (var i = 0; i < displayKeys.length; i++)
|
if (selfDisplayKey != null)
|
||||||
buildSensorCard(displayKeys[i], i),
|
buildSensorCard(
|
||||||
|
selfDisplayKey,
|
||||||
|
index: 0,
|
||||||
|
totalCount: watchedKeys.isEmpty ? 1 : 2,
|
||||||
|
isWatchedCard: false,
|
||||||
|
),
|
||||||
|
if (selfDisplayKey != null && watchedKeys.isEmpty)
|
||||||
|
_SelfOnlySensorsCta(
|
||||||
|
onAddSensor: () => _showAddSensorSheet(context),
|
||||||
|
),
|
||||||
|
if (watchedKeys.isNotEmpty)
|
||||||
|
ReorderableListView.builder(
|
||||||
|
shrinkWrap: true,
|
||||||
|
buildDefaultDragHandles: false,
|
||||||
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
|
itemCount: watchedKeys.length,
|
||||||
|
onReorder: (oldIndex, newIndex) => sensorsProvider
|
||||||
|
.reorderSensors(oldIndex, newIndex),
|
||||||
|
itemBuilder: (context, index) => buildSensorCard(
|
||||||
|
watchedKeys[index],
|
||||||
|
index: index,
|
||||||
|
totalCount: watchedKeys.length,
|
||||||
|
isWatchedCard: true,
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -423,9 +455,153 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class _SensorCustomizeView extends StatelessWidget {
|
class AddSensorSheet extends StatefulWidget {
|
||||||
|
final List<Contact> candidates;
|
||||||
|
final Future<void> Function(Contact contact) onSelect;
|
||||||
|
final VoidCallback onClose;
|
||||||
|
|
||||||
|
const AddSensorSheet({
|
||||||
|
super.key,
|
||||||
|
required this.candidates,
|
||||||
|
required this.onSelect,
|
||||||
|
required this.onClose,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<AddSensorSheet> createState() => _AddSensorSheetState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _AddSensorSheetState extends State<AddSensorSheet> {
|
||||||
|
final TextEditingController _searchController = TextEditingController();
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_searchController.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
if (widget.candidates.isEmpty) {
|
||||||
|
return const SafeArea(
|
||||||
|
child: Padding(
|
||||||
|
padding: EdgeInsets.all(24),
|
||||||
|
child: Text(
|
||||||
|
'No eligible nodes available. Discover a relay or node first.',
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
final query = _searchController.text.trim().toLowerCase();
|
||||||
|
final filteredCandidates = widget.candidates.where((contact) {
|
||||||
|
if (query.isEmpty) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return contact.displayName.toLowerCase().contains(query) ||
|
||||||
|
contact.publicKeyHex.toLowerCase().contains(query);
|
||||||
|
}).toList();
|
||||||
|
|
||||||
|
return SafeArea(
|
||||||
|
child: Padding(
|
||||||
|
padding: EdgeInsets.only(
|
||||||
|
bottom: MediaQuery.of(context).viewInsets.bottom,
|
||||||
|
),
|
||||||
|
child: SizedBox(
|
||||||
|
height: MediaQuery.of(context).size.height * 0.8,
|
||||||
|
child: Column(
|
||||||
|
children: [
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(20, 8, 12, 8),
|
||||||
|
child: Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
const Text(
|
||||||
|
'Add sensor node',
|
||||||
|
style: TextStyle(fontWeight: FontWeight.bold),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(l10n.pickARelayOrNodeToWatchInSensors),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
onPressed: widget.onClose,
|
||||||
|
tooltip: l10n.close,
|
||||||
|
icon: const Icon(Icons.close),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(20, 0, 20, 12),
|
||||||
|
child: TextField(
|
||||||
|
controller: _searchController,
|
||||||
|
onChanged: (_) => setState(() {}),
|
||||||
|
decoration: const InputDecoration(
|
||||||
|
prefixIcon: Icon(Icons.search),
|
||||||
|
hintText: 'Search sensors',
|
||||||
|
border: OutlineInputBorder(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
child: filteredCandidates.isEmpty
|
||||||
|
? const Padding(
|
||||||
|
padding: EdgeInsets.symmetric(
|
||||||
|
horizontal: 20,
|
||||||
|
vertical: 16,
|
||||||
|
),
|
||||||
|
child: Align(
|
||||||
|
alignment: Alignment.topLeft,
|
||||||
|
child: Text(
|
||||||
|
'No sensor candidates match your search.',
|
||||||
|
),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: ListView.builder(
|
||||||
|
padding: const EdgeInsets.only(bottom: 20),
|
||||||
|
itemCount: filteredCandidates.length,
|
||||||
|
itemBuilder: (context, index) {
|
||||||
|
final contact = filteredCandidates[index];
|
||||||
|
return ListTile(
|
||||||
|
contentPadding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 20,
|
||||||
|
vertical: 4,
|
||||||
|
),
|
||||||
|
leading: CircleAvatar(
|
||||||
|
radius: 24,
|
||||||
|
backgroundColor: const Color(0xFFDDEAF8),
|
||||||
|
child: Icon(
|
||||||
|
_typeIcon(contact),
|
||||||
|
color: const Color(0xFF1E4F7A),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
title: Text(contact.displayName),
|
||||||
|
subtitle: _SensorCandidatePreview(contact: contact),
|
||||||
|
isThreeLine: true,
|
||||||
|
onTap: () => widget.onSelect(contact),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class SensorCustomizeView extends StatelessWidget {
|
||||||
final String publicKeyHex;
|
final String publicKeyHex;
|
||||||
final Contact? initialContact;
|
final Contact? initialContact;
|
||||||
|
final bool showLivePreview;
|
||||||
final Future<void> Function({
|
final Future<void> Function({
|
||||||
required BuildContext context,
|
required BuildContext context,
|
||||||
required String publicKeyHex,
|
required String publicKeyHex,
|
||||||
@@ -434,10 +610,12 @@ class _SensorCustomizeView extends StatelessWidget {
|
|||||||
})
|
})
|
||||||
onRenameMetric;
|
onRenameMetric;
|
||||||
|
|
||||||
const _SensorCustomizeView({
|
const SensorCustomizeView({
|
||||||
|
super.key,
|
||||||
required this.publicKeyHex,
|
required this.publicKeyHex,
|
||||||
required this.initialContact,
|
required this.initialContact,
|
||||||
required this.onRenameMetric,
|
required this.onRenameMetric,
|
||||||
|
this.showLivePreview = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -482,35 +660,39 @@ class _SensorCustomizeView extends StatelessWidget {
|
|||||||
body: ListView(
|
body: ListView(
|
||||||
padding: EdgeInsets.fromLTRB(16, 16, 16, 24),
|
padding: EdgeInsets.fromLTRB(16, 16, 16, 24),
|
||||||
children: [
|
children: [
|
||||||
_SensorCustomizeSectionCard(
|
if (showLivePreview)
|
||||||
title: AppLocalizations.of(context)!.livePreview,
|
_SensorCustomizeSectionCard(
|
||||||
subtitle:
|
title: AppLocalizations.of(context)!.livePreview,
|
||||||
'Changes apply immediately. This card matches the current dashboard layout for this sensor.',
|
subtitle:
|
||||||
child: SensorTelemetryCard(
|
'Changes apply immediately. This card matches the current dashboard layout for this sensor.',
|
||||||
contact: contact,
|
child: SensorTelemetryCard(
|
||||||
state: sensorsProvider.stateFor(publicKeyHex),
|
contact: contact,
|
||||||
visibleFields: visibleFields,
|
state: sensorsProvider.stateFor(publicKeyHex),
|
||||||
fieldOrder: sensorsProvider.metricOrderFor(
|
visibleFields: visibleFields,
|
||||||
publicKeyHex,
|
fieldOrder: sensorsProvider.metricOrderFor(
|
||||||
visibleFields,
|
publicKeyHex,
|
||||||
),
|
visibleFields,
|
||||||
labelOverrides: sensorsProvider.labelOverridesFor(
|
),
|
||||||
publicKeyHex,
|
labelOverrides: sensorsProvider.labelOverridesFor(
|
||||||
),
|
publicKeyHex,
|
||||||
onShowMetHistory: contact == null
|
),
|
||||||
? null
|
onShowMetHistory: contact == null
|
||||||
: (contact) => showBTHomeMetHistorySheet(
|
? null
|
||||||
context,
|
: (contact) => showBTHomeMetHistorySheet(
|
||||||
contact: contact,
|
context,
|
||||||
|
contact: contact,
|
||||||
|
),
|
||||||
|
fieldSpans: {
|
||||||
|
for (final field in visibleFields)
|
||||||
|
field: sensorsProvider.fieldSpanFor(
|
||||||
|
publicKeyHex,
|
||||||
|
field,
|
||||||
),
|
),
|
||||||
fieldSpans: {
|
},
|
||||||
for (final field in visibleFields)
|
margin: EdgeInsets.zero,
|
||||||
field: sensorsProvider.fieldSpanFor(publicKeyHex, field),
|
emptyMetricsMessage: 'No telemetry fields available yet.',
|
||||||
},
|
),
|
||||||
margin: EdgeInsets.zero,
|
|
||||||
emptyMetricsMessage: 'No telemetry fields available yet.',
|
|
||||||
),
|
),
|
||||||
),
|
|
||||||
_SensorCustomizeSectionCard(
|
_SensorCustomizeSectionCard(
|
||||||
title: AppLocalizations.of(context)!.refreshSchedule,
|
title: AppLocalizations.of(context)!.refreshSchedule,
|
||||||
subtitle:
|
subtitle:
|
||||||
@@ -1011,6 +1193,81 @@ class _EmptySensorsStateState extends State<_EmptySensorsState> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _SelfOnlySensorsCta extends StatelessWidget {
|
||||||
|
final VoidCallback onAddSensor;
|
||||||
|
|
||||||
|
const _SelfOnlySensorsCta({required this.onAddSensor});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
return Container(
|
||||||
|
margin: const EdgeInsets.only(top: 8),
|
||||||
|
padding: const EdgeInsets.fromLTRB(18, 18, 18, 20),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(24),
|
||||||
|
border: Border.all(
|
||||||
|
color: theme.colorScheme.outlineVariant.withValues(alpha: 0.35),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Container(
|
||||||
|
width: 44,
|
||||||
|
height: 44,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.primaryContainer,
|
||||||
|
borderRadius: BorderRadius.circular(16),
|
||||||
|
),
|
||||||
|
child: Icon(
|
||||||
|
Icons.add_chart_rounded,
|
||||||
|
color: theme.colorScheme.onPrimaryContainer,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 14),
|
||||||
|
Expanded(
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
'Add another device',
|
||||||
|
style: theme.textTheme.titleMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
Text(
|
||||||
|
'Bring in weather stations, repeaters, or other devices to watch them here.',
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
height: 1.35,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
Align(
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
|
child: FilledButton.icon(
|
||||||
|
onPressed: onAddSensor,
|
||||||
|
icon: const Icon(Icons.add, size: 18),
|
||||||
|
label: const Text('Choose'),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
IconData _typeIcon(Contact contact) {
|
IconData _typeIcon(Contact contact) {
|
||||||
if (contact.isSensor) {
|
if (contact.isSensor) {
|
||||||
return Icons.sensors;
|
return Icons.sensors;
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ import '../providers/app_provider.dart';
|
|||||||
import '../providers/connection_provider.dart';
|
import '../providers/connection_provider.dart';
|
||||||
import '../providers/drawing_provider.dart';
|
import '../providers/drawing_provider.dart';
|
||||||
import '../providers/map_provider.dart';
|
import '../providers/map_provider.dart';
|
||||||
|
import '../models/contact.dart';
|
||||||
import '../models/config_profile.dart';
|
import '../models/config_profile.dart';
|
||||||
import '../services/location_tracking_service.dart';
|
import '../services/location_tracking_service.dart';
|
||||||
import '../services/locale_preferences.dart';
|
import '../services/locale_preferences.dart';
|
||||||
@@ -24,6 +25,7 @@ import '../services/update_checker_service.dart';
|
|||||||
import '../services/voice_bitrate_preferences.dart';
|
import '../services/voice_bitrate_preferences.dart';
|
||||||
import '../services/image_preferences.dart';
|
import '../services/image_preferences.dart';
|
||||||
import '../services/route_hash_preferences.dart';
|
import '../services/route_hash_preferences.dart';
|
||||||
|
import '../services/message_destination_preferences.dart';
|
||||||
import '../services/image_codec_service.dart';
|
import '../services/image_codec_service.dart';
|
||||||
import '../services/developer_mode_service.dart';
|
import '../services/developer_mode_service.dart';
|
||||||
import '../services/notification_service.dart';
|
import '../services/notification_service.dart';
|
||||||
@@ -36,6 +38,7 @@ import '../utils/voice_message_parser.dart';
|
|||||||
import '../theme/app_theme.dart';
|
import '../theme/app_theme.dart';
|
||||||
import '../l10n/app_localizations.dart';
|
import '../l10n/app_localizations.dart';
|
||||||
import '../widgets/update_dialog.dart';
|
import '../widgets/update_dialog.dart';
|
||||||
|
import '../widgets/settings/traffic_stats_reporting_section.dart';
|
||||||
import 'sar_template_management_screen.dart';
|
import 'sar_template_management_screen.dart';
|
||||||
import 'profiles_screen.dart';
|
import 'profiles_screen.dart';
|
||||||
import 'welcome_wizard_screen.dart';
|
import 'welcome_wizard_screen.dart';
|
||||||
@@ -59,6 +62,8 @@ class SettingsScreen extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _SettingsScreenState extends State<SettingsScreen> {
|
class _SettingsScreenState extends State<SettingsScreen> {
|
||||||
|
static const String _publicChannelPublicKeyHex =
|
||||||
|
'0000000000000000000000000000000000000000000000000000000000000000';
|
||||||
late AppThemeMode _selectedTheme;
|
late AppThemeMode _selectedTheme;
|
||||||
late Locale? _selectedLocale;
|
late Locale? _selectedLocale;
|
||||||
PackageInfo? _packageInfo;
|
PackageInfo? _packageInfo;
|
||||||
@@ -79,6 +84,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
bool _fastLocationUpdatesEnabled = false;
|
bool _fastLocationUpdatesEnabled = false;
|
||||||
double _fastLocationMovementThresholdMeters = 10.0;
|
double _fastLocationMovementThresholdMeters = 10.0;
|
||||||
int _fastLocationActiveCadenceSeconds = 10;
|
int _fastLocationActiveCadenceSeconds = 10;
|
||||||
|
int? _fastLocationChannelIdx;
|
||||||
bool _rotateMapWithHeading = false;
|
bool _rotateMapWithHeading = false;
|
||||||
bool _showMapDebugInfo = false;
|
bool _showMapDebugInfo = false;
|
||||||
bool _openMapInFullscreen = false;
|
bool _openMapInFullscreen = false;
|
||||||
@@ -89,6 +95,10 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
bool _muteForegroundNotifications = true;
|
bool _muteForegroundNotifications = true;
|
||||||
bool _isDeveloperModeEnabled = false;
|
bool _isDeveloperModeEnabled = false;
|
||||||
bool _profilesEnabled = false;
|
bool _profilesEnabled = false;
|
||||||
|
bool _messageDestinationLockEnabled = false;
|
||||||
|
String _messageDestinationLockType =
|
||||||
|
MessageDestinationPreferences.destinationTypeChannel;
|
||||||
|
String? _messageDestinationLockPublicKey = _publicChannelPublicKeyHex;
|
||||||
DateTime? _onlineTraceCacheUpdatedAt;
|
DateTime? _onlineTraceCacheUpdatedAt;
|
||||||
bool _isClearingOnlineTraceCache = false;
|
bool _isClearingOnlineTraceCache = false;
|
||||||
int _versionTapCount = 0;
|
int _versionTapCount = 0;
|
||||||
@@ -112,6 +122,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
_loadOnlineTraceCacheStatus();
|
_loadOnlineTraceCacheStatus();
|
||||||
_loadMapPreferences();
|
_loadMapPreferences();
|
||||||
_loadNotificationPreferences();
|
_loadNotificationPreferences();
|
||||||
|
_loadMessageDestinationLock();
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -182,6 +193,94 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _loadMessageDestinationLock() async {
|
||||||
|
final lockedDestination =
|
||||||
|
await MessageDestinationPreferences.getLockedDestination();
|
||||||
|
if (!mounted) return;
|
||||||
|
|
||||||
|
setState(() {
|
||||||
|
_messageDestinationLockEnabled = lockedDestination != null;
|
||||||
|
_messageDestinationLockType =
|
||||||
|
lockedDestination?['publicKey'] == null
|
||||||
|
? MessageDestinationPreferences.destinationTypeChannel
|
||||||
|
: lockedDestination?['type'] ??
|
||||||
|
MessageDestinationPreferences.destinationTypeChannel;
|
||||||
|
_messageDestinationLockPublicKey =
|
||||||
|
lockedDestination?['publicKey'] ?? _publicChannelPublicKeyHex;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Contact> _messageDestinationLockOptions(
|
||||||
|
ContactsProvider contactsProvider,
|
||||||
|
) {
|
||||||
|
final channels = List<Contact>.from(contactsProvider.channels)
|
||||||
|
..sort((a, b) {
|
||||||
|
if (a.isPublicChannel != b.isPublicChannel) {
|
||||||
|
return a.isPublicChannel ? -1 : 1;
|
||||||
|
}
|
||||||
|
return a.displayName.toLowerCase().compareTo(
|
||||||
|
b.displayName.toLowerCase(),
|
||||||
|
);
|
||||||
|
});
|
||||||
|
final rooms = List<Contact>.from(contactsProvider.rooms)
|
||||||
|
..sort(
|
||||||
|
(a, b) => a.displayName.toLowerCase().compareTo(
|
||||||
|
b.displayName.toLowerCase(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
return [...channels, ...rooms];
|
||||||
|
}
|
||||||
|
|
||||||
|
String _messageDestinationLockLabel(BuildContext context, Contact contact) {
|
||||||
|
final name = contact.isChannel
|
||||||
|
? contact.getLocalizedDisplayName(context)
|
||||||
|
: contact.displayName;
|
||||||
|
return contact.isRoom ? 'Room: $name' : 'Channel: $name';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _messageDestinationLockTypeForContact(Contact contact) {
|
||||||
|
return contact.isRoom
|
||||||
|
? MessageDestinationPreferences.destinationTypeRoom
|
||||||
|
: MessageDestinationPreferences.destinationTypeChannel;
|
||||||
|
}
|
||||||
|
|
||||||
|
String? _selectedMessageDestinationLockValue(List<Contact> destinations) {
|
||||||
|
final currentValue = _messageDestinationLockPublicKey;
|
||||||
|
if (currentValue != null &&
|
||||||
|
destinations.any((contact) => contact.publicKeyHex == currentValue)) {
|
||||||
|
return currentValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
return destinations.isEmpty ? null : destinations.first.publicKeyHex;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _setMessageDestinationLock({
|
||||||
|
required bool enabled,
|
||||||
|
String? type,
|
||||||
|
String? recipientPublicKey,
|
||||||
|
}) async {
|
||||||
|
final nextType = type ?? _messageDestinationLockType;
|
||||||
|
final nextRecipientPublicKey =
|
||||||
|
recipientPublicKey ??
|
||||||
|
_messageDestinationLockPublicKey ??
|
||||||
|
_publicChannelPublicKeyHex;
|
||||||
|
|
||||||
|
await MessageDestinationPreferences.setLockedDestination(
|
||||||
|
enabled: enabled,
|
||||||
|
type: nextType,
|
||||||
|
recipientPublicKey: enabled ? nextRecipientPublicKey : null,
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!mounted) return;
|
||||||
|
|
||||||
|
setState(() {
|
||||||
|
_messageDestinationLockEnabled = enabled;
|
||||||
|
_messageDestinationLockType = nextType;
|
||||||
|
_messageDestinationLockPublicKey = nextRecipientPublicKey;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _handleVersionTap() async {
|
Future<void> _handleVersionTap() async {
|
||||||
if (_isDeveloperModeEnabled) {
|
if (_isDeveloperModeEnabled) {
|
||||||
await DeveloperModeService.setEnabled(false);
|
await DeveloperModeService.setEnabled(false);
|
||||||
@@ -314,12 +413,14 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
_locationService.fastLocationMovementThresholdMeters;
|
_locationService.fastLocationMovementThresholdMeters;
|
||||||
_fastLocationActiveCadenceSeconds =
|
_fastLocationActiveCadenceSeconds =
|
||||||
_locationService.fastLocationActiveCadenceSeconds;
|
_locationService.fastLocationActiveCadenceSeconds;
|
||||||
|
_fastLocationChannelIdx = _locationService.fastLocationChannelIdx;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _setFastLocationUpdatesEnabled(bool enabled) async {
|
Future<void> _setFastLocationUpdatesEnabled(bool enabled) async {
|
||||||
await _locationService.setFastLocationUpdatesEnabled(enabled);
|
await _locationService.setFastLocationUpdatesEnabled(enabled);
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
context.read<AppProvider>().notifyChannelLocationSharingChanged();
|
||||||
setState(() {
|
setState(() {
|
||||||
_fastLocationUpdatesEnabled = _locationService.fastLocationUpdatesEnabled;
|
_fastLocationUpdatesEnabled = _locationService.fastLocationUpdatesEnabled;
|
||||||
});
|
});
|
||||||
@@ -338,7 +439,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
keyboardType: const TextInputType.numberWithOptions(decimal: true),
|
keyboardType: const TextInputType.numberWithOptions(decimal: true),
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
labelText: 'Meters',
|
labelText: 'Meters',
|
||||||
helperText: 'Valid range: 1 to 1000 meters',
|
helperText: 'Valid range: 10 to 1000 meters',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
actions: [
|
actions: [
|
||||||
@@ -350,7 +451,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
final parsed = double.tryParse(controller.text.trim());
|
final parsed = double.tryParse(controller.text.trim());
|
||||||
if (parsed == null) return;
|
if (parsed == null) return;
|
||||||
Navigator.pop(context, parsed.clamp(1.0, 1000.0));
|
Navigator.pop(context, parsed.clamp(10.0, 1000.0));
|
||||||
},
|
},
|
||||||
child: const Text('Save'),
|
child: const Text('Save'),
|
||||||
),
|
),
|
||||||
@@ -379,7 +480,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
keyboardType: TextInputType.number,
|
keyboardType: TextInputType.number,
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
labelText: 'Seconds',
|
labelText: 'Seconds',
|
||||||
helperText: 'Valid range: 5 to 60 seconds',
|
helperText: 'Valid range: 10 to 31 seconds',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
actions: [
|
actions: [
|
||||||
@@ -391,7 +492,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
final parsed = int.tryParse(controller.text.trim());
|
final parsed = int.tryParse(controller.text.trim());
|
||||||
if (parsed == null) return;
|
if (parsed == null) return;
|
||||||
Navigator.pop(context, parsed.clamp(5, 60));
|
Navigator.pop(context, parsed.clamp(10, 31));
|
||||||
},
|
},
|
||||||
child: const Text('Save'),
|
child: const Text('Save'),
|
||||||
),
|
),
|
||||||
@@ -407,6 +508,98 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String _describeFastLocationChannel(List<Contact> channels) {
|
||||||
|
final channelIdx = _fastLocationChannelIdx;
|
||||||
|
if (channelIdx == null) {
|
||||||
|
return 'Not set';
|
||||||
|
}
|
||||||
|
|
||||||
|
for (final channel in channels) {
|
||||||
|
final idx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
||||||
|
if (idx == channelIdx) {
|
||||||
|
return '${channel.getLocalizedDisplayName(context)} (slot $channelIdx)';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return 'Channel $channelIdx unavailable';
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _sendTestFastLocationUpdate() async {
|
||||||
|
final appProvider = context.read<AppProvider>();
|
||||||
|
final sent = await appProvider.sendTestFastLocationUpdate();
|
||||||
|
if (!mounted) return;
|
||||||
|
|
||||||
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
|
SnackBar(
|
||||||
|
content: Text(
|
||||||
|
sent
|
||||||
|
? 'Test fast GPS update sent.'
|
||||||
|
: 'Unable to send test fast GPS update.',
|
||||||
|
),
|
||||||
|
backgroundColor: sent ? Colors.green : Colors.orange,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _editFastLocationChannel() async {
|
||||||
|
final channels =
|
||||||
|
List<Contact>.from(context.read<ContactsProvider>().channels)
|
||||||
|
..removeWhere((c) => c.isPublicChannel)
|
||||||
|
..sort((a, b) {
|
||||||
|
final aIdx = a.publicKey.length > 1 ? a.publicKey[1] : 0;
|
||||||
|
final bIdx = b.publicKey.length > 1 ? b.publicKey[1] : 0;
|
||||||
|
return aIdx.compareTo(bIdx);
|
||||||
|
});
|
||||||
|
|
||||||
|
final selected = await showModalBottomSheet<int?>(
|
||||||
|
context: context,
|
||||||
|
builder: (sheetContext) => SafeArea(
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
ListTile(
|
||||||
|
leading: const Icon(Icons.block),
|
||||||
|
title: const Text('Disable fast GPS publishing'),
|
||||||
|
trailing: _fastLocationChannelIdx == null
|
||||||
|
? const Icon(Icons.check)
|
||||||
|
: null,
|
||||||
|
onTap: () => Navigator.pop(sheetContext, -1),
|
||||||
|
),
|
||||||
|
for (final channel in channels)
|
||||||
|
ListTile(
|
||||||
|
leading: const Icon(Icons.tag),
|
||||||
|
title: Text(channel.getLocalizedDisplayName(sheetContext)),
|
||||||
|
subtitle: Text(
|
||||||
|
'Channel ${channel.publicKey.length > 1 ? channel.publicKey[1] : 0}',
|
||||||
|
),
|
||||||
|
trailing:
|
||||||
|
_fastLocationChannelIdx ==
|
||||||
|
(channel.publicKey.length > 1
|
||||||
|
? channel.publicKey[1]
|
||||||
|
: 0)
|
||||||
|
? const Icon(Icons.check)
|
||||||
|
: null,
|
||||||
|
onTap: () => Navigator.pop(
|
||||||
|
sheetContext,
|
||||||
|
channel.publicKey.length > 1 ? channel.publicKey[1] : 0,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (selected == null) return;
|
||||||
|
await _locationService.updateFastLocationChannelIdx(
|
||||||
|
selected < 0 ? null : selected,
|
||||||
|
);
|
||||||
|
if (!mounted) return;
|
||||||
|
context.read<AppProvider>().notifyChannelLocationSharingChanged();
|
||||||
|
setState(() {
|
||||||
|
_fastLocationChannelIdx = _locationService.fastLocationChannelIdx;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _saveImageMaxSize(int size) async {
|
Future<void> _saveImageMaxSize(int size) async {
|
||||||
await ImagePreferences.setMaxSize(size);
|
await ImagePreferences.setMaxSize(size);
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
@@ -1295,19 +1488,6 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
trailing: const Icon(Icons.chevron_right),
|
trailing: const Icon(Icons.chevron_right),
|
||||||
onTap: _showRouteHashSizeDialog,
|
onTap: _showRouteHashSizeDialog,
|
||||||
),
|
),
|
||||||
Consumer<AppProvider>(
|
|
||||||
builder: (context, appProvider, child) => SwitchListTile(
|
|
||||||
secondary: Icon(Icons.swap_horiz),
|
|
||||||
title: Text(AppLocalizations.of(context)!.autoRouteRotation),
|
|
||||||
subtitle: const Text(
|
|
||||||
'Rotate between best known direct paths and flood mode for room/contact sends',
|
|
||||||
),
|
|
||||||
value: appProvider.autoRouteRotationEnabled,
|
|
||||||
onChanged: (value) async {
|
|
||||||
await appProvider.toggleAutoRouteRotationEnabled(value);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Consumer<AppProvider>(
|
Consumer<AppProvider>(
|
||||||
builder: (context, appProvider, child) => SwitchListTile(
|
builder: (context, appProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.route),
|
secondary: Icon(Icons.route),
|
||||||
@@ -1336,6 +1516,90 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.lock_outline),
|
||||||
|
title: const Text('Lock messages to one channel or room'),
|
||||||
|
subtitle: const Text(
|
||||||
|
'Keep the Messages tab and composer fixed on one destination. Direct messages from Contacts still open as usual.',
|
||||||
|
),
|
||||||
|
value: _messageDestinationLockEnabled,
|
||||||
|
onChanged: (value) async {
|
||||||
|
final contactsProvider = context.read<ContactsProvider>();
|
||||||
|
final options = _messageDestinationLockOptions(
|
||||||
|
contactsProvider,
|
||||||
|
);
|
||||||
|
final selectedPublicKey =
|
||||||
|
_selectedMessageDestinationLockValue(options) ??
|
||||||
|
_publicChannelPublicKeyHex;
|
||||||
|
final selectedContact = options.where((contact) {
|
||||||
|
return contact.publicKeyHex == selectedPublicKey;
|
||||||
|
}).firstOrNull;
|
||||||
|
|
||||||
|
await _setMessageDestinationLock(
|
||||||
|
enabled: value,
|
||||||
|
type: selectedContact == null
|
||||||
|
? MessageDestinationPreferences.destinationTypeChannel
|
||||||
|
: _messageDestinationLockTypeForContact(selectedContact),
|
||||||
|
recipientPublicKey: selectedPublicKey,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Consumer<ContactsProvider>(
|
||||||
|
builder: (context, contactsProvider, child) {
|
||||||
|
final options = _messageDestinationLockOptions(
|
||||||
|
contactsProvider,
|
||||||
|
);
|
||||||
|
final selectedValue =
|
||||||
|
_selectedMessageDestinationLockValue(options);
|
||||||
|
|
||||||
|
return Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 12, 16, 16),
|
||||||
|
child: DropdownButtonFormField<String>(
|
||||||
|
key: ValueKey(selectedValue),
|
||||||
|
initialValue: selectedValue,
|
||||||
|
isExpanded: true,
|
||||||
|
decoration: const InputDecoration(
|
||||||
|
labelText: 'Locked channel or room',
|
||||||
|
prefixIcon: Icon(Icons.forum_outlined),
|
||||||
|
border: OutlineInputBorder(),
|
||||||
|
),
|
||||||
|
items: [
|
||||||
|
for (final contact in options)
|
||||||
|
DropdownMenuItem<String>(
|
||||||
|
value: contact.publicKeyHex,
|
||||||
|
child: Text(
|
||||||
|
_messageDestinationLockLabel(context, contact),
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
onChanged:
|
||||||
|
_messageDestinationLockEnabled && options.isNotEmpty
|
||||||
|
? (value) async {
|
||||||
|
if (value == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final selectedContact = options.where((contact) {
|
||||||
|
return contact.publicKeyHex == value;
|
||||||
|
}).firstOrNull;
|
||||||
|
if (selectedContact == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await _setMessageDestinationLock(
|
||||||
|
enabled: true,
|
||||||
|
type: _messageDestinationLockTypeForContact(
|
||||||
|
selectedContact,
|
||||||
|
),
|
||||||
|
recipientPublicKey: value,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
: null,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: const Icon(Icons.delete_sweep, color: Colors.red),
|
leading: const Icon(Icons.delete_sweep, color: Colors.red),
|
||||||
title: const Text(
|
title: const Text(
|
||||||
@@ -1463,21 +1727,6 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Consumer<MapProvider>(
|
|
||||||
builder: (context, mapProvider, child) => SwitchListTile(
|
|
||||||
secondary: Icon(Icons.timeline),
|
|
||||||
title: Text(
|
|
||||||
AppLocalizations.of(context)!.showAllContactTrailsLabel,
|
|
||||||
),
|
|
||||||
subtitle: const Text(
|
|
||||||
'Display location trails for all contacts that have history',
|
|
||||||
),
|
|
||||||
value: mapProvider.showAllContactTrails,
|
|
||||||
onChanged: (value) async {
|
|
||||||
await mapProvider.toggleAllContactTrails();
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Consumer<MapProvider>(
|
Consumer<MapProvider>(
|
||||||
builder: (context, mapProvider, child) => SwitchListTile(
|
builder: (context, mapProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.router_outlined),
|
secondary: Icon(Icons.router_outlined),
|
||||||
@@ -1781,6 +2030,26 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
trailing: const Icon(Icons.chevron_right),
|
trailing: const Icon(Icons.chevron_right),
|
||||||
onTap: _editFastLocationActiveCadence,
|
onTap: _editFastLocationActiveCadence,
|
||||||
),
|
),
|
||||||
|
ListTile(
|
||||||
|
leading: const Icon(Icons.forum),
|
||||||
|
title: const Text('Fast GPS target channel'),
|
||||||
|
subtitle: Text(
|
||||||
|
_describeFastLocationChannel(
|
||||||
|
context.watch<ContactsProvider>().channels,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
trailing: const Icon(Icons.chevron_right),
|
||||||
|
onTap: _editFastLocationChannel,
|
||||||
|
),
|
||||||
|
ListTile(
|
||||||
|
leading: const Icon(Icons.send),
|
||||||
|
title: const Text('Test send update'),
|
||||||
|
subtitle: const Text(
|
||||||
|
'Send one fast GPS update immediately to the configured channel.',
|
||||||
|
),
|
||||||
|
trailing: const Icon(Icons.chevron_right),
|
||||||
|
onTap: _sendTestFastLocationUpdate,
|
||||||
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.location_on),
|
leading: Icon(Icons.location_on),
|
||||||
title: Text(AppLocalizations.of(context)!.locationPermission),
|
title: Text(AppLocalizations.of(context)!.locationPermission),
|
||||||
@@ -1883,6 +2152,14 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
),
|
),
|
||||||
_buildSectionHeader('Developer & Data'),
|
_buildSectionHeader('Developer & Data'),
|
||||||
_buildSettingsCard([
|
_buildSettingsCard([
|
||||||
|
Consumer<AppProvider>(
|
||||||
|
builder: (context, appProvider, child) => ListenableBuilder(
|
||||||
|
listenable: appProvider.trafficStatsReportingService,
|
||||||
|
builder: (context, child) => TrafficStatsReportingSection(
|
||||||
|
service: appProvider.trafficStatsReportingService,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.bug_report),
|
leading: Icon(Icons.bug_report),
|
||||||
title: Text(AppLocalizations.of(context)!.packageName),
|
title: Text(AppLocalizations.of(context)!.packageName),
|
||||||
|
|||||||
@@ -1,602 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:meshcore_client/meshcore_client.dart';
|
|
||||||
import 'package:provider/provider.dart';
|
|
||||||
import '../models/device_info.dart';
|
|
||||||
import '../providers/connection_provider.dart';
|
|
||||||
import '../widgets/device/spectrum_scan_panel.dart';
|
|
||||||
import '../l10n/app_localizations.dart';
|
|
||||||
|
|
||||||
class SpectrumScanScreen extends StatefulWidget {
|
|
||||||
const SpectrumScanScreen({super.key});
|
|
||||||
|
|
||||||
@override
|
|
||||||
State<SpectrumScanScreen> createState() => _SpectrumScanScreenState();
|
|
||||||
}
|
|
||||||
|
|
||||||
class _SpectrumScanScreenState extends State<SpectrumScanScreen> {
|
|
||||||
static const List<String> _bandwidthOptions = [
|
|
||||||
'7.8 kHz',
|
|
||||||
'10.4 kHz',
|
|
||||||
'15.6 kHz',
|
|
||||||
'20.8 kHz',
|
|
||||||
'31.25 kHz',
|
|
||||||
'41.7 kHz',
|
|
||||||
'62.5 kHz',
|
|
||||||
'125 kHz',
|
|
||||||
'250 kHz',
|
|
||||||
'500 kHz',
|
|
||||||
];
|
|
||||||
|
|
||||||
String _selectedBandwidth = '62.5 kHz';
|
|
||||||
bool _isSpectrumScanRunning = false;
|
|
||||||
bool _rangeInitialized = false;
|
|
||||||
String? _lastRangeSourceKey;
|
|
||||||
late double _scanRangeMinMhz;
|
|
||||||
late double _scanRangeMaxMhz;
|
|
||||||
late RangeValues _scanRangeValues;
|
|
||||||
List<SpectrumScanCandidate> _scanCandidates = const [];
|
|
||||||
int? _selectedScanFrequencyKhz;
|
|
||||||
int _completedScanSectors = 0;
|
|
||||||
int _totalScanSectors = 0;
|
|
||||||
|
|
||||||
List<SpectrumScanCandidate> get _recommendedScanCandidates =>
|
|
||||||
_scanCandidates.take(8).toList();
|
|
||||||
|
|
||||||
@override
|
|
||||||
void initState() {
|
|
||||||
super.initState();
|
|
||||||
final deviceInfo = _deviceInfo;
|
|
||||||
if (deviceInfo.radioBw != null &&
|
|
||||||
deviceInfo.radioBw! >= 0 &&
|
|
||||||
deviceInfo.radioBw! < _bandwidthOptions.length) {
|
|
||||||
_selectedBandwidth = _bandwidthOptions[deviceInfo.radioBw!];
|
|
||||||
}
|
|
||||||
_syncRangeFromDevice(deviceInfo);
|
|
||||||
_selectedScanFrequencyKhz = deviceInfo.radioFreq;
|
|
||||||
}
|
|
||||||
|
|
||||||
DeviceInfo get _deviceInfo => context.read<ConnectionProvider>().deviceInfo;
|
|
||||||
|
|
||||||
@override
|
|
||||||
void didChangeDependencies() {
|
|
||||||
super.didChangeDependencies();
|
|
||||||
_syncRangeFromDevice(context.watch<ConnectionProvider>().deviceInfo);
|
|
||||||
}
|
|
||||||
|
|
||||||
void _syncRangeFromDevice(DeviceInfo deviceInfo) {
|
|
||||||
final minKhz = deviceInfo.spectrumScanMinKhz;
|
|
||||||
final maxKhz = deviceInfo.spectrumScanMaxKhz;
|
|
||||||
late double normalizedMinMhz;
|
|
||||||
late double normalizedMaxMhz;
|
|
||||||
late String sourceKey;
|
|
||||||
|
|
||||||
if (minKhz != null && maxKhz != null && maxKhz > minKhz) {
|
|
||||||
final normalized = _normalizeScanRange(
|
|
||||||
minKhz / 1000.0,
|
|
||||||
maxKhz / 1000.0,
|
|
||||||
deviceInfo.radioFreq != null ? deviceInfo.radioFreq! / 1000.0 : null,
|
|
||||||
);
|
|
||||||
normalizedMinMhz = normalized.$1;
|
|
||||||
normalizedMaxMhz = normalized.$2;
|
|
||||||
sourceKey = 'fw:$minKhz:$maxKhz';
|
|
||||||
} else {
|
|
||||||
final normalized = _normalizeScanRange(
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
deviceInfo.radioFreq != null ? deviceInfo.radioFreq! / 1000.0 : null,
|
|
||||||
);
|
|
||||||
normalizedMinMhz = normalized.$1;
|
|
||||||
normalizedMaxMhz = normalized.$2;
|
|
||||||
sourceKey =
|
|
||||||
'fallback:${deviceInfo.radioFreq != null ? deviceInfo.radioFreq! ~/ 1000 : 869525}';
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_rangeInitialized && _lastRangeSourceKey == sourceKey) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_scanRangeMinMhz = normalizedMinMhz;
|
|
||||||
_scanRangeMaxMhz = normalizedMaxMhz;
|
|
||||||
|
|
||||||
if (_scanRangeMaxMhz <= _scanRangeMinMhz) {
|
|
||||||
_scanRangeMaxMhz = _scanRangeMinMhz + 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
_scanRangeValues = RangeValues(_scanRangeMinMhz, _scanRangeMaxMhz);
|
|
||||||
_rangeInitialized = true;
|
|
||||||
_lastRangeSourceKey = sourceKey;
|
|
||||||
}
|
|
||||||
|
|
||||||
(double, double) _normalizeScanRange(
|
|
||||||
double? minMhz,
|
|
||||||
double? maxMhz,
|
|
||||||
double? centerMhz,
|
|
||||||
) {
|
|
||||||
const hardMinMhz = 800.0;
|
|
||||||
const hardMaxMhz = 950.0;
|
|
||||||
final center = centerMhz ?? 869.525;
|
|
||||||
|
|
||||||
if (minMhz != null && maxMhz != null) {
|
|
||||||
final clampedMin = minMhz.clamp(hardMinMhz, hardMaxMhz);
|
|
||||||
final clampedMax = maxMhz.clamp(hardMinMhz, hardMaxMhz);
|
|
||||||
if (clampedMax > clampedMin) {
|
|
||||||
return (clampedMin, clampedMax);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (center >= 900.0 && center <= 930.0) {
|
|
||||||
return (902.0, 928.0);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (863.0, 870.0);
|
|
||||||
}
|
|
||||||
|
|
||||||
double _bandwidthToKhz(String bw) {
|
|
||||||
switch (bw) {
|
|
||||||
case '7.8 kHz':
|
|
||||||
return 7.8;
|
|
||||||
case '10.4 kHz':
|
|
||||||
return 10.4;
|
|
||||||
case '15.6 kHz':
|
|
||||||
return 15.6;
|
|
||||||
case '20.8 kHz':
|
|
||||||
return 20.8;
|
|
||||||
case '31.25 kHz':
|
|
||||||
return 31.25;
|
|
||||||
case '41.7 kHz':
|
|
||||||
return 41.7;
|
|
||||||
case '62.5 kHz':
|
|
||||||
return 62.5;
|
|
||||||
case '125 kHz':
|
|
||||||
return 125.0;
|
|
||||||
case '250 kHz':
|
|
||||||
return 250.0;
|
|
||||||
case '500 kHz':
|
|
||||||
return 500.0;
|
|
||||||
default:
|
|
||||||
return 62.5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
String _currentParamProfile(DeviceInfo deviceInfo) {
|
|
||||||
final sf = deviceInfo.radioSf ?? 8;
|
|
||||||
final cr = deviceInfo.radioCr ?? 8;
|
|
||||||
return 'BW $_selectedBandwidth | SF$sf | CR 4/$cr';
|
|
||||||
}
|
|
||||||
|
|
||||||
String _recommendationTitle(int index) {
|
|
||||||
switch (index) {
|
|
||||||
case 0:
|
|
||||||
return 'Best candidate';
|
|
||||||
case 1:
|
|
||||||
return 'Alternate';
|
|
||||||
case 2:
|
|
||||||
return 'Fallback';
|
|
||||||
default:
|
|
||||||
return 'Candidate ${index + 1}';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
List<int> _possibleBracketFrequenciesKhz() {
|
|
||||||
final bandwidthKhz = _bandwidthToKhz(_selectedBandwidth);
|
|
||||||
final halfBandwidthKhz = bandwidthKhz / 2.0;
|
|
||||||
final startKhz = (_scanRangeValues.start * 1000).round();
|
|
||||||
final stopKhz = (_scanRangeValues.end * 1000).round();
|
|
||||||
final firstCenterKhz = (startKhz + halfBandwidthKhz).round();
|
|
||||||
final lastCenterKhz = (stopKhz - halfBandwidthKhz).round();
|
|
||||||
|
|
||||||
if (lastCenterKhz < firstCenterKhz) {
|
|
||||||
return const [];
|
|
||||||
}
|
|
||||||
|
|
||||||
final stepKhz = bandwidthKhz >= 125.0 ? bandwidthKhz.round() : 25;
|
|
||||||
final centers = <int>[];
|
|
||||||
for (
|
|
||||||
var centerKhz = firstCenterKhz;
|
|
||||||
centerKhz <= lastCenterKhz && centers.length < 8;
|
|
||||||
centerKhz += stepKhz
|
|
||||||
) {
|
|
||||||
centers.add(centerKhz);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (centers.isEmpty || centers.last != lastCenterKhz) {
|
|
||||||
centers.add(lastCenterKhz);
|
|
||||||
}
|
|
||||||
|
|
||||||
return centers.toSet().toList()..sort();
|
|
||||||
}
|
|
||||||
|
|
||||||
void _resetDerivedScanResults() {
|
|
||||||
_scanCandidates = const [];
|
|
||||||
_selectedScanFrequencyKhz = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
List<(int startKhz, int stopKhz)> _buildScanSectors(double bandwidthKhz) {
|
|
||||||
final startKhz = (_scanRangeValues.start * 1000).round();
|
|
||||||
final stopKhz = (_scanRangeValues.end * 1000).round();
|
|
||||||
final sectorWidthKhz = (bandwidthKhz * 24).round().clamp(250, 1200);
|
|
||||||
final overlapKhz = bandwidthKhz.round().clamp(8, 500);
|
|
||||||
final sectors = <(int startKhz, int stopKhz)>[];
|
|
||||||
|
|
||||||
var sectorStartKhz = startKhz;
|
|
||||||
while (sectorStartKhz < stopKhz) {
|
|
||||||
final sectorStopKhz = (sectorStartKhz + sectorWidthKhz).clamp(
|
|
||||||
sectorStartKhz + overlapKhz,
|
|
||||||
stopKhz,
|
|
||||||
);
|
|
||||||
sectors.add((sectorStartKhz, sectorStopKhz));
|
|
||||||
if (sectorStopKhz >= stopKhz) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
sectorStartKhz = sectorStopKhz - overlapKhz;
|
|
||||||
}
|
|
||||||
|
|
||||||
return sectors;
|
|
||||||
}
|
|
||||||
|
|
||||||
List<SpectrumScanCandidate> _mergeSectorCandidates(
|
|
||||||
Iterable<SpectrumScanCandidate> candidates,
|
|
||||||
) {
|
|
||||||
final byFrequency = <int, SpectrumScanCandidate>{};
|
|
||||||
for (final candidate in candidates) {
|
|
||||||
final existing = byFrequency[candidate.centerFrequencyKhz];
|
|
||||||
if (existing == null ||
|
|
||||||
candidate.occupancyPercent < existing.occupancyPercent ||
|
|
||||||
(candidate.occupancyPercent == existing.occupancyPercent &&
|
|
||||||
candidate.peakRssiDbm < existing.peakRssiDbm) ||
|
|
||||||
(candidate.occupancyPercent == existing.occupancyPercent &&
|
|
||||||
candidate.peakRssiDbm == existing.peakRssiDbm &&
|
|
||||||
candidate.avgRssiDbm < existing.avgRssiDbm)) {
|
|
||||||
byFrequency[candidate.centerFrequencyKhz] = candidate;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
final merged = byFrequency.values.toList()
|
|
||||||
..sort((a, b) {
|
|
||||||
final occupancyCompare = a.occupancyPercent.compareTo(
|
|
||||||
b.occupancyPercent,
|
|
||||||
);
|
|
||||||
if (occupancyCompare != 0) return occupancyCompare;
|
|
||||||
final peakCompare = a.peakRssiDbm.compareTo(b.peakRssiDbm);
|
|
||||||
if (peakCompare != 0) return peakCompare;
|
|
||||||
return a.avgRssiDbm.compareTo(b.avgRssiDbm);
|
|
||||||
});
|
|
||||||
return merged;
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _runSpectrumScan() async {
|
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
|
||||||
final bandwidthKhz = _bandwidthToKhz(_selectedBandwidth);
|
|
||||||
final sectors = _buildScanSectors(bandwidthKhz);
|
|
||||||
final sectorCandidates = <SpectrumScanCandidate>[];
|
|
||||||
|
|
||||||
setState(() {
|
|
||||||
_isSpectrumScanRunning = true;
|
|
||||||
_resetDerivedScanResults();
|
|
||||||
_completedScanSectors = 0;
|
|
||||||
_totalScanSectors = sectors.length;
|
|
||||||
});
|
|
||||||
|
|
||||||
try {
|
|
||||||
for (var i = 0; i < sectors.length; i++) {
|
|
||||||
final sector = sectors[i];
|
|
||||||
final result = await connectionProvider.scanSpectrum(
|
|
||||||
startFrequencyKhz: sector.$1,
|
|
||||||
stopFrequencyKhz: sector.$2,
|
|
||||||
bandwidthKhz: bandwidthKhz.round(),
|
|
||||||
stepKhz: (bandwidthKhz / 2).round().clamp(1, 1000),
|
|
||||||
dwellMs: 160,
|
|
||||||
thresholdDb: 8,
|
|
||||||
);
|
|
||||||
if (result != null) {
|
|
||||||
sectorCandidates.addAll(result.candidates);
|
|
||||||
final mergedCandidates = _mergeSectorCandidates(sectorCandidates);
|
|
||||||
if (mounted) {
|
|
||||||
setState(() {
|
|
||||||
_scanCandidates = mergedCandidates;
|
|
||||||
if (_selectedScanFrequencyKhz == null &&
|
|
||||||
mergedCandidates.isNotEmpty) {
|
|
||||||
_selectedScanFrequencyKhz =
|
|
||||||
mergedCandidates.first.centerFrequencyKhz;
|
|
||||||
}
|
|
||||||
_completedScanSectors = i + 1;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} else if (mounted) {
|
|
||||||
setState(() {
|
|
||||||
_completedScanSectors = i + 1;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
if (mounted) {
|
|
||||||
setState(() {
|
|
||||||
_isSpectrumScanRunning = false;
|
|
||||||
if (_completedScanSectors == 0) {
|
|
||||||
_totalScanSectors = sectors.length;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!mounted) return;
|
|
||||||
|
|
||||||
final mergedCandidates = _mergeSectorCandidates(sectorCandidates);
|
|
||||||
if (mergedCandidates.isEmpty) {
|
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
|
||||||
SnackBar(
|
|
||||||
content: Text(AppLocalizations.of(context)!.spectrumScanReturnedNoCandidateFrequencies),
|
|
||||||
backgroundColor: Colors.red,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
setState(() {
|
|
||||||
_scanCandidates = mergedCandidates;
|
|
||||||
_selectedScanFrequencyKhz = mergedCandidates.first.centerFrequencyKhz;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _applySelectedScanFrequency() async {
|
|
||||||
if (_selectedScanFrequencyKhz == null) return;
|
|
||||||
|
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
|
||||||
final deviceInfo = connectionProvider.deviceInfo;
|
|
||||||
|
|
||||||
await connectionProvider.setRadioParams(
|
|
||||||
frequency: _selectedScanFrequencyKhz!,
|
|
||||||
bandwidth: _bandwidthOptions.indexOf(_selectedBandwidth),
|
|
||||||
spreadingFactor: deviceInfo.radioSf ?? 8,
|
|
||||||
codingRate: deviceInfo.radioCr ?? 8,
|
|
||||||
repeat: deviceInfo.clientRepeat,
|
|
||||||
);
|
|
||||||
await connectionProvider.refreshDeviceInfo();
|
|
||||||
|
|
||||||
if (!mounted) return;
|
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
|
||||||
SnackBar(
|
|
||||||
content: Text(
|
|
||||||
'Applied ${(_selectedScanFrequencyKhz! / 1000.0).toStringAsFixed(3)} MHz',
|
|
||||||
),
|
|
||||||
backgroundColor: Colors.green,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
int? _currentPreviewFrequencyKhz(DeviceInfo deviceInfo) {
|
|
||||||
if (_selectedScanFrequencyKhz != null) {
|
|
||||||
return _selectedScanFrequencyKhz;
|
|
||||||
}
|
|
||||||
return deviceInfo.radioFreq;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
final deviceInfo = context.watch<ConnectionProvider>().deviceInfo;
|
|
||||||
final theme = Theme.of(context);
|
|
||||||
final possibleBracketFrequencies = _possibleBracketFrequenciesKhz();
|
|
||||||
final recommendedScanCandidates = _recommendedScanCandidates;
|
|
||||||
final recommendationFrequencies = recommendedScanCandidates.isNotEmpty
|
|
||||||
? recommendedScanCandidates
|
|
||||||
.map((candidate) => candidate.centerFrequencyKhz)
|
|
||||||
.toList()
|
|
||||||
: possibleBracketFrequencies;
|
|
||||||
|
|
||||||
return Scaffold(
|
|
||||||
appBar: AppBar(title: Text(AppLocalizations.of(context)!.spectrumScan)),
|
|
||||||
body: ListView(
|
|
||||||
padding: const EdgeInsets.all(16),
|
|
||||||
children: [
|
|
||||||
Card(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.all(16),
|
|
||||||
child: Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
DropdownButtonFormField<String>(
|
|
||||||
initialValue: _selectedBandwidth,
|
|
||||||
decoration: const InputDecoration(
|
|
||||||
labelText: 'Bandwidth',
|
|
||||||
border: OutlineInputBorder(),
|
|
||||||
helperText:
|
|
||||||
'Scan and apply frequencies for this bandwidth',
|
|
||||||
),
|
|
||||||
items: _bandwidthOptions.map((value) {
|
|
||||||
return DropdownMenuItem<String>(
|
|
||||||
value: value,
|
|
||||||
child: Text(value),
|
|
||||||
);
|
|
||||||
}).toList(),
|
|
||||||
onChanged: (value) {
|
|
||||||
if (value == null) return;
|
|
||||||
setState(() {
|
|
||||||
_selectedBandwidth = value;
|
|
||||||
_resetDerivedScanResults();
|
|
||||||
});
|
|
||||||
},
|
|
||||||
),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
Text(
|
|
||||||
deviceInfo.spectrumScanMinKhz != null &&
|
|
||||||
deviceInfo.spectrumScanMaxKhz != null
|
|
||||||
? 'Firmware scan range: ${_scanRangeMinMhz.toStringAsFixed(3)}-${_scanRangeMaxMhz.toStringAsFixed(3)} MHz'
|
|
||||||
: 'Fallback scan range selected from current band. MeshCore commonly uses EU868 or US915.',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: theme.colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
if (_isSpectrumScanRunning) ...[
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
Text(
|
|
||||||
'Scanning sector ${_completedScanSectors + 1} of $_totalScanSectors. Results update as each sector completes.',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: theme.colorScheme.primary,
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
const SizedBox(height: 12),
|
|
||||||
SpectrumScanPanel(
|
|
||||||
theme: theme,
|
|
||||||
scanSupported: deviceInfo.supportsSpectrumScan == true,
|
|
||||||
isRunning: _isSpectrumScanRunning,
|
|
||||||
rangeMinMhz: _scanRangeMinMhz,
|
|
||||||
rangeMaxMhz: _scanRangeMaxMhz,
|
|
||||||
rangeValues: _scanRangeValues,
|
|
||||||
bandwidthKhz: _bandwidthToKhz(_selectedBandwidth),
|
|
||||||
selectedFrequencyKhz: _currentPreviewFrequencyKhz(
|
|
||||||
deviceInfo,
|
|
||||||
),
|
|
||||||
graphCandidates: _scanCandidates,
|
|
||||||
selectableCandidates: recommendedScanCandidates,
|
|
||||||
onRangeChanged: (values) {
|
|
||||||
setState(() {
|
|
||||||
_scanRangeValues = values;
|
|
||||||
_resetDerivedScanResults();
|
|
||||||
});
|
|
||||||
},
|
|
||||||
onCandidateChanged: (value) {
|
|
||||||
setState(() {
|
|
||||||
_selectedScanFrequencyKhz = value;
|
|
||||||
});
|
|
||||||
},
|
|
||||||
onRunScan: _runSpectrumScan,
|
|
||||||
onApplySelected: _applySelectedScanFrequency,
|
|
||||||
),
|
|
||||||
if (recommendationFrequencies.isNotEmpty) ...[
|
|
||||||
const SizedBox(height: 18),
|
|
||||||
Text(
|
|
||||||
_scanCandidates.isNotEmpty
|
|
||||||
? 'Recommended profiles'
|
|
||||||
: 'Possible brackets',
|
|
||||||
style: theme.textTheme.titleMedium?.copyWith(
|
|
||||||
fontWeight: FontWeight.w700,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
Text(
|
|
||||||
_scanCandidates.isNotEmpty
|
|
||||||
? 'Suggested frequencies from the latest scan with the radio parameters to keep alongside them.'
|
|
||||||
: 'Usable frequency brackets derived from the selected span and bandwidth, even without live scan data.',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: theme.colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 12),
|
|
||||||
for (
|
|
||||||
var i = 0;
|
|
||||||
i < recommendationFrequencies.length;
|
|
||||||
i++
|
|
||||||
) ...[
|
|
||||||
_RecommendationTile(
|
|
||||||
title: _recommendationTitle(i),
|
|
||||||
frequencyKhz: recommendationFrequencies[i],
|
|
||||||
candidate: recommendedScanCandidates.isNotEmpty
|
|
||||||
? recommendedScanCandidates[i]
|
|
||||||
: null,
|
|
||||||
bandwidthKhz: _bandwidthToKhz(_selectedBandwidth),
|
|
||||||
paramsLabel: _currentParamProfile(deviceInfo),
|
|
||||||
isSelected:
|
|
||||||
_selectedScanFrequencyKhz ==
|
|
||||||
recommendationFrequencies[i],
|
|
||||||
onSelect: () {
|
|
||||||
setState(() {
|
|
||||||
_selectedScanFrequencyKhz =
|
|
||||||
recommendationFrequencies[i];
|
|
||||||
});
|
|
||||||
},
|
|
||||||
),
|
|
||||||
if (i != recommendationFrequencies.length - 1)
|
|
||||||
const SizedBox(height: 10),
|
|
||||||
],
|
|
||||||
],
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class _RecommendationTile extends StatelessWidget {
|
|
||||||
final String title;
|
|
||||||
final int frequencyKhz;
|
|
||||||
final SpectrumScanCandidate? candidate;
|
|
||||||
final double bandwidthKhz;
|
|
||||||
final String paramsLabel;
|
|
||||||
final bool isSelected;
|
|
||||||
final VoidCallback onSelect;
|
|
||||||
|
|
||||||
const _RecommendationTile({
|
|
||||||
required this.title,
|
|
||||||
required this.frequencyKhz,
|
|
||||||
required this.candidate,
|
|
||||||
required this.bandwidthKhz,
|
|
||||||
required this.paramsLabel,
|
|
||||||
required this.isSelected,
|
|
||||||
required this.onSelect,
|
|
||||||
});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
final theme = Theme.of(context);
|
|
||||||
final scheme = theme.colorScheme;
|
|
||||||
|
|
||||||
return InkWell(
|
|
||||||
onTap: onSelect,
|
|
||||||
borderRadius: BorderRadius.circular(14),
|
|
||||||
child: Container(
|
|
||||||
padding: const EdgeInsets.all(14),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: isSelected
|
|
||||||
? scheme.primaryContainer.withValues(alpha: 0.55)
|
|
||||||
: scheme.surfaceContainerHighest.withValues(alpha: 0.35),
|
|
||||||
borderRadius: BorderRadius.circular(14),
|
|
||||||
border: Border.all(
|
|
||||||
color: isSelected ? scheme.primary : scheme.outlineVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
child: Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
Row(
|
|
||||||
children: [
|
|
||||||
Expanded(
|
|
||||||
child: Text(
|
|
||||||
title,
|
|
||||||
style: theme.textTheme.titleSmall?.copyWith(
|
|
||||||
fontWeight: FontWeight.w700,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
if (isSelected)
|
|
||||||
Icon(Icons.check_circle, color: scheme.primary, size: 18),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
Text(
|
|
||||||
'${(frequencyKhz / 1000.0).toStringAsFixed(3)} MHz',
|
|
||||||
style: theme.textTheme.headlineSmall?.copyWith(
|
|
||||||
fontWeight: FontWeight.w800,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 6),
|
|
||||||
Text(paramsLabel, style: theme.textTheme.bodyMedium),
|
|
||||||
const SizedBox(height: 6),
|
|
||||||
Text(
|
|
||||||
candidate != null
|
|
||||||
? 'Occupancy ${candidate!.occupancyPercent}% | Avg ${candidate!.avgRssiDbm} dBm | Peak ${candidate!.peakRssiDbm} dBm'
|
|
||||||
: 'Bracket ${(frequencyKhz / 1000.0 - bandwidthKhz / 2000.0).toStringAsFixed(3)}-${(frequencyKhz / 1000.0 + bandwidthKhz / 2000.0).toStringAsFixed(3)} MHz',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: scheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -221,14 +221,13 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _openConnectionDialog() async {
|
Future<void> _openConnectionDialog() async {
|
||||||
await showModalBottomSheet(
|
final connected = await showConnectionDialogFlow(
|
||||||
context: context,
|
context,
|
||||||
isScrollControlled: true,
|
offerPostConnectRepeaterDiscovery: true,
|
||||||
builder: (context) => const ConnectionDialog(),
|
|
||||||
);
|
);
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
if (connectionProvider.deviceInfo.isConnected) {
|
if (connected) {
|
||||||
await connectionProvider.refreshDeviceInfo();
|
await connectionProvider.refreshDeviceInfo();
|
||||||
}
|
}
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ class AppConfigSnapshotService {
|
|||||||
voiceEchoCancellationEnabled: appProvider.isVoiceEchoCancellationEnabled,
|
voiceEchoCancellationEnabled: appProvider.isVoiceEchoCancellationEnabled,
|
||||||
voiceNoiseSuppressionEnabled: appProvider.isVoiceNoiseSuppressionEnabled,
|
voiceNoiseSuppressionEnabled: appProvider.isVoiceNoiseSuppressionEnabled,
|
||||||
messageFontScale: appProvider.messageFontScale,
|
messageFontScale: appProvider.messageFontScale,
|
||||||
autoRouteRotationEnabled: appProvider.autoRouteRotationEnabled,
|
|
||||||
clearPathOnMaxRetry: appProvider.clearPathOnMaxRetry,
|
clearPathOnMaxRetry: appProvider.clearPathOnMaxRetry,
|
||||||
nearestRelayFallbackEnabled: appProvider.nearestRelayFallbackEnabled,
|
nearestRelayFallbackEnabled: appProvider.nearestRelayFallbackEnabled,
|
||||||
voiceBitrate: await VoiceBitratePreferences.getBitrate(),
|
voiceBitrate: await VoiceBitratePreferences.getBitrate(),
|
||||||
@@ -98,11 +97,6 @@ class AppConfigSnapshotService {
|
|||||||
if (section.messageFontScale != null) {
|
if (section.messageFontScale != null) {
|
||||||
await appProvider.setMessageFontScale(section.messageFontScale!);
|
await appProvider.setMessageFontScale(section.messageFontScale!);
|
||||||
}
|
}
|
||||||
if (section.autoRouteRotationEnabled != null) {
|
|
||||||
await appProvider.toggleAutoRouteRotationEnabled(
|
|
||||||
section.autoRouteRotationEnabled!,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (section.clearPathOnMaxRetry != null) {
|
if (section.clearPathOnMaxRetry != null) {
|
||||||
await appProvider.toggleClearPathOnMaxRetry(section.clearPathOnMaxRetry!);
|
await appProvider.toggleClearPathOnMaxRetry(section.clearPathOnMaxRetry!);
|
||||||
}
|
}
|
||||||
@@ -144,11 +138,11 @@ class AppConfigSnapshotService {
|
|||||||
}
|
}
|
||||||
if (section.fastLocationMovementThresholdMeters != null) {
|
if (section.fastLocationMovementThresholdMeters != null) {
|
||||||
locationTracking.fastLocationMovementThresholdMeters =
|
locationTracking.fastLocationMovementThresholdMeters =
|
||||||
section.fastLocationMovementThresholdMeters!;
|
section.fastLocationMovementThresholdMeters!.clamp(10.0, 1000.0);
|
||||||
}
|
}
|
||||||
if (section.fastLocationActiveCadenceSeconds != null) {
|
if (section.fastLocationActiveCadenceSeconds != null) {
|
||||||
locationTracking.fastLocationActiveCadenceSeconds =
|
locationTracking.fastLocationActiveCadenceSeconds =
|
||||||
section.fastLocationActiveCadenceSeconds!;
|
section.fastLocationActiveCadenceSeconds!.clamp(10, 31);
|
||||||
}
|
}
|
||||||
await locationTracking.saveSettings();
|
await locationTracking.saveSettings();
|
||||||
await appProvider.reloadProfileScopedSettings();
|
await appProvider.reloadProfileScopedSettings();
|
||||||
|
|||||||
@@ -110,9 +110,44 @@ class BTHomeMetHistoryParser {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool _isTruthyCapabilityValue(Object? value) {
|
||||||
|
if (value is num) {
|
||||||
|
return value > 0;
|
||||||
|
}
|
||||||
|
if (value is bool) {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _hasBTHomeMetCapability(Contact? contact) {
|
||||||
|
final extraSensorData = contact?.telemetry?.extraSensorData;
|
||||||
|
if (extraSensorData == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// MET history is only enabled when the node advertises an explicit
|
||||||
|
// capability marker on channel 1. Accept a small set of channel-1 marker
|
||||||
|
// keys so the app remains tolerant while firmware-side encoding settles.
|
||||||
|
const capabilityKeys = <String>[
|
||||||
|
'met_capability',
|
||||||
|
'met_capability_1',
|
||||||
|
'generic_sensor_1',
|
||||||
|
'light_level_1',
|
||||||
|
];
|
||||||
|
|
||||||
|
for (final key in capabilityKeys) {
|
||||||
|
if (_isTruthyCapabilityValue(extraSensorData[key])) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
List<BTHomeMetMeasurement> bTHomeMetMeasurementsForContact(Contact? contact) {
|
List<BTHomeMetMeasurement> bTHomeMetMeasurementsForContact(Contact? contact) {
|
||||||
final telemetry = contact?.telemetry;
|
final telemetry = contact?.telemetry;
|
||||||
if (telemetry == null) {
|
if (telemetry == null || !_hasBTHomeMetCapability(contact)) {
|
||||||
return const <BTHomeMetMeasurement>[];
|
return const <BTHomeMetMeasurement>[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -88,10 +88,13 @@ class CayenneLppParser {
|
|||||||
LatLng? gpsLocation;
|
LatLng? gpsLocation;
|
||||||
double? batteryPercentage;
|
double? batteryPercentage;
|
||||||
double? batteryMilliVolts;
|
double? batteryMilliVolts;
|
||||||
|
double? deferredBatteryMilliVolts;
|
||||||
|
double? deferredBatteryPercentage;
|
||||||
double? temperature;
|
double? temperature;
|
||||||
double? humidity;
|
double? humidity;
|
||||||
double? pressure;
|
double? pressure;
|
||||||
final extraSensorData = <String, dynamic>{};
|
final extraSensorData = <String, dynamic>{};
|
||||||
|
bool sawNonSelfChannel = false;
|
||||||
|
|
||||||
int fieldCount = 0;
|
int fieldCount = 0;
|
||||||
while (reader.hasRemaining) {
|
while (reader.hasRemaining) {
|
||||||
@@ -112,6 +115,9 @@ class CayenneLppParser {
|
|||||||
|
|
||||||
final channel = reader.readByte();
|
final channel = reader.readByte();
|
||||||
debugPrint(' Channel: $channel');
|
debugPrint(' Channel: $channel');
|
||||||
|
if (channel != _selfTelemetryChannel) {
|
||||||
|
sawNonSelfChannel = true;
|
||||||
|
}
|
||||||
|
|
||||||
final type = reader.readByte();
|
final type = reader.readByte();
|
||||||
debugPrint(
|
debugPrint(
|
||||||
@@ -136,7 +142,7 @@ class CayenneLppParser {
|
|||||||
final value = rawValue / 100.0;
|
final value = rawValue / 100.0;
|
||||||
debugPrint(' Analog Input (raw): $rawValue');
|
debugPrint(' Analog Input (raw): $rawValue');
|
||||||
debugPrint(' Analog Input (volts): ${value}V');
|
debugPrint(' Analog Input (volts): ${value}V');
|
||||||
if (_isBatteryChannel(channel)) {
|
if (_isDedicatedBatteryChannel(channel)) {
|
||||||
batteryMilliVolts = value * 1000;
|
batteryMilliVolts = value * 1000;
|
||||||
batteryPercentage = _calculateBatteryPercentage(value);
|
batteryPercentage = _calculateBatteryPercentage(value);
|
||||||
extraSensorData[_sourceChannelKey('battery')] = channel;
|
extraSensorData[_sourceChannelKey('battery')] = channel;
|
||||||
@@ -144,6 +150,10 @@ class CayenneLppParser {
|
|||||||
debugPrint(
|
debugPrint(
|
||||||
' → Battery: ${batteryPercentage.toStringAsFixed(1)}% (${batteryMilliVolts.toStringAsFixed(0)}mV)',
|
' → Battery: ${batteryPercentage.toStringAsFixed(1)}% (${batteryMilliVolts.toStringAsFixed(0)}mV)',
|
||||||
);
|
);
|
||||||
|
} else if (_isDeferredBatteryChannel(channel)) {
|
||||||
|
deferredBatteryMilliVolts = value * 1000;
|
||||||
|
deferredBatteryPercentage = _calculateBatteryPercentage(value);
|
||||||
|
extraSensorData['analog_input_$channel'] = value;
|
||||||
} else {
|
} else {
|
||||||
extraSensorData['analog_input_$channel'] = value;
|
extraSensorData['analog_input_$channel'] = value;
|
||||||
}
|
}
|
||||||
@@ -237,7 +247,7 @@ class CayenneLppParser {
|
|||||||
final value = rawValue / 100.0;
|
final value = rawValue / 100.0;
|
||||||
debugPrint(' Voltage (raw): $rawValue');
|
debugPrint(' Voltage (raw): $rawValue');
|
||||||
debugPrint(' Voltage: ${value}V');
|
debugPrint(' Voltage: ${value}V');
|
||||||
if (_isBatteryChannel(channel)) {
|
if (_isDedicatedBatteryChannel(channel)) {
|
||||||
batteryMilliVolts = value * 1000;
|
batteryMilliVolts = value * 1000;
|
||||||
batteryPercentage = _calculateBatteryPercentage(value);
|
batteryPercentage = _calculateBatteryPercentage(value);
|
||||||
extraSensorData[_sourceChannelKey('battery')] = channel;
|
extraSensorData[_sourceChannelKey('battery')] = channel;
|
||||||
@@ -245,6 +255,10 @@ class CayenneLppParser {
|
|||||||
debugPrint(
|
debugPrint(
|
||||||
' → Battery: ${batteryPercentage.toStringAsFixed(1)}% (${batteryMilliVolts.toStringAsFixed(0)}mV)',
|
' → Battery: ${batteryPercentage.toStringAsFixed(1)}% (${batteryMilliVolts.toStringAsFixed(0)}mV)',
|
||||||
);
|
);
|
||||||
|
} else if (_isDeferredBatteryChannel(channel)) {
|
||||||
|
deferredBatteryMilliVolts = value * 1000;
|
||||||
|
deferredBatteryPercentage = _calculateBatteryPercentage(value);
|
||||||
|
extraSensorData['voltage_$channel'] = value;
|
||||||
} else {
|
} else {
|
||||||
extraSensorData['voltage_$channel'] = value;
|
extraSensorData['voltage_$channel'] = value;
|
||||||
}
|
}
|
||||||
@@ -327,7 +341,7 @@ class CayenneLppParser {
|
|||||||
case _lppPercentage:
|
case _lppPercentage:
|
||||||
final value = reader.readByte().toDouble();
|
final value = reader.readByte().toDouble();
|
||||||
debugPrint(' Percentage: $value%');
|
debugPrint(' Percentage: $value%');
|
||||||
if (_isBatteryChannel(channel)) {
|
if (_isDedicatedBatteryChannel(channel) || _isDeferredBatteryChannel(channel)) {
|
||||||
batteryPercentage = value;
|
batteryPercentage = value;
|
||||||
extraSensorData[_sourceChannelKey('battery')] = channel;
|
extraSensorData[_sourceChannelKey('battery')] = channel;
|
||||||
} else {
|
} else {
|
||||||
@@ -631,6 +645,21 @@ class CayenneLppParser {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (batteryMilliVolts == null &&
|
||||||
|
batteryPercentage == null &&
|
||||||
|
deferredBatteryMilliVolts != null &&
|
||||||
|
deferredBatteryPercentage != null &&
|
||||||
|
!sawNonSelfChannel) {
|
||||||
|
batteryMilliVolts = deferredBatteryMilliVolts;
|
||||||
|
batteryPercentage = deferredBatteryPercentage;
|
||||||
|
extraSensorData[_sourceChannelKey('battery')] = _selfTelemetryChannel;
|
||||||
|
extraSensorData[_sourceChannelKey('voltage')] = _selfTelemetryChannel;
|
||||||
|
debugPrint(
|
||||||
|
' Promoted self-channel voltage to battery: '
|
||||||
|
'${batteryPercentage.toStringAsFixed(1)}% (${batteryMilliVolts.toStringAsFixed(0)}mV)',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
debugPrint(' Parsed $fieldCount fields');
|
debugPrint(' Parsed $fieldCount fields');
|
||||||
debugPrint(' ✅ [CayenneLPP] Parsing complete');
|
debugPrint(' ✅ [CayenneLPP] Parsing complete');
|
||||||
debugPrint(
|
debugPrint(
|
||||||
@@ -677,8 +706,10 @@ class CayenneLppParser {
|
|||||||
return ((voltage - 3.0) / 1.2) * 100.0;
|
return ((voltage - 3.0) / 1.2) * 100.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool _isBatteryChannel(int channel) =>
|
static bool _isDedicatedBatteryChannel(int channel) => channel == 0;
|
||||||
channel == 0 || channel == _selfTelemetryChannel;
|
|
||||||
|
static bool _isDeferredBatteryChannel(int channel) =>
|
||||||
|
channel == _selfTelemetryChannel;
|
||||||
|
|
||||||
static int _readUInt32BE(BufferReader reader) {
|
static int _readUInt32BE(BufferReader reader) {
|
||||||
final bytes = reader.readBytes(4);
|
final bytes = reader.readBytes(4);
|
||||||
|
|||||||
11
lib/services/compass_support.dart
Normal file
11
lib/services/compass_support.dart
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
import 'package:flutter/foundation.dart'
|
||||||
|
show TargetPlatform, defaultTargetPlatform, kIsWeb;
|
||||||
|
|
||||||
|
class CompassSupport {
|
||||||
|
const CompassSupport._();
|
||||||
|
|
||||||
|
static bool get isAvailable =>
|
||||||
|
!kIsWeb &&
|
||||||
|
(defaultTargetPlatform == TargetPlatform.android ||
|
||||||
|
defaultTargetPlatform == TargetPlatform.iOS);
|
||||||
|
}
|
||||||
@@ -3,12 +3,136 @@ import '../utils/log_rx_route_decoder.dart';
|
|||||||
|
|
||||||
enum LiveTrafficBusyness { quiet, active, busy }
|
enum LiveTrafficBusyness { quiet, active, busy }
|
||||||
|
|
||||||
|
class LiveTrafficPacketTypeDetails {
|
||||||
|
final int payloadType;
|
||||||
|
final String title;
|
||||||
|
final String label;
|
||||||
|
final String summary;
|
||||||
|
final String description;
|
||||||
|
|
||||||
|
const LiveTrafficPacketTypeDetails({
|
||||||
|
required this.payloadType,
|
||||||
|
required this.title,
|
||||||
|
required this.label,
|
||||||
|
required this.summary,
|
||||||
|
required this.description,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
class LiveTrafficEntry {
|
class LiveTrafficEntry {
|
||||||
final BlePacketLog log;
|
final BlePacketLog log;
|
||||||
final DecodedLogRxRoute? route;
|
final DecodedLogRxRoute? route;
|
||||||
|
|
||||||
const LiveTrafficEntry({required this.log, required this.route});
|
const LiveTrafficEntry({required this.log, required this.route});
|
||||||
|
|
||||||
|
static const List<LiveTrafficPacketTypeDetails> _knownPayloadTypes = [
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x00,
|
||||||
|
title: 'FLOOD REQUEST',
|
||||||
|
label: 'Request',
|
||||||
|
summary: 'Encrypted request to a known peer',
|
||||||
|
description:
|
||||||
|
'Encrypted request to a known peer. The wire payload carries destination and source hashes plus a MAC, and the decrypted body starts with a timestamp followed by application-defined request data such as stats or keepalive requests.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x01,
|
||||||
|
title: 'FLOOD RESPONSE',
|
||||||
|
label: 'Response',
|
||||||
|
summary: 'Encrypted reply to a request',
|
||||||
|
description:
|
||||||
|
'Encrypted reply to a Request or Anonymous request. After decryption, the body is application-defined response data with no single generic response envelope.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x02,
|
||||||
|
title: 'FLOOD TEXT',
|
||||||
|
label: 'Text message',
|
||||||
|
summary: 'Encrypted direct text with timestamp and retry flags',
|
||||||
|
description:
|
||||||
|
'Encrypted direct text message to a known peer. The decrypted body contains a timestamp, a flags and attempt byte, and the message text.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x03,
|
||||||
|
title: 'FLOOD ACK',
|
||||||
|
label: 'Ack',
|
||||||
|
summary: '4-byte acknowledgement for an earlier message',
|
||||||
|
description:
|
||||||
|
'Short acknowledgement proving that a prior message was received. It carries a 4-byte checksum derived from the original message data.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x04,
|
||||||
|
title: 'FLOOD ADVERTISEMENT',
|
||||||
|
label: 'Advertisement',
|
||||||
|
summary: 'Signed node identity broadcast',
|
||||||
|
description:
|
||||||
|
'Signed node advertisement announcing a device identity plus app data such as a name or location. Receivers verify the signature before accepting it.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x05,
|
||||||
|
title: 'FLOOD GROUP_TEXT',
|
||||||
|
label: 'Group text',
|
||||||
|
summary: 'Encrypted channel text matched by channel hash',
|
||||||
|
description:
|
||||||
|
'Encrypted channel text message. It is matched by the first byte of SHA256(channel secret), then decrypted with the channel key. The plaintext is usually in the form "<sender name>: <message body>".',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x06,
|
||||||
|
title: 'FLOOD GROUP_DATA',
|
||||||
|
label: 'Group datagram',
|
||||||
|
summary: 'Encrypted channel data with type and length',
|
||||||
|
description:
|
||||||
|
'Encrypted channel datagram. After channel-hash matching and decryption, the body starts with a 16-bit data type and a 1-byte data length before the application payload.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x07,
|
||||||
|
title: 'FLOOD ANON_REQUEST',
|
||||||
|
label: 'Anonymous request',
|
||||||
|
summary: 'Request using an ephemeral sender key',
|
||||||
|
description:
|
||||||
|
'Encrypted request to a destination hash without using a stored sender identity. The packet includes the sender\'s ephemeral public key so the receiver can derive the shared secret.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x08,
|
||||||
|
title: 'FLOOD RETURNED_PATH',
|
||||||
|
label: 'Returned path',
|
||||||
|
summary:
|
||||||
|
'Return route back to the sender, with optional bundled ACK or response',
|
||||||
|
description:
|
||||||
|
'Path reply sent back to the original author to describe the route a received packet took. MeshCore stores that returned path as the peer\'s direct out-path and can bundle an ACK or response in the same payload.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x09,
|
||||||
|
title: 'FLOOD TRACE_PATH',
|
||||||
|
label: 'Trace path',
|
||||||
|
summary: 'Direct trace that records SNR at each hop',
|
||||||
|
description:
|
||||||
|
'Direct diagnostic packet that walks a supplied path and appends one SNR sample per hop. When it reaches the end of the path, the initiator can inspect hop-by-hop link quality.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x0A,
|
||||||
|
title: 'FLOOD MULTIPART',
|
||||||
|
label: 'Multipart packet',
|
||||||
|
summary: 'Wrapper for one packet in a multipart sequence',
|
||||||
|
description:
|
||||||
|
'Packet wrapper used when a logical message is split into a sequence. Current MeshCore code uses it for multipart ACKs, where the first nibble says how many parts remain.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x0B,
|
||||||
|
title: 'FLOOD CONTROL',
|
||||||
|
label: 'Control packet',
|
||||||
|
summary: 'Discovery or other control data',
|
||||||
|
description:
|
||||||
|
'Control or discovery payload, typically unencrypted. Current documented subtypes are discovery request and response packets used to find nearby nodes and report SNR.',
|
||||||
|
),
|
||||||
|
LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: 0x0F,
|
||||||
|
title: 'RAW CUSTOM',
|
||||||
|
label: 'Custom packet',
|
||||||
|
summary: 'Application-defined custom packet',
|
||||||
|
description:
|
||||||
|
'Application-defined raw packet bytes for custom encryption or custom payload formats. MeshCore leaves the inner format up to the higher-level application.',
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
bool get isMultiHop => (route?.hopCount ?? 0) > 1;
|
bool get isMultiHop => (route?.hopCount ?? 0) > 1;
|
||||||
|
|
||||||
int? get hopCount => route?.hopCount;
|
int? get hopCount => route?.hopCount;
|
||||||
@@ -37,66 +161,39 @@ class LiveTrafficEntry {
|
|||||||
.join(' -> ');
|
.join(' -> ');
|
||||||
}
|
}
|
||||||
|
|
||||||
static String payloadTypeLabel(int payloadType) {
|
static List<LiveTrafficPacketTypeDetails> get knownPayloadTypes =>
|
||||||
switch (payloadType) {
|
_knownPayloadTypes;
|
||||||
case 0x00:
|
|
||||||
return 'Request';
|
static LiveTrafficPacketTypeDetails payloadTypeDetails(int payloadType) {
|
||||||
case 0x01:
|
for (final details in _knownPayloadTypes) {
|
||||||
return 'Response';
|
if (details.payloadType == payloadType) {
|
||||||
case 0x02:
|
return details;
|
||||||
return 'Text message';
|
}
|
||||||
case 0x03:
|
|
||||||
return 'Ack';
|
|
||||||
case 0x04:
|
|
||||||
return 'Advertisement';
|
|
||||||
case 0x05:
|
|
||||||
return 'Group text';
|
|
||||||
case 0x06:
|
|
||||||
return 'Group datagram';
|
|
||||||
case 0x07:
|
|
||||||
return 'Anonymous request';
|
|
||||||
case 0x08:
|
|
||||||
return 'Returned path';
|
|
||||||
case 0x09:
|
|
||||||
return 'Trace path';
|
|
||||||
case 0x0A:
|
|
||||||
return 'Multipart packet';
|
|
||||||
case 0x0B:
|
|
||||||
return 'Control packet';
|
|
||||||
default:
|
|
||||||
return '0x${payloadType.toRadixString(16).padLeft(2, '0')}';
|
|
||||||
}
|
}
|
||||||
|
return LiveTrafficPacketTypeDetails(
|
||||||
|
payloadType: payloadType,
|
||||||
|
title: '0x${payloadType.toRadixString(16).padLeft(2, '0').toUpperCase()}',
|
||||||
|
label: '0x${payloadType.toRadixString(16).padLeft(2, '0')}',
|
||||||
|
summary: 'Unknown or application-specific protocol payload',
|
||||||
|
description:
|
||||||
|
'Unknown or application-specific packet type. Check the current MeshCore firmware or app-specific protocol docs for the exact payload format.',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
static String payloadTypeLabel(int payloadType) {
|
||||||
|
return payloadTypeDetails(payloadType).label;
|
||||||
|
}
|
||||||
|
|
||||||
|
static String payloadTypeTitle(int payloadType) {
|
||||||
|
return payloadTypeDetails(payloadType).title;
|
||||||
}
|
}
|
||||||
|
|
||||||
static String payloadTypeMeaning(int payloadType) {
|
static String payloadTypeMeaning(int payloadType) {
|
||||||
switch (payloadType) {
|
return payloadTypeDetails(payloadType).summary;
|
||||||
case 0x00:
|
}
|
||||||
return 'Request (destination/source hashes + MAC)';
|
|
||||||
case 0x01:
|
static String payloadTypeDescription(int payloadType) {
|
||||||
return 'Response to Request or Anonymous request';
|
return payloadTypeDetails(payloadType).description;
|
||||||
case 0x02:
|
|
||||||
return 'Plain text message';
|
|
||||||
case 0x03:
|
|
||||||
return 'Simple acknowledgement';
|
|
||||||
case 0x04:
|
|
||||||
return 'Node advertisement';
|
|
||||||
case 0x05:
|
|
||||||
return 'Unverified group text message';
|
|
||||||
case 0x06:
|
|
||||||
return 'Unverified group datagram';
|
|
||||||
case 0x07:
|
|
||||||
return 'Generic anonymous request';
|
|
||||||
case 0x08:
|
|
||||||
return 'Returned path payload';
|
|
||||||
case 0x09:
|
|
||||||
return 'Trace path collecting hop SNR';
|
|
||||||
case 0x0A:
|
|
||||||
return 'One packet from a multipart set';
|
|
||||||
case 0x0B:
|
|
||||||
return 'Control or discovery packet';
|
|
||||||
default:
|
|
||||||
return 'protocol payload';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,14 @@ import 'profiles_feature_service.dart';
|
|||||||
/// - MeshCore mesh network integration
|
/// - MeshCore mesh network integration
|
||||||
/// - Real-time position updates via callbacks
|
/// - Real-time position updates via callbacks
|
||||||
class LocationTrackingService {
|
class LocationTrackingService {
|
||||||
|
static const double _defaultFastLocationMovementThresholdMeters = 10.0;
|
||||||
|
static const double _minFastLocationMovementThresholdMeters = 10.0;
|
||||||
|
static const int _defaultFastLocationActiveCadenceSeconds = 10;
|
||||||
|
static const int _minFastLocationActiveCadenceSeconds = 10;
|
||||||
|
static const int _maxFastLocationActiveCadenceSeconds = 31;
|
||||||
|
static const Duration _fastLocationMinimumUpdateInterval = Duration(
|
||||||
|
seconds: 31,
|
||||||
|
);
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// Singleton Pattern
|
// Singleton Pattern
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
@@ -49,6 +57,7 @@ class LocationTrackingService {
|
|||||||
'fast_location_movement_threshold_meters';
|
'fast_location_movement_threshold_meters';
|
||||||
static const String _prefKeyFastActiveCadence =
|
static const String _prefKeyFastActiveCadence =
|
||||||
'fast_location_active_cadence_seconds';
|
'fast_location_active_cadence_seconds';
|
||||||
|
static const String _prefKeyFastChannelIdx = 'fast_location_channel_idx';
|
||||||
|
|
||||||
String _scopedKey(String baseKey) {
|
String _scopedKey(String baseKey) {
|
||||||
return ProfileStorageScope.scopedKey(baseKey);
|
return ProfileStorageScope.scopedKey(baseKey);
|
||||||
@@ -74,10 +83,15 @@ class LocationTrackingService {
|
|||||||
bool fastLocationUpdatesEnabled = false;
|
bool fastLocationUpdatesEnabled = false;
|
||||||
|
|
||||||
/// Distance threshold for fast GPS updates
|
/// Distance threshold for fast GPS updates
|
||||||
double fastLocationMovementThresholdMeters = 10.0;
|
double fastLocationMovementThresholdMeters =
|
||||||
|
_defaultFastLocationMovementThresholdMeters;
|
||||||
|
|
||||||
/// Cadence for active-use fast GPS updates
|
/// Cadence for active-use fast GPS updates
|
||||||
int fastLocationActiveCadenceSeconds = 10;
|
int fastLocationActiveCadenceSeconds =
|
||||||
|
_defaultFastLocationActiveCadenceSeconds;
|
||||||
|
|
||||||
|
/// Target channel index for fast GPS updates; null means disabled/unset.
|
||||||
|
int? fastLocationChannelIdx;
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// State Properties
|
// State Properties
|
||||||
@@ -518,18 +532,30 @@ class LocationTrackingService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> updateFastLocationMovementThreshold(double meters) async {
|
Future<void> updateFastLocationMovementThreshold(double meters) async {
|
||||||
fastLocationMovementThresholdMeters = meters.clamp(1.0, 1000.0);
|
fastLocationMovementThresholdMeters = meters.clamp(
|
||||||
|
_minFastLocationMovementThresholdMeters,
|
||||||
|
1000.0,
|
||||||
|
);
|
||||||
await saveSettings();
|
await saveSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> updateFastLocationActiveCadenceSeconds(int seconds) async {
|
Future<void> updateFastLocationActiveCadenceSeconds(int seconds) async {
|
||||||
fastLocationActiveCadenceSeconds = seconds.clamp(5, 60);
|
fastLocationActiveCadenceSeconds = seconds.clamp(
|
||||||
|
_minFastLocationActiveCadenceSeconds,
|
||||||
|
_maxFastLocationActiveCadenceSeconds,
|
||||||
|
);
|
||||||
|
await saveSettings();
|
||||||
|
_refreshFastLocationTimer();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> updateFastLocationChannelIdx(int? channelIdx) async {
|
||||||
|
fastLocationChannelIdx = channelIdx;
|
||||||
await saveSettings();
|
await saveSettings();
|
||||||
_refreshFastLocationTimer();
|
_refreshFastLocationTimer();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _evaluateFastLocationMovement(Position position) {
|
void _evaluateFastLocationMovement(Position position) {
|
||||||
if (!fastLocationUpdatesEnabled) return;
|
if (!fastLocationUpdatesEnabled || fastLocationChannelIdx == null) return;
|
||||||
final previous = _lastFastLocationSentPosition;
|
final previous = _lastFastLocationSentPosition;
|
||||||
if (previous == null) {
|
if (previous == null) {
|
||||||
_emitFastLocationUpdate(position, reason: 'initial');
|
_emitFastLocationUpdate(position, reason: 'initial');
|
||||||
@@ -552,6 +578,7 @@ class LocationTrackingService {
|
|||||||
_fastLocationTimer = null;
|
_fastLocationTimer = null;
|
||||||
if (!isTracking ||
|
if (!isTracking ||
|
||||||
!fastLocationUpdatesEnabled ||
|
!fastLocationUpdatesEnabled ||
|
||||||
|
fastLocationChannelIdx == null ||
|
||||||
!_isFastLocationActiveUse) {
|
!_isFastLocationActiveUse) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -567,11 +594,16 @@ class LocationTrackingService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _emitFastLocationUpdate(Position position, {required String reason}) {
|
void _emitFastLocationUpdate(Position position, {required String reason}) {
|
||||||
if (!fastLocationUpdatesEnabled) return;
|
if (!fastLocationUpdatesEnabled || fastLocationChannelIdx == null) return;
|
||||||
|
|
||||||
final now = DateTime.now();
|
final now = DateTime.now();
|
||||||
final previous = _lastFastLocationSentPosition;
|
final previous = _lastFastLocationSentPosition;
|
||||||
final previousTime = _lastFastLocationSentAt;
|
final previousTime = _lastFastLocationSentAt;
|
||||||
|
if (previousTime != null &&
|
||||||
|
now.difference(previousTime) < _fastLocationMinimumUpdateInterval) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (previous != null && previousTime != null) {
|
if (previous != null && previousTime != null) {
|
||||||
final distance = Geolocator.distanceBetween(
|
final distance = Geolocator.distanceBetween(
|
||||||
previous.latitude,
|
previous.latitude,
|
||||||
@@ -662,13 +694,16 @@ class LocationTrackingService {
|
|||||||
prefs.getBool(_scopedKey(_prefKeyFastLocationEnabled)) ?? false;
|
prefs.getBool(_scopedKey(_prefKeyFastLocationEnabled)) ?? false;
|
||||||
fastLocationMovementThresholdMeters =
|
fastLocationMovementThresholdMeters =
|
||||||
(prefs.getDouble(_scopedKey(_prefKeyFastMovementThreshold)) ??
|
(prefs.getDouble(_scopedKey(_prefKeyFastMovementThreshold)) ??
|
||||||
gpsUpdateDistance)
|
_defaultFastLocationMovementThresholdMeters)
|
||||||
.clamp(1.0, 1000.0);
|
.clamp(_minFastLocationMovementThresholdMeters, 1000.0);
|
||||||
fastLocationActiveCadenceSeconds =
|
fastLocationActiveCadenceSeconds =
|
||||||
(prefs.getInt(_scopedKey(_prefKeyFastActiveCadence)) ?? 10).clamp(
|
(prefs.getInt(_scopedKey(_prefKeyFastActiveCadence)) ??
|
||||||
5,
|
_defaultFastLocationActiveCadenceSeconds)
|
||||||
60,
|
.clamp(
|
||||||
|
_minFastLocationActiveCadenceSeconds,
|
||||||
|
_maxFastLocationActiveCadenceSeconds,
|
||||||
);
|
);
|
||||||
|
fastLocationChannelIdx = prefs.getInt(_scopedKey(_prefKeyFastChannelIdx));
|
||||||
|
|
||||||
debugPrint('✅ [LocationTracking] Settings loaded');
|
debugPrint('✅ [LocationTracking] Settings loaded');
|
||||||
debugPrint(' Min distance: ${minDistanceMeters}m');
|
debugPrint(' Min distance: ${minDistanceMeters}m');
|
||||||
@@ -680,6 +715,7 @@ class LocationTrackingService {
|
|||||||
' Fast movement threshold: ${fastLocationMovementThresholdMeters}m',
|
' Fast movement threshold: ${fastLocationMovementThresholdMeters}m',
|
||||||
);
|
);
|
||||||
debugPrint(' Fast active cadence: ${fastLocationActiveCadenceSeconds}s');
|
debugPrint(' Fast active cadence: ${fastLocationActiveCadenceSeconds}s');
|
||||||
|
debugPrint(' Fast channel idx: ${fastLocationChannelIdx ?? "unset"}');
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Save settings to SharedPreferences
|
/// Save settings to SharedPreferences
|
||||||
@@ -709,6 +745,12 @@ class LocationTrackingService {
|
|||||||
_scopedKey(_prefKeyFastActiveCadence),
|
_scopedKey(_prefKeyFastActiveCadence),
|
||||||
fastLocationActiveCadenceSeconds,
|
fastLocationActiveCadenceSeconds,
|
||||||
);
|
);
|
||||||
|
final channelKey = _scopedKey(_prefKeyFastChannelIdx);
|
||||||
|
if (fastLocationChannelIdx == null) {
|
||||||
|
await prefs.remove(channelKey);
|
||||||
|
} else {
|
||||||
|
await prefs.setInt(channelKey, fastLocationChannelIdx!);
|
||||||
|
}
|
||||||
|
|
||||||
debugPrint('✅ [LocationTracking] Settings saved');
|
debugPrint('✅ [LocationTracking] Settings saved');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ class MapWorkspaceSnapshotService {
|
|||||||
showPlaceNamesOverlay: mapProvider.showPlaceNamesOverlay,
|
showPlaceNamesOverlay: mapProvider.showPlaceNamesOverlay,
|
||||||
showMunicipalityBordersOverlay:
|
showMunicipalityBordersOverlay:
|
||||||
mapProvider.showMunicipalityBordersOverlay,
|
mapProvider.showMunicipalityBordersOverlay,
|
||||||
showAllContactTrails: mapProvider.showAllContactTrails,
|
|
||||||
hideRepeatersOnMap: mapProvider.hideRepeatersOnMap,
|
hideRepeatersOnMap: mapProvider.hideRepeatersOnMap,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,12 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||||||
class MessageDestinationPreferences {
|
class MessageDestinationPreferences {
|
||||||
static const String _destinationTypeKey = 'message_destination_type';
|
static const String _destinationTypeKey = 'message_destination_type';
|
||||||
static const String _recipientPublicKeyKey = 'message_recipient_public_key';
|
static const String _recipientPublicKeyKey = 'message_recipient_public_key';
|
||||||
|
static const String _lockedDestinationEnabledKey =
|
||||||
|
'message_locked_destination_enabled';
|
||||||
|
static const String _lockedDestinationTypeKey =
|
||||||
|
'message_locked_destination_type';
|
||||||
|
static const String _lockedRecipientPublicKeyKey =
|
||||||
|
'message_locked_recipient_public_key';
|
||||||
|
|
||||||
/// Destination types
|
/// Destination types
|
||||||
static const String destinationTypeAll = 'all';
|
static const String destinationTypeAll = 'all';
|
||||||
@@ -12,6 +18,10 @@ class MessageDestinationPreferences {
|
|||||||
static const String destinationTypeContact = 'contact';
|
static const String destinationTypeContact = 'contact';
|
||||||
static const String destinationTypeRoom = 'room';
|
static const String destinationTypeRoom = 'room';
|
||||||
|
|
||||||
|
static bool isLockableDestinationType(String type) {
|
||||||
|
return type == destinationTypeChannel || type == destinationTypeRoom;
|
||||||
|
}
|
||||||
|
|
||||||
/// Get the saved destination configuration
|
/// Get the saved destination configuration
|
||||||
/// Returns a map with 'type' and optional 'publicKey'
|
/// Returns a map with 'type' and optional 'publicKey'
|
||||||
/// Returns null if no preference is saved (defaults to public channel)
|
/// Returns null if no preference is saved (defaults to public channel)
|
||||||
@@ -53,6 +63,53 @@ class MessageDestinationPreferences {
|
|||||||
await prefs.remove(_recipientPublicKeyKey);
|
await prefs.remove(_recipientPublicKeyKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Get the saved locked destination configuration.
|
||||||
|
/// Returns null when the lock is disabled.
|
||||||
|
static Future<Map<String, String>?> getLockedDestination() async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
final isEnabled = prefs.getBool(_lockedDestinationEnabledKey) ?? false;
|
||||||
|
|
||||||
|
if (!isEnabled) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
final savedType =
|
||||||
|
prefs.getString(_lockedDestinationTypeKey) ?? destinationTypeChannel;
|
||||||
|
final type = isLockableDestinationType(savedType)
|
||||||
|
? savedType
|
||||||
|
: destinationTypeChannel;
|
||||||
|
final publicKey = prefs.getString(_lockedRecipientPublicKeyKey);
|
||||||
|
|
||||||
|
return {'type': type, 'publicKey': ?publicKey};
|
||||||
|
}
|
||||||
|
|
||||||
|
static Future<void> setLockedDestination({
|
||||||
|
required bool enabled,
|
||||||
|
String type = destinationTypeChannel,
|
||||||
|
String? recipientPublicKey,
|
||||||
|
}) async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
|
||||||
|
await prefs.setBool(_lockedDestinationEnabledKey, enabled);
|
||||||
|
|
||||||
|
if (!enabled) {
|
||||||
|
await prefs.remove(_lockedDestinationTypeKey);
|
||||||
|
await prefs.remove(_lockedRecipientPublicKeyKey);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final sanitizedType = isLockableDestinationType(type)
|
||||||
|
? type
|
||||||
|
: destinationTypeChannel;
|
||||||
|
await prefs.setString(_lockedDestinationTypeKey, sanitizedType);
|
||||||
|
|
||||||
|
if (recipientPublicKey != null) {
|
||||||
|
await prefs.setString(_lockedRecipientPublicKeyKey, recipientPublicKey);
|
||||||
|
} else {
|
||||||
|
await prefs.remove(_lockedRecipientPublicKeyKey);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Get display name for destination type
|
/// Get display name for destination type
|
||||||
static String getDestinationTypeName(String type) {
|
static String getDestinationTypeName(String type) {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|||||||
@@ -58,10 +58,7 @@ class MessageStorageService {
|
|||||||
: jsonList;
|
: jsonList;
|
||||||
|
|
||||||
final jsonString = jsonEncode(limitedList);
|
final jsonString = jsonEncode(limitedList);
|
||||||
await prefs.setString(
|
final messagesKey = _key(_messagesKey, namespace: namespace);
|
||||||
_key(_messagesKey, namespace: namespace),
|
|
||||||
jsonString,
|
|
||||||
);
|
|
||||||
final retainedMessageIds = limitedList
|
final retainedMessageIds = limitedList
|
||||||
.map((entry) => entry['id'] as String)
|
.map((entry) => entry['id'] as String)
|
||||||
.toSet();
|
.toSet();
|
||||||
@@ -89,22 +86,41 @@ class MessageStorageService {
|
|||||||
routeMetadataJson[entry.key] = entry.value.toJson();
|
routeMetadataJson[entry.key] = entry.value.toJson();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await prefs.setString(
|
final contactLocationsKey = _key(
|
||||||
_key(_messageContactLocationsKey, namespace: namespace),
|
_messageContactLocationsKey,
|
||||||
jsonEncode(locationJson),
|
namespace: namespace,
|
||||||
);
|
);
|
||||||
await prefs.setString(
|
final receptionDetailsKey = _key(
|
||||||
_key(_messageReceptionDetailsKey, namespace: namespace),
|
_messageReceptionDetailsKey,
|
||||||
jsonEncode(receptionJson),
|
namespace: namespace,
|
||||||
);
|
);
|
||||||
await prefs.setString(
|
final transferDetailsKey = _key(
|
||||||
_key(_messageTransferDetailsKey, namespace: namespace),
|
_messageTransferDetailsKey,
|
||||||
jsonEncode(transferJson),
|
namespace: namespace,
|
||||||
);
|
);
|
||||||
await prefs.setString(
|
final routeMetadataKey = _key(
|
||||||
_key(_messageRouteMetadataKey, namespace: namespace),
|
_messageRouteMetadataKey,
|
||||||
jsonEncode(routeMetadataJson),
|
namespace: namespace,
|
||||||
);
|
);
|
||||||
|
final locationJsonString = jsonEncode(locationJson);
|
||||||
|
final receptionJsonString = jsonEncode(receptionJson);
|
||||||
|
final transferJsonString = jsonEncode(transferJson);
|
||||||
|
final routeMetadataJsonString = jsonEncode(routeMetadataJson);
|
||||||
|
final hasChanges =
|
||||||
|
prefs.getString(messagesKey) != jsonString ||
|
||||||
|
prefs.getString(contactLocationsKey) != locationJsonString ||
|
||||||
|
prefs.getString(receptionDetailsKey) != receptionJsonString ||
|
||||||
|
prefs.getString(transferDetailsKey) != transferJsonString ||
|
||||||
|
prefs.getString(routeMetadataKey) != routeMetadataJsonString;
|
||||||
|
if (!hasChanges) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await prefs.setString(messagesKey, jsonString);
|
||||||
|
await prefs.setString(contactLocationsKey, locationJsonString);
|
||||||
|
await prefs.setString(receptionDetailsKey, receptionJsonString);
|
||||||
|
await prefs.setString(transferDetailsKey, transferJsonString);
|
||||||
|
await prefs.setString(routeMetadataKey, routeMetadataJsonString);
|
||||||
|
|
||||||
debugPrint(
|
debugPrint(
|
||||||
'✅ [MessageStorage] Saved ${limitedList.length} messages to storage',
|
'✅ [MessageStorage] Saved ${limitedList.length} messages to storage',
|
||||||
|
|||||||
@@ -2,30 +2,20 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||||||
import 'profiles_feature_service.dart';
|
import 'profiles_feature_service.dart';
|
||||||
|
|
||||||
class MessagingRoutePreferences {
|
class MessagingRoutePreferences {
|
||||||
static const bool defaultAutoRouteRotationEnabled = false;
|
|
||||||
static const bool defaultClearPathOnMaxRetry = false;
|
static const bool defaultClearPathOnMaxRetry = false;
|
||||||
static const bool defaultNearestRelayFallbackEnabled = true;
|
static const bool defaultNearestRelayFallbackEnabled = true;
|
||||||
|
|
||||||
static const String _autoRouteRotationKey =
|
static const String _legacyAutoRouteRotationKey =
|
||||||
'messaging_auto_route_rotation_enabled';
|
'messaging_auto_route_rotation_enabled';
|
||||||
static const String _clearPathOnMaxRetryKey =
|
static const String _clearPathOnMaxRetryKey =
|
||||||
'messaging_clear_path_on_max_retry';
|
'messaging_clear_path_on_max_retry';
|
||||||
static const String _nearestRelayFallbackKey =
|
static const String _nearestRelayFallbackKey =
|
||||||
'messaging_nearest_relay_fallback_enabled';
|
'messaging_nearest_relay_fallback_enabled';
|
||||||
|
|
||||||
static Future<bool> getAutoRouteRotationEnabled() async {
|
static Future<void> cleanupLegacySettings() async {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
return prefs.getBool(
|
await prefs.remove(
|
||||||
ProfileStorageScope.scopedKey(_autoRouteRotationKey),
|
ProfileStorageScope.scopedKey(_legacyAutoRouteRotationKey),
|
||||||
) ??
|
|
||||||
defaultAutoRouteRotationEnabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
static Future<void> setAutoRouteRotationEnabled(bool enabled) async {
|
|
||||||
final prefs = await SharedPreferences.getInstance();
|
|
||||||
await prefs.setBool(
|
|
||||||
ProfileStorageScope.scopedKey(_autoRouteRotationKey),
|
|
||||||
enabled,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
115
lib/services/offline_map_caching_provider.dart
Normal file
115
lib/services/offline_map_caching_provider.dart
Normal file
@@ -0,0 +1,115 @@
|
|||||||
|
import 'dart:typed_data';
|
||||||
|
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter_map/flutter_map.dart';
|
||||||
|
|
||||||
|
import 'offline_tile_cache_service.dart';
|
||||||
|
import 'tile_sharing_service.dart';
|
||||||
|
|
||||||
|
/// A [MapCachingProvider] that checks the offline AVIF tile cache (and
|
||||||
|
/// optionally peers) before falling through to the built-in cache.
|
||||||
|
///
|
||||||
|
/// This allows preloaded tiles to be served during normal map browsing.
|
||||||
|
class OfflineMapCachingProvider implements MapCachingProvider {
|
||||||
|
final MapCachingProvider _delegate;
|
||||||
|
final OfflineTileCacheService _cache = OfflineTileCacheService.instance;
|
||||||
|
final TileSharingService _sharing = TileSharingService.instance;
|
||||||
|
|
||||||
|
OfflineMapCachingProvider(this._delegate);
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool get isSupported => true;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<CachedMapTile?> getTile(String url) async {
|
||||||
|
// Extract tile coordinates from URL to check our AVIF cache
|
||||||
|
final coords = _parseTileUrl(url);
|
||||||
|
if (coords != null) {
|
||||||
|
final styleHash = _cache.styleHashFromUrl(_extractUrlTemplate(url));
|
||||||
|
|
||||||
|
// Check local AVIF cache first
|
||||||
|
final pngBytes = await _cache.getTileAsPng(
|
||||||
|
styleHash, coords.z, coords.x, coords.y);
|
||||||
|
if (pngBytes != null) {
|
||||||
|
return (
|
||||||
|
bytes: pngBytes,
|
||||||
|
metadata: CachedMapTileMetadata(
|
||||||
|
staleAt: DateTime.now().add(const Duration(days: 365)),
|
||||||
|
lastModified: null,
|
||||||
|
etag: null,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Try peers
|
||||||
|
if (_sharing.discoveredPeers.isNotEmpty) {
|
||||||
|
final avifBytes = await _sharing.fetchFromAnyPeer(
|
||||||
|
styleHash, coords.z, coords.x, coords.y);
|
||||||
|
if (avifBytes != null) {
|
||||||
|
// Cache locally for next time
|
||||||
|
await _cache.putRawTile(
|
||||||
|
styleHash, coords.z, coords.x, coords.y, avifBytes);
|
||||||
|
final decoded = await OfflineTileCacheService.getTileAsPngStatic(avifBytes);
|
||||||
|
if (decoded != null) {
|
||||||
|
return (
|
||||||
|
bytes: decoded,
|
||||||
|
metadata: CachedMapTileMetadata(
|
||||||
|
staleAt: DateTime.now().add(const Duration(days: 365)),
|
||||||
|
lastModified: null,
|
||||||
|
etag: null,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fall through to delegate (built-in cache)
|
||||||
|
return _delegate.getTile(url);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> putTile({
|
||||||
|
required String url,
|
||||||
|
required CachedMapTileMetadata metadata,
|
||||||
|
Uint8List? bytes,
|
||||||
|
}) {
|
||||||
|
// Only delegate to built-in cache for normal browsing tiles
|
||||||
|
return _delegate.putTile(url: url, metadata: metadata, bytes: bytes);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Parse z/x/y from a tile URL.
|
||||||
|
static _TileCoords? _parseTileUrl(String url) {
|
||||||
|
// Match common patterns: /{z}/{x}/{y}.png, /tile/{z}/{y}/{x}, etc.
|
||||||
|
final patterns = [
|
||||||
|
RegExp(r'/(\d+)/(\d+)/(\d+)\.(?:png|jpg|jpeg|webp)'),
|
||||||
|
RegExp(r'/(\d+)/(\d+)/(\d+)$'),
|
||||||
|
];
|
||||||
|
|
||||||
|
for (final pattern in patterns) {
|
||||||
|
final match = pattern.firstMatch(url);
|
||||||
|
if (match != null) {
|
||||||
|
return _TileCoords(
|
||||||
|
z: int.parse(match.group(1)!),
|
||||||
|
x: int.parse(match.group(2)!),
|
||||||
|
y: int.parse(match.group(3)!),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Extract a URL template from a concrete URL by replacing coordinates.
|
||||||
|
static String _extractUrlTemplate(String url) {
|
||||||
|
// Replace the last three numeric path segments with placeholders
|
||||||
|
return url.replaceAllMapped(
|
||||||
|
RegExp(r'/(\d+)/(\d+)/(\d+)(\.(?:png|jpg|jpeg|webp))?$'),
|
||||||
|
(m) => '/{z}/{x}/{y}${m.group(4) ?? ''}',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _TileCoords {
|
||||||
|
final int z, x, y;
|
||||||
|
const _TileCoords({required this.z, required this.x, required this.y});
|
||||||
|
}
|
||||||
481
lib/services/offline_tile_cache_service.dart
Normal file
481
lib/services/offline_tile_cache_service.dart
Normal file
@@ -0,0 +1,481 @@
|
|||||||
|
import 'dart:convert';
|
||||||
|
import 'dart:io';
|
||||||
|
import 'dart:ui' as ui;
|
||||||
|
|
||||||
|
import 'package:crypto/crypto.dart';
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter_avif/flutter_avif.dart';
|
||||||
|
import 'package:path_provider/path_provider.dart';
|
||||||
|
|
||||||
|
/// A saved download region (polygons + zoom range) for quick re-download.
|
||||||
|
class DownloadRegion {
|
||||||
|
final List<List<List<double>>> polygons; // [polygon][vertex][lat, lng]
|
||||||
|
final int minZoom;
|
||||||
|
final int maxZoom;
|
||||||
|
|
||||||
|
const DownloadRegion({
|
||||||
|
required this.polygons,
|
||||||
|
required this.minZoom,
|
||||||
|
required this.maxZoom,
|
||||||
|
});
|
||||||
|
|
||||||
|
Map<String, dynamic> toJson() => {
|
||||||
|
'polygons': polygons,
|
||||||
|
'minZoom': minZoom,
|
||||||
|
'maxZoom': maxZoom,
|
||||||
|
};
|
||||||
|
|
||||||
|
factory DownloadRegion.fromJson(Map<String, dynamic> json) {
|
||||||
|
final rawPolygons = json['polygons'] as List<dynamic>? ?? [];
|
||||||
|
final polygons = rawPolygons.map<List<List<double>>>((poly) {
|
||||||
|
return (poly as List<dynamic>).map<List<double>>((vertex) {
|
||||||
|
final v = vertex as List<dynamic>;
|
||||||
|
return [
|
||||||
|
(v[0] as num).toDouble(),
|
||||||
|
(v[1] as num).toDouble(),
|
||||||
|
];
|
||||||
|
}).toList();
|
||||||
|
}).toList();
|
||||||
|
return DownloadRegion(
|
||||||
|
polygons: polygons,
|
||||||
|
minZoom: json['minZoom'] as int? ?? 8,
|
||||||
|
maxZoom: json['maxZoom'] as int? ?? 14,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Metadata about a cached map style.
|
||||||
|
class StyleInfo {
|
||||||
|
final String hash;
|
||||||
|
final String displayName;
|
||||||
|
final String urlTemplate;
|
||||||
|
final int tileCount;
|
||||||
|
final int sizeBytes;
|
||||||
|
final DownloadRegion? region;
|
||||||
|
|
||||||
|
const StyleInfo({
|
||||||
|
required this.hash,
|
||||||
|
required this.displayName,
|
||||||
|
required this.urlTemplate,
|
||||||
|
this.tileCount = 0,
|
||||||
|
this.sizeBytes = 0,
|
||||||
|
this.region,
|
||||||
|
});
|
||||||
|
|
||||||
|
Map<String, dynamic> toJson() => {
|
||||||
|
'hash': hash,
|
||||||
|
'displayName': displayName,
|
||||||
|
'urlTemplate': urlTemplate,
|
||||||
|
'tileCount': tileCount,
|
||||||
|
'sizeBytes': sizeBytes,
|
||||||
|
if (region != null) 'region': region!.toJson(),
|
||||||
|
};
|
||||||
|
|
||||||
|
factory StyleInfo.fromJson(Map<String, dynamic> json) => StyleInfo(
|
||||||
|
hash: json['hash'] as String,
|
||||||
|
displayName: json['displayName'] as String? ?? json['hash'] as String,
|
||||||
|
urlTemplate: json['urlTemplate'] as String? ?? '',
|
||||||
|
tileCount: json['tileCount'] as int? ?? 0,
|
||||||
|
sizeBytes: json['sizeBytes'] as int? ?? 0,
|
||||||
|
region: json['region'] != null
|
||||||
|
? DownloadRegion.fromJson(json['region'] as Map<String, dynamic>)
|
||||||
|
: null,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// A tile coordinate in the cache (z/x/y).
|
||||||
|
class CachedTileCoord {
|
||||||
|
final int z, x, y;
|
||||||
|
const CachedTileCoord(this.z, this.x, this.y);
|
||||||
|
|
||||||
|
Map<String, int> toJson() => {'z': z, 'x': x, 'y': y};
|
||||||
|
|
||||||
|
factory CachedTileCoord.fromJson(Map<String, dynamic> json) =>
|
||||||
|
CachedTileCoord(
|
||||||
|
json['z'] as int,
|
||||||
|
json['x'] as int,
|
||||||
|
json['y'] as int,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Manages the offline AVIF tile cache on disk.
|
||||||
|
///
|
||||||
|
/// Tiles are stored as `{baseDir}/offline_tiles/{styleHash}/{z}/{x}/{y}.avif`.
|
||||||
|
/// Style metadata is stored as `{baseDir}/offline_tiles/{styleHash}/meta.json`.
|
||||||
|
/// This cache is separate from flutter_map's built-in cache and is used for
|
||||||
|
/// proactively downloaded tiles and WiFi sharing.
|
||||||
|
class OfflineTileCacheService {
|
||||||
|
OfflineTileCacheService._();
|
||||||
|
static final instance = OfflineTileCacheService._();
|
||||||
|
|
||||||
|
String? _baseDir;
|
||||||
|
|
||||||
|
Future<String> get baseDir async {
|
||||||
|
if (_baseDir != null) return _baseDir!;
|
||||||
|
final docs = await getApplicationDocumentsDirectory();
|
||||||
|
_baseDir = '${docs.path}/offline_tiles';
|
||||||
|
return _baseDir!;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Derive a short deterministic hash from a URL template.
|
||||||
|
String styleHashFromUrl(String urlTemplate) {
|
||||||
|
final bytes = sha256.convert(urlTemplate.codeUnits).bytes;
|
||||||
|
return bytes
|
||||||
|
.take(6)
|
||||||
|
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
||||||
|
.join();
|
||||||
|
}
|
||||||
|
|
||||||
|
String _tilePath(String base, String styleHash, int z, int x, int y) {
|
||||||
|
return '$base/$styleHash/$z/$x/$y.avif';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _tileDir(String base, String styleHash, int z, int x) {
|
||||||
|
return '$base/$styleHash/$z/$x';
|
||||||
|
}
|
||||||
|
|
||||||
|
// In-memory manifest cache: styleHash → set of "z/x/y" keys.
|
||||||
|
// Loaded lazily, kept in sync with writes.
|
||||||
|
final Map<String, Set<String>> _manifests = {};
|
||||||
|
|
||||||
|
static String _tileKey(int z, int x, int y) => '$z/$x/$y';
|
||||||
|
|
||||||
|
String _manifestPath(String base, String styleHash) =>
|
||||||
|
'$base/$styleHash/manifest.txt';
|
||||||
|
|
||||||
|
/// Load the manifest for a style into memory (if not already loaded).
|
||||||
|
Future<Set<String>> loadManifest(String styleHash) async {
|
||||||
|
if (_manifests.containsKey(styleHash)) return _manifests[styleHash]!;
|
||||||
|
|
||||||
|
final base = await baseDir;
|
||||||
|
final file = File(_manifestPath(base, styleHash));
|
||||||
|
final Set<String> manifest;
|
||||||
|
if (await file.exists()) {
|
||||||
|
final lines = await file.readAsLines();
|
||||||
|
manifest = lines.where((l) => l.isNotEmpty).toSet();
|
||||||
|
} else {
|
||||||
|
// First time — scan the filesystem and build the manifest
|
||||||
|
manifest = {};
|
||||||
|
final styleDir = Directory('$base/$styleHash');
|
||||||
|
if (await styleDir.exists()) {
|
||||||
|
final avifPattern = RegExp(r'/(\d+)/(\d+)/(\d+)\.avif$');
|
||||||
|
await for (final entity in styleDir.list(recursive: true)) {
|
||||||
|
if (entity is! File) continue;
|
||||||
|
final match = avifPattern.firstMatch(entity.path);
|
||||||
|
if (match != null) {
|
||||||
|
manifest.add('${match.group(1)}/${match.group(2)}/${match.group(3)}');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Persist the scanned manifest
|
||||||
|
await _writeManifest(base, styleHash, manifest);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
_manifests[styleHash] = manifest;
|
||||||
|
return manifest;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _writeManifest(
|
||||||
|
String base, String styleHash, Set<String> manifest) async {
|
||||||
|
final dir = Directory('$base/$styleHash');
|
||||||
|
if (!await dir.exists()) await dir.create(recursive: true);
|
||||||
|
await File(_manifestPath(base, styleHash))
|
||||||
|
.writeAsString(manifest.join('\n'), flush: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Append a tile key to the manifest (both in-memory and on disk).
|
||||||
|
Future<void> _addToManifest(
|
||||||
|
String base, String styleHash, String key) async {
|
||||||
|
_manifests[styleHash] ??= {};
|
||||||
|
if (_manifests[styleHash]!.add(key)) {
|
||||||
|
final file = File(_manifestPath(base, styleHash));
|
||||||
|
await file.writeAsString('$key\n',
|
||||||
|
mode: FileMode.append, flush: true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Check if a tile exists in the cache (uses in-memory manifest).
|
||||||
|
Future<bool> hasTile(String styleHash, int z, int x, int y) async {
|
||||||
|
final manifest = await loadManifest(styleHash);
|
||||||
|
return manifest.contains(_tileKey(z, x, y));
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Read a cached tile's raw AVIF bytes (for serving to peers).
|
||||||
|
Future<Uint8List?> getRawTile(String styleHash, int z, int x, int y) async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final file = File(_tilePath(base, styleHash, z, x, y));
|
||||||
|
if (!await file.exists()) return null;
|
||||||
|
return file.readAsBytes();
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Read a cached tile and decode AVIF → PNG bytes for flutter_map display.
|
||||||
|
Future<Uint8List?> getTileAsPng(
|
||||||
|
String styleHash, int z, int x, int y) async {
|
||||||
|
final avifBytes = await getRawTile(styleHash, z, x, y);
|
||||||
|
if (avifBytes == null) return null;
|
||||||
|
return _avifToPng(avifBytes);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Store a tile: encode PNG bytes → AVIF, write to disk, update manifest.
|
||||||
|
Future<void> putTile(
|
||||||
|
String styleHash,
|
||||||
|
int z,
|
||||||
|
int x,
|
||||||
|
int y,
|
||||||
|
Uint8List pngBytes,
|
||||||
|
) async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory(_tileDir(base, styleHash, z, x));
|
||||||
|
if (!await dir.exists()) {
|
||||||
|
await dir.create(recursive: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
final avifBytes = await _pngToAvif(pngBytes);
|
||||||
|
if (avifBytes == null) {
|
||||||
|
await File(_tilePath(base, styleHash, z, x, y))
|
||||||
|
.writeAsBytes(pngBytes, flush: true);
|
||||||
|
} else {
|
||||||
|
await File(_tilePath(base, styleHash, z, x, y))
|
||||||
|
.writeAsBytes(avifBytes, flush: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
await _addToManifest(base, styleHash, _tileKey(z, x, y));
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Store raw AVIF bytes directly (from a peer), update manifest.
|
||||||
|
Future<void> putRawTile(
|
||||||
|
String styleHash,
|
||||||
|
int z,
|
||||||
|
int x,
|
||||||
|
int y,
|
||||||
|
Uint8List avifBytes,
|
||||||
|
) async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory(_tileDir(base, styleHash, z, x));
|
||||||
|
if (!await dir.exists()) {
|
||||||
|
await dir.create(recursive: true);
|
||||||
|
}
|
||||||
|
await File(_tilePath(base, styleHash, z, x, y))
|
||||||
|
.writeAsBytes(avifBytes, flush: true);
|
||||||
|
await _addToManifest(base, styleHash, _tileKey(z, x, y));
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get total cache size in bytes.
|
||||||
|
Future<int> getCacheSize() async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory(base);
|
||||||
|
if (!await dir.exists()) return 0;
|
||||||
|
|
||||||
|
var totalSize = 0;
|
||||||
|
await for (final entity in dir.list(recursive: true)) {
|
||||||
|
if (entity is File) {
|
||||||
|
totalSize += await entity.length();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return totalSize;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// List all style hashes that have cached tiles.
|
||||||
|
Future<List<String>> listStyles() async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory(base);
|
||||||
|
if (!await dir.exists()) return [];
|
||||||
|
|
||||||
|
final styles = <String>[];
|
||||||
|
await for (final entity in dir.list()) {
|
||||||
|
if (entity is Directory) {
|
||||||
|
styles.add(entity.path.split('/').last);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return styles;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Save metadata for a style (name, URL template, download region).
|
||||||
|
Future<void> saveStyleMeta(
|
||||||
|
String styleHash, {
|
||||||
|
required String displayName,
|
||||||
|
required String urlTemplate,
|
||||||
|
DownloadRegion? region,
|
||||||
|
}) async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory('$base/$styleHash');
|
||||||
|
if (!await dir.exists()) {
|
||||||
|
await dir.create(recursive: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Merge with existing meta to preserve region if not provided
|
||||||
|
final metaFile = File('$base/$styleHash/meta.json');
|
||||||
|
Map<String, dynamic> meta = {
|
||||||
|
'displayName': displayName,
|
||||||
|
'urlTemplate': urlTemplate,
|
||||||
|
};
|
||||||
|
if (region != null) {
|
||||||
|
meta['region'] = region.toJson();
|
||||||
|
} else if (await metaFile.exists()) {
|
||||||
|
try {
|
||||||
|
final existing = jsonDecode(await metaFile.readAsString());
|
||||||
|
if (existing['region'] != null) {
|
||||||
|
meta['region'] = existing['region'];
|
||||||
|
}
|
||||||
|
} catch (_) {}
|
||||||
|
}
|
||||||
|
|
||||||
|
await metaFile.writeAsString(jsonEncode(meta), flush: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Read metadata for a style.
|
||||||
|
Future<StyleInfo?> getStyleMeta(String styleHash) async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final metaFile = File('$base/$styleHash/meta.json');
|
||||||
|
if (!await metaFile.exists()) return null;
|
||||||
|
try {
|
||||||
|
final json = jsonDecode(await metaFile.readAsString());
|
||||||
|
return StyleInfo(
|
||||||
|
hash: styleHash,
|
||||||
|
displayName: json['displayName'] as String? ?? styleHash,
|
||||||
|
urlTemplate: json['urlTemplate'] as String? ?? '',
|
||||||
|
region: json['region'] != null
|
||||||
|
? DownloadRegion.fromJson(json['region'] as Map<String, dynamic>)
|
||||||
|
: null,
|
||||||
|
);
|
||||||
|
} catch (_) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// List all styles with metadata, tile counts, and sizes.
|
||||||
|
Future<List<StyleInfo>> listStylesDetailed() async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory(base);
|
||||||
|
if (!await dir.exists()) return [];
|
||||||
|
|
||||||
|
final results = <StyleInfo>[];
|
||||||
|
await for (final entity in dir.list()) {
|
||||||
|
if (entity is! Directory) continue;
|
||||||
|
final hash = entity.path.split('/').last;
|
||||||
|
|
||||||
|
// Read meta
|
||||||
|
String displayName = hash;
|
||||||
|
String urlTemplate = '';
|
||||||
|
DownloadRegion? region;
|
||||||
|
final metaFile = File('${entity.path}/meta.json');
|
||||||
|
if (await metaFile.exists()) {
|
||||||
|
try {
|
||||||
|
final json = jsonDecode(await metaFile.readAsString());
|
||||||
|
displayName = json['displayName'] as String? ?? hash;
|
||||||
|
urlTemplate = json['urlTemplate'] as String? ?? '';
|
||||||
|
if (json['region'] != null) {
|
||||||
|
region = DownloadRegion.fromJson(
|
||||||
|
json['region'] as Map<String, dynamic>);
|
||||||
|
}
|
||||||
|
} catch (_) {}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Count tiles and size
|
||||||
|
var tileCount = 0;
|
||||||
|
var sizeBytes = 0;
|
||||||
|
await for (final file in entity.list(recursive: true)) {
|
||||||
|
if (file is File && file.path.endsWith('.avif')) {
|
||||||
|
tileCount++;
|
||||||
|
sizeBytes += await file.length();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
results.add(StyleInfo(
|
||||||
|
hash: hash,
|
||||||
|
displayName: displayName,
|
||||||
|
urlTemplate: urlTemplate,
|
||||||
|
tileCount: tileCount,
|
||||||
|
sizeBytes: sizeBytes,
|
||||||
|
region: region,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// List all tile coordinates cached for a given style.
|
||||||
|
Future<List<CachedTileCoord>> listTilesForStyle(String styleHash) async {
|
||||||
|
final base = await baseDir;
|
||||||
|
final styleDir = Directory('$base/$styleHash');
|
||||||
|
if (!await styleDir.exists()) return [];
|
||||||
|
|
||||||
|
final tiles = <CachedTileCoord>[];
|
||||||
|
final avifPattern = RegExp(r'/(\d+)/(\d+)/(\d+)\.avif$');
|
||||||
|
|
||||||
|
await for (final entity in styleDir.list(recursive: true)) {
|
||||||
|
if (entity is! File) continue;
|
||||||
|
final match = avifPattern.firstMatch(entity.path);
|
||||||
|
if (match != null) {
|
||||||
|
tiles.add(CachedTileCoord(
|
||||||
|
int.parse(match.group(1)!),
|
||||||
|
int.parse(match.group(2)!),
|
||||||
|
int.parse(match.group(3)!),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return tiles;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Delete a single style's tiles, manifest, and metadata.
|
||||||
|
Future<void> deleteStyle(String styleHash) async {
|
||||||
|
_manifests.remove(styleHash);
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory('$base/$styleHash');
|
||||||
|
if (await dir.exists()) {
|
||||||
|
await dir.delete(recursive: true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Delete all cached tiles, manifests, and metadata.
|
||||||
|
Future<void> clearCache() async {
|
||||||
|
_manifests.clear();
|
||||||
|
final base = await baseDir;
|
||||||
|
final dir = Directory(base);
|
||||||
|
if (await dir.exists()) {
|
||||||
|
await dir.delete(recursive: true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Decode AVIF bytes to PNG (static helper for use by caching provider).
|
||||||
|
static Future<Uint8List?> getTileAsPngStatic(Uint8List avifBytes) {
|
||||||
|
return _avifToPng(avifBytes);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Encode PNG → AVIF for tile storage.
|
||||||
|
/// Uses moderate quality for good compression with acceptable quality.
|
||||||
|
static Future<Uint8List?> _pngToAvif(Uint8List pngBytes) async {
|
||||||
|
try {
|
||||||
|
final avif = await encodeAvif(
|
||||||
|
pngBytes,
|
||||||
|
maxThreads: 2,
|
||||||
|
maxQuantizer: 40, // Good quality (0=lossless, 63=worst)
|
||||||
|
minQuantizer: 25,
|
||||||
|
maxQuantizerAlpha: 63,
|
||||||
|
minQuantizerAlpha: 63,
|
||||||
|
speed: 6,
|
||||||
|
keepExif: false,
|
||||||
|
);
|
||||||
|
if (avif.isEmpty) return null;
|
||||||
|
return avif;
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[OfflineTileCache] AVIF encode error: $e');
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Decode AVIF → PNG bytes for display.
|
||||||
|
static Future<Uint8List?> _avifToPng(Uint8List avifBytes) async {
|
||||||
|
try {
|
||||||
|
// Use Flutter's image codec which can handle AVIF via flutter_avif
|
||||||
|
final codec = await ui.instantiateImageCodec(avifBytes);
|
||||||
|
final frame = await codec.getNextFrame();
|
||||||
|
final image = frame.image;
|
||||||
|
final byteData =
|
||||||
|
await image.toByteData(format: ui.ImageByteFormat.png);
|
||||||
|
image.dispose();
|
||||||
|
return byteData?.buffer.asUint8List();
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[OfflineTileCache] AVIF decode error: $e');
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,279 +4,145 @@ import 'package:flutter/foundation.dart';
|
|||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
import '../models/contact.dart';
|
import '../models/contact.dart';
|
||||||
import '../models/path_history.dart';
|
|
||||||
import '../models/path_selection.dart';
|
import '../models/path_selection.dart';
|
||||||
import '../utils/log_rx_route_decoder.dart';
|
|
||||||
|
class _ManualPathSelectionRecord {
|
||||||
|
final List<int> pathBytes;
|
||||||
|
final int hopCount;
|
||||||
|
final int hashSize;
|
||||||
|
|
||||||
|
const _ManualPathSelectionRecord({
|
||||||
|
required this.pathBytes,
|
||||||
|
required this.hopCount,
|
||||||
|
required this.hashSize,
|
||||||
|
});
|
||||||
|
|
||||||
|
factory _ManualPathSelectionRecord.fromJson(Map<String, dynamic> json) {
|
||||||
|
final pathBytes = (json['pathBytes'] as List<dynamic>? ?? const <dynamic>[])
|
||||||
|
.whereType<int>()
|
||||||
|
.toList();
|
||||||
|
return _ManualPathSelectionRecord(
|
||||||
|
pathBytes: pathBytes,
|
||||||
|
hopCount: json['hopCount'] as int? ?? 0,
|
||||||
|
hashSize: json['hashSize'] as int? ?? 1,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<String, dynamic> toJson() => {
|
||||||
|
'pathBytes': pathBytes,
|
||||||
|
'hopCount': hopCount,
|
||||||
|
'hashSize': hashSize,
|
||||||
|
};
|
||||||
|
|
||||||
|
PathSelection toSelection() => PathSelection(
|
||||||
|
mode: PathSelectionMode.directCurrent,
|
||||||
|
pathBytes: Uint8List.fromList(pathBytes),
|
||||||
|
hopCount: hopCount,
|
||||||
|
hashSize: hashSize,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
class PathHistoryService {
|
class PathHistoryService {
|
||||||
static const String _storageKey = 'contact_path_history_v1';
|
static const String _legacyStorageKey = 'contact_path_history_v2';
|
||||||
static const int _maxDirectPaths = 20;
|
static const String _manualRouteStorageKey =
|
||||||
static const int _topRotationCount = 3;
|
'contact_manual_path_overrides_v1';
|
||||||
|
|
||||||
final Map<String, ContactPathHistory> _cache = {};
|
final Map<String, _ManualPathSelectionRecord> _manualSelections = {};
|
||||||
bool _isLoaded = false;
|
bool _isLoaded = false;
|
||||||
|
|
||||||
Future<void> initialize() async {
|
Future<void> initialize() async {
|
||||||
if (_isLoaded) return;
|
if (_isLoaded) return;
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
final raw = prefs.getString(_storageKey);
|
await prefs.remove(_legacyStorageKey);
|
||||||
if (raw == null || raw.isEmpty) {
|
|
||||||
_isLoaded = true;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
final manualRaw = prefs.getString(_manualRouteStorageKey);
|
||||||
try {
|
try {
|
||||||
final decoded = jsonDecode(raw);
|
if (manualRaw != null && manualRaw.isNotEmpty) {
|
||||||
if (decoded is Map<String, dynamic>) {
|
final decoded = jsonDecode(manualRaw);
|
||||||
for (final entry in decoded.entries) {
|
if (decoded is Map<String, dynamic>) {
|
||||||
final value = entry.value;
|
for (final entry in decoded.entries) {
|
||||||
if (value is Map<String, dynamic>) {
|
final value = entry.value;
|
||||||
_cache[entry.key] = ContactPathHistory.fromJson(entry.key, value);
|
if (value is Map<String, dynamic>) {
|
||||||
|
_manualSelections[entry.key] =
|
||||||
|
_ManualPathSelectionRecord.fromJson(value);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
debugPrint('⚠️ [PathHistoryService] Failed to load history: $error');
|
debugPrint(
|
||||||
|
'⚠️ [PathHistoryService] Failed to load manual routes: $error',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
_isLoaded = true;
|
_isLoaded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> recordLearnedPath(Contact contact) async {
|
Future<PathSelection> getSelectionForContact(Contact contact) async {
|
||||||
await initialize();
|
await initialize();
|
||||||
if (!contact.routeHasPath || contact.routeHopCount <= 0) {
|
final manualSelection = _manualSelections[contact.publicKeyHex];
|
||||||
return;
|
if (manualSelection != null) {
|
||||||
|
return manualSelection.toSelection();
|
||||||
}
|
}
|
||||||
|
|
||||||
final history = _historyFor(contact.publicKeyHex);
|
final route = ContactRouteCodec.fromContact(contact);
|
||||||
final signature = _signature(contact.routePathBytes);
|
if (route == null) {
|
||||||
final existing = _findDirectPath(history.directPaths, signature);
|
return PathSelection.flood();
|
||||||
final updated = PathRecord(
|
}
|
||||||
pathBytes: contact.routePathBytes.toList(),
|
|
||||||
hopCount: contact.routeHopCount,
|
|
||||||
hashSize: contact.routeHashSize,
|
|
||||||
source: existing?.source ?? PathRecordSource.learned,
|
|
||||||
successCount: existing?.successCount ?? 0,
|
|
||||||
failureCount: existing?.failureCount ?? 0,
|
|
||||||
lastRoundTripTimeMs: existing?.lastRoundTripTimeMs ?? 0,
|
|
||||||
lastUsedAt: DateTime.now(),
|
|
||||||
);
|
|
||||||
|
|
||||||
await _saveHistory(
|
return PathSelection(
|
||||||
|
mode: PathSelectionMode.directCurrent,
|
||||||
|
pathBytes: Uint8List.fromList(route.pathBytes),
|
||||||
|
hopCount: route.hopCount,
|
||||||
|
hashSize: route.hashSize,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> setManualRouteForContact(
|
||||||
|
Contact contact,
|
||||||
|
ParsedContactRoute route,
|
||||||
|
) async {
|
||||||
|
await setManualSelectionFor(
|
||||||
contact.publicKeyHex,
|
contact.publicKeyHex,
|
||||||
history.copyWith(
|
PathSelection(
|
||||||
directPaths: _upsertDirectPath(history.directPaths, updated),
|
mode: PathSelectionMode.directCurrent,
|
||||||
|
pathBytes: Uint8List.fromList(route.pathBytes),
|
||||||
|
hopCount: route.hopCount,
|
||||||
|
hashSize: route.hashSize,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> recordReceivedBytePath(
|
Future<void> setManualSelectionFor(
|
||||||
String contactPublicKeyHex,
|
String contactPublicKeyHex,
|
||||||
List<int> pathBytes,
|
PathSelection selection,
|
||||||
int hashSize,
|
|
||||||
) async {
|
) async {
|
||||||
await initialize();
|
await initialize();
|
||||||
if (pathBytes.isEmpty) {
|
_manualSelections[contactPublicKeyHex] = _ManualPathSelectionRecord(
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (hashSize < 1 || hashSize > 3) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (pathBytes.length % hashSize != 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final normalizedPathBytes = LogRxRouteDecoder.reverseHopBytes(
|
|
||||||
pathBytes,
|
|
||||||
hashSize: hashSize,
|
|
||||||
);
|
|
||||||
|
|
||||||
final history = _historyFor(contactPublicKeyHex);
|
|
||||||
final signature = normalizedPathBytes
|
|
||||||
.map((byte) => byte.toRadixString(16).padLeft(2, '0'))
|
|
||||||
.join();
|
|
||||||
final existing = _findDirectPath(history.directPaths, signature);
|
|
||||||
final updated = PathRecord(
|
|
||||||
pathBytes: normalizedPathBytes,
|
|
||||||
hopCount: normalizedPathBytes.length ~/ hashSize,
|
|
||||||
hashSize: hashSize,
|
|
||||||
source: PathRecordSource.observed,
|
|
||||||
successCount: existing?.successCount ?? 0,
|
|
||||||
failureCount: existing?.failureCount ?? 0,
|
|
||||||
lastRoundTripTimeMs: existing?.lastRoundTripTimeMs ?? 0,
|
|
||||||
lastUsedAt: DateTime.now(),
|
|
||||||
);
|
|
||||||
|
|
||||||
await _saveHistory(
|
|
||||||
contactPublicKeyHex,
|
|
||||||
history.copyWith(
|
|
||||||
directPaths: _upsertDirectPath(history.directPaths, updated),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<PathSelection> getSelectionForContact(
|
|
||||||
Contact contact, {
|
|
||||||
required bool autoRouteRotationEnabled,
|
|
||||||
}) async {
|
|
||||||
await initialize();
|
|
||||||
await recordLearnedPath(contact);
|
|
||||||
|
|
||||||
if (contact.routeHasPath && contact.routeHopCount > 0) {
|
|
||||||
return PathSelection(
|
|
||||||
mode: PathSelectionMode.directCurrent,
|
|
||||||
pathBytes: Uint8List.fromList(contact.routePathBytes),
|
|
||||||
hopCount: contact.routeHopCount,
|
|
||||||
hashSize: contact.routeHashSize,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!autoRouteRotationEnabled) {
|
|
||||||
return PathSelection.flood();
|
|
||||||
}
|
|
||||||
|
|
||||||
final history = _historyFor(contact.publicKeyHex);
|
|
||||||
final ranked = List<PathRecord>.from(history.directPaths)
|
|
||||||
..sort(_comparePathRecords);
|
|
||||||
final topPaths = ranked.take(_topRotationCount).toList();
|
|
||||||
if (topPaths.isEmpty) {
|
|
||||||
final nextFloodHistory = history.copyWith(
|
|
||||||
rotationIndex: history.rotationIndex + 1,
|
|
||||||
);
|
|
||||||
await _saveHistory(contact.publicKeyHex, nextFloodHistory);
|
|
||||||
return PathSelection.flood();
|
|
||||||
}
|
|
||||||
|
|
||||||
final selections =
|
|
||||||
topPaths
|
|
||||||
.map(
|
|
||||||
(record) => PathSelection(
|
|
||||||
mode: PathSelectionMode.directHistorical,
|
|
||||||
pathBytes: Uint8List.fromList(record.pathBytes),
|
|
||||||
hopCount: record.hopCount,
|
|
||||||
hashSize: record.hashSize,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
.toList()
|
|
||||||
..add(PathSelection.flood());
|
|
||||||
|
|
||||||
final index = history.rotationIndex % selections.length;
|
|
||||||
final updatedHistory = history.copyWith(
|
|
||||||
rotationIndex: history.rotationIndex + 1,
|
|
||||||
);
|
|
||||||
await _saveHistory(contact.publicKeyHex, updatedHistory);
|
|
||||||
return selections[index];
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> recordPathResult(
|
|
||||||
String contactPublicKeyHex,
|
|
||||||
PathSelection selection, {
|
|
||||||
required bool success,
|
|
||||||
int? roundTripTimeMs,
|
|
||||||
}) async {
|
|
||||||
await initialize();
|
|
||||||
final history = _historyFor(contactPublicKeyHex);
|
|
||||||
if (selection.usesFlood) {
|
|
||||||
final current = history.floodStats;
|
|
||||||
await _saveHistory(
|
|
||||||
contactPublicKeyHex,
|
|
||||||
history.copyWith(
|
|
||||||
floodStats: current.copyWith(
|
|
||||||
successCount: current.successCount + (success ? 1 : 0),
|
|
||||||
failureCount: current.failureCount + (success ? 0 : 1),
|
|
||||||
lastRoundTripTimeMs: success
|
|
||||||
? (roundTripTimeMs ?? current.lastRoundTripTimeMs)
|
|
||||||
: current.lastRoundTripTimeMs,
|
|
||||||
lastUsedAt: DateTime.now(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final signature = _signature(selection.pathBytes);
|
|
||||||
final existing = _findDirectPath(history.directPaths, signature);
|
|
||||||
final updated = PathRecord(
|
|
||||||
pathBytes: selection.pathBytes.toList(),
|
pathBytes: selection.pathBytes.toList(),
|
||||||
hopCount: selection.hopCount,
|
hopCount: selection.hopCount,
|
||||||
hashSize: selection.hashSize,
|
hashSize: selection.hashSize,
|
||||||
source: existing?.source ?? PathRecordSource.learned,
|
|
||||||
successCount: (existing?.successCount ?? 0) + (success ? 1 : 0),
|
|
||||||
failureCount: (existing?.failureCount ?? 0) + (success ? 0 : 1),
|
|
||||||
lastRoundTripTimeMs: success
|
|
||||||
? (roundTripTimeMs ?? existing?.lastRoundTripTimeMs ?? 0)
|
|
||||||
: (existing?.lastRoundTripTimeMs ?? 0),
|
|
||||||
lastUsedAt: DateTime.now(),
|
|
||||||
);
|
|
||||||
await _saveHistory(
|
|
||||||
contactPublicKeyHex,
|
|
||||||
history.copyWith(
|
|
||||||
directPaths: _upsertDirectPath(history.directPaths, updated),
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
await _persistManualSelections();
|
||||||
}
|
}
|
||||||
|
|
||||||
ContactPathHistory historyFor(String contactPublicKeyHex) {
|
Future<PathSelection?> getManualSelectionForContact(Contact contact) async {
|
||||||
return _cache[contactPublicKeyHex] ??
|
await initialize();
|
||||||
ContactPathHistory.empty(contactPublicKeyHex);
|
return _manualSelections[contact.publicKeyHex]?.toSelection();
|
||||||
}
|
}
|
||||||
|
|
||||||
ContactPathHistory _historyFor(String contactPublicKeyHex) {
|
Future<void> clearManualRouteFor(String contactPublicKeyHex) async {
|
||||||
return _cache.putIfAbsent(
|
await initialize();
|
||||||
contactPublicKeyHex,
|
_manualSelections.remove(contactPublicKeyHex);
|
||||||
() => ContactPathHistory.empty(contactPublicKeyHex),
|
await _persistManualSelections();
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _saveHistory(
|
Future<void> _persistManualSelections() async {
|
||||||
String contactPublicKeyHex,
|
|
||||||
ContactPathHistory history,
|
|
||||||
) async {
|
|
||||||
_cache[contactPublicKeyHex] = history;
|
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
final payload = <String, dynamic>{};
|
final manualPayload = <String, dynamic>{};
|
||||||
for (final entry in _cache.entries) {
|
for (final entry in _manualSelections.entries) {
|
||||||
payload[entry.key] = entry.value.toJson();
|
manualPayload[entry.key] = entry.value.toJson();
|
||||||
}
|
}
|
||||||
await prefs.setString(_storageKey, jsonEncode(payload));
|
await prefs.setString(_manualRouteStorageKey, jsonEncode(manualPayload));
|
||||||
}
|
}
|
||||||
|
|
||||||
List<PathRecord> _upsertDirectPath(
|
|
||||||
List<PathRecord> existing,
|
|
||||||
PathRecord updatedRecord,
|
|
||||||
) {
|
|
||||||
final updated = List<PathRecord>.from(existing)
|
|
||||||
..removeWhere((record) => record.signature == updatedRecord.signature)
|
|
||||||
..insert(0, updatedRecord);
|
|
||||||
if (updated.length > _maxDirectPaths) {
|
|
||||||
return updated.take(_maxDirectPaths).toList();
|
|
||||||
}
|
|
||||||
return updated;
|
|
||||||
}
|
|
||||||
|
|
||||||
int _comparePathRecords(PathRecord a, PathRecord b) {
|
|
||||||
final successRateCompare = b.successRate.compareTo(a.successRate);
|
|
||||||
if (successRateCompare != 0) return successRateCompare;
|
|
||||||
|
|
||||||
final successCountCompare = b.successCount.compareTo(a.successCount);
|
|
||||||
if (successCountCompare != 0) return successCountCompare;
|
|
||||||
|
|
||||||
final aRtt = a.lastRoundTripTimeMs == 0 ? 1 << 30 : a.lastRoundTripTimeMs;
|
|
||||||
final bRtt = b.lastRoundTripTimeMs == 0 ? 1 << 30 : b.lastRoundTripTimeMs;
|
|
||||||
final rttCompare = aRtt.compareTo(bRtt);
|
|
||||||
if (rttCompare != 0) return rttCompare;
|
|
||||||
|
|
||||||
return b.lastUsedAt.compareTo(a.lastUsedAt);
|
|
||||||
}
|
|
||||||
|
|
||||||
PathRecord? _findDirectPath(List<PathRecord> records, String signature) {
|
|
||||||
for (final record in records) {
|
|
||||||
if (record.signature == signature) {
|
|
||||||
return record;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
String _signature(Uint8List bytes) =>
|
|
||||||
bytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join();
|
|
||||||
}
|
}
|
||||||
|
|||||||
86
lib/services/region_scope_preferences.dart
Normal file
86
lib/services/region_scope_preferences.dart
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
import 'dart:convert';
|
||||||
|
import 'dart:typed_data';
|
||||||
|
import 'package:crypto/crypto.dart';
|
||||||
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
import 'profiles_feature_service.dart';
|
||||||
|
|
||||||
|
/// Stores per-channel region scope settings.
|
||||||
|
///
|
||||||
|
/// Each channel can optionally have a region scope assigned. When set, the app
|
||||||
|
/// will set the flood scope on the device before sending channel messages so
|
||||||
|
/// that repeaters outside the region won't forward them.
|
||||||
|
class RegionScopePreferences {
|
||||||
|
static const String _namePrefix = 'region_scope_name_';
|
||||||
|
static const String _keyPrefix = 'region_scope_key_';
|
||||||
|
|
||||||
|
/// Get the saved scope for a channel.
|
||||||
|
/// Returns null if no scope is set.
|
||||||
|
static Future<({String name, Uint8List key})?> getScope(
|
||||||
|
int channelIdx,
|
||||||
|
) async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
final name = prefs.getString(
|
||||||
|
ProfileStorageScope.scopedKey('$_namePrefix$channelIdx'),
|
||||||
|
);
|
||||||
|
final keyBase64 = prefs.getString(
|
||||||
|
ProfileStorageScope.scopedKey('$_keyPrefix$channelIdx'),
|
||||||
|
);
|
||||||
|
if (name == null || keyBase64 == null) return null;
|
||||||
|
try {
|
||||||
|
return (name: name, key: Uint8List.fromList(base64.decode(keyBase64)));
|
||||||
|
} catch (_) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Save a region scope for a channel.
|
||||||
|
static Future<void> setScope(
|
||||||
|
int channelIdx,
|
||||||
|
String name,
|
||||||
|
Uint8List key,
|
||||||
|
) async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
await prefs.setString(
|
||||||
|
ProfileStorageScope.scopedKey('$_namePrefix$channelIdx'),
|
||||||
|
name,
|
||||||
|
);
|
||||||
|
await prefs.setString(
|
||||||
|
ProfileStorageScope.scopedKey('$_keyPrefix$channelIdx'),
|
||||||
|
base64.encode(key),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Clear the region scope for a channel.
|
||||||
|
static Future<void> clearScope(int channelIdx) async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
await prefs.remove(
|
||||||
|
ProfileStorageScope.scopedKey('$_namePrefix$channelIdx'),
|
||||||
|
);
|
||||||
|
await prefs.remove(
|
||||||
|
ProfileStorageScope.scopedKey('$_keyPrefix$channelIdx'),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Clear all region scopes (all channels).
|
||||||
|
static Future<void> clearAllScopes() async {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
final keys = prefs.getKeys();
|
||||||
|
for (final key in keys) {
|
||||||
|
if (key.contains(_namePrefix) || key.contains(_keyPrefix)) {
|
||||||
|
await prefs.remove(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Derive the 16-byte transport key for a region name.
|
||||||
|
///
|
||||||
|
/// Matches firmware `TransportKeyStore::getAutoKeyFor`:
|
||||||
|
/// `SHA256("#regionname")` → first 16 bytes.
|
||||||
|
/// The name must include the leading `#` (auto-prepended if missing).
|
||||||
|
static Uint8List deriveRegionKey(String regionName) {
|
||||||
|
final normalized =
|
||||||
|
regionName.startsWith('#') ? regionName : '#$regionName';
|
||||||
|
final digest = sha256.convert(utf8.encode(normalized));
|
||||||
|
return Uint8List.fromList(digest.bytes.sublist(0, 16));
|
||||||
|
}
|
||||||
|
}
|
||||||
332
lib/services/tile_download_service.dart
Normal file
332
lib/services/tile_download_service.dart
Normal file
@@ -0,0 +1,332 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
|
import 'package:http/http.dart' as http;
|
||||||
|
import 'package:latlong2/latlong.dart';
|
||||||
|
|
||||||
|
import 'offline_tile_cache_service.dart';
|
||||||
|
import 'tile_math_service.dart';
|
||||||
|
|
||||||
|
/// Events emitted during tile download.
|
||||||
|
sealed class TileDownloadEvent {}
|
||||||
|
|
||||||
|
class TileDownloadStarted extends TileDownloadEvent {
|
||||||
|
final int totalTiles;
|
||||||
|
TileDownloadStarted(this.totalTiles);
|
||||||
|
}
|
||||||
|
|
||||||
|
class TileDownloaded extends TileDownloadEvent {
|
||||||
|
final double north, south, east, west;
|
||||||
|
TileDownloaded({
|
||||||
|
required this.north,
|
||||||
|
required this.south,
|
||||||
|
required this.east,
|
||||||
|
required this.west,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class TileSkipped extends TileDownloadEvent {
|
||||||
|
final double north, south, east, west;
|
||||||
|
TileSkipped({
|
||||||
|
required this.north,
|
||||||
|
required this.south,
|
||||||
|
required this.east,
|
||||||
|
required this.west,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class TileFailed extends TileDownloadEvent {
|
||||||
|
final TileCoord coord;
|
||||||
|
final String error;
|
||||||
|
TileFailed(this.coord, this.error);
|
||||||
|
}
|
||||||
|
|
||||||
|
class TileDownloadComplete extends TileDownloadEvent {
|
||||||
|
final int downloaded;
|
||||||
|
final int skipped;
|
||||||
|
final int failed;
|
||||||
|
final int total;
|
||||||
|
TileDownloadComplete({
|
||||||
|
required this.downloaded,
|
||||||
|
required this.skipped,
|
||||||
|
required this.failed,
|
||||||
|
required this.total,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class TileBatchSkipped extends TileDownloadEvent {
|
||||||
|
final int count;
|
||||||
|
final int total;
|
||||||
|
TileBatchSkipped({required this.count, required this.total});
|
||||||
|
}
|
||||||
|
|
||||||
|
class TileDownloadCancelled extends TileDownloadEvent {}
|
||||||
|
|
||||||
|
/// Downloads map tiles for given polygons and zoom levels.
|
||||||
|
class TileDownloadService {
|
||||||
|
final OfflineTileCacheService _cache = OfflineTileCacheService.instance;
|
||||||
|
final http.Client _httpClient = http.Client();
|
||||||
|
|
||||||
|
bool _cancelled = false;
|
||||||
|
|
||||||
|
/// Cancel an ongoing download.
|
||||||
|
void cancel() {
|
||||||
|
_cancelled = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Download tiles for the given polygons and zoom range.
|
||||||
|
///
|
||||||
|
/// Returns a stream of [TileDownloadEvent]s.
|
||||||
|
/// [urlTemplate] should contain `{z}`, `{x}`, `{y}` placeholders,
|
||||||
|
/// and optionally `{s}` for subdomains.
|
||||||
|
Stream<TileDownloadEvent> downloadTiles({
|
||||||
|
required List<List<LatLng>> polygons,
|
||||||
|
required int minZoom,
|
||||||
|
required int maxZoom,
|
||||||
|
required String urlTemplate,
|
||||||
|
String? displayName,
|
||||||
|
int maxConcurrency = 6,
|
||||||
|
int rateLimit = 30,
|
||||||
|
}) {
|
||||||
|
final controller = StreamController<TileDownloadEvent>();
|
||||||
|
|
||||||
|
_runDownload(
|
||||||
|
controller: controller,
|
||||||
|
polygons: polygons,
|
||||||
|
minZoom: minZoom,
|
||||||
|
maxZoom: maxZoom,
|
||||||
|
urlTemplate: urlTemplate,
|
||||||
|
displayName: displayName,
|
||||||
|
maxConcurrency: maxConcurrency,
|
||||||
|
rateLimit: rateLimit,
|
||||||
|
);
|
||||||
|
|
||||||
|
return controller.stream;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _runDownload({
|
||||||
|
required StreamController<TileDownloadEvent> controller,
|
||||||
|
required List<List<LatLng>> polygons,
|
||||||
|
required int minZoom,
|
||||||
|
required int maxZoom,
|
||||||
|
required String urlTemplate,
|
||||||
|
String? displayName,
|
||||||
|
required int maxConcurrency,
|
||||||
|
required int rateLimit,
|
||||||
|
}) async {
|
||||||
|
_cancelled = false;
|
||||||
|
|
||||||
|
final styleHash = _cache.styleHashFromUrl(urlTemplate);
|
||||||
|
|
||||||
|
// Save style metadata with download region so it can be reused
|
||||||
|
final region = DownloadRegion(
|
||||||
|
polygons: polygons
|
||||||
|
.map((poly) =>
|
||||||
|
poly.map((p) => [p.latitude, p.longitude]).toList())
|
||||||
|
.toList(),
|
||||||
|
minZoom: minZoom,
|
||||||
|
maxZoom: maxZoom,
|
||||||
|
);
|
||||||
|
await _cache.saveStyleMeta(
|
||||||
|
styleHash,
|
||||||
|
displayName: displayName ?? urlTemplate,
|
||||||
|
urlTemplate: urlTemplate,
|
||||||
|
region: region,
|
||||||
|
);
|
||||||
|
|
||||||
|
final allTiles =
|
||||||
|
TileMathService.getTilesForPolygons(polygons, minZoom, maxZoom);
|
||||||
|
|
||||||
|
// Load manifest once and partition tiles into needed vs already cached
|
||||||
|
final manifest = await _cache.loadManifest(styleHash);
|
||||||
|
final tilesToDownload = <TileCoord>[];
|
||||||
|
var skipped = 0;
|
||||||
|
|
||||||
|
for (final tile in allTiles) {
|
||||||
|
final key = '${tile.z}/${tile.x}/${tile.y}';
|
||||||
|
if (manifest.contains(key)) {
|
||||||
|
skipped++;
|
||||||
|
} else {
|
||||||
|
tilesToDownload.add(tile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final total = allTiles.length;
|
||||||
|
controller.add(TileDownloadStarted(total));
|
||||||
|
|
||||||
|
// Report all skipped tiles immediately (no per-tile filesystem check)
|
||||||
|
if (skipped > 0) {
|
||||||
|
controller.add(TileBatchSkipped(count: skipped, total: total));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (tilesToDownload.isEmpty) {
|
||||||
|
controller.add(TileDownloadComplete(
|
||||||
|
downloaded: 0, skipped: skipped, failed: 0, total: total));
|
||||||
|
await controller.close();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var downloaded = 0;
|
||||||
|
var failed = 0;
|
||||||
|
|
||||||
|
final semaphore = _Semaphore(maxConcurrency);
|
||||||
|
final rateLimiter = _RateLimiter(rateLimit);
|
||||||
|
final futures = <Future<void>>[];
|
||||||
|
|
||||||
|
for (final tile in tilesToDownload) {
|
||||||
|
if (_cancelled) break;
|
||||||
|
|
||||||
|
await rateLimiter.wait();
|
||||||
|
if (_cancelled) break;
|
||||||
|
|
||||||
|
await semaphore.acquire();
|
||||||
|
if (_cancelled) {
|
||||||
|
semaphore.release();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
final future = _downloadSingleTile(tile, urlTemplate, styleHash)
|
||||||
|
.then((event) {
|
||||||
|
if (!controller.isClosed) {
|
||||||
|
controller.add(event);
|
||||||
|
if (event is TileDownloaded) {
|
||||||
|
downloaded++;
|
||||||
|
} else if (event is TileFailed) {
|
||||||
|
failed++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
semaphore.release();
|
||||||
|
});
|
||||||
|
futures.add(future);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Wait for all in-flight downloads to finish
|
||||||
|
await Future.wait(futures);
|
||||||
|
|
||||||
|
if (_cancelled) {
|
||||||
|
controller.add(TileDownloadCancelled());
|
||||||
|
} else {
|
||||||
|
controller.add(TileDownloadComplete(
|
||||||
|
downloaded: downloaded,
|
||||||
|
skipped: skipped,
|
||||||
|
failed: failed,
|
||||||
|
total: total,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
await controller.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<TileDownloadEvent> _downloadSingleTile(
|
||||||
|
TileCoord tile,
|
||||||
|
String urlTemplate,
|
||||||
|
String styleHash,
|
||||||
|
) async {
|
||||||
|
final bounds = TileMathService.tileBounds(tile.x, tile.y, tile.z);
|
||||||
|
|
||||||
|
// Build URL
|
||||||
|
final subdomains = ['a', 'b', 'c'];
|
||||||
|
var url = urlTemplate
|
||||||
|
.replaceAll('{s}', subdomains[tile.x % 3])
|
||||||
|
.replaceAll('{z}', '${tile.z}')
|
||||||
|
.replaceAll('{x}', '${tile.x}')
|
||||||
|
.replaceAll('{y}', '${tile.y}');
|
||||||
|
|
||||||
|
// Download with retries
|
||||||
|
const maxRetries = 3;
|
||||||
|
for (var attempt = 0; attempt < maxRetries; attempt++) {
|
||||||
|
if (_cancelled) {
|
||||||
|
return TileFailed(tile, 'Cancelled');
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
final response = await _httpClient.get(
|
||||||
|
Uri.parse(url),
|
||||||
|
headers: {'User-Agent': 'MeshCoreSAR/1.0'},
|
||||||
|
);
|
||||||
|
|
||||||
|
if (response.statusCode != 200) {
|
||||||
|
if (attempt < maxRetries - 1) {
|
||||||
|
await Future.delayed(Duration(seconds: 1 << attempt));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
return TileFailed(tile, 'HTTP ${response.statusCode}');
|
||||||
|
}
|
||||||
|
|
||||||
|
// Store tile (PNG → AVIF conversion happens inside cache service)
|
||||||
|
await _cache.putTile(
|
||||||
|
styleHash, tile.z, tile.x, tile.y, response.bodyBytes);
|
||||||
|
|
||||||
|
return TileDownloaded(
|
||||||
|
north: bounds.north,
|
||||||
|
south: bounds.south,
|
||||||
|
east: bounds.east,
|
||||||
|
west: bounds.west,
|
||||||
|
);
|
||||||
|
} catch (e) {
|
||||||
|
if (attempt < maxRetries - 1) {
|
||||||
|
await Future.delayed(Duration(seconds: 1 << attempt));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
return TileFailed(tile, e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return TileFailed(tile, 'Max retries exceeded');
|
||||||
|
}
|
||||||
|
|
||||||
|
void dispose() {
|
||||||
|
_cancelled = true;
|
||||||
|
_httpClient.close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Simple counting semaphore for concurrency limiting.
|
||||||
|
class _Semaphore {
|
||||||
|
final int maxCount;
|
||||||
|
int _currentCount = 0;
|
||||||
|
final _waitQueue = <Completer<void>>[];
|
||||||
|
|
||||||
|
_Semaphore(this.maxCount);
|
||||||
|
|
||||||
|
Future<void> acquire() async {
|
||||||
|
if (_currentCount < maxCount) {
|
||||||
|
_currentCount++;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final completer = Completer<void>();
|
||||||
|
_waitQueue.add(completer);
|
||||||
|
await completer.future;
|
||||||
|
}
|
||||||
|
|
||||||
|
void release() {
|
||||||
|
if (_waitQueue.isNotEmpty) {
|
||||||
|
_waitQueue.removeAt(0).complete();
|
||||||
|
} else {
|
||||||
|
_currentCount--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Rate limiter that ensures no more than [maxPerSecond] operations per second.
|
||||||
|
class _RateLimiter {
|
||||||
|
final int maxPerSecond;
|
||||||
|
final _timestamps = <DateTime>[];
|
||||||
|
|
||||||
|
_RateLimiter(this.maxPerSecond);
|
||||||
|
|
||||||
|
Future<void> wait() async {
|
||||||
|
final now = DateTime.now();
|
||||||
|
_timestamps
|
||||||
|
.removeWhere((t) => now.difference(t) > const Duration(seconds: 1));
|
||||||
|
|
||||||
|
if (_timestamps.length >= maxPerSecond) {
|
||||||
|
final oldest = _timestamps.first;
|
||||||
|
final waitTime = const Duration(seconds: 1) - now.difference(oldest);
|
||||||
|
if (waitTime > Duration.zero) {
|
||||||
|
await Future.delayed(waitTime);
|
||||||
|
}
|
||||||
|
_timestamps.removeAt(0);
|
||||||
|
}
|
||||||
|
_timestamps.add(DateTime.now());
|
||||||
|
}
|
||||||
|
}
|
||||||
268
lib/services/tile_math_service.dart
Normal file
268
lib/services/tile_math_service.dart
Normal file
@@ -0,0 +1,268 @@
|
|||||||
|
import 'dart:math';
|
||||||
|
|
||||||
|
import 'package:latlong2/latlong.dart';
|
||||||
|
|
||||||
|
/// A tile coordinate with x, y, and zoom level.
|
||||||
|
class TileCoord {
|
||||||
|
final int x;
|
||||||
|
final int y;
|
||||||
|
final int z;
|
||||||
|
|
||||||
|
const TileCoord(this.x, this.y, this.z);
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool operator ==(Object other) =>
|
||||||
|
other is TileCoord && other.x == x && other.y == y && other.z == z;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get hashCode => Object.hash(x, y, z);
|
||||||
|
|
||||||
|
@override
|
||||||
|
String toString() => 'TileCoord($z/$x/$y)';
|
||||||
|
}
|
||||||
|
|
||||||
|
/// A geographical bounding box.
|
||||||
|
class TileBounds {
|
||||||
|
final double north;
|
||||||
|
final double south;
|
||||||
|
final double east;
|
||||||
|
final double west;
|
||||||
|
|
||||||
|
const TileBounds({
|
||||||
|
required this.north,
|
||||||
|
required this.south,
|
||||||
|
required this.east,
|
||||||
|
required this.west,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Pure math utilities for slippy map tile calculations.
|
||||||
|
///
|
||||||
|
/// Ported from the Go offline-map-tile-downloader.
|
||||||
|
class TileMathService {
|
||||||
|
const TileMathService._();
|
||||||
|
|
||||||
|
/// Convert latitude/longitude to tile coordinates at the given zoom level.
|
||||||
|
static (int x, int y) latLonToTile(double lat, double lon, int zoom) {
|
||||||
|
final latRad = lat * pi / 180;
|
||||||
|
final n = pow(2, zoom).toDouble();
|
||||||
|
final x = (n * ((lon + 180) / 360)).floor();
|
||||||
|
final y =
|
||||||
|
(n * (1 - (log(tan(latRad) + 1 / cos(latRad)) / pi)) / 2).floor();
|
||||||
|
return (x, y);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Calculate the geographical bounding box of a tile.
|
||||||
|
static TileBounds tileBounds(int x, int y, int z) {
|
||||||
|
final n = pow(2.0, z).toDouble();
|
||||||
|
final lonDeg = x / n * 360.0 - 180.0;
|
||||||
|
final latRad = atan(sinh(pi * (1 - 2 * y / n)));
|
||||||
|
final latDeg = latRad * 180.0 / pi;
|
||||||
|
|
||||||
|
final lon2Deg = (x + 1) / n * 360.0 - 180.0;
|
||||||
|
final lat2Rad = atan(sinh(pi * (1 - 2 * (y + 1) / n)));
|
||||||
|
final lat2Deg = lat2Rad * 180.0 / pi;
|
||||||
|
|
||||||
|
return TileBounds(
|
||||||
|
north: latDeg,
|
||||||
|
south: lat2Deg,
|
||||||
|
east: lon2Deg,
|
||||||
|
west: lonDeg,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Hyperbolic sine.
|
||||||
|
static double sinh(double x) => (exp(x) - exp(-x)) / 2;
|
||||||
|
|
||||||
|
/// Check if a point is inside a polygon using the ray casting algorithm.
|
||||||
|
static bool polygonContains(List<LatLng> poly, LatLng point) {
|
||||||
|
var inside = false;
|
||||||
|
for (int i = 0, j = poly.length - 1; i < poly.length; j = i++) {
|
||||||
|
if ((poly[i].latitude > point.latitude) !=
|
||||||
|
(poly[j].latitude > point.latitude) &&
|
||||||
|
(point.longitude <
|
||||||
|
(poly[j].longitude - poly[i].longitude) *
|
||||||
|
(point.latitude - poly[i].latitude) /
|
||||||
|
(poly[j].latitude - poly[i].latitude) +
|
||||||
|
poly[i].longitude)) {
|
||||||
|
inside = !inside;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return inside;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Check if a bounding box contains a point.
|
||||||
|
static bool boundsContains(TileBounds bounds, LatLng point) {
|
||||||
|
return point.latitude <= bounds.north &&
|
||||||
|
point.latitude >= bounds.south &&
|
||||||
|
point.longitude >= bounds.west &&
|
||||||
|
point.longitude <= bounds.east;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Check if a polygon intersects with a tile bounding box.
|
||||||
|
static bool polygonIntersects(List<LatLng> poly, TileBounds bounds) {
|
||||||
|
// Check if any polygon vertex is inside the tile
|
||||||
|
for (final p in poly) {
|
||||||
|
if (boundsContains(bounds, p)) return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if any tile corner is inside the polygon
|
||||||
|
final corners = [
|
||||||
|
LatLng(bounds.north, bounds.west),
|
||||||
|
LatLng(bounds.north, bounds.east),
|
||||||
|
LatLng(bounds.south, bounds.west),
|
||||||
|
LatLng(bounds.south, bounds.east),
|
||||||
|
];
|
||||||
|
for (final corner in corners) {
|
||||||
|
if (polygonContains(poly, corner)) return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if any polygon edge intersects any tile edge
|
||||||
|
final tileEdges = [
|
||||||
|
(corners[0], corners[1]),
|
||||||
|
(corners[1], corners[3]),
|
||||||
|
(corners[3], corners[2]),
|
||||||
|
(corners[2], corners[0]),
|
||||||
|
];
|
||||||
|
for (int i = 0; i < poly.length; i++) {
|
||||||
|
final p1 = poly[i];
|
||||||
|
final p2 = poly[(i + 1) % poly.length];
|
||||||
|
for (final edge in tileEdges) {
|
||||||
|
if (_lineIntersects(p1, p2, edge.$1, edge.$2)) return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Check if two line segments intersect.
|
||||||
|
static bool _lineIntersects(LatLng p1, LatLng q1, LatLng p2, LatLng q2) {
|
||||||
|
final o1 = _orientation(p1, q1, p2);
|
||||||
|
final o2 = _orientation(p1, q1, q2);
|
||||||
|
final o3 = _orientation(p2, q2, p1);
|
||||||
|
final o4 = _orientation(p2, q2, q1);
|
||||||
|
|
||||||
|
if (o1 != o2 && o3 != o4) return true;
|
||||||
|
|
||||||
|
if (o1 == 0 && _onSegment(p1, p2, q1)) return true;
|
||||||
|
if (o2 == 0 && _onSegment(p1, q2, q1)) return true;
|
||||||
|
if (o3 == 0 && _onSegment(p2, p1, q2)) return true;
|
||||||
|
if (o4 == 0 && _onSegment(p2, q1, q2)) return true;
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Find orientation of ordered triplet (p, q, r).
|
||||||
|
/// Returns 0 for collinear, 1 for clockwise, 2 for counterclockwise.
|
||||||
|
static int _orientation(LatLng p, LatLng q, LatLng r) {
|
||||||
|
final val = (q.longitude - p.longitude) * (r.latitude - q.latitude) -
|
||||||
|
(q.latitude - p.latitude) * (r.longitude - q.longitude);
|
||||||
|
if (val == 0) return 0;
|
||||||
|
return val > 0 ? 1 : 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Check if point q lies on segment pr.
|
||||||
|
static bool _onSegment(LatLng p, LatLng q, LatLng r) {
|
||||||
|
return q.latitude <= max(p.latitude, r.latitude) &&
|
||||||
|
q.latitude >= min(p.latitude, r.latitude) &&
|
||||||
|
q.longitude <= max(p.longitude, r.longitude) &&
|
||||||
|
q.longitude >= min(p.longitude, r.longitude);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get all tiles that overlap with the given polygons across zoom levels.
|
||||||
|
static List<TileCoord> getTilesForPolygons(
|
||||||
|
List<List<LatLng>> polygons,
|
||||||
|
int minZoom,
|
||||||
|
int maxZoom,
|
||||||
|
) {
|
||||||
|
final tileSet = <TileCoord>{};
|
||||||
|
|
||||||
|
for (final poly in polygons) {
|
||||||
|
if (poly.length < 3) continue;
|
||||||
|
|
||||||
|
// Find bounding box of polygon
|
||||||
|
var minLat = 90.0, minLon = 180.0;
|
||||||
|
var maxLat = -90.0, maxLon = -180.0;
|
||||||
|
for (final p in poly) {
|
||||||
|
if (p.latitude < minLat) minLat = p.latitude;
|
||||||
|
if (p.latitude > maxLat) maxLat = p.latitude;
|
||||||
|
if (p.longitude < minLon) minLon = p.longitude;
|
||||||
|
if (p.longitude > maxLon) maxLon = p.longitude;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int z = minZoom; z <= maxZoom; z++) {
|
||||||
|
final (tlx, tly) = latLonToTile(maxLat, minLon, z);
|
||||||
|
final (brx, bry) = latLonToTile(minLat, maxLon, z);
|
||||||
|
|
||||||
|
for (int x = tlx; x <= brx; x++) {
|
||||||
|
for (int y = tly; y <= bry; y++) {
|
||||||
|
final tile = TileCoord(x, y, z);
|
||||||
|
if (tileSet.contains(tile)) continue;
|
||||||
|
|
||||||
|
final bounds = tileBounds(x, y, z);
|
||||||
|
|
||||||
|
// Check if all tile corners are inside the polygon
|
||||||
|
final allCornersInside = polygonContains(
|
||||||
|
poly, LatLng(bounds.north, bounds.west)) &&
|
||||||
|
polygonContains(poly, LatLng(bounds.north, bounds.east)) &&
|
||||||
|
polygonContains(poly, LatLng(bounds.south, bounds.west)) &&
|
||||||
|
polygonContains(poly, LatLng(bounds.south, bounds.east));
|
||||||
|
if (allCornersInside) {
|
||||||
|
tileSet.add(tile);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if all polygon vertices are inside the tile
|
||||||
|
var polyInTile = true;
|
||||||
|
for (final p in poly) {
|
||||||
|
if (!boundsContains(bounds, p)) {
|
||||||
|
polyInTile = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (polyInTile) {
|
||||||
|
tileSet.add(tile);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check for intersection
|
||||||
|
if (polygonIntersects(poly, bounds)) {
|
||||||
|
tileSet.add(tile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return tileSet.toList();
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Estimate the number of tiles for given polygons and zoom range.
|
||||||
|
/// Faster than getTilesForPolygons — uses bounding box approximation.
|
||||||
|
static int estimateTileCount(
|
||||||
|
List<List<LatLng>> polygons,
|
||||||
|
int minZoom,
|
||||||
|
int maxZoom,
|
||||||
|
) {
|
||||||
|
var count = 0;
|
||||||
|
for (final poly in polygons) {
|
||||||
|
if (poly.length < 3) continue;
|
||||||
|
|
||||||
|
var minLat = 90.0, minLon = 180.0;
|
||||||
|
var maxLat = -90.0, maxLon = -180.0;
|
||||||
|
for (final p in poly) {
|
||||||
|
if (p.latitude < minLat) minLat = p.latitude;
|
||||||
|
if (p.latitude > maxLat) maxLat = p.latitude;
|
||||||
|
if (p.longitude < minLon) minLon = p.longitude;
|
||||||
|
if (p.longitude > maxLon) maxLon = p.longitude;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int z = minZoom; z <= maxZoom; z++) {
|
||||||
|
final (tlx, tly) = latLonToTile(maxLat, minLon, z);
|
||||||
|
final (brx, bry) = latLonToTile(minLat, maxLon, z);
|
||||||
|
count += (brx - tlx + 1) * (bry - tly + 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return count;
|
||||||
|
}
|
||||||
|
}
|
||||||
518
lib/services/tile_sharing_service.dart
Normal file
518
lib/services/tile_sharing_service.dart
Normal file
@@ -0,0 +1,518 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:convert';
|
||||||
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:http/http.dart' as http;
|
||||||
|
import 'package:nsd/nsd.dart' as nsd;
|
||||||
|
|
||||||
|
import 'offline_tile_cache_service.dart';
|
||||||
|
|
||||||
|
/// A discovered tile-serving peer on the local network.
|
||||||
|
class TilePeer {
|
||||||
|
final String ipAddress;
|
||||||
|
final int port;
|
||||||
|
|
||||||
|
const TilePeer({required this.ipAddress, required this.port});
|
||||||
|
|
||||||
|
String get baseUrl => 'http://$ipAddress:$port';
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool operator ==(Object other) =>
|
||||||
|
other is TilePeer && other.ipAddress == ipAddress && other.port == port;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get hashCode => Object.hash(ipAddress, port);
|
||||||
|
|
||||||
|
@override
|
||||||
|
String toString() => 'TilePeer($ipAddress:$port)';
|
||||||
|
}
|
||||||
|
|
||||||
|
/// What a remote peer has available.
|
||||||
|
class PeerCatalog {
|
||||||
|
final TilePeer peer;
|
||||||
|
final List<StyleInfo> styles;
|
||||||
|
|
||||||
|
const PeerCatalog({required this.peer, required this.styles});
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Progress events during a P2P sync.
|
||||||
|
sealed class PeerSyncEvent {}
|
||||||
|
|
||||||
|
class PeerSyncStarted extends PeerSyncEvent {
|
||||||
|
final int totalTiles;
|
||||||
|
PeerSyncStarted(this.totalTiles);
|
||||||
|
}
|
||||||
|
|
||||||
|
class PeerSyncTileDownloaded extends PeerSyncEvent {
|
||||||
|
final int downloaded;
|
||||||
|
final int total;
|
||||||
|
PeerSyncTileDownloaded({required this.downloaded, required this.total});
|
||||||
|
}
|
||||||
|
|
||||||
|
class PeerSyncTileSkipped extends PeerSyncEvent {
|
||||||
|
final int skipped;
|
||||||
|
final int total;
|
||||||
|
PeerSyncTileSkipped({required this.skipped, required this.total});
|
||||||
|
}
|
||||||
|
|
||||||
|
class PeerSyncComplete extends PeerSyncEvent {
|
||||||
|
final int downloaded;
|
||||||
|
final int skipped;
|
||||||
|
final int failed;
|
||||||
|
PeerSyncComplete({
|
||||||
|
required this.downloaded,
|
||||||
|
required this.skipped,
|
||||||
|
required this.failed,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class PeerSyncCancelled extends PeerSyncEvent {}
|
||||||
|
|
||||||
|
/// HTTP server that serves cached AVIF tiles to other devices on the
|
||||||
|
/// local network, with mDNS advertisement, peer discovery, and P2P sync.
|
||||||
|
///
|
||||||
|
/// Protocol:
|
||||||
|
/// GET /styles → JSON array of StyleInfo
|
||||||
|
/// GET /tiles/{hash}/list → JSON array of {z, x, y}
|
||||||
|
/// GET /tiles/{hash}/{z}/{x}/{y}.avif → AVIF bytes | 404
|
||||||
|
class TileSharingService {
|
||||||
|
TileSharingService._();
|
||||||
|
static final instance = TileSharingService._();
|
||||||
|
|
||||||
|
static const int defaultPort = 8347;
|
||||||
|
static const String serviceType = '_sartiles._tcp';
|
||||||
|
|
||||||
|
final OfflineTileCacheService _cache = OfflineTileCacheService.instance;
|
||||||
|
final http.Client _httpClient = http.Client();
|
||||||
|
|
||||||
|
HttpServer? _server;
|
||||||
|
nsd.Discovery? _activeDiscovery;
|
||||||
|
nsd.Registration? _activeRegistration;
|
||||||
|
|
||||||
|
final _peersController = StreamController<Set<TilePeer>>.broadcast();
|
||||||
|
final Set<TilePeer> _discoveredPeers = {};
|
||||||
|
|
||||||
|
bool _syncCancelled = false;
|
||||||
|
|
||||||
|
bool get isRunning => _server != null;
|
||||||
|
Stream<Set<TilePeer>> get peersStream => _peersController.stream;
|
||||||
|
Set<TilePeer> get discoveredPeers => Set.unmodifiable(_discoveredPeers);
|
||||||
|
|
||||||
|
// ── Server ──────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
Future<void> startServer() async {
|
||||||
|
if (_server != null) return;
|
||||||
|
|
||||||
|
try {
|
||||||
|
_server = await HttpServer.bind(InternetAddress.anyIPv4, defaultPort);
|
||||||
|
debugPrint('[TileSharing] Server started on port $defaultPort');
|
||||||
|
|
||||||
|
_server!.listen(_handleRequest, onError: (error) {
|
||||||
|
debugPrint('[TileSharing] Server error: $error');
|
||||||
|
});
|
||||||
|
|
||||||
|
await _advertise();
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[TileSharing] Failed to start server: $e');
|
||||||
|
_server = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> stopServer() async {
|
||||||
|
await _stopAdvertising();
|
||||||
|
await _server?.close();
|
||||||
|
_server = null;
|
||||||
|
debugPrint('[TileSharing] Server stopped');
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── Discovery ───────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
Future<void> startDiscovery() async {
|
||||||
|
if (_activeDiscovery != null) return;
|
||||||
|
|
||||||
|
try {
|
||||||
|
_activeDiscovery = await nsd.startDiscovery(serviceType);
|
||||||
|
_activeDiscovery!.addServiceListener((service, status) {
|
||||||
|
if (service.host == null || service.port == null) return;
|
||||||
|
|
||||||
|
final peer = TilePeer(
|
||||||
|
ipAddress: service.host!,
|
||||||
|
port: service.port!,
|
||||||
|
);
|
||||||
|
|
||||||
|
if (status == nsd.ServiceStatus.found) {
|
||||||
|
_discoveredPeers.add(peer);
|
||||||
|
} else {
|
||||||
|
_discoveredPeers.remove(peer);
|
||||||
|
}
|
||||||
|
_peersController.add(Set.unmodifiable(_discoveredPeers));
|
||||||
|
});
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[TileSharing] Discovery error: $e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> stopPeerDiscovery() async {
|
||||||
|
if (_activeDiscovery != null) {
|
||||||
|
await nsd.stopDiscovery(_activeDiscovery!);
|
||||||
|
_activeDiscovery = null;
|
||||||
|
}
|
||||||
|
_discoveredPeers.clear();
|
||||||
|
_peersController.add(const {});
|
||||||
|
}
|
||||||
|
|
||||||
|
void addManualPeer(String ipAddress, {int port = defaultPort}) {
|
||||||
|
_discoveredPeers.add(TilePeer(ipAddress: ipAddress, port: port));
|
||||||
|
_peersController.add(Set.unmodifiable(_discoveredPeers));
|
||||||
|
}
|
||||||
|
|
||||||
|
void removePeer(TilePeer peer) {
|
||||||
|
_discoveredPeers.remove(peer);
|
||||||
|
_peersController.add(Set.unmodifiable(_discoveredPeers));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── Peer queries ────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
/// Fetch the catalog (available styles + tile counts) from a peer.
|
||||||
|
Future<PeerCatalog?> fetchPeerCatalog(TilePeer peer) async {
|
||||||
|
try {
|
||||||
|
final uri = Uri.parse('${peer.baseUrl}/styles');
|
||||||
|
final response =
|
||||||
|
await _httpClient.get(uri).timeout(const Duration(seconds: 5));
|
||||||
|
if (response.statusCode != 200) return null;
|
||||||
|
|
||||||
|
final List<dynamic> data = jsonDecode(response.body);
|
||||||
|
final styles = data
|
||||||
|
.map((e) => StyleInfo.fromJson(e as Map<String, dynamic>))
|
||||||
|
.toList();
|
||||||
|
return PeerCatalog(peer: peer, styles: styles);
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[TileSharing] fetchPeerCatalog(${peer.ipAddress}): $e');
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Fetch catalogs from all discovered peers.
|
||||||
|
Future<List<PeerCatalog>> fetchAllPeerCatalogs() async {
|
||||||
|
final futures =
|
||||||
|
_discoveredPeers.map((peer) => fetchPeerCatalog(peer)).toList();
|
||||||
|
final results = await Future.wait(futures);
|
||||||
|
return results.whereType<PeerCatalog>().toList();
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Fetch the tile list for a style from a peer.
|
||||||
|
Future<List<CachedTileCoord>?> fetchPeerTileList(
|
||||||
|
TilePeer peer,
|
||||||
|
String styleHash,
|
||||||
|
) async {
|
||||||
|
try {
|
||||||
|
final uri = Uri.parse('${peer.baseUrl}/tiles/$styleHash/list');
|
||||||
|
final response =
|
||||||
|
await _httpClient.get(uri).timeout(const Duration(seconds: 10));
|
||||||
|
if (response.statusCode != 200) return null;
|
||||||
|
|
||||||
|
final List<dynamic> data = jsonDecode(response.body);
|
||||||
|
return data
|
||||||
|
.map((e) => CachedTileCoord.fromJson(e as Map<String, dynamic>))
|
||||||
|
.toList();
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[TileSharing] fetchPeerTileList(${peer.ipAddress}): $e');
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Fetch a single tile from a peer. Returns raw AVIF bytes or null.
|
||||||
|
Future<Uint8List?> fetchTileFromPeer(
|
||||||
|
TilePeer peer,
|
||||||
|
String styleHash,
|
||||||
|
int z,
|
||||||
|
int x,
|
||||||
|
int y,
|
||||||
|
) async {
|
||||||
|
try {
|
||||||
|
final uri =
|
||||||
|
Uri.parse('${peer.baseUrl}/tiles/$styleHash/$z/$x/$y.avif');
|
||||||
|
final response =
|
||||||
|
await _httpClient.get(uri).timeout(const Duration(seconds: 5));
|
||||||
|
if (response.statusCode == 200) return response.bodyBytes;
|
||||||
|
} catch (e) {
|
||||||
|
// Silently fail — caller will try next peer
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Try fetching a tile from any available peer (for the caching provider).
|
||||||
|
Future<Uint8List?> fetchFromAnyPeer(
|
||||||
|
String styleHash,
|
||||||
|
int z,
|
||||||
|
int x,
|
||||||
|
int y,
|
||||||
|
) async {
|
||||||
|
for (final peer in _discoveredPeers) {
|
||||||
|
final bytes = await fetchTileFromPeer(peer, styleHash, z, x, y);
|
||||||
|
if (bytes != null) return bytes;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── P2P Sync ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
void cancelSync() {
|
||||||
|
_syncCancelled = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Sync a style from peers: fetch their tile list, download tiles we
|
||||||
|
/// don't have, trying multiple peers in round-robin for speed.
|
||||||
|
///
|
||||||
|
/// [peers] — which peers to pull from (all that have this style).
|
||||||
|
/// [styleHash] — which style to sync.
|
||||||
|
/// [styleMeta] — metadata to save locally (name, URL template).
|
||||||
|
Stream<PeerSyncEvent> syncStyleFromPeers({
|
||||||
|
required List<TilePeer> peers,
|
||||||
|
required String styleHash,
|
||||||
|
required StyleInfo styleMeta,
|
||||||
|
int maxConcurrency = 8,
|
||||||
|
}) {
|
||||||
|
final controller = StreamController<PeerSyncEvent>();
|
||||||
|
_runSync(
|
||||||
|
controller: controller,
|
||||||
|
peers: peers,
|
||||||
|
styleHash: styleHash,
|
||||||
|
styleMeta: styleMeta,
|
||||||
|
maxConcurrency: maxConcurrency,
|
||||||
|
);
|
||||||
|
return controller.stream;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _runSync({
|
||||||
|
required StreamController<PeerSyncEvent> controller,
|
||||||
|
required List<TilePeer> peers,
|
||||||
|
required String styleHash,
|
||||||
|
required StyleInfo styleMeta,
|
||||||
|
required int maxConcurrency,
|
||||||
|
}) async {
|
||||||
|
_syncCancelled = false;
|
||||||
|
|
||||||
|
// Save style metadata locally
|
||||||
|
await _cache.saveStyleMeta(
|
||||||
|
styleHash,
|
||||||
|
displayName: styleMeta.displayName,
|
||||||
|
urlTemplate: styleMeta.urlTemplate,
|
||||||
|
);
|
||||||
|
|
||||||
|
// Collect tile lists from all peers and merge (union)
|
||||||
|
final allTiles = <String, CachedTileCoord>{};
|
||||||
|
for (final peer in peers) {
|
||||||
|
if (_syncCancelled) break;
|
||||||
|
final tiles = await fetchPeerTileList(peer, styleHash);
|
||||||
|
if (tiles != null) {
|
||||||
|
for (final t in tiles) {
|
||||||
|
allTiles['${t.z}/${t.x}/${t.y}'] = t;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final tilesToSync = allTiles.values.toList();
|
||||||
|
controller.add(PeerSyncStarted(tilesToSync.length));
|
||||||
|
|
||||||
|
if (tilesToSync.isEmpty || _syncCancelled) {
|
||||||
|
controller
|
||||||
|
.add(PeerSyncComplete(downloaded: 0, skipped: 0, failed: 0));
|
||||||
|
await controller.close();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var downloaded = 0;
|
||||||
|
var skipped = 0;
|
||||||
|
var failed = 0;
|
||||||
|
final total = tilesToSync.length;
|
||||||
|
|
||||||
|
final semaphore = _Semaphore(maxConcurrency);
|
||||||
|
final futures = <Future<void>>[];
|
||||||
|
var peerIndex = 0;
|
||||||
|
|
||||||
|
for (final tile in tilesToSync) {
|
||||||
|
if (_syncCancelled) break;
|
||||||
|
|
||||||
|
await semaphore.acquire();
|
||||||
|
if (_syncCancelled) {
|
||||||
|
semaphore.release();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Round-robin across peers for parallel throughput
|
||||||
|
final peer = peers[peerIndex % peers.length];
|
||||||
|
peerIndex++;
|
||||||
|
|
||||||
|
final future = () async {
|
||||||
|
try {
|
||||||
|
// Skip if we already have it
|
||||||
|
if (await _cache.hasTile(styleHash, tile.z, tile.x, tile.y)) {
|
||||||
|
skipped++;
|
||||||
|
controller.add(
|
||||||
|
PeerSyncTileSkipped(skipped: skipped, total: total));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Try this peer, then fallback to others
|
||||||
|
Uint8List? bytes =
|
||||||
|
await fetchTileFromPeer(peer, styleHash, tile.z, tile.x, tile.y);
|
||||||
|
if (bytes == null) {
|
||||||
|
for (final fallback in peers) {
|
||||||
|
if (fallback == peer) continue;
|
||||||
|
bytes = await fetchTileFromPeer(
|
||||||
|
fallback, styleHash, tile.z, tile.x, tile.y);
|
||||||
|
if (bytes != null) break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (bytes != null) {
|
||||||
|
await _cache.putRawTile(
|
||||||
|
styleHash, tile.z, tile.x, tile.y, bytes);
|
||||||
|
downloaded++;
|
||||||
|
controller.add(PeerSyncTileDownloaded(
|
||||||
|
downloaded: downloaded, total: total));
|
||||||
|
} else {
|
||||||
|
failed++;
|
||||||
|
}
|
||||||
|
} catch (_) {
|
||||||
|
failed++;
|
||||||
|
} finally {
|
||||||
|
semaphore.release();
|
||||||
|
}
|
||||||
|
}();
|
||||||
|
futures.add(future);
|
||||||
|
}
|
||||||
|
|
||||||
|
await Future.wait(futures);
|
||||||
|
|
||||||
|
if (_syncCancelled) {
|
||||||
|
controller.add(PeerSyncCancelled());
|
||||||
|
} else {
|
||||||
|
controller.add(PeerSyncComplete(
|
||||||
|
downloaded: downloaded,
|
||||||
|
skipped: skipped,
|
||||||
|
failed: failed,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
await controller.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── mDNS ────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
Future<void> _advertise() async {
|
||||||
|
try {
|
||||||
|
final styles = await _cache.listStyles();
|
||||||
|
_activeRegistration = await nsd.register(nsd.Service(
|
||||||
|
name: 'MeshCore SAR Tiles',
|
||||||
|
type: serviceType,
|
||||||
|
port: defaultPort,
|
||||||
|
txt: {
|
||||||
|
'styles':
|
||||||
|
Uint8List.fromList(utf8.encode(styles.join(','))),
|
||||||
|
},
|
||||||
|
));
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('[TileSharing] mDNS registration error: $e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _stopAdvertising() async {
|
||||||
|
if (_activeRegistration != null) {
|
||||||
|
await nsd.unregister(_activeRegistration!);
|
||||||
|
_activeRegistration = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ── HTTP Server ─────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
void _handleRequest(HttpRequest request) async {
|
||||||
|
request.response.headers.add('Access-Control-Allow-Origin', '*');
|
||||||
|
|
||||||
|
final path = request.uri.path;
|
||||||
|
|
||||||
|
// GET /styles → detailed style list
|
||||||
|
if (path == '/styles') {
|
||||||
|
final styles = await _cache.listStylesDetailed();
|
||||||
|
request.response
|
||||||
|
..statusCode = HttpStatus.ok
|
||||||
|
..headers.contentType = ContentType.json
|
||||||
|
..write(jsonEncode(styles.map((s) => s.toJson()).toList()));
|
||||||
|
await request.response.close();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// GET /tiles/{hash}/list → tile coordinate inventory
|
||||||
|
final listPattern = RegExp(r'^/tiles/([a-f0-9]+)/list$');
|
||||||
|
final listMatch = listPattern.firstMatch(path);
|
||||||
|
if (listMatch != null) {
|
||||||
|
final styleHash = listMatch.group(1)!;
|
||||||
|
final tiles = await _cache.listTilesForStyle(styleHash);
|
||||||
|
request.response
|
||||||
|
..statusCode = HttpStatus.ok
|
||||||
|
..headers.contentType = ContentType.json
|
||||||
|
..write(jsonEncode(tiles.map((t) => t.toJson()).toList()));
|
||||||
|
await request.response.close();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// GET /tiles/{hash}/{z}/{x}/{y}.avif → tile bytes
|
||||||
|
final tilePattern =
|
||||||
|
RegExp(r'^/tiles/([a-f0-9]+)/(\d+)/(\d+)/(\d+)\.avif$');
|
||||||
|
final tileMatch = tilePattern.firstMatch(path);
|
||||||
|
if (tileMatch != null) {
|
||||||
|
final styleHash = tileMatch.group(1)!;
|
||||||
|
final z = int.parse(tileMatch.group(2)!);
|
||||||
|
final x = int.parse(tileMatch.group(3)!);
|
||||||
|
final y = int.parse(tileMatch.group(4)!);
|
||||||
|
|
||||||
|
final bytes = await _cache.getRawTile(styleHash, z, x, y);
|
||||||
|
if (bytes != null) {
|
||||||
|
request.response
|
||||||
|
..statusCode = HttpStatus.ok
|
||||||
|
..headers.contentType = ContentType('image', 'avif')
|
||||||
|
..add(bytes);
|
||||||
|
await request.response.close();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
request.response.statusCode = HttpStatus.notFound;
|
||||||
|
await request.response.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
void dispose() {
|
||||||
|
stopServer();
|
||||||
|
stopPeerDiscovery();
|
||||||
|
_httpClient.close();
|
||||||
|
_peersController.close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Simple counting semaphore for concurrency limiting.
|
||||||
|
class _Semaphore {
|
||||||
|
final int maxCount;
|
||||||
|
int _currentCount = 0;
|
||||||
|
final _waitQueue = <Completer<void>>[];
|
||||||
|
|
||||||
|
_Semaphore(this.maxCount);
|
||||||
|
|
||||||
|
Future<void> acquire() async {
|
||||||
|
if (_currentCount < maxCount) {
|
||||||
|
_currentCount++;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final completer = Completer<void>();
|
||||||
|
_waitQueue.add(completer);
|
||||||
|
await completer.future;
|
||||||
|
}
|
||||||
|
|
||||||
|
void release() {
|
||||||
|
if (_waitQueue.isNotEmpty) {
|
||||||
|
_waitQueue.removeAt(0).complete();
|
||||||
|
} else {
|
||||||
|
_currentCount--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
508
lib/services/traffic_stats_reporting_service.dart
Normal file
508
lib/services/traffic_stats_reporting_service.dart
Normal file
@@ -0,0 +1,508 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:convert';
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:http/http.dart' as http;
|
||||||
|
import 'package:package_info_plus/package_info_plus.dart';
|
||||||
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
|
import '../models/ble_packet_log.dart';
|
||||||
|
import '../utils/log_rx_route_decoder.dart';
|
||||||
|
import 'live_traffic_summary.dart';
|
||||||
|
|
||||||
|
class TrafficStatsCounts {
|
||||||
|
static const List<String> packetTypeKeys = <String>[
|
||||||
|
'pt_00',
|
||||||
|
'pt_01',
|
||||||
|
'pt_02',
|
||||||
|
'pt_03',
|
||||||
|
'pt_04',
|
||||||
|
'pt_05',
|
||||||
|
'pt_06',
|
||||||
|
'pt_07',
|
||||||
|
'pt_08',
|
||||||
|
'pt_09',
|
||||||
|
'pt_0a',
|
||||||
|
'pt_0b',
|
||||||
|
'pt_0c',
|
||||||
|
'pt_0d',
|
||||||
|
'pt_0e',
|
||||||
|
'pt_0f',
|
||||||
|
];
|
||||||
|
static const List<String> pathModeKeys = <String>[
|
||||||
|
'path_mode_1b',
|
||||||
|
'path_mode_2b',
|
||||||
|
'path_mode_3b',
|
||||||
|
'path_mode_none',
|
||||||
|
'path_mode_unknown',
|
||||||
|
];
|
||||||
|
static const String decodeFailKey = 'decode_fail';
|
||||||
|
static const List<String> allKeys = <String>[
|
||||||
|
...packetTypeKeys,
|
||||||
|
decodeFailKey,
|
||||||
|
...pathModeKeys,
|
||||||
|
];
|
||||||
|
|
||||||
|
final Map<String, int> _values;
|
||||||
|
|
||||||
|
TrafficStatsCounts._(this._values);
|
||||||
|
|
||||||
|
factory TrafficStatsCounts.empty() {
|
||||||
|
return TrafficStatsCounts._(
|
||||||
|
<String, int>{for (final key in allKeys) key: 0},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
factory TrafficStatsCounts.fromJson(Map<String, dynamic>? json) {
|
||||||
|
final counts = TrafficStatsCounts.empty();
|
||||||
|
if (json == null) {
|
||||||
|
return counts;
|
||||||
|
}
|
||||||
|
for (final key in allKeys) {
|
||||||
|
counts._values[key] = (json[key] as num?)?.toInt() ?? 0;
|
||||||
|
}
|
||||||
|
return counts;
|
||||||
|
}
|
||||||
|
|
||||||
|
int operator [](String key) => _values[key] ?? 0;
|
||||||
|
|
||||||
|
bool get isEmpty => _values.values.every((value) => value == 0);
|
||||||
|
|
||||||
|
Map<String, int> toJson() {
|
||||||
|
return <String, int>{
|
||||||
|
for (final key in allKeys) key: _values[key] ?? 0,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
void increment(String key, [int amount = 1]) {
|
||||||
|
_values[key] = (_values[key] ?? 0) + amount;
|
||||||
|
}
|
||||||
|
|
||||||
|
void incrementPacketType(int payloadType) {
|
||||||
|
if (payloadType < 0 || payloadType > 0x0F) {
|
||||||
|
increment(decodeFailKey);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
increment('pt_${payloadType.toRadixString(16).padLeft(2, '0')}');
|
||||||
|
}
|
||||||
|
|
||||||
|
void mergeFrom(TrafficStatsCounts other) {
|
||||||
|
for (final key in allKeys) {
|
||||||
|
increment(key, other[key]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class TrafficStatsQueuedReport {
|
||||||
|
final String reportId;
|
||||||
|
final String deviceKey6;
|
||||||
|
final DateTime windowStart;
|
||||||
|
final DateTime windowEnd;
|
||||||
|
final String appVersion;
|
||||||
|
final TrafficStatsCounts counts;
|
||||||
|
|
||||||
|
const TrafficStatsQueuedReport({
|
||||||
|
required this.reportId,
|
||||||
|
required this.deviceKey6,
|
||||||
|
required this.windowStart,
|
||||||
|
required this.windowEnd,
|
||||||
|
required this.appVersion,
|
||||||
|
required this.counts,
|
||||||
|
});
|
||||||
|
|
||||||
|
factory TrafficStatsQueuedReport.fromJson(Map<String, dynamic> json) {
|
||||||
|
return TrafficStatsQueuedReport(
|
||||||
|
reportId: (json['reportId'] as String?) ?? '',
|
||||||
|
deviceKey6: (json['deviceKey6'] as String?) ?? '',
|
||||||
|
windowStart: DateTime.parse(json['windowStart'] as String).toUtc(),
|
||||||
|
windowEnd: DateTime.parse(json['windowEnd'] as String).toUtc(),
|
||||||
|
appVersion: (json['appVersion'] as String?) ?? 'unknown',
|
||||||
|
counts: TrafficStatsCounts.fromJson(
|
||||||
|
json['counts'] as Map<String, dynamic>?,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<String, dynamic> toJson() {
|
||||||
|
return <String, dynamic>{
|
||||||
|
'reportId': reportId,
|
||||||
|
'deviceKey6': deviceKey6,
|
||||||
|
'windowStart': windowStart.toIso8601String(),
|
||||||
|
'windowEnd': windowEnd.toIso8601String(),
|
||||||
|
'appVersion': appVersion,
|
||||||
|
'counts': counts.toJson(),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class TrafficStatsReportingService extends ChangeNotifier {
|
||||||
|
static const String workerBaseUrl = 'https://mcstats.dz0ny.dev';
|
||||||
|
static final Uri dashboardUri = Uri.parse(workerBaseUrl);
|
||||||
|
static final Uri ingestUri = Uri.parse('$workerBaseUrl/api/ingest');
|
||||||
|
|
||||||
|
static const bool defaultEnabled = true;
|
||||||
|
static const int defaultIntervalMinutes = 5;
|
||||||
|
static const String _enabledKey = 'traffic_stats_reporting_enabled';
|
||||||
|
static const String _legacyIntervalKey =
|
||||||
|
'traffic_stats_reporting_interval_minutes';
|
||||||
|
static const String _queueKey = 'traffic_stats_reporting_queue';
|
||||||
|
static const String _lastSuccessAtKey =
|
||||||
|
'traffic_stats_reporting_last_success_at';
|
||||||
|
static const String _lastErrorKey = 'traffic_stats_reporting_last_error';
|
||||||
|
static const Duration _retryInterval = Duration(seconds: 30);
|
||||||
|
|
||||||
|
final http.Client _client;
|
||||||
|
final bool _ownsClient;
|
||||||
|
final DateTime Function() _now;
|
||||||
|
final Future<SharedPreferences> Function() _prefsProvider;
|
||||||
|
final Future<String> Function() _appVersionProvider;
|
||||||
|
final Map<int, TrafficStatsCounts> _openWindows =
|
||||||
|
<int, TrafficStatsCounts>{};
|
||||||
|
final List<TrafficStatsQueuedReport> _queue = <TrafficStatsQueuedReport>[];
|
||||||
|
|
||||||
|
String? Function()? _deviceKey6Provider;
|
||||||
|
Timer? _retryTimer;
|
||||||
|
String? _appVersion;
|
||||||
|
bool _enabled = defaultEnabled;
|
||||||
|
DateTime? _lastSuccessAt;
|
||||||
|
String? _lastError;
|
||||||
|
bool _isInitialized = false;
|
||||||
|
bool _isFlushingQueue = false;
|
||||||
|
|
||||||
|
TrafficStatsReportingService({
|
||||||
|
http.Client? client,
|
||||||
|
DateTime Function()? now,
|
||||||
|
Future<SharedPreferences> Function()? prefsProvider,
|
||||||
|
Future<String> Function()? appVersionProvider,
|
||||||
|
}) : _client = client ?? http.Client(),
|
||||||
|
_ownsClient = client == null,
|
||||||
|
_now = now ?? DateTime.now,
|
||||||
|
_prefsProvider = prefsProvider ?? SharedPreferences.getInstance,
|
||||||
|
_appVersionProvider = appVersionProvider ?? _defaultAppVersionProvider;
|
||||||
|
|
||||||
|
bool get isEnabled => _enabled;
|
||||||
|
int get intervalMinutes => defaultIntervalMinutes;
|
||||||
|
DateTime? get lastSuccessAt => _lastSuccessAt;
|
||||||
|
String? get lastError => _lastError;
|
||||||
|
bool get isInitialized => _isInitialized;
|
||||||
|
bool get isFlushingQueue => _isFlushingQueue;
|
||||||
|
int get pendingUploadCount => _queue.length;
|
||||||
|
|
||||||
|
Future<void> initialize({
|
||||||
|
required String? Function() deviceKey6Provider,
|
||||||
|
}) async {
|
||||||
|
_deviceKey6Provider = deviceKey6Provider;
|
||||||
|
final prefs = await _prefsProvider();
|
||||||
|
_enabled = prefs.getBool(_enabledKey) ?? defaultEnabled;
|
||||||
|
if (prefs.containsKey(_legacyIntervalKey)) {
|
||||||
|
await prefs.remove(_legacyIntervalKey);
|
||||||
|
}
|
||||||
|
final queueJson = prefs.getString(_queueKey);
|
||||||
|
if (queueJson != null && queueJson.isNotEmpty) {
|
||||||
|
final decoded = jsonDecode(queueJson);
|
||||||
|
if (decoded is List) {
|
||||||
|
_queue
|
||||||
|
..clear()
|
||||||
|
..addAll(
|
||||||
|
decoded.whereType<Map<String, dynamic>>().map(
|
||||||
|
TrafficStatsQueuedReport.fromJson,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
final lastSuccessAt = prefs.getString(_lastSuccessAtKey);
|
||||||
|
if (lastSuccessAt != null && lastSuccessAt.isNotEmpty) {
|
||||||
|
_lastSuccessAt = DateTime.tryParse(lastSuccessAt)?.toUtc();
|
||||||
|
}
|
||||||
|
final lastError = prefs.getString(_lastErrorKey);
|
||||||
|
if (lastError != null && lastError.isNotEmpty) {
|
||||||
|
_lastError = lastError;
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
_appVersion = await _appVersionProvider();
|
||||||
|
} catch (_) {
|
||||||
|
_appVersion = 'unknown';
|
||||||
|
}
|
||||||
|
_retryTimer?.cancel();
|
||||||
|
_retryTimer = Timer.periodic(_retryInterval, (_) {
|
||||||
|
unawaited(flushPendingUploads());
|
||||||
|
});
|
||||||
|
_isInitialized = true;
|
||||||
|
notifyListeners();
|
||||||
|
await flushPendingUploads();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> setEnabled(bool enabled) async {
|
||||||
|
if (_enabled == enabled) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_enabled = enabled;
|
||||||
|
_lastError = null;
|
||||||
|
if (!enabled) {
|
||||||
|
_openWindows.clear();
|
||||||
|
}
|
||||||
|
await _saveState();
|
||||||
|
notifyListeners();
|
||||||
|
if (enabled) {
|
||||||
|
unawaited(flushPendingUploads());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> processLogs(List<BlePacketLog> logs) async {
|
||||||
|
if (!_enabled || logs.isEmpty) {
|
||||||
|
if (_enabled) {
|
||||||
|
await flushPendingUploads();
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var changed = false;
|
||||||
|
for (final log in logs) {
|
||||||
|
if (!LiveTrafficSummary.isRxDataLog(log)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
final counts = _openWindows.putIfAbsent(
|
||||||
|
_windowStartFor(log.timestamp).millisecondsSinceEpoch,
|
||||||
|
TrafficStatsCounts.empty,
|
||||||
|
);
|
||||||
|
final route = LogRxRouteDecoder.decode(log.rawData);
|
||||||
|
if (route == null) {
|
||||||
|
counts.increment(TrafficStatsCounts.decodeFailKey);
|
||||||
|
} else {
|
||||||
|
counts.incrementPacketType(route.payloadType);
|
||||||
|
}
|
||||||
|
counts.increment(_pathModeKeyFor(log.rawData, route));
|
||||||
|
changed = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!changed) {
|
||||||
|
await flushPendingUploads();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final queuedReports = _queueClosedWindows();
|
||||||
|
if (queuedReports > 0) {
|
||||||
|
await _saveState();
|
||||||
|
}
|
||||||
|
notifyListeners();
|
||||||
|
await flushPendingUploads();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> flushPendingUploads() async {
|
||||||
|
if (!_enabled || _queue.isEmpty || _isFlushingQueue) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final deviceKey6 = _deviceKey6Provider?.call();
|
||||||
|
if (deviceKey6 == null || deviceKey6.isEmpty) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_isFlushingQueue = true;
|
||||||
|
notifyListeners();
|
||||||
|
try {
|
||||||
|
while (_queue.isNotEmpty && _enabled) {
|
||||||
|
final report = _queue.first;
|
||||||
|
final response = await _client.post(
|
||||||
|
ingestUri,
|
||||||
|
headers: const <String, String>{
|
||||||
|
'content-type': 'application/json',
|
||||||
|
},
|
||||||
|
body: jsonEncode(report.toJson()),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (response.statusCode < 200 || response.statusCode >= 300) {
|
||||||
|
_lastError = 'Upload failed (${response.statusCode})';
|
||||||
|
await _saveState();
|
||||||
|
notifyListeners();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_queue.removeAt(0);
|
||||||
|
_lastError = null;
|
||||||
|
_lastSuccessAt = _now().toUtc();
|
||||||
|
await _saveState();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
_lastError = 'Upload failed: $error';
|
||||||
|
await _saveState();
|
||||||
|
notifyListeners();
|
||||||
|
} finally {
|
||||||
|
_isFlushingQueue = false;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
int _queueClosedWindows() {
|
||||||
|
final deviceKey6 = _deviceKey6Provider?.call();
|
||||||
|
if (deviceKey6 == null || deviceKey6.isEmpty) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
final now = _now().toUtc();
|
||||||
|
final closable = _openWindows.keys
|
||||||
|
.where((windowStartMs) {
|
||||||
|
final windowStart = DateTime.fromMillisecondsSinceEpoch(
|
||||||
|
windowStartMs,
|
||||||
|
isUtc: true,
|
||||||
|
);
|
||||||
|
final windowEnd = windowStart.add(
|
||||||
|
Duration(minutes: defaultIntervalMinutes),
|
||||||
|
);
|
||||||
|
return !windowEnd.isAfter(now);
|
||||||
|
})
|
||||||
|
.toList()
|
||||||
|
..sort();
|
||||||
|
|
||||||
|
for (final windowStartMs in closable) {
|
||||||
|
final windowStart = DateTime.fromMillisecondsSinceEpoch(
|
||||||
|
windowStartMs,
|
||||||
|
isUtc: true,
|
||||||
|
);
|
||||||
|
final counts = _openWindows.remove(windowStartMs);
|
||||||
|
if (counts == null || counts.isEmpty) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
final reportId = '$deviceKey6:${windowStart.toIso8601String()}';
|
||||||
|
final existingIndex = _queue.indexWhere(
|
||||||
|
(report) => report.reportId == reportId,
|
||||||
|
);
|
||||||
|
if (existingIndex != -1) {
|
||||||
|
_queue[existingIndex].counts.mergeFrom(counts);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
_queue.add(
|
||||||
|
TrafficStatsQueuedReport(
|
||||||
|
reportId: reportId,
|
||||||
|
deviceKey6: deviceKey6,
|
||||||
|
windowStart: windowStart,
|
||||||
|
windowEnd: windowStart.add(
|
||||||
|
Duration(minutes: defaultIntervalMinutes),
|
||||||
|
),
|
||||||
|
appVersion: _appVersion ?? 'unknown',
|
||||||
|
counts: counts,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return closable.length;
|
||||||
|
}
|
||||||
|
|
||||||
|
DateTime _windowStartFor(DateTime timestamp) {
|
||||||
|
final utc = timestamp.toUtc();
|
||||||
|
final alignedMinute =
|
||||||
|
utc.minute - (utc.minute % defaultIntervalMinutes);
|
||||||
|
return DateTime.utc(
|
||||||
|
utc.year,
|
||||||
|
utc.month,
|
||||||
|
utc.day,
|
||||||
|
utc.hour,
|
||||||
|
alignedMinute,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
String _pathModeKeyFor(Uint8List rawData, DecodedLogRxRoute? route) {
|
||||||
|
if (route != null) {
|
||||||
|
if (route.pathBytes.isEmpty) {
|
||||||
|
return 'path_mode_none';
|
||||||
|
}
|
||||||
|
switch (route.hashSize) {
|
||||||
|
case 1:
|
||||||
|
return 'path_mode_1b';
|
||||||
|
case 2:
|
||||||
|
return 'path_mode_2b';
|
||||||
|
case 3:
|
||||||
|
return 'path_mode_3b';
|
||||||
|
}
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
return _pathModeKeyFromRawData(rawData);
|
||||||
|
}
|
||||||
|
|
||||||
|
String _pathModeKeyFromRawData(Uint8List rawData) {
|
||||||
|
if (rawData.length < 5 ||
|
||||||
|
rawData.first != LiveTrafficSummary.logRxDataResponseCode) {
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
|
||||||
|
final rawPacketData = rawData.sublist(3);
|
||||||
|
if (rawPacketData.length < 2) {
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
|
||||||
|
final header = rawPacketData[0];
|
||||||
|
final routeType = header & 0x03;
|
||||||
|
var index = 1;
|
||||||
|
if (routeType == 0x00 || routeType == 0x03) {
|
||||||
|
if (rawPacketData.length < index + 5) {
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
index += 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (rawPacketData.length <= index) {
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
|
||||||
|
final pathDescriptor = rawPacketData[index];
|
||||||
|
final pathByteLen = LogRxRouteDecoder.descriptorByteLength(pathDescriptor);
|
||||||
|
if (pathByteLen == null) {
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
if (rawPacketData.length < index + 1 + pathByteLen) {
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
if (pathByteLen == 0) {
|
||||||
|
return 'path_mode_none';
|
||||||
|
}
|
||||||
|
|
||||||
|
final hashSize = LogRxRouteDecoder.descriptorHashSize(pathDescriptor);
|
||||||
|
switch (hashSize) {
|
||||||
|
case 1:
|
||||||
|
return 'path_mode_1b';
|
||||||
|
case 2:
|
||||||
|
return 'path_mode_2b';
|
||||||
|
case 3:
|
||||||
|
return 'path_mode_3b';
|
||||||
|
}
|
||||||
|
return 'path_mode_unknown';
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _saveState() async {
|
||||||
|
final prefs = await _prefsProvider();
|
||||||
|
await prefs.setBool(_enabledKey, _enabled);
|
||||||
|
await prefs.remove(_legacyIntervalKey);
|
||||||
|
await prefs.setString(
|
||||||
|
_queueKey,
|
||||||
|
jsonEncode(_queue.map((report) => report.toJson()).toList()),
|
||||||
|
);
|
||||||
|
if (_lastSuccessAt == null) {
|
||||||
|
await prefs.remove(_lastSuccessAtKey);
|
||||||
|
} else {
|
||||||
|
await prefs.setString(
|
||||||
|
_lastSuccessAtKey,
|
||||||
|
_lastSuccessAt!.toIso8601String(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (_lastError == null || _lastError!.isEmpty) {
|
||||||
|
await prefs.remove(_lastErrorKey);
|
||||||
|
} else {
|
||||||
|
await prefs.setString(_lastErrorKey, _lastError!);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static Future<String> _defaultAppVersionProvider() async {
|
||||||
|
final info = await PackageInfo.fromPlatform();
|
||||||
|
if (info.buildNumber.isEmpty || info.buildNumber == '0') {
|
||||||
|
return info.version;
|
||||||
|
}
|
||||||
|
return '${info.version}+${info.buildNumber}';
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_retryTimer?.cancel();
|
||||||
|
if (_ownsClient) {
|
||||||
|
_client.close();
|
||||||
|
}
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,13 +1,19 @@
|
|||||||
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
import '../l10n/app_localizations.dart';
|
import '../l10n/app_localizations.dart';
|
||||||
import '../providers/app_provider.dart';
|
import '../providers/app_provider.dart';
|
||||||
import '../providers/connection_provider.dart';
|
import '../providers/connection_provider.dart';
|
||||||
|
import '../providers/contacts_provider.dart';
|
||||||
|
import '../screens/discovery_screen.dart';
|
||||||
import '../services/network_scanner_service.dart';
|
import '../services/network_scanner_service.dart';
|
||||||
import '../services/profile_workspace_coordinator.dart';
|
import '../services/profile_workspace_coordinator.dart';
|
||||||
import '../services/serial/serial_transport.dart';
|
import '../services/serial/serial_transport.dart';
|
||||||
|
|
||||||
|
enum _ConnectionDialogResult { connected }
|
||||||
|
|
||||||
Future<void> _initializeConnectedWorkspace({
|
Future<void> _initializeConnectedWorkspace({
|
||||||
required ProfileWorkspaceCoordinator profileWorkspaceCoordinator,
|
required ProfileWorkspaceCoordinator profileWorkspaceCoordinator,
|
||||||
required AppProvider appProvider,
|
required AppProvider appProvider,
|
||||||
@@ -16,9 +22,108 @@ Future<void> _initializeConnectedWorkspace({
|
|||||||
await appProvider.initialize();
|
await appProvider.initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String _normalizeConnectionError(Object error) {
|
||||||
|
var message = error.toString();
|
||||||
|
if (message.startsWith('Exception: ')) {
|
||||||
|
message = message.substring('Exception: '.length);
|
||||||
|
}
|
||||||
|
if (message.startsWith('Connection failed: Exception: ')) {
|
||||||
|
return message.substring('Connection failed: Exception: '.length);
|
||||||
|
}
|
||||||
|
if (message.startsWith('Connection failed: ')) {
|
||||||
|
return message.substring('Connection failed: '.length);
|
||||||
|
}
|
||||||
|
return message;
|
||||||
|
}
|
||||||
|
|
||||||
|
void _showConnectionErrorSnackBar(BuildContext context, Object error) {
|
||||||
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
|
SnackBar(
|
||||||
|
content: Text(_normalizeConnectionError(error)),
|
||||||
|
backgroundColor: Colors.red,
|
||||||
|
duration: const Duration(seconds: 5),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<bool> showConnectionDialogFlow(
|
||||||
|
BuildContext context, {
|
||||||
|
Color? backgroundColor,
|
||||||
|
bool offerPostConnectRepeaterDiscovery = false,
|
||||||
|
}) async {
|
||||||
|
final result = await showModalBottomSheet<_ConnectionDialogResult>(
|
||||||
|
context: context,
|
||||||
|
isScrollControlled: true,
|
||||||
|
backgroundColor: backgroundColor,
|
||||||
|
builder: (context) => const ConnectionDialog(),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (result != _ConnectionDialogResult.connected || !context.mounted) {
|
||||||
|
return result == _ConnectionDialogResult.connected;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
await _initializeConnectedWorkspace(
|
||||||
|
profileWorkspaceCoordinator: context.read<ProfileWorkspaceCoordinator>(),
|
||||||
|
appProvider: context.read<AppProvider>(),
|
||||||
|
);
|
||||||
|
} catch (error) {
|
||||||
|
if (context.mounted) {
|
||||||
|
_showConnectionErrorSnackBar(context, error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!context.mounted) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!offerPostConnectRepeaterDiscovery) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final contactsProvider = context.read<ContactsProvider>();
|
||||||
|
if (contactsProvider.repeaters.isNotEmpty) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
final openDiscovery = await showDialog<bool>(
|
||||||
|
context: context,
|
||||||
|
builder: (dialogContext) => AlertDialog(
|
||||||
|
title: Text(l10n.postConnectDiscoveryTitle),
|
||||||
|
content: Text(l10n.postConnectDiscoveryDescription),
|
||||||
|
actions: [
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.of(dialogContext).pop(false),
|
||||||
|
child: Text(l10n.continue_),
|
||||||
|
),
|
||||||
|
FilledButton.icon(
|
||||||
|
onPressed: () => Navigator.of(dialogContext).pop(true),
|
||||||
|
icon: const Icon(Icons.router_outlined),
|
||||||
|
label: Text(l10n.discoverRepeaters),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (openDiscovery != true || !context.mounted) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
await Navigator.of(context).push(
|
||||||
|
MaterialPageRoute(
|
||||||
|
builder: (context) =>
|
||||||
|
const DiscoveryScreen(autoDiscoverRepeatersOnOpen: true),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/// Connection Dialog with tabs for BLE devices and Network servers
|
/// Connection Dialog with tabs for BLE devices and Network servers
|
||||||
class ConnectionDialog extends StatefulWidget {
|
class ConnectionDialog extends StatefulWidget {
|
||||||
const ConnectionDialog({super.key});
|
final NetworkScannerService? networkScanner;
|
||||||
|
|
||||||
|
const ConnectionDialog({super.key, this.networkScanner});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<ConnectionDialog> createState() => _ConnectionDialogState();
|
State<ConnectionDialog> createState() => _ConnectionDialogState();
|
||||||
@@ -28,11 +133,12 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
with SingleTickerProviderStateMixin {
|
with SingleTickerProviderStateMixin {
|
||||||
late TabController _tabController;
|
late TabController _tabController;
|
||||||
late final ConnectionProvider _connectionProvider;
|
late final ConnectionProvider _connectionProvider;
|
||||||
final NetworkScannerService _networkScanner = NetworkScannerService();
|
late final NetworkScannerService _networkScanner;
|
||||||
final List<DiscoveredServer> _discoveredServers = [];
|
final List<DiscoveredServer> _discoveredServers = [];
|
||||||
int _scannedCount = 0;
|
int _scannedCount = 0;
|
||||||
int _totalToScan = 0;
|
int _totalToScan = 0;
|
||||||
int _lastTabIndex = 0;
|
int _lastTabIndex = 0;
|
||||||
|
bool _hasRequestedBleScan = false;
|
||||||
String? _connectingToServerKey;
|
String? _connectingToServerKey;
|
||||||
String? _connectingBleDeviceId;
|
String? _connectingBleDeviceId;
|
||||||
|
|
||||||
@@ -40,10 +146,6 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
if (_tabController.index == _lastTabIndex) return;
|
if (_tabController.index == _lastTabIndex) return;
|
||||||
_lastTabIndex = _tabController.index;
|
_lastTabIndex = _tabController.index;
|
||||||
|
|
||||||
if (_tabController.index == 0) {
|
|
||||||
_refreshBleDevices();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_tabController.index == 1) {
|
if (_tabController.index == 1) {
|
||||||
if (_networkScanner.hasCachedResults && _discoveredServers.isEmpty) {
|
if (_networkScanner.hasCachedResults && _discoveredServers.isEmpty) {
|
||||||
setState(() {
|
setState(() {
|
||||||
@@ -64,11 +166,7 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
context,
|
context,
|
||||||
listen: false,
|
listen: false,
|
||||||
);
|
);
|
||||||
|
_networkScanner = widget.networkScanner ?? NetworkScannerService();
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
|
||||||
if (!mounted) return;
|
|
||||||
_refreshBleDevices();
|
|
||||||
});
|
|
||||||
|
|
||||||
_networkScanner.onServerDiscovered = (server) {
|
_networkScanner.onServerDiscovered = (server) {
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
@@ -110,6 +208,13 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _refreshBleDevices() async {
|
Future<void> _refreshBleDevices() async {
|
||||||
|
if (!_hasRequestedBleScan && mounted) {
|
||||||
|
setState(() {
|
||||||
|
_hasRequestedBleScan = true;
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
_hasRequestedBleScan = true;
|
||||||
|
}
|
||||||
await _connectionProvider.stopScan();
|
await _connectionProvider.stopScan();
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
await _connectionProvider.startScan();
|
await _connectionProvider.startScan();
|
||||||
@@ -121,6 +226,16 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
return Colors.red;
|
return Colors.red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _closeOnSuccessfulConnection() {
|
||||||
|
if (!mounted) return;
|
||||||
|
Navigator.of(context).pop(_ConnectionDialogResult.connected);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _showConnectionError(Object error) {
|
||||||
|
if (!mounted) return;
|
||||||
|
_showConnectionErrorSnackBar(context, error);
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final connectionProvider = context.watch<ConnectionProvider>();
|
final connectionProvider = context.watch<ConnectionProvider>();
|
||||||
@@ -224,6 +339,9 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
required IconData icon,
|
required IconData icon,
|
||||||
required String message,
|
required String message,
|
||||||
required VoidCallback onRefresh,
|
required VoidCallback onRefresh,
|
||||||
|
IconData? secondaryActionIcon,
|
||||||
|
String? secondaryActionTooltip,
|
||||||
|
VoidCallback? onSecondaryAction,
|
||||||
}) {
|
}) {
|
||||||
final theme = Theme.of(context);
|
final theme = Theme.of(context);
|
||||||
return Container(
|
return Container(
|
||||||
@@ -245,18 +363,77 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
IconButton(
|
Row(
|
||||||
icon: Icon(
|
mainAxisSize: MainAxisSize.min,
|
||||||
Icons.refresh_rounded,
|
children: [
|
||||||
color: theme.colorScheme.onPrimaryContainer,
|
if (secondaryActionIcon != null)
|
||||||
),
|
IconButton(
|
||||||
onPressed: onRefresh,
|
tooltip: secondaryActionTooltip,
|
||||||
|
icon: Icon(
|
||||||
|
secondaryActionIcon,
|
||||||
|
color: theme.colorScheme.onPrimaryContainer,
|
||||||
|
),
|
||||||
|
onPressed: onSecondaryAction,
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: Icon(
|
||||||
|
Icons.refresh_rounded,
|
||||||
|
color: theme.colorScheme.onPrimaryContainer,
|
||||||
|
),
|
||||||
|
onPressed: onRefresh,
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<String?> _promptForManualTcpHost() async {
|
||||||
|
return showDialog<String>(
|
||||||
|
context: context,
|
||||||
|
builder: (dialogContext) => _ManualTcpHostDialog(
|
||||||
|
initialHost: _connectionProvider.tcpHost,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _connectManualTcpHost() async {
|
||||||
|
final host = await _promptForManualTcpHost();
|
||||||
|
if (host == null || !mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final serverKey = '$host:${NetworkScannerService.defaultPort}';
|
||||||
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
|
|
||||||
|
setState(() {
|
||||||
|
_connectingToServerKey = serverKey;
|
||||||
|
});
|
||||||
|
|
||||||
|
try {
|
||||||
|
final success = await connectionProvider.connectTcp(
|
||||||
|
host,
|
||||||
|
NetworkScannerService.defaultPort,
|
||||||
|
);
|
||||||
|
if (!success) {
|
||||||
|
throw Exception(
|
||||||
|
connectionProvider.error ??
|
||||||
|
'Failed to connect to $host:${NetworkScannerService.defaultPort}',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
_closeOnSuccessfulConnection();
|
||||||
|
} catch (error) {
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setState(() {
|
||||||
|
_connectingToServerKey = null;
|
||||||
|
});
|
||||||
|
_showConnectionError(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Widget _buildErrorBanner(String message) {
|
Widget _buildErrorBanner(String message) {
|
||||||
final theme = Theme.of(context);
|
final theme = Theme.of(context);
|
||||||
return Container(
|
return Container(
|
||||||
@@ -294,42 +471,47 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
required VoidCallback onAction,
|
required VoidCallback onAction,
|
||||||
}) {
|
}) {
|
||||||
final theme = Theme.of(context);
|
final theme = Theme.of(context);
|
||||||
return Center(
|
return LayoutBuilder(
|
||||||
child: Padding(
|
builder: (context, constraints) => SingleChildScrollView(
|
||||||
padding: const EdgeInsets.all(24),
|
padding: const EdgeInsets.all(24),
|
||||||
child: Column(
|
child: ConstrainedBox(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
constraints: BoxConstraints(minHeight: constraints.maxHeight),
|
||||||
children: [
|
child: Center(
|
||||||
Container(
|
child: Column(
|
||||||
width: 80,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
height: 80,
|
children: [
|
||||||
decoration: BoxDecoration(
|
Container(
|
||||||
color: theme.colorScheme.surfaceContainerHighest,
|
width: 80,
|
||||||
shape: BoxShape.circle,
|
height: 80,
|
||||||
),
|
decoration: BoxDecoration(
|
||||||
child: Icon(
|
color: theme.colorScheme.surfaceContainerHighest,
|
||||||
icon,
|
shape: BoxShape.circle,
|
||||||
size: 36,
|
),
|
||||||
color: theme.colorScheme.onSurfaceVariant.withValues(
|
child: Icon(
|
||||||
alpha: 0.8,
|
icon,
|
||||||
|
size: 36,
|
||||||
|
color: theme.colorScheme.onSurfaceVariant.withValues(
|
||||||
|
alpha: 0.8,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
const SizedBox(height: 16),
|
||||||
|
Text(
|
||||||
|
title,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
style: theme.textTheme.titleMedium?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
FilledButton.tonalIcon(
|
||||||
|
onPressed: onAction,
|
||||||
|
icon: const Icon(Icons.refresh_rounded),
|
||||||
|
label: Text(actionLabel),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
),
|
||||||
Text(
|
|
||||||
title,
|
|
||||||
textAlign: TextAlign.center,
|
|
||||||
style: theme.textTheme.titleMedium?.copyWith(
|
|
||||||
color: theme.colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 12),
|
|
||||||
FilledButton.tonalIcon(
|
|
||||||
onPressed: onAction,
|
|
||||||
icon: const Icon(Icons.refresh_rounded),
|
|
||||||
label: Text(actionLabel),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -401,11 +583,13 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildBleDevicesTab(ConnectionProvider connectionProvider) {
|
Widget _buildBleDevicesTab(ConnectionProvider connectionProvider) {
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
children: [
|
children: [
|
||||||
_buildSectionBanner(
|
_buildSectionBanner(
|
||||||
icon: Icons.bluetooth_searching_rounded,
|
icon: Icons.bluetooth_searching_rounded,
|
||||||
message: AppLocalizations.of(context)!.defaultPinInfo,
|
message: l10n.defaultPinInfo,
|
||||||
onRefresh: _refreshBleDevices,
|
onRefresh: _refreshBleDevices,
|
||||||
),
|
),
|
||||||
if (connectionProvider.error != null)
|
if (connectionProvider.error != null)
|
||||||
@@ -418,8 +602,10 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
: connectionProvider.scannedDevices.isEmpty
|
: connectionProvider.scannedDevices.isEmpty
|
||||||
? _buildEmptyState(
|
? _buildEmptyState(
|
||||||
icon: Icons.bluetooth_searching_rounded,
|
icon: Icons.bluetooth_searching_rounded,
|
||||||
title: AppLocalizations.of(context)!.noDevicesFound,
|
title: _hasRequestedBleScan
|
||||||
actionLabel: AppLocalizations.of(context)!.scanAgain,
|
? l10n.noDevicesFound
|
||||||
|
: 'Press scan to search for nearby devices',
|
||||||
|
actionLabel: _hasRequestedBleScan ? l10n.scanAgain : 'Scan',
|
||||||
onAction: _refreshBleDevices,
|
onAction: _refreshBleDevices,
|
||||||
)
|
)
|
||||||
: ListView.builder(
|
: ListView.builder(
|
||||||
@@ -434,25 +620,25 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
final isConnecting = _connectingBleDeviceId == deviceId;
|
final isConnecting = _connectingBleDeviceId == deviceId;
|
||||||
|
|
||||||
Future<void> connectBle() async {
|
Future<void> connectBle() async {
|
||||||
final appProvider = context.read<AppProvider>();
|
|
||||||
final profileWorkspaceCoordinator = context
|
|
||||||
.read<ProfileWorkspaceCoordinator>();
|
|
||||||
setState(() {
|
setState(() {
|
||||||
_connectingBleDeviceId = deviceId;
|
_connectingBleDeviceId = deviceId;
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
Navigator.pop(context);
|
|
||||||
final success = await connectionProvider.connect(
|
final success = await connectionProvider.connect(
|
||||||
device,
|
device,
|
||||||
);
|
);
|
||||||
if (success &&
|
if (!success) {
|
||||||
connectionProvider.deviceInfo.isConnected) {
|
final name = device.platformName.isNotEmpty
|
||||||
await _initializeConnectedWorkspace(
|
? device.platformName
|
||||||
profileWorkspaceCoordinator:
|
: 'device';
|
||||||
profileWorkspaceCoordinator,
|
throw Exception(
|
||||||
appProvider: appProvider,
|
connectionProvider.error ??
|
||||||
|
'Failed to connect to $name',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
_closeOnSuccessfulConnection();
|
||||||
|
} catch (error) {
|
||||||
|
_showConnectionError(error);
|
||||||
} finally {
|
} finally {
|
||||||
if (mounted) {
|
if (mounted) {
|
||||||
setState(() {
|
setState(() {
|
||||||
@@ -506,6 +692,11 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
message: showingCachedResults
|
message: showingCachedResults
|
||||||
? 'Showing cached results. Tap refresh to rescan.'
|
? 'Showing cached results. Tap refresh to rescan.'
|
||||||
: 'Scanning local network for MeshCore WiFi devices on port 5000',
|
: 'Scanning local network for MeshCore WiFi devices on port 5000',
|
||||||
|
secondaryActionIcon: Icons.add_rounded,
|
||||||
|
secondaryActionTooltip: 'Add IP address',
|
||||||
|
onSecondaryAction: _connectingToServerKey != null
|
||||||
|
? null
|
||||||
|
: _connectManualTcpHost,
|
||||||
onRefresh: _startNetworkScan,
|
onRefresh: _startNetworkScan,
|
||||||
),
|
),
|
||||||
if (_networkScanner.isScanning)
|
if (_networkScanner.isScanning)
|
||||||
@@ -547,11 +738,6 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
Future<void> connectServer() async {
|
Future<void> connectServer() async {
|
||||||
final connectionProvider = context
|
final connectionProvider = context
|
||||||
.read<ConnectionProvider>();
|
.read<ConnectionProvider>();
|
||||||
final appProvider = context.read<AppProvider>();
|
|
||||||
final profileWorkspaceCoordinator = context
|
|
||||||
.read<ProfileWorkspaceCoordinator>();
|
|
||||||
final navigator = Navigator.of(context);
|
|
||||||
final messenger = ScaffoldMessenger.of(context);
|
|
||||||
|
|
||||||
setState(() {
|
setState(() {
|
||||||
_connectingToServerKey = serverKey;
|
_connectingToServerKey = serverKey;
|
||||||
@@ -567,52 +753,23 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
await connectionProvider.connectTcp(
|
final success = await connectionProvider.connectTcp(
|
||||||
server.ipAddress,
|
server.ipAddress,
|
||||||
server.port,
|
server.port,
|
||||||
);
|
);
|
||||||
await _initializeConnectedWorkspace(
|
if (!success) {
|
||||||
profileWorkspaceCoordinator:
|
throw Exception(
|
||||||
profileWorkspaceCoordinator,
|
connectionProvider.error ??
|
||||||
appProvider: appProvider,
|
'Failed to connect to ${server.ipAddress}:${server.port}',
|
||||||
);
|
);
|
||||||
|
|
||||||
if (mounted) {
|
|
||||||
navigator.pop();
|
|
||||||
}
|
}
|
||||||
|
_closeOnSuccessfulConnection();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
setState(() {
|
setState(() {
|
||||||
_connectingToServerKey = null;
|
_connectingToServerKey = null;
|
||||||
});
|
});
|
||||||
|
_showConnectionError(e);
|
||||||
var errorMessage = e.toString();
|
|
||||||
if (errorMessage.startsWith('Exception: ')) {
|
|
||||||
errorMessage = errorMessage.substring(
|
|
||||||
'Exception: '.length,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if (errorMessage.startsWith(
|
|
||||||
'Connection failed: Exception: ',
|
|
||||||
)) {
|
|
||||||
errorMessage = errorMessage.substring(
|
|
||||||
'Connection failed: Exception: '.length,
|
|
||||||
);
|
|
||||||
} else if (errorMessage.startsWith(
|
|
||||||
'Connection failed: ',
|
|
||||||
)) {
|
|
||||||
errorMessage = errorMessage.substring(
|
|
||||||
'Connection failed: '.length,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
messenger.showSnackBar(
|
|
||||||
SnackBar(
|
|
||||||
content: Text(errorMessage),
|
|
||||||
backgroundColor: Colors.red,
|
|
||||||
duration: const Duration(seconds: 5),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -679,13 +836,91 @@ class _ConnectionDialogState extends State<ConnectionDialog>
|
|||||||
actionLabel: actionLabel,
|
actionLabel: actionLabel,
|
||||||
onAction: onAction,
|
onAction: onAction,
|
||||||
),
|
),
|
||||||
onConnected: () {
|
onConnected: (result) {
|
||||||
if (mounted) Navigator.of(context).pop();
|
if (mounted) {
|
||||||
|
Navigator.of(context).pop(result);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _ManualTcpHostDialog extends StatefulWidget {
|
||||||
|
final String? initialHost;
|
||||||
|
|
||||||
|
const _ManualTcpHostDialog({this.initialHost});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<_ManualTcpHostDialog> createState() => _ManualTcpHostDialogState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ManualTcpHostDialogState extends State<_ManualTcpHostDialog> {
|
||||||
|
late final TextEditingController _controller;
|
||||||
|
String? _errorText;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_controller = TextEditingController(text: widget.initialHost);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_controller.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
void _submit() {
|
||||||
|
final host = _controller.text.trim();
|
||||||
|
final parsedAddress = InternetAddress.tryParse(host);
|
||||||
|
if (parsedAddress == null) {
|
||||||
|
setState(() {
|
||||||
|
_errorText = 'Enter a valid IP address';
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
Navigator.of(context).pop(parsedAddress.address);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return AlertDialog(
|
||||||
|
title: const Text('Connect by IP address'),
|
||||||
|
content: TextField(
|
||||||
|
controller: _controller,
|
||||||
|
autofocus: true,
|
||||||
|
keyboardType: TextInputType.url,
|
||||||
|
decoration: InputDecoration(
|
||||||
|
labelText: 'IP address',
|
||||||
|
hintText: '192.168.1.42',
|
||||||
|
helperText: 'Uses TCP port 5000',
|
||||||
|
border: const OutlineInputBorder(),
|
||||||
|
errorText: _errorText,
|
||||||
|
),
|
||||||
|
onChanged: (_) {
|
||||||
|
if (_errorText == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setState(() {
|
||||||
|
_errorText = null;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onSubmitted: (_) => _submit(),
|
||||||
|
),
|
||||||
|
actions: [
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.of(context).pop(),
|
||||||
|
child: const Text('Cancel'),
|
||||||
|
),
|
||||||
|
FilledButton(
|
||||||
|
onPressed: _submit,
|
||||||
|
child: const Text('Connect'),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
typedef _TransportCardBuilder =
|
typedef _TransportCardBuilder =
|
||||||
Widget Function({
|
Widget Function({
|
||||||
required IconData icon,
|
required IconData icon,
|
||||||
@@ -706,7 +941,7 @@ typedef _EmptyStateBuilder =
|
|||||||
});
|
});
|
||||||
|
|
||||||
class _SerialDeviceList extends StatefulWidget {
|
class _SerialDeviceList extends StatefulWidget {
|
||||||
final VoidCallback onConnected;
|
final ValueChanged<_ConnectionDialogResult> onConnected;
|
||||||
final _TransportCardBuilder buildTransportCard;
|
final _TransportCardBuilder buildTransportCard;
|
||||||
final _EmptyStateBuilder buildEmptyState;
|
final _EmptyStateBuilder buildEmptyState;
|
||||||
|
|
||||||
@@ -801,9 +1036,6 @@ class _SerialDeviceListState extends State<_SerialDeviceList> {
|
|||||||
setState(() => _isConnecting = true);
|
setState(() => _isConnecting = true);
|
||||||
try {
|
try {
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
final appProvider = context.read<AppProvider>();
|
|
||||||
final profileWorkspaceCoordinator = context
|
|
||||||
.read<ProfileWorkspaceCoordinator>();
|
|
||||||
final connection = await _transport.connect(device);
|
final connection = await _transport.connect(device);
|
||||||
final success = await connectionProvider.connectSerial(
|
final success = await connectionProvider.connectSerial(
|
||||||
service: connection.service,
|
service: connection.service,
|
||||||
@@ -814,11 +1046,7 @@ class _SerialDeviceListState extends State<_SerialDeviceList> {
|
|||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
await _initializeConnectedWorkspace(
|
widget.onConnected(_ConnectionDialogResult.connected);
|
||||||
profileWorkspaceCoordinator: profileWorkspaceCoordinator,
|
|
||||||
appProvider: appProvider,
|
|
||||||
);
|
|
||||||
widget.onConnected();
|
|
||||||
} else {
|
} else {
|
||||||
await connection.disconnect();
|
await connection.disconnect();
|
||||||
connection.service.dispose();
|
connection.service.dispose();
|
||||||
|
|||||||
@@ -6,12 +6,9 @@ import 'package:latlong2/latlong.dart';
|
|||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
import '../../models/contact.dart';
|
import '../../models/contact.dart';
|
||||||
import '../../models/path_history.dart';
|
|
||||||
import '../../l10n/app_localizations.dart';
|
import '../../l10n/app_localizations.dart';
|
||||||
import '../../providers/app_provider.dart';
|
import '../../providers/app_provider.dart';
|
||||||
import '../../providers/connection_provider.dart';
|
import '../../providers/connection_provider.dart';
|
||||||
import '../../services/contact_route_resolver.dart';
|
|
||||||
import '../../services/path_history_service.dart';
|
|
||||||
import '../../services/relay_candidate_sorter.dart';
|
import '../../services/relay_candidate_sorter.dart';
|
||||||
import '../../services/route_hash_preferences.dart';
|
import '../../services/route_hash_preferences.dart';
|
||||||
|
|
||||||
@@ -73,16 +70,13 @@ class ContactRouteDialog extends StatefulWidget {
|
|||||||
class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
||||||
late final TextEditingController _controller;
|
late final TextEditingController _controller;
|
||||||
late final TextEditingController _relaySearchController;
|
late final TextEditingController _relaySearchController;
|
||||||
final PathHistoryService _pathHistoryService = PathHistoryService();
|
|
||||||
final RelayCandidateSorter _relayCandidateSorter =
|
final RelayCandidateSorter _relayCandidateSorter =
|
||||||
const RelayCandidateSorter();
|
const RelayCandidateSorter();
|
||||||
int _selectedHashSize = RouteHashPreferences.defaultHashSize;
|
int _selectedHashSize = RouteHashPreferences.defaultHashSize;
|
||||||
ParsedContactRoute? _parsedRoute;
|
ParsedContactRoute? _parsedRoute;
|
||||||
String? _errorText;
|
String? _errorText;
|
||||||
bool _showRoutingInfo = false;
|
bool _showRoutingInfo = false;
|
||||||
bool _showManualEditor = false;
|
|
||||||
List<Contact> _selectedMapHops = const [];
|
List<Contact> _selectedMapHops = const [];
|
||||||
ContactPathHistory? _pathHistory;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
@@ -92,9 +86,7 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
);
|
);
|
||||||
_relaySearchController = TextEditingController();
|
_relaySearchController = TextEditingController();
|
||||||
_controller.addListener(_reparse);
|
_controller.addListener(_reparse);
|
||||||
_showManualEditor = widget.contact.routeCanonicalText.isNotEmpty;
|
|
||||||
_loadHashSizePreference();
|
_loadHashSizePreference();
|
||||||
_loadPathHistory();
|
|
||||||
_reparse();
|
_reparse();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -185,16 +177,6 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
_reparse();
|
_reparse();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _loadPathHistory() async {
|
|
||||||
await _pathHistoryService.initialize();
|
|
||||||
if (!mounted) return;
|
|
||||||
setState(() {
|
|
||||||
_pathHistory = _pathHistoryService.historyFor(
|
|
||||||
widget.contact.publicKeyHex,
|
|
||||||
);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
String _tokenFor(Contact contact, int hashSize) {
|
String _tokenFor(Contact contact, int hashSize) {
|
||||||
final hex = contact.publicKeyHex.toUpperCase();
|
final hex = contact.publicKeyHex.toUpperCase();
|
||||||
final length = hashSize * 2;
|
final length = hashSize * 2;
|
||||||
@@ -240,35 +222,6 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void _applyResolvedPlan(ResolvedContactRoutePlan plan) {
|
|
||||||
setState(() {
|
|
||||||
_selectedMapHops = plan.selectedContacts;
|
|
||||||
_controller.text = plan.canonicalText;
|
|
||||||
_controller.selection = TextSelection.fromPosition(
|
|
||||||
TextPosition(offset: _controller.text.length),
|
|
||||||
);
|
|
||||||
_errorText = null;
|
|
||||||
_showManualEditor = false;
|
|
||||||
});
|
|
||||||
_reparse();
|
|
||||||
}
|
|
||||||
|
|
||||||
void _applyHistoryRecord(PathRecord record) {
|
|
||||||
final canonicalText = _canonicalRouteFromBytes(
|
|
||||||
record.pathBytes,
|
|
||||||
hashSize: record.hashSize,
|
|
||||||
);
|
|
||||||
setState(() {
|
|
||||||
_controller.text = canonicalText;
|
|
||||||
_controller.selection = TextSelection.fromPosition(
|
|
||||||
TextPosition(offset: _controller.text.length),
|
|
||||||
);
|
|
||||||
_errorText = null;
|
|
||||||
_showManualEditor = true;
|
|
||||||
});
|
|
||||||
_reparse();
|
|
||||||
}
|
|
||||||
|
|
||||||
LatLng? _resolveLastHopLocation() {
|
LatLng? _resolveLastHopLocation() {
|
||||||
if (_selectedMapHops.isNotEmpty) {
|
if (_selectedMapHops.isNotEmpty) {
|
||||||
return _selectedMapHops.last.displayLocation == null
|
return _selectedMapHops.last.displayLocation == null
|
||||||
@@ -319,147 +272,34 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _resolvePathAutomatically() {
|
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
|
||||||
final advLat = connectionProvider.deviceInfo.advLat;
|
|
||||||
final advLon = connectionProvider.deviceInfo.advLon;
|
|
||||||
final recipientLocation = widget.contact.displayLocation;
|
|
||||||
if (advLat == null ||
|
|
||||||
advLon == null ||
|
|
||||||
(advLat == 0 && advLon == 0) ||
|
|
||||||
recipientLocation == null) {
|
|
||||||
setState(() {
|
|
||||||
_errorText =
|
|
||||||
'Automatic resolve needs both your advertised location and the contact location.';
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final plan = ContactRouteResolver.resolveAutomaticRoute(
|
|
||||||
senderLocation: LatLng(advLat / 1e6, advLon / 1e6),
|
|
||||||
recipient: widget.contact,
|
|
||||||
availableContacts: widget.availableContacts,
|
|
||||||
hashSize: _selectedHashSize,
|
|
||||||
);
|
|
||||||
if (plan == null) {
|
|
||||||
setState(() {
|
|
||||||
_errorText =
|
|
||||||
'Could not resolve a route from available repeater locations.';
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_applyResolvedPlan(plan);
|
|
||||||
}
|
|
||||||
|
|
||||||
String _canonicalRouteFromBytes(
|
|
||||||
List<int> pathBytes, {
|
|
||||||
required int hashSize,
|
|
||||||
}) {
|
|
||||||
final hops = <String>[];
|
|
||||||
for (var i = 0; i < pathBytes.length; i += hashSize) {
|
|
||||||
final hop = pathBytes.sublist(i, i + hashSize);
|
|
||||||
hops.add(
|
|
||||||
hop
|
|
||||||
.map((byte) => byte.toRadixString(16).padLeft(2, '0'))
|
|
||||||
.join()
|
|
||||||
.toUpperCase(),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
return hops.join(',');
|
|
||||||
}
|
|
||||||
|
|
||||||
String _historySubtitle(PathRecord record) {
|
|
||||||
final attempts = record.successCount + record.failureCount;
|
|
||||||
final lastSeen = MaterialLocalizations.of(
|
|
||||||
context,
|
|
||||||
).formatShortDate(record.lastUsedAt);
|
|
||||||
final sourceLabel = switch (record.source) {
|
|
||||||
PathRecordSource.observed => 'Observed on mesh',
|
|
||||||
PathRecordSource.learned => 'Learned route',
|
|
||||||
};
|
|
||||||
final successRate = attempts == 0
|
|
||||||
? 'No send stats yet'
|
|
||||||
: '${(record.successRate * 100).round()}% success over $attempts send${attempts == 1 ? '' : 's'}';
|
|
||||||
final latency = record.lastRoundTripTimeMs > 0
|
|
||||||
? ' • ${record.lastRoundTripTimeMs} ms'
|
|
||||||
: '';
|
|
||||||
return '$sourceLabel • $successRate • Last used $lastSeen$latency';
|
|
||||||
}
|
|
||||||
|
|
||||||
Widget _buildHistoryRecordTile(PathRecord record, {String? title}) {
|
|
||||||
final canonicalText = _canonicalRouteFromBytes(
|
|
||||||
record.pathBytes,
|
|
||||||
hashSize: record.hashSize,
|
|
||||||
);
|
|
||||||
return Card(
|
|
||||||
margin: EdgeInsets.zero,
|
|
||||||
child: ListTile(
|
|
||||||
contentPadding: const EdgeInsets.symmetric(
|
|
||||||
horizontal: 16,
|
|
||||||
vertical: 10,
|
|
||||||
),
|
|
||||||
leading: title == null ? null : const Icon(Icons.alt_route),
|
|
||||||
title: title == null
|
|
||||||
? Text(
|
|
||||||
canonicalText,
|
|
||||||
style: Theme.of(
|
|
||||||
context,
|
|
||||||
).textTheme.bodyMedium?.copyWith(fontFamily: 'monospace'),
|
|
||||||
)
|
|
||||||
: Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
Text(title, style: Theme.of(context).textTheme.titleSmall),
|
|
||||||
const SizedBox(height: 6),
|
|
||||||
Text(
|
|
||||||
canonicalText,
|
|
||||||
style: Theme.of(
|
|
||||||
context,
|
|
||||||
).textTheme.bodyMedium?.copyWith(fontFamily: 'monospace'),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
subtitle: Padding(
|
|
||||||
padding: const EdgeInsets.only(top: 6),
|
|
||||||
child: Text(_historySubtitle(record)),
|
|
||||||
),
|
|
||||||
trailing: FilledButton.tonal(
|
|
||||||
onPressed: () => _applyHistoryRecord(record),
|
|
||||||
child: Text(AppLocalizations.of(context)!.use),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Widget _buildPreviewSection() {
|
Widget _buildPreviewSection() {
|
||||||
final previewRoute = _effectiveRoute;
|
final previewRoute = _effectiveRoute;
|
||||||
|
if (previewRoute == null) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
|
}
|
||||||
final colorScheme = Theme.of(context).colorScheme;
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
return Container(
|
return Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
padding: const EdgeInsets.all(14),
|
padding: const EdgeInsets.all(12),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: colorScheme.surfaceContainerHighest.withValues(alpha: 0.5),
|
color: colorScheme.surfaceContainerHighest.withValues(alpha: 0.5),
|
||||||
borderRadius: BorderRadius.circular(16),
|
borderRadius: BorderRadius.circular(12),
|
||||||
border: Border.all(color: colorScheme.outlineVariant),
|
border: Border.all(color: colorScheme.outlineVariant),
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
previewRoute == null ? 'Route preview' : previewRoute.summary,
|
previewRoute.summary,
|
||||||
style: Theme.of(context).textTheme.titleSmall,
|
style: Theme.of(context).textTheme.titleSmall,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 2),
|
||||||
Text(
|
Text(
|
||||||
previewRoute == null
|
'${previewRoute.byteLength}B • 0x${previewRoute.encodedPathLen.toRadixString(16).padLeft(2, '0').toUpperCase()}',
|
||||||
? 'Pick relays from the list below or open manual edit if you need exact hop tokens.'
|
|
||||||
: '${previewRoute.byteLength} bytes • descriptor 0x${previewRoute.encodedPathLen.toRadixString(16).padLeft(2, '0').toUpperCase()}',
|
|
||||||
style: Theme.of(context).textTheme.bodySmall,
|
style: Theme.of(context).textTheme.bodySmall,
|
||||||
),
|
),
|
||||||
if (previewRoute != null &&
|
if (previewRoute.canonicalText.isNotEmpty) ...[
|
||||||
previewRoute.canonicalText.isNotEmpty) ...[
|
const SizedBox(height: 8),
|
||||||
const SizedBox(height: 10),
|
|
||||||
SelectableText(
|
SelectableText(
|
||||||
previewRoute.canonicalText,
|
previewRoute.canonicalText,
|
||||||
style: Theme.of(
|
style: Theme.of(
|
||||||
@@ -474,18 +314,7 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
|
|
||||||
Widget _buildSelectedHopSection() {
|
Widget _buildSelectedHopSection() {
|
||||||
if (_selectedMapHops.isEmpty) {
|
if (_selectedMapHops.isEmpty) {
|
||||||
return Container(
|
return const SizedBox.shrink();
|
||||||
width: double.infinity,
|
|
||||||
padding: const EdgeInsets.all(14),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(16),
|
|
||||||
border: Border.all(color: Theme.of(context).dividerColor),
|
|
||||||
),
|
|
||||||
child: Text(
|
|
||||||
'No relays selected. Save now to use a direct path, or add repeaters below.',
|
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
@@ -493,28 +322,21 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
children: [
|
children: [
|
||||||
Text('Selected relays', style: Theme.of(context).textTheme.titleSmall),
|
Text('Selected relays', style: Theme.of(context).textTheme.titleSmall),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
..._selectedMapHops.asMap().entries.map((entry) {
|
Wrap(
|
||||||
final index = entry.key;
|
spacing: 8,
|
||||||
final contact = entry.value;
|
runSpacing: 8,
|
||||||
return Card(
|
children: _selectedMapHops.asMap().entries.map((entry) {
|
||||||
margin: const EdgeInsets.only(bottom: 8),
|
final index = entry.key;
|
||||||
child: ListTile(
|
final contact = entry.value;
|
||||||
leading: CircleAvatar(child: Text('${index + 1}')),
|
return InputChip(
|
||||||
title: Text(contact.displayName),
|
label: Text('${index + 1}. ${contact.displayName}'),
|
||||||
subtitle: Text(
|
deleteIcon: const Icon(Icons.close),
|
||||||
_tokenFor(contact, _selectedHashSize),
|
onDeleted: () => _toggleHop(contact),
|
||||||
style: Theme.of(
|
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||||
context,
|
visualDensity: VisualDensity.compact,
|
||||||
).textTheme.bodySmall?.copyWith(fontFamily: 'monospace'),
|
);
|
||||||
),
|
}).toList(),
|
||||||
trailing: IconButton(
|
),
|
||||||
tooltip: 'Remove relay',
|
|
||||||
onPressed: () => _toggleHop(contact),
|
|
||||||
icon: const Icon(Icons.close),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}),
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -563,6 +385,12 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
return Card(
|
return Card(
|
||||||
margin: const EdgeInsets.only(bottom: 8),
|
margin: const EdgeInsets.only(bottom: 8),
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
|
dense: true,
|
||||||
|
visualDensity: VisualDensity.compact,
|
||||||
|
contentPadding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 16,
|
||||||
|
vertical: 4,
|
||||||
|
),
|
||||||
leading: Icon(
|
leading: Icon(
|
||||||
isSelected
|
isSelected
|
||||||
? Icons.check_circle
|
? Icons.check_circle
|
||||||
@@ -593,41 +421,6 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildManualEditor() {
|
|
||||||
return ExpansionTile(
|
|
||||||
tilePadding: EdgeInsets.zero,
|
|
||||||
childrenPadding: EdgeInsets.zero,
|
|
||||||
initiallyExpanded: _showManualEditor,
|
|
||||||
onExpansionChanged: (expanded) {
|
|
||||||
setState(() {
|
|
||||||
_showManualEditor = expanded;
|
|
||||||
});
|
|
||||||
},
|
|
||||||
title: Text(AppLocalizations.of(context)!.manualRouteEdit),
|
|
||||||
subtitle: const Text(
|
|
||||||
'Use this when you need to paste or tweak hop tokens directly.',
|
|
||||||
),
|
|
||||||
children: [
|
|
||||||
TextField(
|
|
||||||
controller: _controller,
|
|
||||||
textCapitalization: TextCapitalization.characters,
|
|
||||||
decoration: InputDecoration(
|
|
||||||
labelText: 'Route',
|
|
||||||
hintText: _selectedHashSize == 1
|
|
||||||
? 'AA,BB,CC'
|
|
||||||
: _selectedHashSize == 2
|
|
||||||
? 'AABB,CCDD'
|
|
||||||
: 'AABBCC,DDEEFF',
|
|
||||||
helperText:
|
|
||||||
'Comma-separated hops using the selected path size. Colon form like AA:BB is also accepted.',
|
|
||||||
errorText: _errorText,
|
|
||||||
border: const OutlineInputBorder(),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Widget _buildMapPreview({
|
Widget _buildMapPreview({
|
||||||
required List<Contact> routeCandidates,
|
required List<Contact> routeCandidates,
|
||||||
required List<LatLng> mapPoints,
|
required List<LatLng> mapPoints,
|
||||||
@@ -709,15 +502,14 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
|
|
||||||
Widget _buildBuilderTab({
|
Widget _buildBuilderTab({
|
||||||
required List<Contact> routeCandidates,
|
required List<Contact> routeCandidates,
|
||||||
required List<LatLng> mapPoints,
|
|
||||||
required List<LatLng> routePoints,
|
|
||||||
}) {
|
}) {
|
||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text('Path Size', style: Theme.of(context).textTheme.labelLarge),
|
Text('Path size', style: Theme.of(context).textTheme.labelLarge),
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
SegmentedButton<int>(
|
SegmentedButton<int>(
|
||||||
segments: [
|
segments: [
|
||||||
@@ -734,36 +526,32 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
if (_errorText != null) ...[
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
Text(
|
||||||
|
_errorText!,
|
||||||
|
style: TextStyle(color: Theme.of(context).colorScheme.error),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
if (_selectedMapHops.isNotEmpty) ...[
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_buildSelectedHopSection(),
|
||||||
|
],
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
Wrap(
|
|
||||||
spacing: 8,
|
|
||||||
runSpacing: 8,
|
|
||||||
children: [
|
|
||||||
FilledButton.tonalIcon(
|
|
||||||
onPressed: _resolvePathAutomatically,
|
|
||||||
icon: Icon(Icons.auto_fix_high),
|
|
||||||
label: Text(AppLocalizations.of(context)!.autoResolve),
|
|
||||||
),
|
|
||||||
OutlinedButton.icon(
|
|
||||||
onPressed: _selectedMapHops.isEmpty
|
|
||||||
? null
|
|
||||||
: () {
|
|
||||||
setState(() {
|
|
||||||
_selectedMapHops = const [];
|
|
||||||
_syncControllerFromSelectedHops();
|
|
||||||
});
|
|
||||||
},
|
|
||||||
icon: Icon(Icons.clear_all),
|
|
||||||
label: Text(AppLocalizations.of(context)!.clearRelays),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
_buildPreviewSection(),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
_buildSelectedHopSection(),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
_buildRelayPicker(routeCandidates),
|
_buildRelayPicker(routeCandidates),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildInfoTab({
|
||||||
|
required AppProvider appProvider,
|
||||||
|
required List<Contact> routeCandidates,
|
||||||
|
required List<LatLng> mapPoints,
|
||||||
|
required List<LatLng> routePoints,
|
||||||
|
}) {
|
||||||
|
return ListView(
|
||||||
|
children: [
|
||||||
|
_buildPreviewSection(),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
_buildMapPreview(
|
_buildMapPreview(
|
||||||
routeCandidates: routeCandidates,
|
routeCandidates: routeCandidates,
|
||||||
@@ -771,64 +559,17 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
routePoints: routePoints,
|
routePoints: routePoints,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
_buildManualEditor(),
|
_AutomationRoutingInfo(
|
||||||
],
|
isExpanded: _showRoutingInfo,
|
||||||
);
|
onToggle: () {
|
||||||
}
|
setState(() {
|
||||||
|
_showRoutingInfo = !_showRoutingInfo;
|
||||||
Widget _buildHistoryTab() {
|
});
|
||||||
final records = List<PathRecord>.from(_pathHistory?.directPaths ?? const [])
|
},
|
||||||
..sort((a, b) => b.lastUsedAt.compareTo(a.lastUsedAt));
|
nearestRelayFallbackEnabled: appProvider.nearestRelayFallbackEnabled,
|
||||||
if (records.isEmpty) {
|
clearPathOnMaxRetry: appProvider.clearPathOnMaxRetry,
|
||||||
return Center(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.all(24),
|
|
||||||
child: Text(
|
|
||||||
'No historical paths for this contact yet.',
|
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
|
||||||
textAlign: TextAlign.center,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
const SizedBox(height: 24),
|
||||||
}
|
|
||||||
|
|
||||||
PathRecord? observedRecord;
|
|
||||||
for (final record in records) {
|
|
||||||
if (record.source == PathRecordSource.observed) {
|
|
||||||
observedRecord = record;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
final remainingRecords = observedRecord == null
|
|
||||||
? records
|
|
||||||
: records
|
|
||||||
.where((record) => !identical(record, observedRecord))
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
return Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
if (observedRecord != null) ...[
|
|
||||||
_buildHistoryRecordTile(observedRecord, title: AppLocalizations.of(context)!.observedMeshRoute),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
],
|
|
||||||
if (remainingRecords.isEmpty)
|
|
||||||
Text(
|
|
||||||
observedRecord == null
|
|
||||||
? 'No additional route history yet.'
|
|
||||||
: 'Observed routes you start using will continue to build history here.',
|
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
|
||||||
)
|
|
||||||
else
|
|
||||||
ListView.separated(
|
|
||||||
itemCount: remainingRecords.length,
|
|
||||||
shrinkWrap: true,
|
|
||||||
physics: const NeverScrollableScrollPhysics(),
|
|
||||||
separatorBuilder: (_, _) => const SizedBox(height: 8),
|
|
||||||
itemBuilder: (context, index) {
|
|
||||||
return _buildHistoryRecordTile(remainingRecords[index]);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -884,57 +625,28 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
bottom: const TabBar(
|
bottom: const TabBar(
|
||||||
tabs: [
|
tabs: [
|
||||||
Tab(text: 'Build'),
|
Tab(text: 'Build'),
|
||||||
Tab(text: 'History'),
|
Tab(text: 'Info'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.fromLTRB(16, 16, 16, 0),
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 0),
|
||||||
child: Column(
|
child: TabBarView(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
children: [
|
||||||
Text(
|
ListView(
|
||||||
'Plan the route on its own screen, then save it once the preview looks right.',
|
children: [
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
_buildBuilderTab(
|
||||||
|
routeCandidates: routeCandidates,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 24),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
_buildInfoTab(
|
||||||
Expanded(
|
appProvider: appProvider,
|
||||||
child: TabBarView(
|
routeCandidates: routeCandidates,
|
||||||
children: [
|
mapPoints: mapPoints,
|
||||||
ListView(
|
routePoints: routePoints,
|
||||||
children: [
|
|
||||||
_buildBuilderTab(
|
|
||||||
routeCandidates: routeCandidates,
|
|
||||||
mapPoints: mapPoints,
|
|
||||||
routePoints: routePoints,
|
|
||||||
),
|
|
||||||
const SizedBox(height: 16),
|
|
||||||
_AutomationRoutingInfo(
|
|
||||||
isExpanded: _showRoutingInfo,
|
|
||||||
onToggle: () {
|
|
||||||
setState(() {
|
|
||||||
_showRoutingInfo = !_showRoutingInfo;
|
|
||||||
});
|
|
||||||
},
|
|
||||||
autoRouteRotationEnabled:
|
|
||||||
appProvider.autoRouteRotationEnabled,
|
|
||||||
nearestRelayFallbackEnabled:
|
|
||||||
appProvider.nearestRelayFallbackEnabled,
|
|
||||||
clearPathOnMaxRetry:
|
|
||||||
appProvider.clearPathOnMaxRetry,
|
|
||||||
),
|
|
||||||
const SizedBox(height: 24),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
ListView(
|
|
||||||
children: [
|
|
||||||
_buildHistoryTab(),
|
|
||||||
const SizedBox(height: 24),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -1009,14 +721,12 @@ class _RouteMarkerDot extends StatelessWidget {
|
|||||||
class _AutomationRoutingInfo extends StatelessWidget {
|
class _AutomationRoutingInfo extends StatelessWidget {
|
||||||
final bool isExpanded;
|
final bool isExpanded;
|
||||||
final VoidCallback onToggle;
|
final VoidCallback onToggle;
|
||||||
final bool autoRouteRotationEnabled;
|
|
||||||
final bool nearestRelayFallbackEnabled;
|
final bool nearestRelayFallbackEnabled;
|
||||||
final bool clearPathOnMaxRetry;
|
final bool clearPathOnMaxRetry;
|
||||||
|
|
||||||
const _AutomationRoutingInfo({
|
const _AutomationRoutingInfo({
|
||||||
required this.isExpanded,
|
required this.isExpanded,
|
||||||
required this.onToggle,
|
required this.onToggle,
|
||||||
required this.autoRouteRotationEnabled,
|
|
||||||
required this.nearestRelayFallbackEnabled,
|
required this.nearestRelayFallbackEnabled,
|
||||||
required this.clearPathOnMaxRetry,
|
required this.clearPathOnMaxRetry,
|
||||||
});
|
});
|
||||||
@@ -1065,7 +775,7 @@ class _AutomationRoutingInfo extends StatelessWidget {
|
|||||||
if (isExpanded) ...[
|
if (isExpanded) ...[
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
Text(
|
Text(
|
||||||
'Room/contact sends keep one selected path for the whole send chain, retry up to 5 total attempts with 1s, 2s, 4s, and 8s backoff, then try one final nearest repeater if everything else fails.',
|
'Room/contact sends use the current direct path when one is known, switch to flood on the last normal retry, then try one final nearest repeater if everything else fails.',
|
||||||
style: Theme.of(context).textTheme.bodySmall,
|
style: Theme.of(context).textTheme.bodySmall,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
@@ -1078,12 +788,6 @@ class _AutomationRoutingInfo extends StatelessWidget {
|
|||||||
spacing: 8,
|
spacing: 8,
|
||||||
runSpacing: 8,
|
runSpacing: 8,
|
||||||
children: [
|
children: [
|
||||||
_InfoChip(
|
|
||||||
label: autoRouteRotationEnabled
|
|
||||||
? 'Auto route rotation on'
|
|
||||||
: 'Auto route rotation off',
|
|
||||||
icon: Icons.swap_horiz,
|
|
||||||
),
|
|
||||||
_InfoChip(
|
_InfoChip(
|
||||||
label: nearestRelayFallbackEnabled
|
label: nearestRelayFallbackEnabled
|
||||||
? 'Nearest repeater fallback on'
|
? 'Nearest repeater fallback on'
|
||||||
@@ -1101,7 +805,7 @@ class _AutomationRoutingInfo extends StatelessWidget {
|
|||||||
] else ...[
|
] else ...[
|
||||||
const SizedBox(height: 6),
|
const SizedBox(height: 6),
|
||||||
Text(
|
Text(
|
||||||
'Shows retry, rotation, and final repeater fallback behavior.',
|
'Shows retry and final repeater fallback behavior.',
|
||||||
style: Theme.of(context).textTheme.bodySmall,
|
style: Theme.of(context).textTheme.bodySmall,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
638
lib/widgets/contacts/ping_contact_sheet.dart
Normal file
638
lib/widgets/contacts/ping_contact_sheet.dart
Normal file
@@ -0,0 +1,638 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:io';
|
||||||
|
import 'dart:math' as math;
|
||||||
|
import 'dart:typed_data';
|
||||||
|
|
||||||
|
import 'package:audioplayers/audioplayers.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:geolocator/geolocator.dart';
|
||||||
|
import 'package:path_provider/path_provider.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import '../../models/contact.dart';
|
||||||
|
import '../../providers/connection_provider.dart';
|
||||||
|
import '../../services/location_tracking_service.dart';
|
||||||
|
import '../../utils/link_quality.dart';
|
||||||
|
import '../../utils/time_ago_extensions.dart';
|
||||||
|
|
||||||
|
class PingContactSheet extends StatefulWidget {
|
||||||
|
final Contact contact;
|
||||||
|
|
||||||
|
const PingContactSheet({super.key, required this.contact});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<PingContactSheet> createState() => _PingContactSheetState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _PingEntry {
|
||||||
|
final RelayPingResult result;
|
||||||
|
final DateTime timestamp;
|
||||||
|
final String? distance;
|
||||||
|
|
||||||
|
const _PingEntry({
|
||||||
|
required this.result,
|
||||||
|
required this.timestamp,
|
||||||
|
this.distance,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class _PingContactSheetState extends State<PingContactSheet> {
|
||||||
|
static const Duration _autoPingInterval = Duration(seconds: 2);
|
||||||
|
static const Duration _maxAutoPingDelay = Duration(seconds: 5);
|
||||||
|
static const int _maxHistoryEntries = 24;
|
||||||
|
static const double _maxHistoryHeight = 320;
|
||||||
|
static const Duration _timeoutPenalty = Duration(seconds: 10);
|
||||||
|
|
||||||
|
bool _pinging = false;
|
||||||
|
bool _autoPingEnabled = false;
|
||||||
|
final List<_PingEntry> _history = [];
|
||||||
|
final _PingCuePlayer _cuePlayer = _PingCuePlayer();
|
||||||
|
Timer? _autoPingTimer;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_doPing();
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_autoPingTimer?.cancel();
|
||||||
|
_cuePlayer.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _doPing() async {
|
||||||
|
if (_pinging) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setState(() => _pinging = true);
|
||||||
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
|
final distance = _distanceText();
|
||||||
|
final result = await connectionProvider.pingRelay(widget.contact);
|
||||||
|
if (!mounted) return;
|
||||||
|
setState(() {
|
||||||
|
_pinging = false;
|
||||||
|
_history.insert(
|
||||||
|
0,
|
||||||
|
_PingEntry(
|
||||||
|
result: result,
|
||||||
|
timestamp: DateTime.now(),
|
||||||
|
distance: distance,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
if (_history.length > _maxHistoryEntries) {
|
||||||
|
_history.removeRange(_maxHistoryEntries, _history.length);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
await _maybePlayCue(result);
|
||||||
|
_scheduleNextAutoPing(result);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _maybePlayCue(RelayPingResult result) async {
|
||||||
|
if (!_autoPingEnabled) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final previous = _history.length >= 2 ? _history[1].result : null;
|
||||||
|
await _cuePlayer.playCue(result, previous: previous);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _setAutoPingEnabled(bool enabled) {
|
||||||
|
setState(() {
|
||||||
|
_autoPingEnabled = enabled;
|
||||||
|
});
|
||||||
|
_autoPingTimer?.cancel();
|
||||||
|
if (!enabled) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_scheduleNextAutoPing();
|
||||||
|
}
|
||||||
|
|
||||||
|
void _scheduleNextAutoPing([RelayPingResult? result]) {
|
||||||
|
_autoPingTimer?.cancel();
|
||||||
|
if (!_autoPingEnabled || !mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final responseDelay = result == null
|
||||||
|
? Duration.zero
|
||||||
|
: result.success
|
||||||
|
? Duration(milliseconds: result.durationMs)
|
||||||
|
: _timeoutPenalty;
|
||||||
|
final nextDelay = _autoPingInterval + responseDelay;
|
||||||
|
final clampedDelay = nextDelay > _maxAutoPingDelay
|
||||||
|
? _maxAutoPingDelay
|
||||||
|
: nextDelay;
|
||||||
|
_autoPingTimer = Timer(clampedDelay, () {
|
||||||
|
unawaited(_doPing());
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
String? _distanceText() {
|
||||||
|
final location = widget.contact.displayLocation;
|
||||||
|
if (location == null) return null;
|
||||||
|
final currentPosition = LocationTrackingService().currentPosition;
|
||||||
|
if (currentPosition == null) return null;
|
||||||
|
final meters = Geolocator.distanceBetween(
|
||||||
|
currentPosition.latitude,
|
||||||
|
currentPosition.longitude,
|
||||||
|
location.latitude,
|
||||||
|
location.longitude,
|
||||||
|
);
|
||||||
|
if (meters < 1000) return '${meters.round()} m';
|
||||||
|
if (meters < 10000) return '${(meters / 1000).toStringAsFixed(2)} km';
|
||||||
|
return '${(meters / 1000).toStringAsFixed(1)} km';
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildPill(
|
||||||
|
BuildContext context, {
|
||||||
|
required IconData icon,
|
||||||
|
required String label,
|
||||||
|
Color? iconColor,
|
||||||
|
}) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surfaceContainerHighest.withValues(alpha: 0.75),
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Icon(icon, size: 12, color: iconColor ?? colorScheme.onSurfaceVariant),
|
||||||
|
const SizedBox(width: 4),
|
||||||
|
Text(
|
||||||
|
label,
|
||||||
|
style: Theme.of(context).textTheme.labelSmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildSnrPill(BuildContext context, String direction, double snrDb) {
|
||||||
|
final quality = linkQualityLabel(null, snrDb);
|
||||||
|
final color = linkQualityColor(quality);
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: color.withValues(alpha: 0.15),
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Icon(
|
||||||
|
direction == 'there'
|
||||||
|
? Icons.arrow_upward_rounded
|
||||||
|
: Icons.arrow_downward_rounded,
|
||||||
|
size: 12,
|
||||||
|
color: color,
|
||||||
|
),
|
||||||
|
const SizedBox(width: 4),
|
||||||
|
Text(
|
||||||
|
'${snrDb.toStringAsFixed(1)} dB',
|
||||||
|
style: Theme.of(context).textTheme.labelSmall?.copyWith(
|
||||||
|
color: color,
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildResultRow(BuildContext context, _PingEntry entry, int seq) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
final r = entry.result;
|
||||||
|
final age = DateTime.now().difference(entry.timestamp);
|
||||||
|
final timeAgo = age.toLocalizedTimeAgoWithSeconds(context);
|
||||||
|
|
||||||
|
if (!r.success) {
|
||||||
|
return Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
CircleAvatar(
|
||||||
|
radius: 12,
|
||||||
|
backgroundColor: colorScheme.error.withValues(alpha: 0.15),
|
||||||
|
child: Text(
|
||||||
|
'$seq',
|
||||||
|
style: TextStyle(
|
||||||
|
color: colorScheme.error,
|
||||||
|
fontSize: 10,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 10),
|
||||||
|
Text(
|
||||||
|
'Timeout',
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.error,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const Spacer(),
|
||||||
|
Text(
|
||||||
|
timeAgo,
|
||||||
|
style: theme.textTheme.labelSmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.6),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 6),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
CircleAvatar(
|
||||||
|
radius: 12,
|
||||||
|
backgroundColor: colorScheme.surfaceContainerHighest,
|
||||||
|
child: Text(
|
||||||
|
'$seq',
|
||||||
|
style: TextStyle(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontSize: 10,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 10),
|
||||||
|
_buildPill(
|
||||||
|
context,
|
||||||
|
icon: Icons.timer_outlined,
|
||||||
|
label: '${r.durationMs} ms',
|
||||||
|
),
|
||||||
|
const SizedBox(width: 6),
|
||||||
|
_buildSnrPill(context, 'there', r.snrThere),
|
||||||
|
const SizedBox(width: 6),
|
||||||
|
_buildSnrPill(context, 'back', r.snrBack),
|
||||||
|
const Spacer(),
|
||||||
|
Text(
|
||||||
|
timeAgo,
|
||||||
|
style: theme.textTheme.labelSmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.6),
|
||||||
|
fontSize: 10,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(left: 34, top: 4),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
if (entry.distance != null) ...[
|
||||||
|
Icon(
|
||||||
|
Icons.straighten,
|
||||||
|
size: 10,
|
||||||
|
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.5),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 3),
|
||||||
|
Text(
|
||||||
|
entry.distance!,
|
||||||
|
style: theme.textTheme.labelSmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant.withValues(alpha: 0.6),
|
||||||
|
fontSize: 10,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final colorScheme = theme.colorScheme;
|
||||||
|
|
||||||
|
return SafeArea(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 12, 16, 24),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
'Ping ${widget.contact.displayName}',
|
||||||
|
style: theme.textTheme.titleLarge?.copyWith(
|
||||||
|
fontWeight: FontWeight.w800,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
FilledButton.icon(
|
||||||
|
onPressed: _pinging ? null : _doPing,
|
||||||
|
icon: _pinging
|
||||||
|
? SizedBox(
|
||||||
|
width: 16,
|
||||||
|
height: 16,
|
||||||
|
child: CircularProgressIndicator(
|
||||||
|
strokeWidth: 2,
|
||||||
|
color: colorScheme.onPrimary,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: const Icon(Icons.network_ping, size: 18),
|
||||||
|
label: Text(_pinging ? 'Pinging...' : 'Ping again'),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
Text(
|
||||||
|
widget.contact.publicKeyShort,
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontFamily: 'monospace',
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
Container(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 10),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(16),
|
||||||
|
border: Border.all(
|
||||||
|
color: colorScheme.outlineVariant.withValues(alpha: 0.4),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Icon(
|
||||||
|
_autoPingEnabled
|
||||||
|
? Icons.radar_rounded
|
||||||
|
: Icons.radar_outlined,
|
||||||
|
color: _autoPingEnabled
|
||||||
|
? colorScheme.primary
|
||||||
|
: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
const SizedBox(width: 10),
|
||||||
|
Expanded(
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
'Auto ping',
|
||||||
|
style: theme.textTheme.titleSmall?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
'2s sonar cues for there/back SNR',
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Switch.adaptive(
|
||||||
|
value: _autoPingEnabled,
|
||||||
|
onChanged: _setAutoPingEnabled,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
if (_history.isEmpty && !_pinging)
|
||||||
|
Text(
|
||||||
|
'No ping results yet.',
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
else
|
||||||
|
ConstrainedBox(
|
||||||
|
constraints: const BoxConstraints(
|
||||||
|
maxHeight: _maxHistoryHeight,
|
||||||
|
),
|
||||||
|
child: ListView.separated(
|
||||||
|
shrinkWrap: true,
|
||||||
|
itemCount: _history.length,
|
||||||
|
separatorBuilder: (_, _) => Divider(
|
||||||
|
height: 1,
|
||||||
|
color: colorScheme.outlineVariant.withValues(alpha: 0.4),
|
||||||
|
),
|
||||||
|
itemBuilder: (context, index) =>
|
||||||
|
_buildResultRow(context, _history[index], index + 1),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _PingCuePlayer {
|
||||||
|
static const double _fairSnrThresholdDb = 0;
|
||||||
|
|
||||||
|
AudioPlayer? _player;
|
||||||
|
|
||||||
|
Future<void> playCue(
|
||||||
|
RelayPingResult result, {
|
||||||
|
RelayPingResult? previous,
|
||||||
|
}) async {
|
||||||
|
_player ??= AudioPlayer();
|
||||||
|
final player = _player!;
|
||||||
|
final filePath = await _writeCueFile(
|
||||||
|
result,
|
||||||
|
previous: previous,
|
||||||
|
);
|
||||||
|
await player.stop();
|
||||||
|
await player.setVolume(1.0);
|
||||||
|
await player.play(DeviceFileSource(filePath));
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<String> _writeCueFile(
|
||||||
|
RelayPingResult result, {
|
||||||
|
RelayPingResult? previous,
|
||||||
|
}) async {
|
||||||
|
final tempDir = await getTemporaryDirectory();
|
||||||
|
final file = File('${tempDir.path}/ping_sonar_alert.wav');
|
||||||
|
final samples = _buildCueSamples(result, previous: previous);
|
||||||
|
final wavBytes = _buildWav(samples, sampleRate: 16000);
|
||||||
|
await file.writeAsBytes(wavBytes, flush: true);
|
||||||
|
return file.path;
|
||||||
|
}
|
||||||
|
|
||||||
|
Int16List _buildCueSamples(
|
||||||
|
RelayPingResult result, {
|
||||||
|
RelayPingResult? previous,
|
||||||
|
}) {
|
||||||
|
const sampleRate = 16000;
|
||||||
|
final segments = <double>[];
|
||||||
|
if (!result.success) {
|
||||||
|
segments.addAll(
|
||||||
|
_timeoutAlert(sampleRate),
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
segments.addAll(
|
||||||
|
_tone(
|
||||||
|
sampleRate,
|
||||||
|
frequencyHz: _frequencyForSnr(result.snrThere),
|
||||||
|
durationMs: 90,
|
||||||
|
amplitude: 0.42,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
segments.addAll(_silence(sampleRate, durationMs: 35));
|
||||||
|
segments.addAll(
|
||||||
|
_tone(
|
||||||
|
sampleRate,
|
||||||
|
frequencyHz: _frequencyForSnr(result.snrBack),
|
||||||
|
durationMs: 90,
|
||||||
|
amplitude: 0.42,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
final belowFair =
|
||||||
|
result.snrThere < _fairSnrThresholdDb &&
|
||||||
|
result.snrBack < _fairSnrThresholdDb;
|
||||||
|
final worsening =
|
||||||
|
previous != null &&
|
||||||
|
result.snrThere < previous.snrThere &&
|
||||||
|
result.snrBack < previous.snrBack;
|
||||||
|
if (belowFair && worsening) {
|
||||||
|
segments.addAll(_silence(sampleRate, durationMs: 40));
|
||||||
|
segments.addAll(
|
||||||
|
_descendingAlert(sampleRate, baseFrequencyHz: 520),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
final pcm = Int16List(segments.length);
|
||||||
|
for (var i = 0; i < segments.length; i++) {
|
||||||
|
pcm[i] = (segments[i] * 32767).round().clamp(-32768, 32767);
|
||||||
|
}
|
||||||
|
return pcm;
|
||||||
|
}
|
||||||
|
|
||||||
|
double _frequencyForSnr(double snrDb) {
|
||||||
|
final clamped = snrDb.clamp(-12.0, 12.0);
|
||||||
|
final normalized = (clamped + 12.0) / 24.0;
|
||||||
|
return 320 + (normalized * 900);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<double> _descendingAlert(int sampleRate, {required double baseFrequencyHz}) {
|
||||||
|
return <double>[
|
||||||
|
..._tone(
|
||||||
|
sampleRate,
|
||||||
|
frequencyHz: baseFrequencyHz,
|
||||||
|
durationMs: 80,
|
||||||
|
amplitude: 0.44,
|
||||||
|
),
|
||||||
|
..._silence(sampleRate, durationMs: 30),
|
||||||
|
..._tone(
|
||||||
|
sampleRate,
|
||||||
|
frequencyHz: baseFrequencyHz * 0.82,
|
||||||
|
durationMs: 110,
|
||||||
|
amplitude: 0.40,
|
||||||
|
),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
List<double> _timeoutAlert(int sampleRate) {
|
||||||
|
return <double>[
|
||||||
|
..._tone(
|
||||||
|
sampleRate,
|
||||||
|
frequencyHz: 240,
|
||||||
|
durationMs: 180,
|
||||||
|
amplitude: 0.46,
|
||||||
|
),
|
||||||
|
..._silence(sampleRate, durationMs: 60),
|
||||||
|
..._tone(
|
||||||
|
sampleRate,
|
||||||
|
frequencyHz: 180,
|
||||||
|
durationMs: 220,
|
||||||
|
amplitude: 0.52,
|
||||||
|
),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
List<double> _tone(
|
||||||
|
int sampleRate, {
|
||||||
|
required double frequencyHz,
|
||||||
|
required int durationMs,
|
||||||
|
required double amplitude,
|
||||||
|
}) {
|
||||||
|
final sampleCount = (sampleRate * durationMs / 1000).round();
|
||||||
|
return List<double>.generate(sampleCount, (index) {
|
||||||
|
final t = index / sampleRate;
|
||||||
|
final envelope = math.sin(math.pi * index / sampleCount);
|
||||||
|
return math.sin(2 * math.pi * frequencyHz * t) * amplitude * envelope;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
List<double> _silence(int sampleRate, {required int durationMs}) {
|
||||||
|
final sampleCount = (sampleRate * durationMs / 1000).round();
|
||||||
|
return List<double>.filled(sampleCount, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
Uint8List _buildWav(Int16List samples, {required int sampleRate}) {
|
||||||
|
const numChannels = 1;
|
||||||
|
const bitsPerSample = 16;
|
||||||
|
const audioFormat = 1;
|
||||||
|
final dataSize = samples.length * 2;
|
||||||
|
final byteRate = sampleRate * numChannels * bitsPerSample ~/ 8;
|
||||||
|
final blockAlign = numChannels * bitsPerSample ~/ 8;
|
||||||
|
final totalSize = 36 + dataSize;
|
||||||
|
final buffer = ByteData(44 + dataSize);
|
||||||
|
var offset = 0;
|
||||||
|
|
||||||
|
void writeString(String value) {
|
||||||
|
for (final codeUnit in value.codeUnits) {
|
||||||
|
buffer.setUint8(offset++, codeUnit);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void writeUint32(int value) {
|
||||||
|
buffer.setUint32(offset, value, Endian.little);
|
||||||
|
offset += 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
void writeUint16(int value) {
|
||||||
|
buffer.setUint16(offset, value, Endian.little);
|
||||||
|
offset += 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
writeString('RIFF');
|
||||||
|
writeUint32(totalSize);
|
||||||
|
writeString('WAVE');
|
||||||
|
writeString('fmt ');
|
||||||
|
writeUint32(16);
|
||||||
|
writeUint16(audioFormat);
|
||||||
|
writeUint16(numChannels);
|
||||||
|
writeUint32(sampleRate);
|
||||||
|
writeUint32(byteRate);
|
||||||
|
writeUint16(blockAlign);
|
||||||
|
writeUint16(bitsPerSample);
|
||||||
|
writeString('data');
|
||||||
|
writeUint32(dataSize);
|
||||||
|
|
||||||
|
for (final sample in samples) {
|
||||||
|
buffer.setInt16(offset, sample, Endian.little);
|
||||||
|
offset += 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
return buffer.buffer.asUint8List();
|
||||||
|
}
|
||||||
|
|
||||||
|
void dispose() {
|
||||||
|
_player?.dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,387 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:meshcore_client/meshcore_client.dart';
|
|
||||||
import '../../l10n/app_localizations.dart';
|
|
||||||
|
|
||||||
class SpectrumScanPanel extends StatelessWidget {
|
|
||||||
final ThemeData theme;
|
|
||||||
final bool scanSupported;
|
|
||||||
final bool isRunning;
|
|
||||||
final double rangeMinMhz;
|
|
||||||
final double rangeMaxMhz;
|
|
||||||
final RangeValues rangeValues;
|
|
||||||
final double bandwidthKhz;
|
|
||||||
final int? selectedFrequencyKhz;
|
|
||||||
final List<SpectrumScanCandidate> graphCandidates;
|
|
||||||
final List<SpectrumScanCandidate> selectableCandidates;
|
|
||||||
final ValueChanged<RangeValues> onRangeChanged;
|
|
||||||
final ValueChanged<int?> onCandidateChanged;
|
|
||||||
final VoidCallback onRunScan;
|
|
||||||
final VoidCallback onApplySelected;
|
|
||||||
|
|
||||||
const SpectrumScanPanel({
|
|
||||||
super.key,
|
|
||||||
required this.theme,
|
|
||||||
required this.scanSupported,
|
|
||||||
required this.isRunning,
|
|
||||||
required this.rangeMinMhz,
|
|
||||||
required this.rangeMaxMhz,
|
|
||||||
required this.rangeValues,
|
|
||||||
required this.bandwidthKhz,
|
|
||||||
required this.selectedFrequencyKhz,
|
|
||||||
required this.graphCandidates,
|
|
||||||
required this.selectableCandidates,
|
|
||||||
required this.onRangeChanged,
|
|
||||||
required this.onCandidateChanged,
|
|
||||||
required this.onRunScan,
|
|
||||||
required this.onApplySelected,
|
|
||||||
});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Container(
|
|
||||||
padding: const EdgeInsets.all(14),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: theme.colorScheme.surfaceContainerHighest.withValues(
|
|
||||||
alpha: 0.45,
|
|
||||||
),
|
|
||||||
borderRadius: BorderRadius.circular(18),
|
|
||||||
border: Border.all(color: theme.colorScheme.outlineVariant),
|
|
||||||
),
|
|
||||||
child: Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
Row(
|
|
||||||
children: [
|
|
||||||
Icon(Icons.tune, color: theme.colorScheme.primary),
|
|
||||||
const SizedBox(width: 10),
|
|
||||||
Expanded(
|
|
||||||
child: Text(
|
|
||||||
'Power Scan',
|
|
||||||
style: theme.textTheme.titleMedium?.copyWith(
|
|
||||||
fontWeight: FontWeight.w700,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
FilledButton.icon(
|
|
||||||
onPressed: scanSupported && !isRunning ? onRunScan : null,
|
|
||||||
icon: isRunning
|
|
||||||
? const SizedBox(
|
|
||||||
width: 16,
|
|
||||||
height: 16,
|
|
||||||
child: CircularProgressIndicator(strokeWidth: 2),
|
|
||||||
)
|
|
||||||
: const Icon(Icons.radar),
|
|
||||||
label: Text(
|
|
||||||
scanSupported
|
|
||||||
? (isRunning ? 'Scanning' : 'Scan')
|
|
||||||
: 'Unavailable',
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
Text(
|
|
||||||
scanSupported
|
|
||||||
? 'Full range with bandwidth footprint. Firmware enforces hardware band limits and pauses the mesh while scanning.'
|
|
||||||
: 'Full range with bandwidth footprint. This companion does not support spectrum scan mode, so scanning is disabled.',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: theme.colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 14),
|
|
||||||
_FrequencyRangePreview(
|
|
||||||
minMhz: rangeMinMhz,
|
|
||||||
maxMhz: rangeMaxMhz,
|
|
||||||
selectedRange: rangeValues,
|
|
||||||
selectedBandwidthKhz: bandwidthKhz,
|
|
||||||
selectedFrequencyKhz: selectedFrequencyKhz,
|
|
||||||
candidates: graphCandidates,
|
|
||||||
),
|
|
||||||
const SizedBox(height: 10),
|
|
||||||
Wrap(
|
|
||||||
spacing: 14,
|
|
||||||
runSpacing: 6,
|
|
||||||
children: [
|
|
||||||
_LegendChip(
|
|
||||||
color: theme.colorScheme.primary,
|
|
||||||
label: AppLocalizations.of(context)!.quiet,
|
|
||||||
),
|
|
||||||
_LegendChip(
|
|
||||||
color: Colors.orange,
|
|
||||||
label: AppLocalizations.of(context)!.moderate,
|
|
||||||
),
|
|
||||||
_LegendChip(
|
|
||||||
color: theme.colorScheme.error,
|
|
||||||
label: AppLocalizations.of(context)!.busy,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
const SizedBox(height: 10),
|
|
||||||
Row(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
||||||
children: [
|
|
||||||
Text(
|
|
||||||
'${rangeValues.start.toStringAsFixed(3)} MHz',
|
|
||||||
style: theme.textTheme.labelMedium,
|
|
||||||
),
|
|
||||||
Text(
|
|
||||||
'${rangeValues.end.toStringAsFixed(3)} MHz',
|
|
||||||
style: theme.textTheme.labelMedium,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
RangeSlider(
|
|
||||||
values: rangeValues,
|
|
||||||
min: rangeMinMhz,
|
|
||||||
max: rangeMaxMhz,
|
|
||||||
divisions: (((rangeMaxMhz - rangeMinMhz) * 20).round()).clamp(
|
|
||||||
1,
|
|
||||||
400,
|
|
||||||
),
|
|
||||||
labels: RangeLabels(
|
|
||||||
rangeValues.start.toStringAsFixed(3),
|
|
||||||
rangeValues.end.toStringAsFixed(3),
|
|
||||||
),
|
|
||||||
onChanged: onRangeChanged,
|
|
||||||
),
|
|
||||||
if (selectableCandidates.isEmpty) ...[
|
|
||||||
const SizedBox(height: 6),
|
|
||||||
Container(
|
|
||||||
width: double.infinity,
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 14, vertical: 12),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: theme.colorScheme.surfaceContainerLow,
|
|
||||||
borderRadius: BorderRadius.circular(12),
|
|
||||||
border: Border.all(color: theme.colorScheme.outlineVariant),
|
|
||||||
),
|
|
||||||
child: Text(
|
|
||||||
scanSupported
|
|
||||||
? 'No scan results yet. Adjust the range and run a scan to populate candidate frequencies.'
|
|
||||||
: 'Spectrum preview only. This companion can display the configured span, but cannot scan for open channels.',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: theme.colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
] else ...[
|
|
||||||
const SizedBox(height: 10),
|
|
||||||
DropdownButtonFormField<int>(
|
|
||||||
initialValue: selectedFrequencyKhz,
|
|
||||||
isExpanded: true,
|
|
||||||
decoration: const InputDecoration(
|
|
||||||
labelText: 'Candidate frequency',
|
|
||||||
border: OutlineInputBorder(),
|
|
||||||
helperText: 'Best frequencies for the current bandwidth',
|
|
||||||
),
|
|
||||||
items: selectableCandidates.map((candidate) {
|
|
||||||
return DropdownMenuItem<int>(
|
|
||||||
value: candidate.centerFrequencyKhz,
|
|
||||||
child: Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
children: [
|
|
||||||
Text(
|
|
||||||
'${candidate.centerFrequencyMhz.toStringAsFixed(3)} MHz',
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
Text(
|
|
||||||
'${candidate.occupancyPercent}% occupied | peak ${candidate.peakRssiDbm} dBm',
|
|
||||||
style: theme.textTheme.bodySmall?.copyWith(
|
|
||||||
color: theme.colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}).toList(),
|
|
||||||
selectedItemBuilder: (context) {
|
|
||||||
return selectableCandidates.map((candidate) {
|
|
||||||
return Align(
|
|
||||||
alignment: Alignment.centerLeft,
|
|
||||||
child: Text(
|
|
||||||
'${candidate.centerFrequencyMhz.toStringAsFixed(3)} MHz',
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}).toList();
|
|
||||||
},
|
|
||||||
onChanged: onCandidateChanged,
|
|
||||||
),
|
|
||||||
const SizedBox(height: 10),
|
|
||||||
Align(
|
|
||||||
alignment: Alignment.centerRight,
|
|
||||||
child: OutlinedButton.icon(
|
|
||||||
onPressed: selectedFrequencyKhz == null
|
|
||||||
? null
|
|
||||||
: onApplySelected,
|
|
||||||
icon: Icon(Icons.north_east),
|
|
||||||
label: Text(AppLocalizations.of(context)!.useSelectedFrequency),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class _LegendChip extends StatelessWidget {
|
|
||||||
final Color color;
|
|
||||||
final String label;
|
|
||||||
|
|
||||||
const _LegendChip({required this.color, required this.label});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Row(
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
children: [
|
|
||||||
Container(
|
|
||||||
width: 10,
|
|
||||||
height: 10,
|
|
||||||
decoration: BoxDecoration(color: color, shape: BoxShape.circle),
|
|
||||||
),
|
|
||||||
const SizedBox(width: 6),
|
|
||||||
Text(label, style: Theme.of(context).textTheme.labelMedium),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class _FrequencyRangePreview extends StatelessWidget {
|
|
||||||
final double minMhz;
|
|
||||||
final double maxMhz;
|
|
||||||
final RangeValues selectedRange;
|
|
||||||
final double selectedBandwidthKhz;
|
|
||||||
final int? selectedFrequencyKhz;
|
|
||||||
final List<SpectrumScanCandidate> candidates;
|
|
||||||
|
|
||||||
const _FrequencyRangePreview({
|
|
||||||
required this.minMhz,
|
|
||||||
required this.maxMhz,
|
|
||||||
required this.selectedRange,
|
|
||||||
required this.selectedBandwidthKhz,
|
|
||||||
required this.selectedFrequencyKhz,
|
|
||||||
required this.candidates,
|
|
||||||
});
|
|
||||||
|
|
||||||
double _positionFor(double mhz) {
|
|
||||||
final span = maxMhz - minMhz;
|
|
||||||
if (span <= 0) return 0;
|
|
||||||
return ((mhz - minMhz) / span).clamp(0.0, 1.0);
|
|
||||||
}
|
|
||||||
|
|
||||||
Color _candidateColor(BuildContext context, int occupancyPercent) {
|
|
||||||
final scheme = Theme.of(context).colorScheme;
|
|
||||||
if (occupancyPercent <= 10) return scheme.primary;
|
|
||||||
if (occupancyPercent <= 35) return Colors.orange;
|
|
||||||
return scheme.error;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
final scheme = Theme.of(context).colorScheme;
|
|
||||||
final spanMhz = maxMhz - minMhz;
|
|
||||||
final selectedFreqMhz = selectedFrequencyKhz != null
|
|
||||||
? selectedFrequencyKhz! / 1000.0
|
|
||||||
: null;
|
|
||||||
final bwMhz = selectedBandwidthKhz / 1000.0;
|
|
||||||
|
|
||||||
return LayoutBuilder(
|
|
||||||
builder: (context, constraints) {
|
|
||||||
final width = constraints.maxWidth;
|
|
||||||
final rangeLeft = _positionFor(selectedRange.start) * width;
|
|
||||||
final rangeRight = _positionFor(selectedRange.end) * width;
|
|
||||||
|
|
||||||
double? bwLeft;
|
|
||||||
double? bwWidth;
|
|
||||||
if (selectedFreqMhz != null && spanMhz > 0) {
|
|
||||||
bwLeft = _positionFor(selectedFreqMhz - (bwMhz / 2)) * width;
|
|
||||||
final bwRight = _positionFor(selectedFreqMhz + (bwMhz / 2)) * width;
|
|
||||||
bwWidth = (bwRight - bwLeft).clamp(4.0, width);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Container(
|
|
||||||
height: 108,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(16),
|
|
||||||
color: scheme.surfaceContainerLow,
|
|
||||||
border: Border.all(color: scheme.outlineVariant),
|
|
||||||
),
|
|
||||||
child: Stack(
|
|
||||||
children: [
|
|
||||||
Positioned.fill(
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.symmetric(
|
|
||||||
horizontal: 10,
|
|
||||||
vertical: 12,
|
|
||||||
),
|
|
||||||
child: DecoratedBox(
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(12),
|
|
||||||
color: scheme.surfaceContainerHigh,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Positioned(
|
|
||||||
left: rangeLeft,
|
|
||||||
top: 12,
|
|
||||||
width: (rangeRight - rangeLeft).clamp(8.0, width),
|
|
||||||
height: 56,
|
|
||||||
child: DecoratedBox(
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(12),
|
|
||||||
color: scheme.primaryContainer,
|
|
||||||
border: Border.all(color: scheme.primary),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
if (bwLeft != null && bwWidth != null)
|
|
||||||
Positioned(
|
|
||||||
left: bwLeft,
|
|
||||||
top: 28,
|
|
||||||
width: bwWidth,
|
|
||||||
height: 24,
|
|
||||||
child: DecoratedBox(
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(999),
|
|
||||||
color: scheme.tertiaryContainer,
|
|
||||||
border: Border.all(color: scheme.tertiary),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
for (final candidate in candidates)
|
|
||||||
Positioned(
|
|
||||||
left: (_positionFor(candidate.centerFrequencyMhz) * width)
|
|
||||||
.clamp(10.0, width - 18.0),
|
|
||||||
top: 72,
|
|
||||||
child: Column(
|
|
||||||
children: [
|
|
||||||
Container(
|
|
||||||
width: 10,
|
|
||||||
height: 10,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
shape: BoxShape.circle,
|
|
||||||
color: _candidateColor(
|
|
||||||
context,
|
|
||||||
candidate.occupancyPercent,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 4),
|
|
||||||
Text(
|
|
||||||
candidate.centerFrequencyMhz.toStringAsFixed(3),
|
|
||||||
style: Theme.of(context).textTheme.labelSmall,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'dart:math';
|
import 'dart:math';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter/services.dart' show MissingPluginException;
|
||||||
import 'package:geolocator/geolocator.dart';
|
import 'package:geolocator/geolocator.dart';
|
||||||
import 'package:flutter_compass/flutter_compass.dart';
|
import 'package:flutter_compass/flutter_compass.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
|
import '../../services/compass_support.dart';
|
||||||
import '../../models/contact.dart';
|
import '../../models/contact.dart';
|
||||||
import '../../models/sar_marker.dart';
|
import '../../models/sar_marker.dart';
|
||||||
import '../common/location_display.dart';
|
import '../common/location_display.dart';
|
||||||
@@ -90,17 +92,33 @@ class _DetailedCompassDialogState extends State<DetailedCompassDialog> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Subscribe to compass updates
|
// Subscribe to compass updates on supported targets only.
|
||||||
final compassStream = FlutterCompass.events;
|
final compassStream = CompassSupport.isAvailable
|
||||||
|
? FlutterCompass.events
|
||||||
|
: null;
|
||||||
if (compassStream != null) {
|
if (compassStream != null) {
|
||||||
_compassSubscription = compassStream.listen((event) {
|
_compassSubscription = compassStream.listen(
|
||||||
if (mounted && event.heading != null) {
|
(event) {
|
||||||
setState(() {
|
if (mounted && event.heading != null) {
|
||||||
_currentHeading = event.heading;
|
setState(() {
|
||||||
_compassAccuracy = event.accuracy;
|
_currentHeading = event.heading;
|
||||||
});
|
_compassAccuracy = event.accuracy;
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
|
},
|
||||||
|
onError: (Object error, StackTrace stackTrace) {
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (error is MissingPluginException) {
|
||||||
|
debugPrint('Compass plugin is unavailable on this platform');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
debugPrint('Compass dialog stream error: $error');
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Subscribe to position updates
|
// Subscribe to position updates
|
||||||
|
|||||||
303
lib/widgets/map/polygon_draw_handler.dart
Normal file
303
lib/widgets/map/polygon_draw_handler.dart
Normal file
@@ -0,0 +1,303 @@
|
|||||||
|
import 'dart:math' show log, ln2;
|
||||||
|
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_map/flutter_map.dart';
|
||||||
|
import 'package:latlong2/latlong.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import '../../providers/offline_tiles_provider.dart';
|
||||||
|
|
||||||
|
/// Renders polygon/rectangle drawing interaction on the map.
|
||||||
|
///
|
||||||
|
/// Shows completed polygons, in-progress vertices, and handles tap events.
|
||||||
|
class PolygonDrawLayer extends StatelessWidget {
|
||||||
|
const PolygonDrawLayer({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
final polygons = <Polygon>[];
|
||||||
|
final markers = <Marker>[];
|
||||||
|
|
||||||
|
// Completed polygons
|
||||||
|
for (int i = 0; i < provider.polygons.length; i++) {
|
||||||
|
final poly = provider.polygons[i];
|
||||||
|
polygons.add(Polygon(
|
||||||
|
points: poly,
|
||||||
|
color: Colors.blue.withValues(alpha: 0.2),
|
||||||
|
borderColor: Colors.blue,
|
||||||
|
borderStrokeWidth: 2,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
// In-progress polygon vertices
|
||||||
|
if (provider.drawingMode == DrawingMode.polygon &&
|
||||||
|
provider.currentVertices.isNotEmpty) {
|
||||||
|
final verts = provider.currentVertices;
|
||||||
|
|
||||||
|
// Draw lines between vertices
|
||||||
|
if (verts.length >= 2) {
|
||||||
|
polygons.add(Polygon(
|
||||||
|
points: verts,
|
||||||
|
color: Colors.orange.withValues(alpha: 0.1),
|
||||||
|
borderColor: Colors.orange,
|
||||||
|
borderStrokeWidth: 2,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Draw vertex markers
|
||||||
|
for (final v in verts) {
|
||||||
|
markers.add(Marker(
|
||||||
|
point: v,
|
||||||
|
width: 12,
|
||||||
|
height: 12,
|
||||||
|
child: Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Colors.orange,
|
||||||
|
shape: BoxShape.circle,
|
||||||
|
border: Border.all(color: Colors.white, width: 2),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Rectangle first corner marker
|
||||||
|
if (provider.drawingMode == DrawingMode.rectangle &&
|
||||||
|
provider.rectangleFirstCorner != null) {
|
||||||
|
markers.add(Marker(
|
||||||
|
point: provider.rectangleFirstCorner!,
|
||||||
|
width: 14,
|
||||||
|
height: 14,
|
||||||
|
child: Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Colors.orange,
|
||||||
|
shape: BoxShape.rectangle,
|
||||||
|
border: Border.all(color: Colors.white, width: 2),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
return Stack(
|
||||||
|
children: [
|
||||||
|
if (polygons.isNotEmpty) PolygonLayer(polygons: polygons),
|
||||||
|
if (markers.isNotEmpty) MarkerLayer(markers: markers),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Renders the download progress overlay tiles.
|
||||||
|
class DownloadProgressLayer extends StatelessWidget {
|
||||||
|
const DownloadProgressLayer({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
if (provider.tileOverlays.isEmpty) return const SizedBox.shrink();
|
||||||
|
|
||||||
|
final polygons = provider.tileOverlays.map((overlay) {
|
||||||
|
return Polygon(
|
||||||
|
points: [
|
||||||
|
LatLng(overlay.north, overlay.west),
|
||||||
|
LatLng(overlay.north, overlay.east),
|
||||||
|
LatLng(overlay.south, overlay.east),
|
||||||
|
LatLng(overlay.south, overlay.west),
|
||||||
|
],
|
||||||
|
color: overlay.isSkipped
|
||||||
|
? Colors.green.withValues(alpha: 0.15)
|
||||||
|
: Colors.orange.withValues(alpha: 0.15),
|
||||||
|
borderColor:
|
||||||
|
overlay.isSkipped ? Colors.green : Colors.orange,
|
||||||
|
borderStrokeWidth: 1,
|
||||||
|
);
|
||||||
|
}).toList();
|
||||||
|
|
||||||
|
return PolygonLayer(polygons: polygons);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Renders the coverage overlay for a cached style.
|
||||||
|
///
|
||||||
|
/// Only renders tiles at the zoom level closest to the current map zoom
|
||||||
|
/// to avoid drawing thousands of rectangles at once.
|
||||||
|
class CoverageLayer extends StatelessWidget {
|
||||||
|
final double currentZoom;
|
||||||
|
|
||||||
|
const CoverageLayer({super.key, required this.currentZoom});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
if (provider.coverageOverlays.isEmpty) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Filter to tiles near the current zoom level to keep rendering fast.
|
||||||
|
// Show the zoom level that's <= current map zoom (best visual match).
|
||||||
|
final targetZoom = currentZoom.floor();
|
||||||
|
|
||||||
|
// Group overlays by approximate zoom level based on tile size.
|
||||||
|
// A tile at zoom z covers roughly (360/2^z) degrees of longitude.
|
||||||
|
// We filter by checking if the tile width matches the target zoom.
|
||||||
|
final filtered = <Polygon>[];
|
||||||
|
for (final overlay in provider.coverageOverlays) {
|
||||||
|
// Estimate the zoom level from the tile's longitude span
|
||||||
|
final lonSpan = (overlay.east - overlay.west).abs();
|
||||||
|
if (lonSpan <= 0) continue;
|
||||||
|
final estimatedZoom = (log(360.0 / lonSpan) / ln2).round();
|
||||||
|
|
||||||
|
if (estimatedZoom == targetZoom ||
|
||||||
|
estimatedZoom == targetZoom - 1 ||
|
||||||
|
estimatedZoom == targetZoom + 1) {
|
||||||
|
filtered.add(Polygon(
|
||||||
|
points: [
|
||||||
|
LatLng(overlay.north, overlay.west),
|
||||||
|
LatLng(overlay.north, overlay.east),
|
||||||
|
LatLng(overlay.south, overlay.east),
|
||||||
|
LatLng(overlay.south, overlay.west),
|
||||||
|
],
|
||||||
|
color: Colors.blue.withValues(alpha: 0.1),
|
||||||
|
borderColor: Colors.blue.withValues(alpha: 0.4),
|
||||||
|
borderStrokeWidth: 1,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Cap at 1000 visible tiles to avoid jank
|
||||||
|
if (filtered.length >= 1000) break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (filtered.isEmpty) return const SizedBox.shrink();
|
||||||
|
return PolygonLayer(polygons: filtered);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Toolbar for drawing controls.
|
||||||
|
class DrawingToolbar extends StatelessWidget {
|
||||||
|
const DrawingToolbar({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Consumer<OfflineTilesProvider>(
|
||||||
|
builder: (context, provider, _) {
|
||||||
|
if (provider.isDownloading) return const SizedBox.shrink();
|
||||||
|
|
||||||
|
return Positioned(
|
||||||
|
right: 16,
|
||||||
|
top: 100,
|
||||||
|
child: Column(
|
||||||
|
children: [
|
||||||
|
_ToolButton(
|
||||||
|
icon: Icons.crop_square,
|
||||||
|
label: 'Rectangle',
|
||||||
|
isActive: provider.drawingMode == DrawingMode.rectangle,
|
||||||
|
onTap: () => provider.setDrawingMode(
|
||||||
|
provider.drawingMode == DrawingMode.rectangle
|
||||||
|
? DrawingMode.none
|
||||||
|
: DrawingMode.rectangle,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_ToolButton(
|
||||||
|
icon: Icons.pentagon_outlined,
|
||||||
|
label: 'Polygon',
|
||||||
|
isActive: provider.drawingMode == DrawingMode.polygon,
|
||||||
|
onTap: () => provider.setDrawingMode(
|
||||||
|
provider.drawingMode == DrawingMode.polygon
|
||||||
|
? DrawingMode.none
|
||||||
|
: DrawingMode.polygon,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (provider.drawingMode == DrawingMode.polygon &&
|
||||||
|
provider.currentVertices.length >= 3) ...[
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_ToolButton(
|
||||||
|
icon: Icons.check,
|
||||||
|
label: 'Finish',
|
||||||
|
isActive: false,
|
||||||
|
color: Colors.green,
|
||||||
|
onTap: () => provider.finishPolygon(),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
if (provider.drawingMode == DrawingMode.polygon &&
|
||||||
|
provider.currentVertices.isNotEmpty) ...[
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_ToolButton(
|
||||||
|
icon: Icons.undo,
|
||||||
|
label: 'Undo',
|
||||||
|
isActive: false,
|
||||||
|
onTap: () => provider.undoLastVertex(),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
if (provider.hasPolygons) ...[
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
_ToolButton(
|
||||||
|
icon: Icons.delete_outline,
|
||||||
|
label: 'Clear',
|
||||||
|
isActive: false,
|
||||||
|
color: Colors.red,
|
||||||
|
onTap: () => provider.clearPolygons(),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ToolButton extends StatelessWidget {
|
||||||
|
final IconData icon;
|
||||||
|
final String label;
|
||||||
|
final bool isActive;
|
||||||
|
final Color? color;
|
||||||
|
final VoidCallback onTap;
|
||||||
|
|
||||||
|
const _ToolButton({
|
||||||
|
required this.icon,
|
||||||
|
required this.label,
|
||||||
|
required this.isActive,
|
||||||
|
this.color,
|
||||||
|
required this.onTap,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final activeColor = color ?? theme.colorScheme.primary;
|
||||||
|
|
||||||
|
return Tooltip(
|
||||||
|
message: label,
|
||||||
|
child: Material(
|
||||||
|
elevation: 2,
|
||||||
|
shape: const CircleBorder(),
|
||||||
|
color: isActive ? activeColor : theme.colorScheme.surface,
|
||||||
|
child: InkWell(
|
||||||
|
customBorder: const CircleBorder(),
|
||||||
|
onTap: onTap,
|
||||||
|
child: SizedBox(
|
||||||
|
width: 48,
|
||||||
|
height: 48,
|
||||||
|
child: Icon(
|
||||||
|
icon,
|
||||||
|
color: isActive
|
||||||
|
? theme.colorScheme.onPrimary
|
||||||
|
: (color ?? theme.colorScheme.onSurface),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,11 +1,8 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
import '../../models/contact.dart';
|
|
||||||
import '../../models/location_trail.dart';
|
import '../../models/location_trail.dart';
|
||||||
import '../../providers/map_provider.dart';
|
import '../../providers/map_provider.dart';
|
||||||
import '../../providers/contacts_provider.dart';
|
|
||||||
import '../../services/gpx_service.dart';
|
import '../../services/gpx_service.dart';
|
||||||
import '../../services/trail_color_service.dart';
|
|
||||||
import '../../l10n/app_localizations.dart';
|
import '../../l10n/app_localizations.dart';
|
||||||
|
|
||||||
/// Trail management controls widget
|
/// Trail management controls widget
|
||||||
@@ -14,17 +11,8 @@ class TrailControls extends StatelessWidget {
|
|||||||
|
|
||||||
void _showTrailMenu(BuildContext context) {
|
void _showTrailMenu(BuildContext context) {
|
||||||
final mapProvider = Provider.of<MapProvider>(context, listen: false);
|
final mapProvider = Provider.of<MapProvider>(context, listen: false);
|
||||||
final contactsProvider = Provider.of<ContactsProvider>(
|
|
||||||
context,
|
|
||||||
listen: false,
|
|
||||||
);
|
|
||||||
final l10n = AppLocalizations.of(context)!;
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
|
||||||
// Get contacts with trails (advertHistory >= 2 points)
|
|
||||||
final contactsWithTrails = contactsProvider.contactsWithLocation
|
|
||||||
.where((c) => c.advertHistory.length >= 2)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
context: context,
|
context: context,
|
||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
@@ -183,110 +171,6 @@ class TrailControls extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
const Divider(),
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
|
|
||||||
// Contact Trails Section
|
|
||||||
Row(
|
|
||||||
children: [
|
|
||||||
const Icon(Icons.people, size: 20),
|
|
||||||
SizedBox(width: 8),
|
|
||||||
Text(
|
|
||||||
l10n.contactTrails,
|
|
||||||
style: const TextStyle(
|
|
||||||
fontSize: 18,
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
const SizedBox(height: 12),
|
|
||||||
|
|
||||||
// Show All Contact Trails toggle
|
|
||||||
SwitchListTile(
|
|
||||||
secondary: Icon(Icons.route),
|
|
||||||
title: Text(l10n.showAllContactTrails),
|
|
||||||
subtitle: Text(
|
|
||||||
contactsWithTrails.isEmpty
|
|
||||||
? l10n.noContactsWithLocationHistory
|
|
||||||
: mapProvider.showAllContactTrails
|
|
||||||
? l10n.showingTrailsForContacts(
|
|
||||||
contactsWithTrails.length,
|
|
||||||
)
|
|
||||||
: l10n.individualContactTrails,
|
|
||||||
),
|
|
||||||
value: mapProvider.showAllContactTrails,
|
|
||||||
onChanged: contactsWithTrails.isNotEmpty
|
|
||||||
? (value) {
|
|
||||||
mapProvider.toggleAllContactTrails();
|
|
||||||
setModalState(() {}); // Update modal UI
|
|
||||||
}
|
|
||||||
: null, // Disable if no contacts with trails
|
|
||||||
),
|
|
||||||
|
|
||||||
// Individual contact trails (when "show all" is OFF)
|
|
||||||
if (!mapProvider.showAllContactTrails &&
|
|
||||||
contactsWithTrails.isNotEmpty)
|
|
||||||
ExpansionTile(
|
|
||||||
title: Text(l10n.individualContactTrails),
|
|
||||||
initiallyExpanded: false,
|
|
||||||
children: contactsWithTrails.map((contact) {
|
|
||||||
final trailColor = TrailColorService.getTrailColor(
|
|
||||||
contact,
|
|
||||||
);
|
|
||||||
final isVisible = mapProvider.isContactPathVisible(
|
|
||||||
contact.publicKeyHex,
|
|
||||||
);
|
|
||||||
|
|
||||||
return SwitchListTile(
|
|
||||||
// Color indicator with emoji
|
|
||||||
secondary: Row(
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
children: [
|
|
||||||
if (contact.roleEmoji != null)
|
|
||||||
Text(
|
|
||||||
contact.roleEmoji!,
|
|
||||||
style: const TextStyle(fontSize: 18),
|
|
||||||
),
|
|
||||||
const SizedBox(width: 4),
|
|
||||||
Container(
|
|
||||||
width: 16,
|
|
||||||
height: 16,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: trailColor,
|
|
||||||
border: Border.all(
|
|
||||||
color: Colors.white,
|
|
||||||
width: 2,
|
|
||||||
),
|
|
||||||
borderRadius: BorderRadius.circular(3),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
title: Row(
|
|
||||||
children: [
|
|
||||||
Expanded(child: Text(contact.displayName)),
|
|
||||||
IconButton(
|
|
||||||
tooltip: l10n.exportToClipboard,
|
|
||||||
icon: const Icon(Icons.file_download_outlined),
|
|
||||||
onPressed: () =>
|
|
||||||
_exportContactTrail(context, contact),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
subtitle: Text(
|
|
||||||
'${contact.advertHistory.length} points',
|
|
||||||
),
|
|
||||||
value: isVisible,
|
|
||||||
onChanged: (value) {
|
|
||||||
mapProvider.toggleContactPath(contact.publicKeyHex);
|
|
||||||
setModalState(() {}); // Update modal UI
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}).toList(),
|
|
||||||
),
|
|
||||||
|
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
|
|
||||||
// Close button
|
// Close button
|
||||||
@@ -360,34 +244,6 @@ class TrailControls extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _exportContactTrail(BuildContext context, Contact contact) async {
|
|
||||||
await _exportTrail(
|
|
||||||
context,
|
|
||||||
_buildContactTrail(contact),
|
|
||||||
customName: '${contact.displayName} Trail',
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
LocationTrail _buildContactTrail(Contact contact) {
|
|
||||||
final sortedHistory = [...contact.advertHistory]
|
|
||||||
..sort((a, b) => a.timestamp.compareTo(b.timestamp));
|
|
||||||
|
|
||||||
return LocationTrail(
|
|
||||||
id: 'contact_${contact.publicKeyHex}',
|
|
||||||
isActive: false,
|
|
||||||
startTime: sortedHistory.first.timestamp,
|
|
||||||
endTime: sortedHistory.last.timestamp,
|
|
||||||
points: sortedHistory
|
|
||||||
.map(
|
|
||||||
(advert) => TrailPoint(
|
|
||||||
position: advert.location,
|
|
||||||
timestamp: advert.timestamp,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
.toList(),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
void _showClearConfirmation(
|
void _showClearConfirmation(
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
MapProvider mapProvider,
|
MapProvider mapProvider,
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
import 'package:flutter/gestures.dart';
|
import 'package:flutter/gestures.dart';
|
||||||
|
import 'package:flutter_map/flutter_map.dart' as flutter_map;
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
import 'package:share_plus/share_plus.dart';
|
import 'package:share_plus/share_plus.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
@@ -12,6 +13,7 @@ import '../../models/sar_template.dart';
|
|||||||
import '../../models/map_drawing.dart';
|
import '../../models/map_drawing.dart';
|
||||||
import '../../models/map_coordinate_space.dart';
|
import '../../models/map_coordinate_space.dart';
|
||||||
import '../../providers/messages_provider.dart';
|
import '../../providers/messages_provider.dart';
|
||||||
|
import '../../providers/channels_provider.dart';
|
||||||
import '../../providers/contacts_provider.dart';
|
import '../../providers/contacts_provider.dart';
|
||||||
import '../../providers/connection_provider.dart';
|
import '../../providers/connection_provider.dart';
|
||||||
import '../../providers/drawing_provider.dart';
|
import '../../providers/drawing_provider.dart';
|
||||||
@@ -20,7 +22,9 @@ import '../../providers/image_provider.dart' as ip;
|
|||||||
import '../../providers/app_provider.dart';
|
import '../../providers/app_provider.dart';
|
||||||
import '../drawing_minimap_preview.dart';
|
import '../drawing_minimap_preview.dart';
|
||||||
import '../../models/ble_packet_log.dart';
|
import '../../models/ble_packet_log.dart';
|
||||||
|
import '../../models/message_contact_location.dart';
|
||||||
import '../../services/sar_template_service.dart';
|
import '../../services/sar_template_service.dart';
|
||||||
|
import '../../services/location_tracking_service.dart';
|
||||||
import '../../utils/toast_logger.dart';
|
import '../../utils/toast_logger.dart';
|
||||||
import '../../utils/sar_message_parser.dart';
|
import '../../utils/sar_message_parser.dart';
|
||||||
import '../../utils/key_comparison.dart';
|
import '../../utils/key_comparison.dart';
|
||||||
@@ -419,6 +423,8 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _showMessageOptions(BuildContext context) {
|
void _showMessageOptions(BuildContext context) {
|
||||||
|
final parentContext = context;
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
final selfPublicKey = connectionProvider.deviceInfo.publicKey;
|
final selfPublicKey = connectionProvider.deviceInfo.publicKey;
|
||||||
final isOwnMessage =
|
final isOwnMessage =
|
||||||
@@ -431,7 +437,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
shape: const RoundedRectangleBorder(
|
shape: const RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
|
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
|
||||||
),
|
),
|
||||||
builder: (context) => Padding(
|
builder: (sheetContext) => Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 16),
|
padding: const EdgeInsets.symmetric(vertical: 16),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
@@ -439,29 +445,29 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (!isOwnMessage && widget.onReply != null)
|
if (!isOwnMessage && widget.onReply != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.reply),
|
leading: Icon(Icons.reply),
|
||||||
title: Text(AppLocalizations.of(context)!.reply),
|
title: Text(l10n.reply),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
widget.onReply?.call();
|
widget.onReply?.call();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Copy text option
|
// Copy text option
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.copy),
|
leading: Icon(Icons.copy),
|
||||||
title: Text(AppLocalizations.of(context)!.copyText),
|
title: Text(l10n.copyText),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Clipboard.setData(ClipboardData(text: widget.message.text));
|
Clipboard.setData(ClipboardData(text: widget.message.text));
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
ToastLogger.success(
|
ToastLogger.success(
|
||||||
context,
|
parentContext,
|
||||||
AppLocalizations.of(context)!.textCopiedToClipboard,
|
l10n.textCopiedToClipboard,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Save as Template option (only for SAR markers without existing template)
|
// Save as Template option (only for SAR markers without existing template)
|
||||||
if (widget.message.isSarMarker)
|
if (widget.message.isSarMarker)
|
||||||
Builder(
|
Builder(
|
||||||
builder: (context) {
|
builder: (_) {
|
||||||
// Extract emoji from SAR message
|
// Extract emoji from SAR message
|
||||||
final sarInfo = SarMessageParser.parse(widget.message.text);
|
final sarInfo = SarMessageParser.parse(widget.message.text);
|
||||||
if (sarInfo == null || sarInfo.emoji.isEmpty) {
|
if (sarInfo == null || sarInfo.emoji.isEmpty) {
|
||||||
@@ -480,10 +486,10 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
|
|
||||||
return ListTile(
|
return ListTile(
|
||||||
leading: Icon(Icons.bookmark_add),
|
leading: Icon(Icons.bookmark_add),
|
||||||
title: Text(AppLocalizations.of(context)!.saveAsTemplate),
|
title: Text(l10n.saveAsTemplate),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_saveAsTemplate(context);
|
_saveAsTemplate(parentContext);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@@ -493,49 +499,49 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
widget.message.sarGpsCoordinates != null)
|
widget.message.sarGpsCoordinates != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.share_location),
|
leading: Icon(Icons.share_location),
|
||||||
title: Text(AppLocalizations.of(context)!.shareLocation),
|
title: Text(l10n.shareLocation),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_shareLocation(context);
|
_shareLocation(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Navigate to drawing option (only for drawing messages)
|
// Navigate to drawing option (only for drawing messages)
|
||||||
if (widget.message.isDrawing && widget.message.drawingId != null)
|
if (widget.message.isDrawing && widget.message.drawingId != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.map),
|
leading: Icon(Icons.map),
|
||||||
title: Text(AppLocalizations.of(context)!.navigateToDrawing),
|
title: Text(l10n.navigateToDrawing),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_navigateToDrawing(context);
|
_navigateToDrawing(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Copy coordinates option (only for drawing messages)
|
// Copy coordinates option (only for drawing messages)
|
||||||
if (widget.message.isDrawing && widget.message.drawingId != null)
|
if (widget.message.isDrawing && widget.message.drawingId != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.copy),
|
leading: Icon(Icons.copy),
|
||||||
title: Text(AppLocalizations.of(context)!.copyCoordinates),
|
title: Text(l10n.copyCoordinates),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_copyDrawingCoordinates(context);
|
_copyDrawingCoordinates(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Hide from map option (only for drawing messages)
|
// Hide from map option (only for drawing messages)
|
||||||
if (widget.message.isDrawing && widget.message.drawingId != null)
|
if (widget.message.isDrawing && widget.message.drawingId != null)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.visibility_off),
|
leading: Icon(Icons.visibility_off),
|
||||||
title: Text(AppLocalizations.of(context)!.hideFromMap),
|
title: Text(l10n.hideFromMap),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_hideDrawingFromMap(context);
|
_hideDrawingFromMap(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Technical details option
|
// Technical details option
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.data_object),
|
leading: Icon(Icons.data_object),
|
||||||
title: Text(AppLocalizations.of(context)!.technicalDetails),
|
title: Text(l10n.technicalDetails),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_showTechnicalDetails(context);
|
_showTechnicalDetails(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (!isOwnMessage &&
|
if (!isOwnMessage &&
|
||||||
@@ -543,22 +549,22 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
widget.message.pathLen < 255)
|
widget.message.pathLen < 255)
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.route),
|
leading: Icon(Icons.route),
|
||||||
title: Text(AppLocalizations.of(context)!.trace),
|
title: Text(l10n.trace),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_showTraceSheet(context);
|
_showTraceSheet(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// Delete message option
|
// Delete message option
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.delete, color: Colors.red),
|
leading: Icon(Icons.delete, color: Colors.red),
|
||||||
title: Text(
|
title: Text(
|
||||||
AppLocalizations.of(context)!.delete,
|
l10n.delete,
|
||||||
style: const TextStyle(color: Colors.red),
|
style: const TextStyle(color: Colors.red),
|
||||||
),
|
),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(sheetContext);
|
||||||
_showDeleteConfirmation(context);
|
_showDeleteConfirmation(parentContext);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@@ -580,6 +586,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _showTechnicalDetails(BuildContext context) {
|
void _showTechnicalDetails(BuildContext context) {
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
final radioBw = connectionProvider.deviceInfo.radioBw;
|
final radioBw = connectionProvider.deviceInfo.radioBw;
|
||||||
final radioSf = connectionProvider.deviceInfo.radioSf;
|
final radioSf = connectionProvider.deviceInfo.radioSf;
|
||||||
@@ -594,6 +601,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
widget.message.isFromSelf(selfPublicKey);
|
widget.message.isFromSelf(selfPublicKey);
|
||||||
|
|
||||||
String? senderName;
|
String? senderName;
|
||||||
|
Contact? senderContact;
|
||||||
if (widget.message.senderPublicKeyPrefix != null) {
|
if (widget.message.senderPublicKeyPrefix != null) {
|
||||||
final senderKeyHex = widget.message.senderPublicKeyPrefix!
|
final senderKeyHex = widget.message.senderPublicKeyPrefix!
|
||||||
.sublist(
|
.sublist(
|
||||||
@@ -604,7 +612,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
)
|
)
|
||||||
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
||||||
.join('');
|
.join('');
|
||||||
final senderContact = contactsProvider.contacts
|
senderContact = contactsProvider.contacts
|
||||||
.where((c) => c.publicKeyHex.startsWith(senderKeyHex))
|
.where((c) => c.publicKeyHex.startsWith(senderKeyHex))
|
||||||
.firstOrNull;
|
.firstOrNull;
|
||||||
senderName = senderContact?.advName;
|
senderName = senderContact?.advName;
|
||||||
@@ -627,7 +635,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
recipientName = recipientContact?.advName;
|
recipientName = recipientContact?.advName;
|
||||||
}
|
}
|
||||||
|
|
||||||
final senderLocationSnapshot = messagesProvider.getMessageContactLocation(
|
final storedLocationSnapshot = messagesProvider.getMessageContactLocation(
|
||||||
widget.message.id,
|
widget.message.id,
|
||||||
);
|
);
|
||||||
final receptionDetails = messagesProvider.getMessageReceptionDetails(
|
final receptionDetails = messagesProvider.getMessageReceptionDetails(
|
||||||
@@ -708,6 +716,12 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
final routeMetadata = context
|
final routeMetadata = context
|
||||||
.read<MessagesProvider>()
|
.read<MessagesProvider>()
|
||||||
.getMessageRouteMetadata(widget.message.id);
|
.getMessageRouteMetadata(widget.message.id);
|
||||||
|
final messageLocationSnapshot = _resolveDetailsLocationSnapshot(
|
||||||
|
storedSnapshot: storedLocationSnapshot,
|
||||||
|
senderContact: senderContact,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
isOwnMessage: isOwnMessage,
|
||||||
|
);
|
||||||
|
|
||||||
final rawLines = <String>[
|
final rawLines = <String>[
|
||||||
'Message ID: ${widget.message.id}',
|
'Message ID: ${widget.message.id}',
|
||||||
@@ -741,9 +755,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
'Retry result: ${retryResult ?? '-'}',
|
'Retry result: ${retryResult ?? '-'}',
|
||||||
'Sender key prefix: ${senderPrefixHex ?? '-'}',
|
'Sender key prefix: ${senderPrefixHex ?? '-'}',
|
||||||
'Sender name: ${senderName ?? widget.message.senderName ?? '-'}',
|
'Sender name: ${senderName ?? widget.message.senderName ?? '-'}',
|
||||||
'Sender location at receipt: ${senderLocationSnapshot?.formattedCoordinates ?? '-'}',
|
'${widget.message.isSentMessage ? "Sent from location" : "Sender location at receipt"}: ${messageLocationSnapshot?.formattedCoordinates ?? '-'}',
|
||||||
'Sender location source: ${senderLocationSnapshot?.technicalSourceLabel ?? '-'}',
|
'${widget.message.isSentMessage ? "Sent from source" : "Sender location source"}: ${messageLocationSnapshot?.technicalSourceLabel ?? '-'}',
|
||||||
'Sender location timestamp: ${senderLocationSnapshot?.sourceTimestamp?.toIso8601String() ?? '-'}',
|
'${widget.message.isSentMessage ? "Sent from timestamp" : "Sender location timestamp"}: ${messageLocationSnapshot?.sourceTimestamp?.toIso8601String() ?? '-'}',
|
||||||
'Recipient key prefix: ${recipientPrefixHex ?? '-'}',
|
'Recipient key prefix: ${recipientPrefixHex ?? '-'}',
|
||||||
'Recipient name: ${recipientName ?? '-'}',
|
'Recipient name: ${recipientName ?? '-'}',
|
||||||
'Drawing flag: ${widget.message.isDrawing}',
|
'Drawing flag: ${widget.message.isDrawing}',
|
||||||
@@ -832,12 +846,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void copyField(String value) {
|
void copyField(BuildContext feedbackContext, String value) {
|
||||||
Clipboard.setData(ClipboardData(text: value));
|
Clipboard.setData(ClipboardData(text: value));
|
||||||
ToastLogger.success(
|
ToastLogger.success(feedbackContext, l10n.textCopiedToClipboard);
|
||||||
context,
|
|
||||||
AppLocalizations.of(context)!.textCopiedToClipboard,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
@@ -859,14 +870,14 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
AppLocalizations.of(context)!.messageTechnicalDetails,
|
l10n.messageTechnicalDetails,
|
||||||
style: Theme.of(sheetContext).textTheme.titleLarge,
|
style: Theme.of(sheetContext).textTheme.titleLarge,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () => Navigator.pop(sheetContext),
|
onPressed: () => Navigator.pop(sheetContext),
|
||||||
icon: Icon(Icons.close),
|
icon: Icon(Icons.close),
|
||||||
tooltip: AppLocalizations.of(context)!.close,
|
tooltip: l10n.close,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -906,6 +917,54 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
if (messageLocationSnapshot != null) ...[
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_techSection(
|
||||||
|
sheetContext,
|
||||||
|
icon: Icons.location_on,
|
||||||
|
title: l10n.location,
|
||||||
|
child: Column(
|
||||||
|
children: [
|
||||||
|
_buildLocationPreviewMap(
|
||||||
|
sheetContext,
|
||||||
|
messageLocationSnapshot.location,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_detailRow(
|
||||||
|
sheetContext,
|
||||||
|
label: l10n.coordinates,
|
||||||
|
value: messageLocationSnapshot
|
||||||
|
.formattedCoordinates,
|
||||||
|
onCopy: () => copyField(
|
||||||
|
sheetContext,
|
||||||
|
messageLocationSnapshot.formattedCoordinates,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
_detailRow(
|
||||||
|
sheetContext,
|
||||||
|
label: l10n.source,
|
||||||
|
value: messageLocationSnapshot
|
||||||
|
.technicalSourceLabel,
|
||||||
|
),
|
||||||
|
_detailRow(
|
||||||
|
sheetContext,
|
||||||
|
label: l10n.captured,
|
||||||
|
value: _formatRfc3339(
|
||||||
|
messageLocationSnapshot.sourceTimestamp ??
|
||||||
|
messageLocationSnapshot.capturedAt,
|
||||||
|
),
|
||||||
|
onCopy: () => copyField(
|
||||||
|
sheetContext,
|
||||||
|
_formatRfc3339(
|
||||||
|
messageLocationSnapshot.sourceTimestamp ??
|
||||||
|
messageLocationSnapshot.capturedAt,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
if (widget.message.lastEchoRssiDbm != null ||
|
if (widget.message.lastEchoRssiDbm != null ||
|
||||||
snrDb != null ||
|
snrDb != null ||
|
||||||
rssiDbm != null) ...[
|
rssiDbm != null) ...[
|
||||||
@@ -913,13 +972,13 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
_techSection(
|
_techSection(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
icon: Icons.network_check,
|
icon: Icons.network_check,
|
||||||
title: AppLocalizations.of(context)!.linkQuality,
|
title: l10n.linkQuality,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
if (rssiDbm != null)
|
if (rssiDbm != null)
|
||||||
_signalRow(
|
_signalRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.rssi,
|
label: l10n.rssi,
|
||||||
valueLabel: '$rssiDbm dBm',
|
valueLabel: '$rssiDbm dBm',
|
||||||
normalized:
|
normalized:
|
||||||
((rssiDbm.toDouble() + 120.0) / 70.0)
|
((rssiDbm.toDouble() + 120.0) / 70.0)
|
||||||
@@ -934,7 +993,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
SizedBox(height: 8),
|
SizedBox(height: 8),
|
||||||
_signalRow(
|
_signalRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.snr,
|
label: l10n.snr,
|
||||||
valueLabel: '${snrDb.toStringAsFixed(1)} dB',
|
valueLabel: '${snrDb.toStringAsFixed(1)} dB',
|
||||||
normalized: ((snrDb + 20.0) / 40.0).clamp(
|
normalized: ((snrDb + 20.0) / 40.0).clamp(
|
||||||
0.0,
|
0.0,
|
||||||
@@ -955,39 +1014,34 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
_techSection(
|
_techSection(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
icon: Icons.tune,
|
icon: Icons.tune,
|
||||||
title: AppLocalizations.of(context)!.delivery,
|
title: l10n.delivery,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.status,
|
label: l10n.status,
|
||||||
value: widget.message.deliveryStatus.name,
|
value: widget.message.deliveryStatus.name,
|
||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.receivedRfc3339,
|
||||||
context,
|
|
||||||
)!.receivedRfc3339,
|
|
||||||
value: _formatRfc3339(widget.message.receivedAt),
|
value: _formatRfc3339(widget.message.receivedAt),
|
||||||
onCopy: () => copyField(
|
onCopy: () => copyField(
|
||||||
|
sheetContext,
|
||||||
_formatRfc3339(widget.message.receivedAt),
|
_formatRfc3339(widget.message.receivedAt),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (widget.message.expectedAckTag != null)
|
if (widget.message.expectedAckTag != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.expectedAckTag,
|
||||||
context,
|
|
||||||
)!.expectedAckTag,
|
|
||||||
value: widget.message.expectedAckTag!
|
value: widget.message.expectedAckTag!
|
||||||
.toString(),
|
.toString(),
|
||||||
),
|
),
|
||||||
if (receptionDetails?.senderToReceiptMs != null)
|
if (receptionDetails?.senderToReceiptMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.senderToReceipt,
|
||||||
context,
|
|
||||||
)!.senderToReceipt,
|
|
||||||
value: _formatDurationMs(
|
value: _formatDurationMs(
|
||||||
receptionDetails!.senderToReceiptMs!,
|
receptionDetails!.senderToReceiptMs!,
|
||||||
),
|
),
|
||||||
@@ -995,9 +1049,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (receptionDetails?.estimatedTransmitMs != null)
|
if (receptionDetails?.estimatedTransmitMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.estimatedTx,
|
||||||
context,
|
|
||||||
)!.estimatedTx,
|
|
||||||
value: _formatDurationMs(
|
value: _formatDurationMs(
|
||||||
receptionDetails!.estimatedTransmitMs!,
|
receptionDetails!.estimatedTransmitMs!,
|
||||||
),
|
),
|
||||||
@@ -1005,9 +1057,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (receptionDetails?.postTransmitDelayMs != null)
|
if (receptionDetails?.postTransmitDelayMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.posttxDelay,
|
||||||
context,
|
|
||||||
)!.posttxDelay,
|
|
||||||
value: _formatDurationMs(
|
value: _formatDurationMs(
|
||||||
receptionDetails!.postTransmitDelayMs!,
|
receptionDetails!.postTransmitDelayMs!,
|
||||||
),
|
),
|
||||||
@@ -1015,87 +1065,80 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (widget.receivedCopies > 1)
|
if (widget.receivedCopies > 1)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.receivedCopies,
|
||||||
context,
|
|
||||||
)!.receivedCopies,
|
|
||||||
value: '${widget.receivedCopies}',
|
value: '${widget.receivedCopies}',
|
||||||
),
|
),
|
||||||
if (widget.message.suggestedTimeoutMs != null)
|
if (widget.message.suggestedTimeoutMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.ackTimeout,
|
label: l10n.ackTimeout,
|
||||||
value:
|
value:
|
||||||
'${widget.message.suggestedTimeoutMs} ms',
|
'${widget.message.suggestedTimeoutMs} ms',
|
||||||
),
|
),
|
||||||
if (retryCause != null)
|
if (retryCause != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.retryCause,
|
label: l10n.retryCause,
|
||||||
value: retryCause,
|
value: retryCause,
|
||||||
),
|
),
|
||||||
if (retryMode != null)
|
if (retryMode != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.retryMode,
|
label: l10n.retryMode,
|
||||||
value: retryMode,
|
value: retryMode,
|
||||||
),
|
),
|
||||||
if (widget.message.roundTripTimeMs != null)
|
if (widget.message.roundTripTimeMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.roundTrip,
|
label: l10n.roundTrip,
|
||||||
value: '${widget.message.roundTripTimeMs} ms',
|
value: '${widget.message.roundTripTimeMs} ms',
|
||||||
),
|
),
|
||||||
if (widget.message.retryAttempt > 0)
|
if (widget.message.retryAttempt > 0)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.retryAttempt,
|
||||||
context,
|
|
||||||
)!.retryAttempt,
|
|
||||||
value: '${widget.message.retryAttempt}/4',
|
value: '${widget.message.retryAttempt}/4',
|
||||||
),
|
),
|
||||||
if (widget.message.lastRetryAt != null)
|
if (widget.message.lastRetryAt != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.lastRetry,
|
label: l10n.lastRetry,
|
||||||
value: _formatRfc3339(
|
value: _formatRfc3339(
|
||||||
widget.message.lastRetryAt!,
|
widget.message.lastRetryAt!,
|
||||||
),
|
),
|
||||||
onCopy: () => copyField(
|
onCopy: () => copyField(
|
||||||
|
sheetContext,
|
||||||
_formatRfc3339(widget.message.lastRetryAt!),
|
_formatRfc3339(widget.message.lastRetryAt!),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (widget.message.usedFloodFallback)
|
if (widget.message.usedFloodFallback)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.floodFallback,
|
||||||
context,
|
value: l10n.yes,
|
||||||
)!.floodFallback,
|
|
||||||
value: AppLocalizations.of(context)!.yes,
|
|
||||||
),
|
),
|
||||||
if (routeMetadata?.canonicalPath
|
if (routeMetadata?.canonicalPath
|
||||||
case final routePath?)
|
case final routePath?)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.selectedPath,
|
||||||
context,
|
|
||||||
)!.selectedPath,
|
|
||||||
value: routePath,
|
value: routePath,
|
||||||
onCopy: () => copyField(routePath),
|
onCopy: () =>
|
||||||
|
copyField(sheetContext, routePath),
|
||||||
),
|
),
|
||||||
if (retryResult != null)
|
if (retryResult != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.retryResult,
|
||||||
context,
|
|
||||||
)!.retryResult,
|
|
||||||
value: retryResult,
|
value: retryResult,
|
||||||
),
|
),
|
||||||
if (packetPathHex != null)
|
if (packetPathHex != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.pathBytes,
|
label: l10n.pathBytes,
|
||||||
value: packetPathHex,
|
value: packetPathHex,
|
||||||
onCopy: () => copyField(packetPathHex),
|
onCopy: () =>
|
||||||
|
copyField(sheetContext, packetPathHex),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -1104,18 +1147,19 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
_techSection(
|
_techSection(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
icon: Icons.badge,
|
icon: Icons.badge,
|
||||||
title: AppLocalizations.of(context)!.identity,
|
title: l10n.identity,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.messageId,
|
label: l10n.messageId,
|
||||||
value: widget.message.id,
|
value: widget.message.id,
|
||||||
onCopy: () => copyField(widget.message.id),
|
onCopy: () =>
|
||||||
|
copyField(sheetContext, widget.message.id),
|
||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.sender,
|
label: l10n.sender,
|
||||||
value:
|
value:
|
||||||
senderName ??
|
senderName ??
|
||||||
widget.message.senderName ??
|
widget.message.senderName ??
|
||||||
@@ -1124,24 +1168,26 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (senderPrefixHex != null)
|
if (senderPrefixHex != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.senderKey,
|
label: l10n.senderKey,
|
||||||
value: senderPrefixHex,
|
value: senderPrefixHex,
|
||||||
onCopy: () => copyField(senderPrefixHex),
|
onCopy: () =>
|
||||||
|
copyField(sheetContext, senderPrefixHex),
|
||||||
),
|
),
|
||||||
if (recipientName != null)
|
if (recipientName != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.recipient,
|
label: l10n.recipient,
|
||||||
value: recipientName,
|
value: recipientName,
|
||||||
),
|
),
|
||||||
if (recipientPrefixHex != null)
|
if (recipientPrefixHex != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.recipientKey,
|
||||||
context,
|
|
||||||
)!.recipientKey,
|
|
||||||
value: recipientPrefixHex,
|
value: recipientPrefixHex,
|
||||||
onCopy: () => copyField(recipientPrefixHex),
|
onCopy: () => copyField(
|
||||||
|
sheetContext,
|
||||||
|
recipientPrefixHex,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -1151,53 +1197,47 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
_techSection(
|
_techSection(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
icon: Icons.graphic_eq,
|
icon: Icons.graphic_eq,
|
||||||
title: AppLocalizations.of(context)!.voice,
|
title: l10n.voice,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.voiceId,
|
label: l10n.voiceId,
|
||||||
value: widget.message.voiceId ?? '-',
|
value: widget.message.voiceId ?? '-',
|
||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.envelope,
|
label: l10n.envelope,
|
||||||
value: envelope != null
|
value: envelope != null
|
||||||
? 'VE3 compact'
|
? 'VE3 compact'
|
||||||
: AppLocalizations.of(context)!.unknown,
|
: l10n.unknown,
|
||||||
),
|
),
|
||||||
if (voiceSession != null)
|
if (voiceSession != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.sessionProgress,
|
||||||
context,
|
|
||||||
)!.sessionProgress,
|
|
||||||
value:
|
value:
|
||||||
'${voiceSession.receivedCount}/${voiceSession.total} segments',
|
'${voiceSession.receivedCount}/${voiceSession.total} segments',
|
||||||
),
|
),
|
||||||
if (voiceSession != null)
|
if (voiceSession != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.complete,
|
label: l10n.complete,
|
||||||
value: voiceSession.isComplete
|
value: voiceSession.isComplete
|
||||||
? AppLocalizations.of(context)!.yes
|
? l10n.yes
|
||||||
: AppLocalizations.of(context)!.no,
|
: l10n.no,
|
||||||
),
|
),
|
||||||
if (transferDetails != null)
|
if (transferDetails != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.transfers,
|
||||||
context,
|
|
||||||
)!.transfers,
|
|
||||||
value: '${transferDetails.totalTransfers}',
|
value: '${transferDetails.totalTransfers}',
|
||||||
),
|
),
|
||||||
if (transferDetails != null &&
|
if (transferDetails != null &&
|
||||||
transferDetails.downloaders.isNotEmpty)
|
transferDetails.downloaders.isNotEmpty)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.downloadedBy,
|
||||||
context,
|
|
||||||
)!.downloadedBy,
|
|
||||||
value: _formatDownloaderSummary(
|
value: _formatDownloaderSummary(
|
||||||
transferDetails,
|
transferDetails,
|
||||||
),
|
),
|
||||||
@@ -1205,9 +1245,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (voiceTxEstimate > Duration.zero)
|
if (voiceTxEstimate > Duration.zero)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.estimatedTx,
|
||||||
context,
|
|
||||||
)!.estimatedTx,
|
|
||||||
value: voiceTxEstimate.inSeconds < 60
|
value: voiceTxEstimate.inSeconds < 60
|
||||||
? '~${voiceTxEstimate.inSeconds}s'
|
? '~${voiceTxEstimate.inSeconds}s'
|
||||||
: '~${voiceTxEstimate.inMinutes}m ${voiceTxEstimate.inSeconds % 60}s',
|
: '~${voiceTxEstimate.inMinutes}m ${voiceTxEstimate.inSeconds % 60}s',
|
||||||
@@ -1221,28 +1259,28 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
_techSection(
|
_techSection(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
icon: Icons.image_outlined,
|
icon: Icons.image_outlined,
|
||||||
title: AppLocalizations.of(context)!.image,
|
title: l10n.image,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.envelope,
|
label: l10n.envelope,
|
||||||
value: 'IE1',
|
value: 'IE1',
|
||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.format,
|
label: l10n.format,
|
||||||
value: imageEnvelope.format.label,
|
value: imageEnvelope.format.label,
|
||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.dimensions,
|
label: l10n.dimensions,
|
||||||
value:
|
value:
|
||||||
'${imageEnvelope.width}×${imageEnvelope.height}',
|
'${imageEnvelope.width}×${imageEnvelope.height}',
|
||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.segments,
|
label: l10n.segments,
|
||||||
value: imageSession != null
|
value: imageSession != null
|
||||||
? '${imageSession.receivedCount}/${imageSession.total}'
|
? '${imageSession.receivedCount}/${imageSession.total}'
|
||||||
: '${imageEnvelope.total}',
|
: '${imageEnvelope.total}',
|
||||||
@@ -1250,26 +1288,22 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (imageSession != null)
|
if (imageSession != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.complete,
|
label: l10n.complete,
|
||||||
value: imageSession.isComplete
|
value: imageSession.isComplete
|
||||||
? AppLocalizations.of(context)!.yes
|
? l10n.yes
|
||||||
: AppLocalizations.of(context)!.no,
|
: l10n.no,
|
||||||
),
|
),
|
||||||
if (transferDetails != null)
|
if (transferDetails != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.transfers,
|
||||||
context,
|
|
||||||
)!.transfers,
|
|
||||||
value: '${transferDetails.totalTransfers}',
|
value: '${transferDetails.totalTransfers}',
|
||||||
),
|
),
|
||||||
if (transferDetails != null &&
|
if (transferDetails != null &&
|
||||||
transferDetails.downloaders.isNotEmpty)
|
transferDetails.downloaders.isNotEmpty)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.downloadedBy,
|
||||||
context,
|
|
||||||
)!.downloadedBy,
|
|
||||||
value: _formatDownloaderSummary(
|
value: _formatDownloaderSummary(
|
||||||
transferDetails,
|
transferDetails,
|
||||||
),
|
),
|
||||||
@@ -1277,9 +1311,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (imageTxEstimate > Duration.zero)
|
if (imageTxEstimate > Duration.zero)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(
|
label: l10n.estimatedTx,
|
||||||
context,
|
|
||||||
)!.estimatedTx,
|
|
||||||
value: imageTxEstimate.inSeconds < 60
|
value: imageTxEstimate.inSeconds < 60
|
||||||
? '~${imageTxEstimate.inSeconds}s'
|
? '~${imageTxEstimate.inSeconds}s'
|
||||||
: '~${imageTxEstimate.inMinutes}m ${imageTxEstimate.inSeconds % 60}s',
|
: '~${imageTxEstimate.inMinutes}m ${imageTxEstimate.inSeconds % 60}s',
|
||||||
@@ -1294,7 +1326,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
dense: true,
|
dense: true,
|
||||||
visualDensity: VisualDensity.compact,
|
visualDensity: VisualDensity.compact,
|
||||||
title: Text(
|
title: Text(
|
||||||
AppLocalizations.of(context)!.rawDump,
|
l10n.rawDump,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
@@ -1332,6 +1364,108 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Widget _buildLocationPreviewMap(BuildContext context, LatLng location) {
|
||||||
|
return ClipRRect(
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
child: SizedBox(
|
||||||
|
height: 180,
|
||||||
|
child: DecoratedBox(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
border: Border.all(
|
||||||
|
color: Theme.of(context).colorScheme.outlineVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: flutter_map.FlutterMap(
|
||||||
|
options: flutter_map.MapOptions(
|
||||||
|
initialCenter: location,
|
||||||
|
initialZoom: 15,
|
||||||
|
interactionOptions: const flutter_map.InteractionOptions(
|
||||||
|
flags: flutter_map.InteractiveFlag.none,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
children: [
|
||||||
|
flutter_map.TileLayer(
|
||||||
|
urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||||
|
userAgentPackageName: 'com.meshcore.sar',
|
||||||
|
),
|
||||||
|
flutter_map.MarkerLayer(
|
||||||
|
markers: [
|
||||||
|
flutter_map.Marker(
|
||||||
|
point: location,
|
||||||
|
width: 40,
|
||||||
|
height: 40,
|
||||||
|
child: Icon(
|
||||||
|
widget.message.isSentMessage
|
||||||
|
? Icons.near_me
|
||||||
|
: Icons.location_on,
|
||||||
|
color: Theme.of(context).colorScheme.primary,
|
||||||
|
size: 32,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
MessageContactLocation? _resolveDetailsLocationSnapshot({
|
||||||
|
required MessageContactLocation? storedSnapshot,
|
||||||
|
required Contact? senderContact,
|
||||||
|
required ConnectionProvider connectionProvider,
|
||||||
|
required bool isOwnMessage,
|
||||||
|
}) {
|
||||||
|
if (storedSnapshot != null) {
|
||||||
|
return storedSnapshot;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isOwnMessage) {
|
||||||
|
final advLat = connectionProvider.deviceInfo.advLat;
|
||||||
|
final advLon = connectionProvider.deviceInfo.advLon;
|
||||||
|
if (advLat != null &&
|
||||||
|
advLon != null &&
|
||||||
|
(advLat != 0 || advLon != 0)) {
|
||||||
|
return MessageContactLocation(
|
||||||
|
location: LatLng(advLat / 1e6, advLon / 1e6),
|
||||||
|
source: 'shared',
|
||||||
|
capturedAt: widget.message.sentAt,
|
||||||
|
sourceTimestamp: widget.message.sentAt,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final currentPosition = LocationTrackingService().currentPosition;
|
||||||
|
if (currentPosition != null) {
|
||||||
|
return MessageContactLocation(
|
||||||
|
location: LatLng(
|
||||||
|
currentPosition.latitude,
|
||||||
|
currentPosition.longitude,
|
||||||
|
),
|
||||||
|
source: 'shared',
|
||||||
|
capturedAt: currentPosition.timestamp,
|
||||||
|
sourceTimestamp: currentPosition.timestamp,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final contactLocation = senderContact?.displayLocation;
|
||||||
|
if (contactLocation != null) {
|
||||||
|
final source =
|
||||||
|
senderContact?.telemetry?.gpsLocation != null
|
||||||
|
? 'telemetry'
|
||||||
|
: 'advert';
|
||||||
|
return MessageContactLocation(
|
||||||
|
location: contactLocation,
|
||||||
|
source: source,
|
||||||
|
capturedAt: senderContact?.locationUpdateTime ?? widget.message.receivedAt,
|
||||||
|
sourceTimestamp: senderContact?.locationUpdateTime,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
Widget _techSection(
|
Widget _techSection(
|
||||||
BuildContext context, {
|
BuildContext context, {
|
||||||
required IconData icon,
|
required IconData icon,
|
||||||
@@ -1955,10 +2089,12 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
final isSarMarker = message.isSarMarker;
|
final isSarMarker = message.isSarMarker;
|
||||||
final isDarkMode = Theme.of(context).brightness == Brightness.dark;
|
final isDarkMode = Theme.of(context).brightness == Brightness.dark;
|
||||||
final messageFontScale = context.watch<AppProvider>().messageFontScale;
|
final messageFontScale = context.watch<AppProvider>().messageFontScale;
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
|
||||||
// Determine if this is own message
|
// Determine if this is own message
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
final messagesProvider = context.read<MessagesProvider>();
|
final messagesProvider = context.read<MessagesProvider>();
|
||||||
|
final channelsProvider = context.watch<ChannelsProvider>();
|
||||||
final selfPublicKey = connectionProvider.deviceInfo.publicKey;
|
final selfPublicKey = connectionProvider.deviceInfo.publicKey;
|
||||||
final isOwnMessage =
|
final isOwnMessage =
|
||||||
message.isSentMessage || message.isFromSelf(selfPublicKey);
|
message.isSentMessage || message.isFromSelf(selfPublicKey);
|
||||||
@@ -2004,7 +2140,7 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
|
|
||||||
// Get rich display name (with emoji if available)
|
// Get rich display name (with emoji if available)
|
||||||
final displayName = isOwnMessage
|
final displayName = isOwnMessage
|
||||||
? AppLocalizations.of(context)!.you
|
? l10n.you
|
||||||
: message.getRichDisplayName(senderContact);
|
: message.getRichDisplayName(senderContact);
|
||||||
|
|
||||||
// Look up destination/source display labels for direct/channel messages
|
// Look up destination/source display labels for direct/channel messages
|
||||||
@@ -2039,15 +2175,30 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (message.isChannelMessage) {
|
} else if (message.isChannelMessage) {
|
||||||
if (message.channelIdx == 0) {
|
final channelIdx = message.channelIdx ?? 0;
|
||||||
channelDisplayName = AppLocalizations.of(context)!.publicChannel;
|
if (channelIdx == 0) {
|
||||||
|
channelDisplayName = l10n.publicChannel;
|
||||||
} else {
|
} else {
|
||||||
final channelContact = contactsProvider.channels.where((c) {
|
final channelContact = contactsProvider.channels.where((c) {
|
||||||
return c.publicKey.length > 1 && c.publicKey[1] == message.channelIdx;
|
return c.publicKey.length > 1 && c.publicKey[1] == channelIdx;
|
||||||
}).firstOrNull;
|
}).firstOrNull;
|
||||||
|
final syncedChannel = channelsProvider.getChannel(channelIdx);
|
||||||
|
final syncedChannelDisplayName =
|
||||||
|
syncedChannel != null && syncedChannel.hasCustomName
|
||||||
|
? syncedChannel.displayName
|
||||||
|
: null;
|
||||||
|
final contactChannelDisplayName = channelContact
|
||||||
|
?.getLocalizedDisplayName(context)
|
||||||
|
.trim();
|
||||||
|
|
||||||
channelDisplayName =
|
channelDisplayName =
|
||||||
channelContact?.getLocalizedDisplayName(context) ??
|
syncedChannelDisplayName ??
|
||||||
'${AppLocalizations.of(context)!.channel} ${message.channelIdx}';
|
(contactChannelDisplayName != null &&
|
||||||
|
contactChannelDisplayName.isNotEmpty
|
||||||
|
? contactChannelDisplayName
|
||||||
|
: null) ??
|
||||||
|
syncedChannel?.displayName ??
|
||||||
|
'${l10n.channel} $channelIdx';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isOwnMessage) {
|
if (isOwnMessage) {
|
||||||
@@ -2057,14 +2208,14 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
|
|
||||||
final recipientSubtitle =
|
final recipientSubtitle =
|
||||||
isOwnMessage && message.isChannelMessage && recipientDisplayName != null
|
isOwnMessage && message.isChannelMessage && recipientDisplayName != null
|
||||||
? '${AppLocalizations.of(context)!.channel}: $recipientDisplayName'
|
? '${l10n.channel}: $recipientDisplayName'
|
||||||
: recipientDisplayName;
|
: recipientDisplayName;
|
||||||
final directCounterpartLabel = !message.isChannelMessage
|
final directCounterpartLabel = !message.isChannelMessage
|
||||||
? (isOwnMessage ? recipientSubtitle : AppLocalizations.of(context)!.you)
|
? (isOwnMessage ? recipientSubtitle : l10n.you)
|
||||||
: null;
|
: null;
|
||||||
final receivedChannelSubtitle =
|
final receivedChannelSubtitle =
|
||||||
!isOwnMessage && message.isChannelMessage && channelDisplayName != null
|
!isOwnMessage && message.isChannelMessage && channelDisplayName != null
|
||||||
? '${AppLocalizations.of(context)!.channel}: $channelDisplayName'
|
? '${l10n.channel}: $channelDisplayName'
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
final shouldFloatBubble = widget.isCompact;
|
final shouldFloatBubble = widget.isCompact;
|
||||||
|
|||||||
@@ -88,24 +88,26 @@ Widget buildBubbleMetaFooter(
|
|||||||
).textTheme.labelSmall?.copyWith(color: metaColor),
|
).textTheme.labelSmall?.copyWith(color: metaColor),
|
||||||
),
|
),
|
||||||
]);
|
]);
|
||||||
} else if (!isSarMarker && _effectivePathLen(message, routeMetadata) < 255) {
|
} else if (!isSarMarker) {
|
||||||
final effectivePathLen = _effectivePathLen(message, routeMetadata);
|
final routeLabel = _effectiveRouteFooterLabel(message, routeMetadata);
|
||||||
items.addAll([
|
if (routeLabel != null) {
|
||||||
Icon(Icons.alt_route, size: 11, color: metaColor),
|
items.addAll([
|
||||||
const SizedBox(width: 3),
|
Icon(Icons.alt_route, size: 11, color: metaColor),
|
||||||
Text(
|
const SizedBox(width: 3),
|
||||||
effectivePathLen == 0 ? 'direct' : '${effectivePathLen}hop',
|
Text(
|
||||||
style: Theme.of(
|
routeLabel,
|
||||||
context,
|
style: Theme.of(
|
||||||
).textTheme.labelSmall?.copyWith(color: metaColor),
|
context,
|
||||||
),
|
).textTheme.labelSmall?.copyWith(color: metaColor),
|
||||||
Text(
|
),
|
||||||
' • ',
|
Text(
|
||||||
style: Theme.of(
|
' • ',
|
||||||
context,
|
style: Theme.of(
|
||||||
).textTheme.labelSmall?.copyWith(color: metaColor),
|
context,
|
||||||
),
|
).textTheme.labelSmall?.copyWith(color: metaColor),
|
||||||
]);
|
),
|
||||||
|
]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
items.add(
|
items.add(
|
||||||
@@ -127,8 +129,31 @@ Widget buildBubbleMetaFooter(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
int _effectivePathLen(Message message, MessageRouteMetadata? routeMetadata) =>
|
String? _effectiveRouteFooterLabel(
|
||||||
routeMetadata?.hopCount ?? message.pathLen;
|
Message message,
|
||||||
|
MessageRouteMetadata? routeMetadata,
|
||||||
|
) {
|
||||||
|
if (routeMetadata?.mode.name == 'flood') {
|
||||||
|
return 'flood';
|
||||||
|
}
|
||||||
|
|
||||||
|
final effectivePathLen = _effectivePathLen(message, routeMetadata);
|
||||||
|
if (effectivePathLen >= 255) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return effectivePathLen == 0 ? 'direct' : '${effectivePathLen}hop';
|
||||||
|
}
|
||||||
|
|
||||||
|
int _effectivePathLen(Message message, MessageRouteMetadata? routeMetadata) {
|
||||||
|
if (routeMetadata?.hopCount != null) {
|
||||||
|
return routeMetadata!.hopCount!;
|
||||||
|
}
|
||||||
|
if (routeMetadata?.mode.name == 'flood') {
|
||||||
|
return 255;
|
||||||
|
}
|
||||||
|
return message.pathLen;
|
||||||
|
}
|
||||||
|
|
||||||
Widget buildChannelHeaderPill(
|
Widget buildChannelHeaderPill(
|
||||||
BuildContext context, {
|
BuildContext context, {
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ class MessagesComposer extends StatelessWidget {
|
|||||||
final double bottomPadding;
|
final double bottomPadding;
|
||||||
final String destinationLabel;
|
final String destinationLabel;
|
||||||
final Widget destinationAvatar;
|
final Widget destinationAvatar;
|
||||||
|
final bool destinationLocked;
|
||||||
final List<Contact> mentionSuggestions;
|
final List<Contact> mentionSuggestions;
|
||||||
final String mentionQuery;
|
final String mentionQuery;
|
||||||
final ValueChanged<Contact> onMentionSelected;
|
final ValueChanged<Contact> onMentionSelected;
|
||||||
@@ -27,6 +28,9 @@ class MessagesComposer extends StatelessWidget {
|
|||||||
final Future<void> Function() onStartVoiceRecording;
|
final Future<void> Function() onStartVoiceRecording;
|
||||||
final Future<void> Function() onStopAndSendVoice;
|
final Future<void> Function() onStopAndSendVoice;
|
||||||
final Future<void> Function() onSendMessage;
|
final Future<void> Function() onSendMessage;
|
||||||
|
final VoidCallback? onLongPressSend;
|
||||||
|
final String? regionScopeName;
|
||||||
|
final VoidCallback? onRegionScopeTap;
|
||||||
|
|
||||||
const MessagesComposer({
|
const MessagesComposer({
|
||||||
super.key,
|
super.key,
|
||||||
@@ -41,6 +45,7 @@ class MessagesComposer extends StatelessWidget {
|
|||||||
required this.bottomPadding,
|
required this.bottomPadding,
|
||||||
required this.destinationLabel,
|
required this.destinationLabel,
|
||||||
required this.destinationAvatar,
|
required this.destinationAvatar,
|
||||||
|
required this.destinationLocked,
|
||||||
required this.mentionSuggestions,
|
required this.mentionSuggestions,
|
||||||
required this.mentionQuery,
|
required this.mentionQuery,
|
||||||
required this.onMentionSelected,
|
required this.onMentionSelected,
|
||||||
@@ -49,6 +54,9 @@ class MessagesComposer extends StatelessWidget {
|
|||||||
required this.onStartVoiceRecording,
|
required this.onStartVoiceRecording,
|
||||||
required this.onStopAndSendVoice,
|
required this.onStopAndSendVoice,
|
||||||
required this.onSendMessage,
|
required this.onSendMessage,
|
||||||
|
this.onLongPressSend,
|
||||||
|
this.regionScopeName,
|
||||||
|
this.onRegionScopeTap,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -102,12 +110,23 @@ class MessagesComposer extends StatelessWidget {
|
|||||||
? onStopAndSendVoice
|
? onStopAndSendVoice
|
||||||
: onShowComposerActions,
|
: onShowComposerActions,
|
||||||
),
|
),
|
||||||
|
if (regionScopeName != null &&
|
||||||
|
onRegionScopeTap != null) ...[
|
||||||
|
const SizedBox(width: 6),
|
||||||
|
_RegionScopeChip(
|
||||||
|
name: regionScopeName!,
|
||||||
|
onTap: onRegionScopeTap!,
|
||||||
|
),
|
||||||
|
],
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: _DestinationSelector(
|
child: _DestinationPill(
|
||||||
destinationLabel: destinationLabel,
|
destinationLabel: destinationLabel,
|
||||||
destinationAvatar: destinationAvatar,
|
destinationAvatar: destinationAvatar,
|
||||||
onTap: onShowRecipientSelector,
|
isLocked: destinationLocked,
|
||||||
|
onTap: destinationLocked
|
||||||
|
? null
|
||||||
|
: onShowRecipientSelector,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@@ -151,6 +170,7 @@ class MessagesComposer extends StatelessWidget {
|
|||||||
messageByteCount: messageByteCount,
|
messageByteCount: messageByteCount,
|
||||||
maxMessageBytes: maxMessageBytes,
|
maxMessageBytes: maxMessageBytes,
|
||||||
onSendMessage: onSendMessage,
|
onSendMessage: onSendMessage,
|
||||||
|
onLongPressSend: onLongPressSend,
|
||||||
onStartVoiceRecording: onStartVoiceRecording,
|
onStartVoiceRecording: onStartVoiceRecording,
|
||||||
onStopAndSendVoice: onStopAndSendVoice,
|
onStopAndSendVoice: onStopAndSendVoice,
|
||||||
),
|
),
|
||||||
@@ -282,59 +302,73 @@ class _ComposerActionButton extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class _DestinationSelector extends StatelessWidget {
|
class _DestinationPill extends StatelessWidget {
|
||||||
final String destinationLabel;
|
final String destinationLabel;
|
||||||
final Widget destinationAvatar;
|
final Widget destinationAvatar;
|
||||||
final VoidCallback onTap;
|
final bool isLocked;
|
||||||
|
final VoidCallback? onTap;
|
||||||
|
|
||||||
const _DestinationSelector({
|
const _DestinationPill({
|
||||||
required this.destinationLabel,
|
required this.destinationLabel,
|
||||||
required this.destinationAvatar,
|
required this.destinationAvatar,
|
||||||
required this.onTap,
|
required this.isLocked,
|
||||||
|
this.onTap,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
final content = Ink(
|
||||||
|
key: ValueKey(
|
||||||
|
isLocked
|
||||||
|
? 'messages_composer_destination_locked'
|
||||||
|
: 'messages_composer_destination_selector',
|
||||||
|
),
|
||||||
|
height: 40,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Theme.of(context).colorScheme.surface,
|
||||||
|
borderRadius: BorderRadius.circular(20),
|
||||||
|
border: Border.all(
|
||||||
|
color: Theme.of(context).dividerColor.withValues(alpha: 0.35),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
destinationAvatar,
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(
|
||||||
|
child: Text(
|
||||||
|
destinationLabel,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 14,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
color: Theme.of(context).colorScheme.onSurface,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (!isLocked)
|
||||||
|
Icon(
|
||||||
|
Icons.expand_more_rounded,
|
||||||
|
size: 18,
|
||||||
|
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (onTap == null) {
|
||||||
|
return Material(color: Colors.transparent, child: content);
|
||||||
|
}
|
||||||
|
|
||||||
return Material(
|
return Material(
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
borderRadius: BorderRadius.circular(20),
|
borderRadius: BorderRadius.circular(20),
|
||||||
onTap: onTap,
|
onTap: onTap,
|
||||||
child: Ink(
|
child: content,
|
||||||
height: 40,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: Theme.of(context).colorScheme.surface,
|
|
||||||
borderRadius: BorderRadius.circular(20),
|
|
||||||
border: Border.all(
|
|
||||||
color: Theme.of(context).dividerColor.withValues(alpha: 0.35),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
|
||||||
child: Row(
|
|
||||||
children: [
|
|
||||||
destinationAvatar,
|
|
||||||
const SizedBox(width: 8),
|
|
||||||
Expanded(
|
|
||||||
child: Text(
|
|
||||||
destinationLabel,
|
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
style: TextStyle(
|
|
||||||
fontSize: 14,
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
color: Theme.of(context).colorScheme.onSurface,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Icon(
|
|
||||||
Icons.expand_more_rounded,
|
|
||||||
size: 18,
|
|
||||||
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -421,6 +455,7 @@ class _SendButton extends StatelessWidget {
|
|||||||
final int messageByteCount;
|
final int messageByteCount;
|
||||||
final int maxMessageBytes;
|
final int maxMessageBytes;
|
||||||
final Future<void> Function() onSendMessage;
|
final Future<void> Function() onSendMessage;
|
||||||
|
final VoidCallback? onLongPressSend;
|
||||||
final Future<void> Function() onStartVoiceRecording;
|
final Future<void> Function() onStartVoiceRecording;
|
||||||
final Future<void> Function() onStopAndSendVoice;
|
final Future<void> Function() onStopAndSendVoice;
|
||||||
|
|
||||||
@@ -433,6 +468,7 @@ class _SendButton extends StatelessWidget {
|
|||||||
required this.messageByteCount,
|
required this.messageByteCount,
|
||||||
required this.maxMessageBytes,
|
required this.maxMessageBytes,
|
||||||
required this.onSendMessage,
|
required this.onSendMessage,
|
||||||
|
this.onLongPressSend,
|
||||||
required this.onStartVoiceRecording,
|
required this.onStartVoiceRecording,
|
||||||
required this.onStopAndSendVoice,
|
required this.onStopAndSendVoice,
|
||||||
});
|
});
|
||||||
@@ -444,28 +480,32 @@ class _SendButton extends StatelessWidget {
|
|||||||
enabled: canSendText || (voiceSupported && !isSendingVoice),
|
enabled: canSendText || (voiceSupported && !isSendingVoice),
|
||||||
label: semanticsLabel,
|
label: semanticsLabel,
|
||||||
onTap: canSendText ? onSendMessage : null,
|
onTap: canSendText ? onSendMessage : null,
|
||||||
onLongPress: (voiceSupported && !isSendingVoice)
|
onLongPress: canSendText && onLongPressSend != null
|
||||||
? () {
|
? onLongPressSend
|
||||||
if (isRecording) {
|
: (voiceSupported && !isSendingVoice)
|
||||||
onStopAndSendVoice();
|
? () {
|
||||||
return;
|
if (isRecording) {
|
||||||
}
|
onStopAndSendVoice();
|
||||||
onStartVoiceRecording();
|
return;
|
||||||
}
|
}
|
||||||
: null,
|
onStartVoiceRecording();
|
||||||
|
}
|
||||||
|
: null,
|
||||||
child: Tooltip(
|
child: Tooltip(
|
||||||
message: semanticsLabel,
|
message: semanticsLabel,
|
||||||
excludeFromSemantics: true,
|
excludeFromSemantics: true,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
excludeFromSemantics: true,
|
excludeFromSemantics: true,
|
||||||
onTap: canSendText ? onSendMessage : null,
|
onTap: canSendText ? onSendMessage : null,
|
||||||
onLongPressStart: (voiceSupported && !isSendingVoice)
|
onLongPressStart: canSendText && onLongPressSend != null
|
||||||
? (_) => onStartVoiceRecording()
|
? (_) => onLongPressSend!()
|
||||||
: null,
|
: (voiceSupported && !isSendingVoice)
|
||||||
onLongPressEnd: (voiceSupported && isRecording)
|
? (_) => onStartVoiceRecording()
|
||||||
|
: null,
|
||||||
|
onLongPressEnd: (!canSendText && voiceSupported && isRecording)
|
||||||
? (_) => onStopAndSendVoice()
|
? (_) => onStopAndSendVoice()
|
||||||
: null,
|
: null,
|
||||||
onLongPressCancel: (voiceSupported && isRecording)
|
onLongPressCancel: (!canSendText && voiceSupported && isRecording)
|
||||||
? onStopAndSendVoice
|
? onStopAndSendVoice
|
||||||
: null,
|
: null,
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -534,3 +574,52 @@ class _SendButton extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _RegionScopeChip extends StatelessWidget {
|
||||||
|
final String name;
|
||||||
|
final VoidCallback onTap;
|
||||||
|
|
||||||
|
const _RegionScopeChip({required this.name, required this.onTap});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
return GestureDetector(
|
||||||
|
onTap: onTap,
|
||||||
|
child: Container(
|
||||||
|
height: 40,
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 10),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.tertiaryContainer,
|
||||||
|
borderRadius: BorderRadius.circular(20),
|
||||||
|
border: Border.all(
|
||||||
|
color: colorScheme.tertiary.withValues(alpha: 0.3),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Icon(
|
||||||
|
Icons.language_rounded,
|
||||||
|
size: 16,
|
||||||
|
color: colorScheme.onTertiaryContainer,
|
||||||
|
),
|
||||||
|
const SizedBox(width: 4),
|
||||||
|
ConstrainedBox(
|
||||||
|
constraints: const BoxConstraints(maxWidth: 80),
|
||||||
|
child: Text(
|
||||||
|
name,
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 12,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
color: colorScheme.onTertiaryContainer,
|
||||||
|
),
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
import '../../l10n/app_localizations.dart';
|
import '../../l10n/app_localizations.dart';
|
||||||
import '../../models/contact.dart';
|
import '../../models/contact.dart';
|
||||||
|
import '../../providers/app_provider.dart';
|
||||||
|
import '../../providers/messages_provider.dart';
|
||||||
|
import '../../utils/avatar_label_helper.dart';
|
||||||
import '../common/contact_avatar.dart';
|
import '../common/contact_avatar.dart';
|
||||||
|
|
||||||
enum _RecipientSortMode { activity, favorites, alphabetical }
|
enum _RecipientSortMode { activity, favorites, alphabetical }
|
||||||
@@ -17,6 +21,10 @@ class RecipientSelectorSheet extends StatefulWidget {
|
|||||||
final String? currentRecipientPublicKey;
|
final String? currentRecipientPublicKey;
|
||||||
final bool showAllOption;
|
final bool showAllOption;
|
||||||
final Function(String type, Contact? recipient) onSelect;
|
final Function(String type, Contact? recipient) onSelect;
|
||||||
|
final MessagesProvider? messagesProvider;
|
||||||
|
|
||||||
|
/// Region scope names per channel index (e.g. {0: "#auckland"}).
|
||||||
|
final Map<int, String> channelRegionScopes;
|
||||||
|
|
||||||
const RecipientSelectorSheet({
|
const RecipientSelectorSheet({
|
||||||
super.key,
|
super.key,
|
||||||
@@ -29,6 +37,8 @@ class RecipientSelectorSheet extends StatefulWidget {
|
|||||||
this.currentRecipientPublicKey,
|
this.currentRecipientPublicKey,
|
||||||
this.showAllOption = true,
|
this.showAllOption = true,
|
||||||
required this.onSelect,
|
required this.onSelect,
|
||||||
|
this.messagesProvider,
|
||||||
|
this.channelRegionScopes = const {},
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -87,6 +97,9 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
return lastSeenCompare;
|
return lastSeenCompare;
|
||||||
}
|
}
|
||||||
} else if (_sortMode == _RecipientSortMode.activity) {
|
} else if (_sortMode == _RecipientSortMode.activity) {
|
||||||
|
if (a.isFavourite != b.isFavourite) {
|
||||||
|
return a.isFavourite ? -1 : 1;
|
||||||
|
}
|
||||||
final unreadCompare = _unreadFor(b).compareTo(_unreadFor(a));
|
final unreadCompare = _unreadFor(b).compareTo(_unreadFor(a));
|
||||||
if (unreadCompare != 0) {
|
if (unreadCompare != 0) {
|
||||||
return unreadCompare;
|
return unreadCompare;
|
||||||
@@ -147,10 +160,203 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String _sectionDescription(AppLocalizations l10n, String type) {
|
||||||
|
switch (type) {
|
||||||
|
case 'channel':
|
||||||
|
return 'Broadcast lanes for nearby mesh traffic';
|
||||||
|
case 'room':
|
||||||
|
return 'Shared spaces for ongoing team coordination';
|
||||||
|
case 'contact':
|
||||||
|
return 'Direct people and devices you can reach';
|
||||||
|
default:
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
MessagesProvider? _resolveMessagesProvider(BuildContext context) {
|
||||||
|
if (widget.messagesProvider != null) {
|
||||||
|
return widget.messagesProvider;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
return Provider.of<MessagesProvider>(context);
|
||||||
|
} on ProviderNotFoundException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatRelativeTime(BuildContext context, DateTime when) {
|
||||||
|
final l10n = AppLocalizations.of(context)!;
|
||||||
|
final diff = DateTime.now().difference(when);
|
||||||
|
|
||||||
|
if (diff.inMinutes < 1) return l10n.justNow;
|
||||||
|
if (diff.inMinutes < 60) return l10n.minutesAgo(diff.inMinutes);
|
||||||
|
if (diff.inHours < 24) return l10n.hoursAgo(diff.inHours);
|
||||||
|
return l10n.daysAgo(diff.inDays);
|
||||||
|
}
|
||||||
|
|
||||||
|
_ChannelPreviewData _channelPreviewData(
|
||||||
|
BuildContext context,
|
||||||
|
Contact channel,
|
||||||
|
MessagesProvider? messagesProvider,
|
||||||
|
) {
|
||||||
|
if (messagesProvider == null) {
|
||||||
|
return const _ChannelPreviewData();
|
||||||
|
}
|
||||||
|
|
||||||
|
final lastActivityAt = messagesProvider.getLastActivityForDestination(
|
||||||
|
channel,
|
||||||
|
);
|
||||||
|
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
|
||||||
|
final channelMessages = messagesProvider.getMessagesForChannel(channelIdx)
|
||||||
|
..sort((a, b) => b.sentAt.compareTo(a.sentAt));
|
||||||
|
final participantNames = <String>[];
|
||||||
|
|
||||||
|
for (final message in channelMessages) {
|
||||||
|
final senderName = message.senderName?.trim();
|
||||||
|
if (senderName == null || senderName.isEmpty) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (!participantNames.contains(senderName)) {
|
||||||
|
participantNames.add(senderName);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return _ChannelPreviewData(
|
||||||
|
activityLabel: lastActivityAt == null
|
||||||
|
? null
|
||||||
|
: _formatRelativeTime(context, lastActivityAt),
|
||||||
|
participantNames: participantNames,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Contact? _findParticipantContact(String name) {
|
||||||
|
final normalizedName = name.trim();
|
||||||
|
|
||||||
|
for (final contact in widget.contacts) {
|
||||||
|
if (!contact.isChannel && contact.advName.trim() == normalizedName) {
|
||||||
|
return contact;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (final contact in widget.contacts) {
|
||||||
|
if (!contact.isChannel && contact.displayName.trim() == normalizedName) {
|
||||||
|
return contact;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
String _contactActivityLabel(
|
||||||
|
BuildContext context,
|
||||||
|
Contact contact,
|
||||||
|
MessagesProvider? messagesProvider,
|
||||||
|
) {
|
||||||
|
final lastActivityAt =
|
||||||
|
messagesProvider?.getLastActivityForDestination(contact) ??
|
||||||
|
contact.lastSeenTime;
|
||||||
|
|
||||||
|
return _formatRelativeTime(context, lastActivityAt);
|
||||||
|
}
|
||||||
|
|
||||||
|
IconData _channelLocationSharingIcon(ChannelLocationSharingMode mode) {
|
||||||
|
switch (mode) {
|
||||||
|
case ChannelLocationSharingMode.hardware:
|
||||||
|
case ChannelLocationSharingMode.appFallback:
|
||||||
|
return Icons.location_pin;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Color _channelLocationSharingColor(
|
||||||
|
BuildContext context,
|
||||||
|
ChannelLocationSharingMode mode,
|
||||||
|
) {
|
||||||
|
return const Color(0xFF16A34A);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildTextSubtitle(
|
||||||
|
BuildContext context,
|
||||||
|
Contact contact,
|
||||||
|
String subtitle,
|
||||||
|
) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
|
||||||
|
return Text(
|
||||||
|
subtitle,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontFamily: contact.isChannel ? null : 'monospace',
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildChannelSubtitle(
|
||||||
|
BuildContext context,
|
||||||
|
Contact channel,
|
||||||
|
_ChannelPreviewData previewData,
|
||||||
|
) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
|
||||||
|
if (previewData.participantNames.isEmpty) {
|
||||||
|
return Text(
|
||||||
|
'No recent chatters',
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: Theme.of(
|
||||||
|
context,
|
||||||
|
).textTheme.bodySmall?.copyWith(color: colorScheme.onSurfaceVariant),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return Row(
|
||||||
|
children: [
|
||||||
|
_ParticipantAvatarStack(
|
||||||
|
key: Key('channel-participants-${channel.publicKeyHex}'),
|
||||||
|
names: previewData.participantNames,
|
||||||
|
contactForName: _findParticipantContact,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildChannelRecipientCard(
|
||||||
|
BuildContext context,
|
||||||
|
Contact channel,
|
||||||
|
MessagesProvider? messagesProvider,
|
||||||
|
) {
|
||||||
|
final previewData = _channelPreviewData(context, channel, messagesProvider);
|
||||||
|
final sharingMode = context.watch<AppProvider>().channelLocationSharingModeForChannel(
|
||||||
|
channel.publicKey.length > 1 ? channel.publicKey[1] : 0,
|
||||||
|
);
|
||||||
|
|
||||||
|
return _buildRecipientCard(
|
||||||
|
context: context,
|
||||||
|
type: 'channel',
|
||||||
|
contact: channel,
|
||||||
|
title: channel.getLocalizedDisplayName(context),
|
||||||
|
subtitle: _buildChannelSubtitle(context, channel, previewData),
|
||||||
|
avatarMarkerMode: sharingMode,
|
||||||
|
unreadCount: _unreadFor(channel),
|
||||||
|
isSelected: _isSelected('channel', channel),
|
||||||
|
compact: true,
|
||||||
|
activityLabel: previewData.activityLabel,
|
||||||
|
onTap: () {
|
||||||
|
widget.onSelect('channel', channel);
|
||||||
|
Navigator.pop(context);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _isDenseSection(String type) => type == 'channel' || type == 'contact';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final l10n = AppLocalizations.of(context)!;
|
final l10n = AppLocalizations.of(context)!;
|
||||||
final colorScheme = Theme.of(context).colorScheme;
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
final messagesProvider = _resolveMessagesProvider(context);
|
||||||
final filteredContacts = _filterAndSortContacts(widget.contacts);
|
final filteredContacts = _filterAndSortContacts(widget.contacts);
|
||||||
final filteredRooms = _filterAndSortContacts(widget.rooms);
|
final filteredRooms = _filterAndSortContacts(widget.rooms);
|
||||||
final filteredChannels = _filterAndSortContacts(
|
final filteredChannels = _filterAndSortContacts(
|
||||||
@@ -194,21 +400,45 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
Row(
|
Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Column(
|
||||||
l10n.selectRecipient,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
style: Theme.of(context).textTheme.titleLarge?.copyWith(
|
children: [
|
||||||
fontWeight: FontWeight.w900,
|
Text(
|
||||||
letterSpacing: -0.5,
|
l10n.selectRecipient,
|
||||||
),
|
style: Theme.of(context).textTheme.titleLarge
|
||||||
|
?.copyWith(
|
||||||
|
fontWeight: FontWeight.w900,
|
||||||
|
letterSpacing: -0.5,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
'Pick a channel, room, or direct contact.',
|
||||||
|
style: Theme.of(context).textTheme.bodyMedium
|
||||||
|
?.copyWith(color: colorScheme.onSurfaceVariant),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
IconButton.filledTonal(
|
Container(
|
||||||
onPressed: () => Navigator.pop(context),
|
decoration: BoxDecoration(
|
||||||
tooltip: l10n.close,
|
color: colorScheme.surfaceContainerHigh,
|
||||||
icon: const Icon(Icons.close_rounded),
|
borderRadius: BorderRadius.circular(18),
|
||||||
|
border: Border.all(
|
||||||
|
color: colorScheme.outlineVariant.withValues(
|
||||||
|
alpha: 0.18,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: IconButton(
|
||||||
|
onPressed: () => Navigator.pop(context),
|
||||||
|
tooltip: l10n.close,
|
||||||
|
icon: const Icon(Icons.close_rounded),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -273,20 +503,10 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
emptyLabel: l10n.noChannelsFound,
|
emptyLabel: l10n.noChannelsFound,
|
||||||
children: [
|
children: [
|
||||||
for (final channel in filteredChannels)
|
for (final channel in filteredChannels)
|
||||||
_buildRecipientCard(
|
_buildChannelRecipientCard(
|
||||||
context: context,
|
context,
|
||||||
type: 'channel',
|
channel,
|
||||||
contact: channel,
|
messagesProvider,
|
||||||
title: channel.getLocalizedDisplayName(context),
|
|
||||||
subtitle: channel.isPublicChannel
|
|
||||||
? l10n.broadcastToAllNearby
|
|
||||||
: '${l10n.channel} ${channel.publicKey[1]}',
|
|
||||||
unreadCount: _unreadFor(channel),
|
|
||||||
isSelected: _isSelected('channel', channel),
|
|
||||||
onTap: () {
|
|
||||||
widget.onSelect('channel', channel);
|
|
||||||
Navigator.pop(context);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -305,9 +525,14 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
type: 'contact',
|
type: 'contact',
|
||||||
contact: contact,
|
contact: contact,
|
||||||
title: contact.displayName,
|
title: contact.displayName,
|
||||||
subtitle: contact.publicKeyShort,
|
activityLabel: _contactActivityLabel(
|
||||||
|
context,
|
||||||
|
contact,
|
||||||
|
messagesProvider,
|
||||||
|
),
|
||||||
unreadCount: _unreadFor(contact),
|
unreadCount: _unreadFor(contact),
|
||||||
isSelected: _isSelected('contact', contact),
|
isSelected: _isSelected('contact', contact),
|
||||||
|
compact: true,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
widget.onSelect('contact', contact);
|
widget.onSelect('contact', contact);
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
@@ -330,7 +555,11 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
type: 'room',
|
type: 'room',
|
||||||
contact: room,
|
contact: room,
|
||||||
title: room.displayName,
|
title: room.displayName,
|
||||||
subtitle: room.publicKeyShort,
|
subtitle: _buildTextSubtitle(
|
||||||
|
context,
|
||||||
|
room,
|
||||||
|
room.publicKeyShort,
|
||||||
|
),
|
||||||
unreadCount: _unreadFor(room),
|
unreadCount: _unreadFor(room),
|
||||||
isSelected: _isSelected('room', room),
|
isSelected: _isSelected('room', room),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
@@ -455,10 +684,11 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
}) {
|
}) {
|
||||||
final colorScheme = Theme.of(context).colorScheme;
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
final accentColor = _sectionColor(context, type);
|
final accentColor = _sectionColor(context, type);
|
||||||
|
final compact = _isDenseSection(type);
|
||||||
|
|
||||||
return Container(
|
return Container(
|
||||||
margin: const EdgeInsets.only(bottom: 12),
|
margin: const EdgeInsets.only(bottom: 12),
|
||||||
padding: const EdgeInsets.all(14),
|
padding: EdgeInsets.all(compact ? 12 : 14),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: colorScheme.surfaceContainerLow,
|
color: colorScheme.surfaceContainerLow,
|
||||||
borderRadius: BorderRadius.circular(24),
|
borderRadius: BorderRadius.circular(24),
|
||||||
@@ -470,16 +700,16 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
width: 38,
|
width: compact ? 34 : 38,
|
||||||
height: 38,
|
height: compact ? 34 : 38,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: accentColor.withValues(alpha: 0.12),
|
color: accentColor.withValues(alpha: 0.12),
|
||||||
borderRadius: BorderRadius.circular(12),
|
borderRadius: BorderRadius.circular(12),
|
||||||
),
|
),
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Icon(icon, size: 18, color: accentColor),
|
child: Icon(icon, size: compact ? 16 : 18, color: accentColor),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 10),
|
SizedBox(width: compact ? 8 : 10),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
title,
|
title,
|
||||||
@@ -490,9 +720,9 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.symmetric(
|
padding: EdgeInsets.symmetric(
|
||||||
horizontal: 10,
|
horizontal: compact ? 9 : 10,
|
||||||
vertical: 5,
|
vertical: compact ? 4 : 5,
|
||||||
),
|
),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: colorScheme.surface,
|
color: colorScheme.surface,
|
||||||
@@ -511,7 +741,14 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 8),
|
||||||
|
Text(
|
||||||
|
_sectionDescription(AppLocalizations.of(context)!, type),
|
||||||
|
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
SizedBox(height: compact ? 10 : 12),
|
||||||
if (children.isEmpty)
|
if (children.isEmpty)
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 8),
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
@@ -526,7 +763,7 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
else ...[
|
else ...[
|
||||||
for (var i = 0; i < children.length; i++) ...[
|
for (var i = 0; i < children.length; i++) ...[
|
||||||
children[i],
|
children[i],
|
||||||
if (i != children.length - 1) const SizedBox(height: 8),
|
if (i != children.length - 1) SizedBox(height: compact ? 6 : 8),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
@@ -620,25 +857,34 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
required String type,
|
required String type,
|
||||||
required Contact contact,
|
required Contact contact,
|
||||||
required String title,
|
required String title,
|
||||||
required String subtitle,
|
Widget? subtitle,
|
||||||
|
ChannelLocationSharingMode? avatarMarkerMode,
|
||||||
required int unreadCount,
|
required int unreadCount,
|
||||||
required bool isSelected,
|
required bool isSelected,
|
||||||
|
bool compact = false,
|
||||||
|
String? activityLabel,
|
||||||
required VoidCallback onTap,
|
required VoidCallback onTap,
|
||||||
}) {
|
}) {
|
||||||
final colorScheme = Theme.of(context).colorScheme;
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
final accentColor = _sectionColor(context, type);
|
final accentColor = _sectionColor(context, type);
|
||||||
|
final markerColor = avatarMarkerMode == null
|
||||||
|
? accentColor
|
||||||
|
: _channelLocationSharingColor(context, avatarMarkerMode);
|
||||||
|
final markerIcon = avatarMarkerMode == null
|
||||||
|
? _typeIcon(contact)
|
||||||
|
: _channelLocationSharingIcon(avatarMarkerMode);
|
||||||
|
|
||||||
return Material(
|
return Material(
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
borderRadius: BorderRadius.circular(20),
|
borderRadius: BorderRadius.circular(compact ? 18 : 20),
|
||||||
onTap: onTap,
|
onTap: onTap,
|
||||||
child: Ink(
|
child: Ink(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: isSelected
|
color: isSelected
|
||||||
? accentColor.withValues(alpha: 0.12)
|
? accentColor.withValues(alpha: 0.12)
|
||||||
: colorScheme.surface.withValues(alpha: 0.82),
|
: colorScheme.surface.withValues(alpha: 0.82),
|
||||||
borderRadius: BorderRadius.circular(20),
|
borderRadius: BorderRadius.circular(compact ? 18 : 20),
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: isSelected
|
color: isSelected
|
||||||
? accentColor.withValues(alpha: 0.24)
|
? accentColor.withValues(alpha: 0.24)
|
||||||
@@ -646,7 +892,7 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(12),
|
padding: EdgeInsets.all(compact ? 10 : 12),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Stack(
|
Stack(
|
||||||
@@ -654,60 +900,106 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
children: [
|
children: [
|
||||||
ContactAvatar(
|
ContactAvatar(
|
||||||
contact: contact,
|
contact: contact,
|
||||||
radius: 22,
|
radius: compact ? 20 : 22,
|
||||||
displayName: title,
|
displayName: title,
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
right: -3,
|
right: -3,
|
||||||
bottom: -3,
|
bottom: -3,
|
||||||
child: Container(
|
child: Container(
|
||||||
width: 18,
|
width: compact ? 16 : 18,
|
||||||
height: 18,
|
height: compact ? 16 : 18,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: colorScheme.surface,
|
color: colorScheme.surface,
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: accentColor.withValues(alpha: 0.3),
|
color: markerColor.withValues(alpha: 0.3),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Icon(
|
child: Icon(
|
||||||
_typeIcon(contact),
|
markerIcon,
|
||||||
size: 10,
|
size: compact ? 9 : 10,
|
||||||
color: accentColor,
|
color: markerColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(width: 12),
|
SizedBox(width: compact ? 10 : 12),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Row(
|
||||||
title,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
maxLines: 1,
|
children: [
|
||||||
overflow: TextOverflow.ellipsis,
|
Expanded(
|
||||||
style: Theme.of(context).textTheme.titleSmall?.copyWith(
|
child: Row(
|
||||||
fontWeight: FontWeight.w800,
|
children: [
|
||||||
letterSpacing: -0.2,
|
Flexible(
|
||||||
),
|
child: Text(
|
||||||
|
title,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
style: Theme.of(context)
|
||||||
|
.textTheme
|
||||||
|
.titleSmall
|
||||||
|
?.copyWith(
|
||||||
|
fontWeight: FontWeight.w800,
|
||||||
|
letterSpacing: -0.2,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (contact.isPublicChannel) ...[
|
||||||
|
SizedBox(width: compact ? 6 : 8),
|
||||||
|
Container(
|
||||||
|
padding: EdgeInsets.symmetric(
|
||||||
|
horizontal: compact ? 7 : 8,
|
||||||
|
vertical: compact ? 2 : 3,
|
||||||
|
),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: accentColor.withValues(
|
||||||
|
alpha: 0.10,
|
||||||
|
),
|
||||||
|
borderRadius: BorderRadius.circular(999),
|
||||||
|
),
|
||||||
|
child: Text(
|
||||||
|
'Public',
|
||||||
|
style: Theme.of(context)
|
||||||
|
.textTheme
|
||||||
|
.labelSmall
|
||||||
|
?.copyWith(
|
||||||
|
color: accentColor,
|
||||||
|
fontWeight: FontWeight.w800,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (activityLabel != null) ...[
|
||||||
|
SizedBox(width: compact ? 8 : 10),
|
||||||
|
Text(
|
||||||
|
activityLabel,
|
||||||
|
style: Theme.of(context).textTheme.labelSmall
|
||||||
|
?.copyWith(
|
||||||
|
color: colorScheme.onSurfaceVariant,
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
if (subtitle != null) ...[
|
||||||
Text(
|
SizedBox(height: compact ? 2 : 4),
|
||||||
subtitle,
|
subtitle,
|
||||||
maxLines: 1,
|
],
|
||||||
overflow: TextOverflow.ellipsis,
|
|
||||||
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
|
||||||
color: colorScheme.onSurfaceVariant,
|
|
||||||
fontFamily: contact.isChannel ? null : 'monospace',
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 10),
|
SizedBox(width: compact ? 8 : 10),
|
||||||
_buildTrailing(
|
_buildTrailing(
|
||||||
context,
|
context,
|
||||||
unreadCount: unreadCount,
|
unreadCount: unreadCount,
|
||||||
@@ -759,3 +1051,140 @@ class _RecipientSelectorSheetState extends State<RecipientSelectorSheet> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class _ChannelPreviewData {
|
||||||
|
final String? activityLabel;
|
||||||
|
final List<String> participantNames;
|
||||||
|
|
||||||
|
const _ChannelPreviewData({
|
||||||
|
this.activityLabel,
|
||||||
|
this.participantNames = const <String>[],
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ParticipantAvatarStack extends StatelessWidget {
|
||||||
|
final List<String> names;
|
||||||
|
final Contact? Function(String name) contactForName;
|
||||||
|
static const int _visibleCount = 4;
|
||||||
|
|
||||||
|
const _ParticipantAvatarStack({
|
||||||
|
super.key,
|
||||||
|
required this.names,
|
||||||
|
required this.contactForName,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final visibleNames = names.take(_visibleCount).toList();
|
||||||
|
final overflowCount = names.length - visibleNames.length;
|
||||||
|
const avatarSize = 20.0;
|
||||||
|
const spacing = 14.0;
|
||||||
|
final itemCount = visibleNames.length + (overflowCount > 0 ? 1 : 0);
|
||||||
|
final width = itemCount == 0 ? 0.0 : avatarSize + (itemCount - 1) * spacing;
|
||||||
|
|
||||||
|
return SizedBox(
|
||||||
|
width: width,
|
||||||
|
height: avatarSize,
|
||||||
|
child: Stack(
|
||||||
|
clipBehavior: Clip.none,
|
||||||
|
children: [
|
||||||
|
for (var i = 0; i < visibleNames.length; i++)
|
||||||
|
Positioned(
|
||||||
|
left: i * spacing,
|
||||||
|
top: 0,
|
||||||
|
child: _ParticipantAvatar(
|
||||||
|
name: visibleNames[i],
|
||||||
|
contact: contactForName(visibleNames[i]),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (overflowCount > 0)
|
||||||
|
Positioned(
|
||||||
|
left: visibleNames.length * spacing,
|
||||||
|
top: 0,
|
||||||
|
child: _ParticipantOverflowAvatar(count: overflowCount),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ParticipantOverflowAvatar extends StatelessWidget {
|
||||||
|
final int count;
|
||||||
|
|
||||||
|
const _ParticipantOverflowAvatar({required this.count});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
|
||||||
|
return Container(
|
||||||
|
width: 20,
|
||||||
|
height: 20,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.surfaceContainerHighest,
|
||||||
|
shape: BoxShape.circle,
|
||||||
|
border: Border.all(color: colorScheme.surface, width: 2),
|
||||||
|
),
|
||||||
|
alignment: Alignment.center,
|
||||||
|
child: Text(
|
||||||
|
'+$count',
|
||||||
|
style: Theme.of(context).textTheme.labelSmall?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
color: colorScheme.onSurface,
|
||||||
|
fontSize: 8,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _ParticipantAvatar extends StatelessWidget {
|
||||||
|
final String name;
|
||||||
|
final Contact? contact;
|
||||||
|
|
||||||
|
const _ParticipantAvatar({required this.name, required this.contact});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
if (contact != null) {
|
||||||
|
final surfaceColor = Theme.of(context).colorScheme.surface;
|
||||||
|
|
||||||
|
return SizedBox(
|
||||||
|
width: 20,
|
||||||
|
height: 20,
|
||||||
|
child: DecoratedBox(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
shape: BoxShape.circle,
|
||||||
|
border: Border.all(color: surfaceColor, width: 2),
|
||||||
|
),
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(2),
|
||||||
|
child: ClipOval(child: ContactAvatar(contact: contact!, radius: 6)),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final colorScheme = Theme.of(context).colorScheme;
|
||||||
|
|
||||||
|
return Container(
|
||||||
|
width: 20,
|
||||||
|
height: 20,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: colorScheme.tertiaryContainer,
|
||||||
|
shape: BoxShape.circle,
|
||||||
|
border: Border.all(color: colorScheme.surface, width: 2),
|
||||||
|
),
|
||||||
|
alignment: Alignment.center,
|
||||||
|
child: Text(
|
||||||
|
AvatarLabelHelper.buildLabel(name),
|
||||||
|
style: Theme.of(context).textTheme.labelSmall?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
color: colorScheme.onTertiaryContainer,
|
||||||
|
fontSize: 8,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
107
lib/widgets/settings/traffic_stats_reporting_section.dart
Normal file
107
lib/widgets/settings/traffic_stats_reporting_section.dart
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
|
import '../../services/traffic_stats_reporting_service.dart';
|
||||||
|
|
||||||
|
class TrafficStatsReportingSection extends StatelessWidget {
|
||||||
|
final TrafficStatsReportingService service;
|
||||||
|
|
||||||
|
const TrafficStatsReportingSection({super.key, required this.service});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
return Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.cloud_upload_outlined),
|
||||||
|
title: const Text('Anonymous RX stats reporting'),
|
||||||
|
subtitle: const Text(
|
||||||
|
'Upload RX live-traffic packet type and path mode totals to the fixed Cloudflare worker every 5 minutes.',
|
||||||
|
),
|
||||||
|
value: service.isEnabled,
|
||||||
|
onChanged: (value) async {
|
||||||
|
await service.setEnabled(value);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 0, 16, 16),
|
||||||
|
child: DecoratedBox(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
border: Border.all(
|
||||||
|
color: theme.colorScheme.outlineVariant.withValues(alpha: 0.5),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(12),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
'Upload status',
|
||||||
|
style: theme.textTheme.titleSmall,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
Text(
|
||||||
|
_statusText(service),
|
||||||
|
style: theme.textTheme.bodyMedium,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 6),
|
||||||
|
Text(
|
||||||
|
'Ingest URL: ${TrafficStatsReportingService.ingestUri}',
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
TextButton.icon(
|
||||||
|
onPressed: _openStatsDashboard,
|
||||||
|
icon: const Icon(Icons.open_in_new),
|
||||||
|
label: const Text('View public stats'),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
static Future<void> _openStatsDashboard() async {
|
||||||
|
final url = TrafficStatsReportingService.dashboardUri;
|
||||||
|
if (await canLaunchUrl(url)) {
|
||||||
|
await launchUrl(url, mode: LaunchMode.externalApplication);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static String _statusText(TrafficStatsReportingService service) {
|
||||||
|
final buffer = StringBuffer();
|
||||||
|
buffer.write('Pending uploads: ${service.pendingUploadCount}');
|
||||||
|
if (service.lastSuccessAt != null) {
|
||||||
|
buffer.write(
|
||||||
|
'\nLast sent: ${_formatDateTime(service.lastSuccessAt!.toLocal())}',
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
buffer.write('\nLast sent: Never');
|
||||||
|
}
|
||||||
|
if (service.lastError != null && service.lastError!.isNotEmpty) {
|
||||||
|
buffer.write('\nLast error: ${service.lastError}');
|
||||||
|
} else {
|
||||||
|
buffer.write('\nLast error: None');
|
||||||
|
}
|
||||||
|
return buffer.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
static String _formatDateTime(DateTime value) {
|
||||||
|
final month = value.month.toString().padLeft(2, '0');
|
||||||
|
final day = value.day.toString().padLeft(2, '0');
|
||||||
|
final hour = value.hour.toString().padLeft(2, '0');
|
||||||
|
final minute = value.minute.toString().padLeft(2, '0');
|
||||||
|
final second = value.second.toString().padLeft(2, '0');
|
||||||
|
return '${value.year}-$month-$day $hour:$minute:$second';
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -827,8 +827,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: main
|
ref: "0bb339f684f709cf5b9d40c07827cc62beb18a4d"
|
||||||
resolved-ref: "3dbc82170583f616b590e5204a307a02f2b8833d"
|
resolved-ref: "0bb339f684f709cf5b9d40c07827cc62beb18a4d"
|
||||||
url: "https://github.com/dz0ny/meshcore_client.git"
|
url: "https://github.com/dz0ny/meshcore_client.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 2026.0321.1+37
|
version: 2026.0405.1+47
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.9.2
|
sdk: ^3.9.2
|
||||||
@@ -44,7 +44,7 @@ dependencies:
|
|||||||
meshcore_client:
|
meshcore_client:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/dz0ny/meshcore_client.git
|
url: https://github.com/dz0ny/meshcore_client.git
|
||||||
ref: main
|
ref: 0bb339f684f709cf5b9d40c07827cc62beb18a4d
|
||||||
|
|
||||||
# Codec2 ultra-low-bitrate speech codec (FFI plugin)
|
# Codec2 ultra-low-bitrate speech codec (FFI plugin)
|
||||||
codec2_flutter:
|
codec2_flutter:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import 'dart:typed_data';
|
import 'dart:typed_data';
|
||||||
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:meshcore_sar_app/models/channel.dart';
|
||||||
import 'package:meshcore_sar_app/providers/channels_provider.dart';
|
import 'package:meshcore_sar_app/providers/channels_provider.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
@@ -22,4 +23,38 @@ void main() {
|
|||||||
expect(provider.selectedChannel, isNull);
|
expect(provider.selectedChannel, isNull);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
group('ChannelsProvider mesh hash lookup', () {
|
||||||
|
test('resolves a unique channel display name by hash byte', () {
|
||||||
|
final provider = ChannelsProvider();
|
||||||
|
final channel = Channel.create(index: 3, name: '#ops');
|
||||||
|
|
||||||
|
provider.addOrUpdateChannelObject(channel);
|
||||||
|
|
||||||
|
expect(
|
||||||
|
provider.getUniqueChannelDisplayNameByHashByte(channel.hashByte),
|
||||||
|
'#ops',
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('does not resolve ambiguous hash matches', () {
|
||||||
|
final provider = ChannelsProvider();
|
||||||
|
final secret = Uint8List.fromList(List<int>.filled(16, 7));
|
||||||
|
final firstChannel = Channel.create(
|
||||||
|
index: 1,
|
||||||
|
name: 'Ops 1',
|
||||||
|
explicitSecret: secret,
|
||||||
|
);
|
||||||
|
|
||||||
|
provider.addOrUpdateChannelObject(firstChannel);
|
||||||
|
provider.addOrUpdateChannelObject(
|
||||||
|
Channel.create(index: 2, name: 'Ops 2', explicitSecret: secret),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(
|
||||||
|
provider.getUniqueChannelDisplayNameByHashByte(firstChannel.hashByte),
|
||||||
|
isNull,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -781,6 +781,19 @@ void main() {
|
|||||||
expect(updated.advLat, equals((44.123456 * 1e6).round()));
|
expect(updated.advLat, equals((44.123456 * 1e6).round()));
|
||||||
expect(updated.advLon, equals((13.654321 * 1e6).round()));
|
expect(updated.advLon, equals((13.654321 * 1e6).round()));
|
||||||
expect(updated.lastAdvert, equals(1700001234));
|
expect(updated.lastAdvert, equals(1700001234));
|
||||||
|
expect(updated.lastMod, equals(1700001234));
|
||||||
|
expect(
|
||||||
|
provider.estimatedLocationFor(updated.publicKeyHex),
|
||||||
|
isNotNull,
|
||||||
|
);
|
||||||
|
expect(
|
||||||
|
provider.estimatedLocationFor(updated.publicKeyHex)!.latitude,
|
||||||
|
closeTo(44.123456, 0.000001),
|
||||||
|
);
|
||||||
|
expect(
|
||||||
|
provider.estimatedLocationFor(updated.publicKeyHex)!.longitude,
|
||||||
|
closeTo(13.654321, 0.000001),
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('ignores unknown sender prefix safely', () {
|
test('ignores unknown sender prefix safely', () {
|
||||||
@@ -880,7 +893,7 @@ void main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test(
|
test(
|
||||||
'clears runtime contacts before sync without erasing persisted contacts or saved groups',
|
'keeps runtime contacts visible during sync without erasing persisted contacts or saved groups',
|
||||||
() async {
|
() async {
|
||||||
final key = createPublicKey(140);
|
final key = createPublicKey(140);
|
||||||
final pendingKey = createPublicKey(180);
|
final pendingKey = createPublicKey(180);
|
||||||
@@ -893,8 +906,11 @@ void main() {
|
|||||||
|
|
||||||
await provider.prepareForDeviceContactSync();
|
await provider.prepareForDeviceContactSync();
|
||||||
|
|
||||||
expect(provider.chatContacts, isEmpty);
|
expect(
|
||||||
expect(provider.pendingAdverts, isEmpty);
|
provider.chatContacts.map((contact) => contact.advName),
|
||||||
|
contains('Synced Later'),
|
||||||
|
);
|
||||||
|
expect(provider.pendingAdverts, hasLength(1));
|
||||||
expect(provider.savedGroupsForSection('teamMembers'), hasLength(1));
|
expect(provider.savedGroupsForSection('teamMembers'), hasLength(1));
|
||||||
|
|
||||||
final restored = ContactsProvider();
|
final restored = ContactsProvider();
|
||||||
@@ -907,6 +923,56 @@ void main() {
|
|||||||
expect(restored.savedGroupsForSection('teamMembers'), hasLength(1));
|
expect(restored.savedGroupsForSection('teamMembers'), hasLength(1));
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
test(
|
||||||
|
'retains cached telemetry when sync re-adds a contact without telemetry',
|
||||||
|
() async {
|
||||||
|
final key = createPublicKey(141);
|
||||||
|
final contact = createContact(
|
||||||
|
key: key,
|
||||||
|
type: ContactType.sensor,
|
||||||
|
name: 'Sparse Sync Sensor',
|
||||||
|
).copyWith(
|
||||||
|
telemetry: ContactTelemetry(
|
||||||
|
temperature: 18.5,
|
||||||
|
humidity: 64.0,
|
||||||
|
timestamp: DateTime(2026, 3, 22, 8, 30),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
provider.addOrUpdateContact(contact);
|
||||||
|
await provider.prepareForDeviceContactSync();
|
||||||
|
|
||||||
|
provider.addOrUpdateContact(
|
||||||
|
createContact(
|
||||||
|
key: key,
|
||||||
|
type: ContactType.sensor,
|
||||||
|
name: 'Sparse Sync Sensor',
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final restored = provider.findContactByKey(key);
|
||||||
|
expect(restored, isNotNull);
|
||||||
|
expect(restored!.telemetry, isNotNull);
|
||||||
|
expect(restored.telemetry!.temperature, closeTo(18.5, 0.01));
|
||||||
|
expect(restored.telemetry!.humidity, closeTo(64.0, 0.01));
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
test('keeps self telemetry cached across reconnect for the same device', () async {
|
||||||
|
final selfKey = createPublicKey(200);
|
||||||
|
|
||||||
|
await provider.initialize(devicePublicKey: selfKey);
|
||||||
|
provider.updateTelemetry(
|
||||||
|
selfKey.sublist(0, 6),
|
||||||
|
CayenneLppParser.createTemperatureData(23.5, channel: 1),
|
||||||
|
);
|
||||||
|
|
||||||
|
await provider.prepareForDeviceContactSync(devicePublicKey: selfKey);
|
||||||
|
|
||||||
|
expect(provider.selfTelemetry, isNotNull);
|
||||||
|
expect(provider.selfTelemetry!.temperature, closeTo(23.5, 0.1));
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
group('ContactsProvider self telemetry', () {
|
group('ContactsProvider self telemetry', () {
|
||||||
@@ -935,6 +1001,24 @@ void main() {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('stores raw telemetry hex in metadata for verification', () async {
|
||||||
|
SharedPreferences.setMockInitialValues({});
|
||||||
|
final provider = ContactsProvider();
|
||||||
|
final telemetryKey = createPublicKey(150);
|
||||||
|
final contact = createContact(
|
||||||
|
key: telemetryKey,
|
||||||
|
type: ContactType.chat,
|
||||||
|
name: 'Telemetry Node',
|
||||||
|
);
|
||||||
|
provider.addOrUpdateContact(contact);
|
||||||
|
|
||||||
|
final payload = Uint8List.fromList(<int>[0x01, 0x67, 0x00, 0xEB]);
|
||||||
|
provider.updateTelemetry(telemetryKey.sublist(0, 6), payload);
|
||||||
|
|
||||||
|
final updated = provider.findContactByKey(telemetryKey)!;
|
||||||
|
expect(updated.telemetry?.extraSensorData?['__raw_lpp_hex'], '01 67 00 eb');
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
String publicKeyHex(Uint8List publicKey) {
|
String publicKeyHex(Uint8List publicKey) {
|
||||||
|
|||||||
@@ -10,13 +10,16 @@ import 'package:meshcore_sar_app/providers/helpers/message_retry_manager.dart';
|
|||||||
import 'package:meshcore_sar_app/providers/messages_provider.dart';
|
import 'package:meshcore_sar_app/providers/messages_provider.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
Contact _buildContact() {
|
Contact _buildContact({
|
||||||
|
int outPathLen = 1,
|
||||||
|
List<int> outPath = const [1, 2, 3, 4],
|
||||||
|
}) {
|
||||||
return Contact(
|
return Contact(
|
||||||
publicKey: Uint8List.fromList(List<int>.generate(32, (i) => i)),
|
publicKey: Uint8List.fromList(List<int>.generate(32, (i) => i)),
|
||||||
type: ContactType.chat,
|
type: ContactType.chat,
|
||||||
flags: 0,
|
flags: 0,
|
||||||
outPathLen: 1,
|
outPathLen: outPathLen,
|
||||||
outPath: Uint8List.fromList([1, 2, 3, 4]),
|
outPath: Uint8List.fromList(outPath),
|
||||||
advName: 'Teammate',
|
advName: 'Teammate',
|
||||||
lastAdvert: 1700000000,
|
lastAdvert: 1700000000,
|
||||||
advLat: 0,
|
advLat: 0,
|
||||||
@@ -162,6 +165,42 @@ void main() {
|
|||||||
expect(provider.messages.single.roundTripTimeMs, 190);
|
expect(provider.messages.single.roundTripTimeMs, 190);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('delivered flood message upgrades to learned direct route from ACK path', () {
|
||||||
|
final provider = MessagesProvider();
|
||||||
|
final contactWithoutRoute = _buildContact(outPathLen: -1, outPath: []);
|
||||||
|
provider.addSentMessage(
|
||||||
|
_buildDirectMessage('m1d'),
|
||||||
|
contact: contactWithoutRoute,
|
||||||
|
);
|
||||||
|
provider.updateMessageRouteSelection(
|
||||||
|
'm1d',
|
||||||
|
PathSelection.flood(),
|
||||||
|
routerFallbackAttempted: false,
|
||||||
|
);
|
||||||
|
|
||||||
|
provider.markMessageSent('m1d', 80, 250);
|
||||||
|
provider.markMessageDelivered(80, 200);
|
||||||
|
provider.queueDeliveredMessageRouteRefresh('m1d', contactWithoutRoute);
|
||||||
|
|
||||||
|
final applied = provider.applyDeliveredMessageRouteFromContact(
|
||||||
|
_buildContact(outPathLen: 2, outPath: const [0xAA, 0xBB]),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(applied, isTrue);
|
||||||
|
expect(provider.messages.single.deliveryStatus, MessageDeliveryStatus.delivered);
|
||||||
|
expect(provider.messages.single.usedFloodFallback, isFalse);
|
||||||
|
expect(provider.messages.single.pathLen, 2);
|
||||||
|
expect(
|
||||||
|
provider.getMessageRouteMetadata('m1d')?.mode,
|
||||||
|
PathSelectionMode.directCurrent,
|
||||||
|
);
|
||||||
|
expect(
|
||||||
|
provider.getMessageRouteMetadata('m1d')?.canonicalPath,
|
||||||
|
'AA,BB',
|
||||||
|
);
|
||||||
|
expect(provider.getMessageRouteMetadata('m1d')?.hopCount, 2);
|
||||||
|
});
|
||||||
|
|
||||||
test('channel messages are marked sent immediately', () {
|
test('channel messages are marked sent immediately', () {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
||||||
@@ -214,7 +253,7 @@ void main() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test('channel warning clears when replay is deduped into sent bubble', () {
|
test('channel warning clears when replay arrives after send', () {
|
||||||
fakeAsync((async) {
|
fakeAsync((async) {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
||||||
@@ -240,10 +279,11 @@ void main() {
|
|||||||
|
|
||||||
expect(provider.hasChannelSendWarning('c-warn-replay'), isFalse);
|
expect(provider.hasChannelSendWarning('c-warn-replay'), isFalse);
|
||||||
expect(provider.messages, hasLength(1));
|
expect(provider.messages, hasLength(1));
|
||||||
|
expect(provider.messages.single.id, equals('c-warn-replay'));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test('channel replay is deduped for self sender within repeat window', () {
|
test('channel replay merges into sent message for self sender within repeat window', () {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
||||||
provider.addSentMessage(
|
provider.addSentMessage(
|
||||||
@@ -261,7 +301,7 @@ void main() {
|
|||||||
|
|
||||||
expect(provider.messages, hasLength(1));
|
expect(provider.messages, hasLength(1));
|
||||||
expect(provider.messages.single.id, equals('c-echo'));
|
expect(provider.messages.single.id, equals('c-echo'));
|
||||||
expect(provider.messages.single.senderName, equals('dz0ny (SI)'));
|
expect(provider.messages.single.pathLen, equals(1));
|
||||||
});
|
});
|
||||||
|
|
||||||
test(
|
test(
|
||||||
@@ -308,7 +348,7 @@ void main() {
|
|||||||
expect(provider.messages, hasLength(2));
|
expect(provider.messages, hasLength(2));
|
||||||
});
|
});
|
||||||
|
|
||||||
test('channel replay can dedupe using lazily resolved self name', () {
|
test('channel replay merges using lazily resolved self name', () {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
provider.addSentMessage(
|
provider.addSentMessage(
|
||||||
_buildSentChannelMessage(id: 'c-lazy', senderTimestamp: 1700000400),
|
_buildSentChannelMessage(id: 'c-lazy', senderTimestamp: 1700000400),
|
||||||
@@ -328,7 +368,7 @@ void main() {
|
|||||||
expect(provider.messages.single.id, equals('c-lazy'));
|
expect(provider.messages.single.id, equals('c-lazy'));
|
||||||
});
|
});
|
||||||
|
|
||||||
test('channel replay dedupes meshcore-prefixed self sender name', () {
|
test('channel replay merges for meshcore-prefixed self sender name', () {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
provider.resolveContactNameCallback = (_) => 'MeshCore-dz0ny (SI)';
|
provider.resolveContactNameCallback = (_) => 'MeshCore-dz0ny (SI)';
|
||||||
provider.addSentMessage(
|
provider.addSentMessage(
|
||||||
@@ -422,6 +462,133 @@ void main() {
|
|||||||
expect(provider.messages.single.id, equals('handle-1'));
|
expect(provider.messages.single.id, equals('handle-1'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('channel duplicates only dedupe against the latest channel message', () {
|
||||||
|
final provider = MessagesProvider();
|
||||||
|
final sender = Uint8List.fromList([9, 8, 7, 6, 5, 4]);
|
||||||
|
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'channel-first',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 2,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000820,
|
||||||
|
text: 'same payload',
|
||||||
|
senderName: 'Radio Alpha',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
senderPublicKeyPrefix: sender,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'channel-middle',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 2,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000825,
|
||||||
|
text: 'different payload',
|
||||||
|
senderName: 'Radio Bravo',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
senderPublicKeyPrefix: Uint8List.fromList([1, 2, 3, 4, 5, 6]),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'channel-repeat',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 2,
|
||||||
|
pathLen: 2,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000830,
|
||||||
|
text: 'same payload',
|
||||||
|
senderName: 'Radio Alpha',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
senderPublicKeyPrefix: sender,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(provider.messages, hasLength(3));
|
||||||
|
expect(provider.messages.last.id, equals('channel-repeat'));
|
||||||
|
});
|
||||||
|
|
||||||
|
test('adjacent channel duplicates still dedupe within 5 seconds', () {
|
||||||
|
final provider = MessagesProvider();
|
||||||
|
final sender = Uint8List.fromList([4, 5, 6, 7, 8, 9]);
|
||||||
|
final baseTime = DateTime.fromMillisecondsSinceEpoch(1700000840000);
|
||||||
|
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'adjacent-1',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 3,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000840,
|
||||||
|
text: 'same payload',
|
||||||
|
senderName: 'Radio Charlie',
|
||||||
|
receivedAt: baseTime,
|
||||||
|
senderPublicKeyPrefix: sender,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'adjacent-2',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 3,
|
||||||
|
pathLen: 2,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000845,
|
||||||
|
text: 'same payload',
|
||||||
|
senderName: 'Radio Charlie',
|
||||||
|
receivedAt: baseTime.add(const Duration(seconds: 4)),
|
||||||
|
senderPublicKeyPrefix: sender,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(provider.messages, hasLength(1));
|
||||||
|
expect(provider.messages.single.id, equals('adjacent-1'));
|
||||||
|
});
|
||||||
|
|
||||||
|
test('channel duplicates outside 5 second window are kept', () {
|
||||||
|
final provider = MessagesProvider();
|
||||||
|
final sender = Uint8List.fromList([6, 7, 8, 9, 0, 1]);
|
||||||
|
final baseTime = DateTime.fromMillisecondsSinceEpoch(1700000850000);
|
||||||
|
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'window-1',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 4,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000850,
|
||||||
|
text: 'same payload',
|
||||||
|
senderName: 'Radio Delta',
|
||||||
|
receivedAt: baseTime,
|
||||||
|
senderPublicKeyPrefix: sender,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
provider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'window-2',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
channelIdx: 4,
|
||||||
|
pathLen: 2,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000855,
|
||||||
|
text: 'same payload',
|
||||||
|
senderName: 'Radio Delta',
|
||||||
|
receivedAt: baseTime.add(const Duration(seconds: 6)),
|
||||||
|
senderPublicKeyPrefix: sender,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(provider.messages, hasLength(2));
|
||||||
|
expect(provider.messages.last.id, equals('window-2'));
|
||||||
|
});
|
||||||
|
|
||||||
test('display list collapses stored duplicates and sums copy counts', () {
|
test('display list collapses stored duplicates and sums copy counts', () {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
final sender = Uint8List.fromList([5, 4, 3, 2, 1, 0]);
|
final sender = Uint8List.fromList([5, 4, 3, 2, 1, 0]);
|
||||||
@@ -462,6 +629,30 @@ void main() {
|
|||||||
expect(display.single.occurrenceCount, equals(2));
|
expect(display.single.occurrenceCount, equals(2));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('display list keeps a single sent message for self replay', () {
|
||||||
|
final provider = MessagesProvider();
|
||||||
|
provider.resolveContactNameCallback = (_) => 'dz0ny (SI)';
|
||||||
|
provider.addSentMessage(
|
||||||
|
_buildSentChannelMessage(id: 'display-sent', senderTimestamp: 1700000900),
|
||||||
|
);
|
||||||
|
provider.markMessageSent('display-sent', 0, 0);
|
||||||
|
|
||||||
|
provider.addMessage(
|
||||||
|
_buildReceivedChannelReplay(
|
||||||
|
id: 'display-received',
|
||||||
|
senderTimestamp: 1700000901,
|
||||||
|
senderName: 'dz0ny (SI)',
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final display = provider.buildDisplayMessages(
|
||||||
|
provider.getRecentMessages(),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(display, hasLength(1));
|
||||||
|
expect(display.single.message.id, equals('display-sent'));
|
||||||
|
});
|
||||||
|
|
||||||
test('missing ACK schedules a delayed retransmission', () {
|
test('missing ACK schedules a delayed retransmission', () {
|
||||||
fakeAsync((async) {
|
fakeAsync((async) {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
import 'dart:typed_data';
|
import 'dart:typed_data';
|
||||||
|
import 'package:geolocator/geolocator.dart';
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:meshcore_sar_app/models/contact.dart';
|
import 'package:meshcore_sar_app/models/contact.dart';
|
||||||
import 'package:meshcore_sar_app/models/message.dart';
|
import 'package:meshcore_sar_app/models/message.dart';
|
||||||
import 'package:meshcore_sar_app/models/message_contact_location.dart';
|
import 'package:meshcore_sar_app/models/message_contact_location.dart';
|
||||||
import 'package:meshcore_sar_app/providers/messages_provider.dart';
|
import 'package:meshcore_sar_app/providers/messages_provider.dart';
|
||||||
|
import 'package:meshcore_sar_app/services/location_tracking_service.dart';
|
||||||
import 'package:meshcore_sar_app/utils/image_message_parser.dart';
|
import 'package:meshcore_sar_app/utils/image_message_parser.dart';
|
||||||
import 'package:meshcore_sar_app/utils/voice_message_parser.dart';
|
import 'package:meshcore_sar_app/utils/voice_message_parser.dart';
|
||||||
import 'package:latlong2/latlong.dart';
|
import 'package:latlong2/latlong.dart';
|
||||||
@@ -39,6 +41,7 @@ void main() {
|
|||||||
group('MessagesProvider voice detection', () {
|
group('MessagesProvider voice detection', () {
|
||||||
setUp(() {
|
setUp(() {
|
||||||
SharedPreferences.setMockInitialValues({});
|
SharedPreferences.setMockInitialValues({});
|
||||||
|
LocationTrackingService().currentPosition = null;
|
||||||
});
|
});
|
||||||
|
|
||||||
test('marks VE3 envelope messages as voice', () {
|
test('marks VE3 envelope messages as voice', () {
|
||||||
@@ -131,6 +134,50 @@ void main() {
|
|||||||
expect(snapshot.location.longitude, closeTo(14.5058, 0.000001));
|
expect(snapshot.location.longitude, closeTo(14.5058, 0.000001));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('persists current device location for sent messages', () async {
|
||||||
|
final provider = MessagesProvider();
|
||||||
|
LocationTrackingService().currentPosition = Position(
|
||||||
|
latitude: 46.0569,
|
||||||
|
longitude: 14.5058,
|
||||||
|
timestamp: DateTime.fromMillisecondsSinceEpoch(1700000003000),
|
||||||
|
accuracy: 4.5,
|
||||||
|
altitude: 310.0,
|
||||||
|
altitudeAccuracy: 6.0,
|
||||||
|
heading: 0.0,
|
||||||
|
headingAccuracy: 0.0,
|
||||||
|
speed: 0.0,
|
||||||
|
speedAccuracy: 0.0,
|
||||||
|
);
|
||||||
|
|
||||||
|
provider.addSentMessage(
|
||||||
|
Message(
|
||||||
|
id: 'sent-1',
|
||||||
|
messageType: MessageType.contact,
|
||||||
|
pathLen: 0,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000003,
|
||||||
|
text: 'outgoing status',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
senderPublicKeyPrefix: Uint8List.fromList([0, 1, 2, 3, 4, 5]),
|
||||||
|
deliveryStatus: MessageDeliveryStatus.sending,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
await Future<void>.delayed(const Duration(milliseconds: 50));
|
||||||
|
|
||||||
|
final restoredProvider = MessagesProvider();
|
||||||
|
await restoredProvider.initialize();
|
||||||
|
final snapshot = restoredProvider.getMessageContactLocation('sent-1');
|
||||||
|
|
||||||
|
expect(snapshot, isNotNull);
|
||||||
|
expect(snapshot!.source, equals('gps'));
|
||||||
|
expect(snapshot.location.latitude, closeTo(46.0569, 0.000001));
|
||||||
|
expect(snapshot.location.longitude, closeTo(14.5058, 0.000001));
|
||||||
|
expect(
|
||||||
|
snapshot.sourceTimestamp,
|
||||||
|
DateTime.fromMillisecondsSinceEpoch(1700000003000),
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
test('dedupes repeated incoming contact messages with same text', () {
|
test('dedupes repeated incoming contact messages with same text', () {
|
||||||
final provider = MessagesProvider();
|
final provider = MessagesProvider();
|
||||||
final sender = Uint8List.fromList([0, 1, 2, 3, 4, 5]);
|
final sender = Uint8List.fromList([0, 1, 2, 3, 4, 5]);
|
||||||
|
|||||||
@@ -356,6 +356,50 @@ void main() {
|
|||||||
expect(connectionProvider.pingCalls, 2);
|
expect(connectionProvider.pingCalls, 2);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('refreshDueSensors refreshes self every 30 seconds', () async {
|
||||||
|
SharedPreferences.setMockInitialValues({});
|
||||||
|
final selfKey = Uint8List(32)..[0] = 0x66;
|
||||||
|
final contactsProvider = ContactsProvider();
|
||||||
|
await contactsProvider.initialize(devicePublicKey: selfKey);
|
||||||
|
final connectionProvider = _FakeConnectionProvider(
|
||||||
|
isConnected: true,
|
||||||
|
publicKey: selfKey,
|
||||||
|
selfName: 'My Device',
|
||||||
|
);
|
||||||
|
final start = DateTime(2026, 3, 22, 9, 0);
|
||||||
|
|
||||||
|
final provider = SensorsProvider();
|
||||||
|
await waitUntilLoaded(provider);
|
||||||
|
|
||||||
|
await provider.refreshDueSensors(
|
||||||
|
now: start,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
expect(connectionProvider.pingCalls, 1);
|
||||||
|
|
||||||
|
await provider.refreshDueSensors(
|
||||||
|
now: start.add(const Duration(seconds: 30)),
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
expect(connectionProvider.pingCalls, 2);
|
||||||
|
|
||||||
|
await provider.refreshDueSensors(
|
||||||
|
now: start.add(const Duration(seconds: 59)),
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
expect(connectionProvider.pingCalls, 2);
|
||||||
|
|
||||||
|
await provider.refreshDueSensors(
|
||||||
|
now: start.add(const Duration(minutes: 1)),
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
expect(connectionProvider.pingCalls, 3);
|
||||||
|
});
|
||||||
|
|
||||||
test(
|
test(
|
||||||
'addSensor includes available extra telemetry fields by default',
|
'addSensor includes available extra telemetry fields by default',
|
||||||
() async {
|
() async {
|
||||||
@@ -411,4 +455,32 @@ void main() {
|
|||||||
expect(selfContact!.telemetry, isNotNull);
|
expect(selfContact!.telemetry, isNotNull);
|
||||||
expect(selfContact.telemetry!.temperature, closeTo(19.5, 0.1));
|
expect(selfContact.telemetry!.temperature, closeTo(19.5, 0.1));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test(
|
||||||
|
'displaySelfKey still returns self when watched sensors exist',
|
||||||
|
() async {
|
||||||
|
SharedPreferences.setMockInitialValues({});
|
||||||
|
final selfKey = Uint8List(32)..[0] = 0x66;
|
||||||
|
final sensor = buildSensorContact(firstByte: 0x44, name: 'Weather');
|
||||||
|
final contactsProvider = ContactsProvider();
|
||||||
|
await contactsProvider.initialize(devicePublicKey: selfKey);
|
||||||
|
|
||||||
|
final connectionProvider = _FakeConnectionProvider(
|
||||||
|
isConnected: true,
|
||||||
|
publicKey: selfKey,
|
||||||
|
selfName: 'My Device',
|
||||||
|
);
|
||||||
|
final provider = SensorsProvider();
|
||||||
|
await waitUntilLoaded(provider);
|
||||||
|
await provider.addSensor(sensor);
|
||||||
|
|
||||||
|
expect(
|
||||||
|
provider.displaySelfKey(
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
),
|
||||||
|
selfKey.map((b) => b.toRadixString(16).padLeft(2, '0')).join(),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
206
test/screens/discovery_screen_test.dart
Normal file
206
test/screens/discovery_screen_test.dart
Normal file
@@ -0,0 +1,206 @@
|
|||||||
|
import 'dart:typed_data';
|
||||||
|
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:meshcore_sar_app/l10n/app_localizations.dart';
|
||||||
|
import 'package:meshcore_sar_app/models/device_info.dart' as device_info;
|
||||||
|
import 'package:meshcore_sar_app/providers/connection_provider.dart';
|
||||||
|
import 'package:meshcore_sar_app/providers/contacts_provider.dart';
|
||||||
|
import 'package:meshcore_sar_app/screens/discovery_screen.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
|
class _FakeConnectionProvider extends ConnectionProvider {
|
||||||
|
_FakeConnectionProvider({required bool isConnected})
|
||||||
|
: _isConnected = isConnected;
|
||||||
|
|
||||||
|
final bool _isConnected;
|
||||||
|
final List<int> discoveredAdvertTypes = <int>[];
|
||||||
|
|
||||||
|
@override
|
||||||
|
device_info.DeviceInfo get deviceInfo => device_info.DeviceInfo(
|
||||||
|
connectionState: _isConnected
|
||||||
|
? device_info.ConnectionState.connected
|
||||||
|
: device_info.ConnectionState.disconnected,
|
||||||
|
);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> discoverNodeType({
|
||||||
|
required int advertType,
|
||||||
|
bool prefixOnly = false,
|
||||||
|
int since = 0,
|
||||||
|
}) async {
|
||||||
|
discoveredAdvertTypes.add(advertType);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _pumpDiscoveryScreen(
|
||||||
|
WidgetTester tester, {
|
||||||
|
ContactsProvider? contactsProvider,
|
||||||
|
ConnectionProvider? connectionProvider,
|
||||||
|
DiscoveryScreen screen = const DiscoveryScreen(),
|
||||||
|
}) async {
|
||||||
|
final resolvedContactsProvider = contactsProvider ?? ContactsProvider();
|
||||||
|
final resolvedConnectionProvider =
|
||||||
|
connectionProvider ?? _FakeConnectionProvider(isConnected: true);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
MultiProvider(
|
||||||
|
providers: [
|
||||||
|
ChangeNotifierProvider<ContactsProvider>.value(
|
||||||
|
value: resolvedContactsProvider,
|
||||||
|
),
|
||||||
|
ChangeNotifierProvider<ConnectionProvider>.value(
|
||||||
|
value: resolvedConnectionProvider,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
child: MaterialApp(
|
||||||
|
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||||
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
|
home: screen,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
}
|
||||||
|
|
||||||
|
Uint8List _publicKey(int seed) {
|
||||||
|
final bytes = Uint8List(32);
|
||||||
|
bytes[0] = seed;
|
||||||
|
bytes[1] = seed + 1;
|
||||||
|
bytes[2] = seed + 2;
|
||||||
|
return bytes;
|
||||||
|
}
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
setUp(() {
|
||||||
|
SharedPreferences.setMockInitialValues({});
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets(
|
||||||
|
'discovery actions are shown in the summary card instead of overflow menu',
|
||||||
|
(tester) async {
|
||||||
|
tester.view.physicalSize = const Size(375, 812);
|
||||||
|
tester.view.devicePixelRatio = 1;
|
||||||
|
addTearDown(tester.view.reset);
|
||||||
|
|
||||||
|
final connectionProvider = _FakeConnectionProvider(isConnected: true);
|
||||||
|
|
||||||
|
await _pumpDiscoveryScreen(
|
||||||
|
tester,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(tester.takeException(), isNull);
|
||||||
|
expect(find.text('Discover repeaters'), findsOneWidget);
|
||||||
|
expect(find.text('Discover sensors'), findsOneWidget);
|
||||||
|
expect(find.text('Resolve all'), findsOneWidget);
|
||||||
|
expect(find.text('Clear all'), findsOneWidget);
|
||||||
|
expect(find.text('Search discovered nodes'), findsNothing);
|
||||||
|
expect(find.byIcon(Icons.more_vert), findsNothing);
|
||||||
|
expect(
|
||||||
|
find.text(
|
||||||
|
'Use the discovery actions above to find repeaters and sensors on the mesh.',
|
||||||
|
),
|
||||||
|
findsOneWidget,
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.tap(find.text('Discover repeaters'));
|
||||||
|
await tester.pump();
|
||||||
|
|
||||||
|
expect(connectionProvider.discoveredAdvertTypes, [2]);
|
||||||
|
expect(find.text('Repeater discovery sent'), findsOneWidget);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
testWidgets('auto discovery can trigger repeater discovery on open', (
|
||||||
|
tester,
|
||||||
|
) async {
|
||||||
|
final connectionProvider = _FakeConnectionProvider(isConnected: true);
|
||||||
|
|
||||||
|
await _pumpDiscoveryScreen(
|
||||||
|
tester,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
screen: const DiscoveryScreen(autoDiscoverRepeatersOnOpen: true),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(connectionProvider.discoveredAdvertTypes, [2]);
|
||||||
|
expect(find.text('Repeater discovery sent'), findsOneWidget);
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('search and inline type filters narrow discovered nodes', (
|
||||||
|
tester,
|
||||||
|
) async {
|
||||||
|
tester.view.physicalSize = const Size(390, 1400);
|
||||||
|
tester.view.devicePixelRatio = 1;
|
||||||
|
addTearDown(tester.view.reset);
|
||||||
|
|
||||||
|
final contactsProvider = ContactsProvider()
|
||||||
|
..addOrUpdatePendingAdvertMetadata(
|
||||||
|
publicKey: _publicKey(0x10),
|
||||||
|
typeValue: 2,
|
||||||
|
advName: 'Relay Alpha',
|
||||||
|
)
|
||||||
|
..addOrUpdatePendingAdvertMetadata(
|
||||||
|
publicKey: _publicKey(0x20),
|
||||||
|
typeValue: 4,
|
||||||
|
advName: 'WX Station',
|
||||||
|
)
|
||||||
|
..addOrUpdatePendingAdvertMetadata(
|
||||||
|
publicKey: _publicKey(0x30),
|
||||||
|
typeValue: 3,
|
||||||
|
advName: 'Ops Room',
|
||||||
|
);
|
||||||
|
|
||||||
|
await _pumpDiscoveryScreen(
|
||||||
|
tester,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: _FakeConnectionProvider(isConnected: true),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(find.text('Search discovered nodes'), findsOneWidget);
|
||||||
|
expect(find.text('All'), findsOneWidget);
|
||||||
|
expect(find.text('Repeaters'), findsOneWidget);
|
||||||
|
expect(find.text('Sensors'), findsOneWidget);
|
||||||
|
expect(find.text('Others'), findsOneWidget);
|
||||||
|
|
||||||
|
expect(find.text('Relay Alpha'), findsOneWidget);
|
||||||
|
expect(find.text('WX Station'), findsOneWidget);
|
||||||
|
expect(find.text('Ops Room'), findsOneWidget);
|
||||||
|
|
||||||
|
await tester.tap(find.text('Sensors'));
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Relay Alpha'), findsNothing);
|
||||||
|
expect(find.text('WX Station'), findsOneWidget);
|
||||||
|
expect(find.text('Ops Room'), findsNothing);
|
||||||
|
expect(find.text('Discovered nodes (1/3)'), findsOneWidget);
|
||||||
|
|
||||||
|
await tester.tap(find.text('Others'));
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Relay Alpha'), findsNothing);
|
||||||
|
expect(find.text('WX Station'), findsNothing);
|
||||||
|
expect(find.text('Ops Room'), findsOneWidget);
|
||||||
|
|
||||||
|
await tester.enterText(find.byType(TextField), 'relay');
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('No matches'), findsOneWidget);
|
||||||
|
|
||||||
|
await tester.tap(find.text('All'));
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Relay Alpha'), findsOneWidget);
|
||||||
|
expect(find.text('Ops Room'), findsNothing);
|
||||||
|
|
||||||
|
await tester.enterText(find.byType(TextField), 'ops');
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Relay Alpha'), findsNothing);
|
||||||
|
expect(find.text('WX Station'), findsNothing);
|
||||||
|
expect(find.text('Ops Room'), findsOneWidget);
|
||||||
|
expect(find.text('Discovered nodes (1/3)'), findsOneWidget);
|
||||||
|
});
|
||||||
|
}
|
||||||
@@ -1,10 +1,12 @@
|
|||||||
import 'dart:typed_data';
|
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter/services.dart';
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:meshcore_sar_app/models/channel.dart';
|
||||||
import 'package:meshcore_sar_app/models/ble_packet_log.dart';
|
import 'package:meshcore_sar_app/models/ble_packet_log.dart';
|
||||||
import 'package:meshcore_sar_app/l10n/app_localizations.dart';
|
import 'package:meshcore_sar_app/l10n/app_localizations.dart';
|
||||||
|
import 'package:meshcore_sar_app/providers/channels_provider.dart';
|
||||||
import 'package:meshcore_sar_app/screens/live_traffic_screen.dart';
|
import 'package:meshcore_sar_app/screens/live_traffic_screen.dart';
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
BlePacketLog _log({
|
BlePacketLog _log({
|
||||||
required DateTime timestamp,
|
required DateTime timestamp,
|
||||||
@@ -51,15 +53,52 @@ List<int> _multiHopRaw({
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _testApp(Widget child) {
|
Widget _testApp(Widget child, {ChannelsProvider? channelsProvider}) {
|
||||||
return MaterialApp(
|
final app = MaterialApp(
|
||||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||||
supportedLocales: AppLocalizations.supportedLocales,
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
home: child,
|
home: child,
|
||||||
);
|
);
|
||||||
|
if (channelsProvider == null) {
|
||||||
|
return app;
|
||||||
|
}
|
||||||
|
return ChangeNotifierProvider.value(value: channelsProvider, child: app);
|
||||||
}
|
}
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
|
TestWidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
|
final launchedUrls = <String>[];
|
||||||
|
|
||||||
|
setUp(() {
|
||||||
|
launchedUrls.clear();
|
||||||
|
TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger
|
||||||
|
.setMockMethodCallHandler(
|
||||||
|
const MethodChannel('plugins.flutter.io/url_launcher'),
|
||||||
|
(call) async {
|
||||||
|
switch (call.method) {
|
||||||
|
case 'canLaunch':
|
||||||
|
return true;
|
||||||
|
case 'launch':
|
||||||
|
final arguments = Map<dynamic, dynamic>.from(
|
||||||
|
call.arguments as Map<dynamic, dynamic>,
|
||||||
|
);
|
||||||
|
launchedUrls.add(arguments['url'] as String);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
tearDown(() {
|
||||||
|
TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger
|
||||||
|
.setMockMethodCallHandler(
|
||||||
|
const MethodChannel('plugins.flutter.io/url_launcher'),
|
||||||
|
null,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
testWidgets('shows empty state before traffic arrives', (tester) async {
|
testWidgets('shows empty state before traffic arrives', (tester) async {
|
||||||
final logs = <BlePacketLog>[];
|
final logs = <BlePacketLog>[];
|
||||||
final refresh = ValueNotifier<int>(0);
|
final refresh = ValueNotifier<int>(0);
|
||||||
@@ -190,6 +229,103 @@ void main() {
|
|||||||
expect(find.textContaining('Size: 3 bytes'), findsOneWidget);
|
expect(find.textContaining('Size: 3 bytes'), findsOneWidget);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
testWidgets('shows known channel name for group traffic', (tester) async {
|
||||||
|
final logs = <BlePacketLog>[];
|
||||||
|
final refresh = ValueNotifier<int>(0);
|
||||||
|
final channel = Channel.create(index: 3, name: '#ops');
|
||||||
|
final channelsProvider = ChannelsProvider()
|
||||||
|
..initializePublicChannel()
|
||||||
|
..addOrUpdateChannelObject(channel);
|
||||||
|
final now = DateTime(2026, 3, 12, 12, 0, 0);
|
||||||
|
|
||||||
|
logs.add(
|
||||||
|
_log(
|
||||||
|
timestamp: now.subtract(const Duration(seconds: 4)),
|
||||||
|
direction: PacketDirection.rx,
|
||||||
|
rawData: [
|
||||||
|
..._multiHopRaw(hops: [0xC0, 0x10], payloadType: 0x05),
|
||||||
|
channel.hashByte,
|
||||||
|
],
|
||||||
|
responseCode: 0x88,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
_testApp(
|
||||||
|
LiveTrafficScreen(
|
||||||
|
logReader: () => logs,
|
||||||
|
refreshListenable: refresh,
|
||||||
|
now: () => now,
|
||||||
|
),
|
||||||
|
channelsProvider: channelsProvider,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(find.text('#ops'), findsOneWidget);
|
||||||
|
expect(find.text('Channel: #ops (${channel.hashHex})'), findsOneWidget);
|
||||||
|
expect(find.text('FLOOD GROUP_TEXT'), findsNothing);
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('shows packet type help sheet from the app bar', (tester) async {
|
||||||
|
final logs = <BlePacketLog>[];
|
||||||
|
final refresh = ValueNotifier<int>(0);
|
||||||
|
final now = DateTime(2026, 3, 12, 12, 0, 0);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
_testApp(
|
||||||
|
LiveTrafficScreen(
|
||||||
|
logReader: () => logs,
|
||||||
|
refreshListenable: refresh,
|
||||||
|
now: () => now,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.tap(find.byTooltip('Packet type help'));
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Packet Types'), findsOneWidget);
|
||||||
|
await tester.scrollUntilVisible(
|
||||||
|
find.text('FLOOD RETURNED_PATH'),
|
||||||
|
300,
|
||||||
|
scrollable: find.byType(Scrollable).last,
|
||||||
|
);
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
expect(find.text('FLOOD RETURNED_PATH'), findsOneWidget);
|
||||||
|
expect(
|
||||||
|
find.textContaining('stores that returned path as the peer\'s direct out-path'),
|
||||||
|
findsOneWidget,
|
||||||
|
);
|
||||||
|
await tester.scrollUntilVisible(
|
||||||
|
find.text('FLOOD CONTROL'),
|
||||||
|
300,
|
||||||
|
scrollable: find.byType(Scrollable).last,
|
||||||
|
);
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
expect(find.text('FLOOD CONTROL'), findsOneWidget);
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('opens public stats from the app bar', (tester) async {
|
||||||
|
final logs = <BlePacketLog>[];
|
||||||
|
final refresh = ValueNotifier<int>(0);
|
||||||
|
final now = DateTime(2026, 3, 12, 12, 0, 0);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
_testApp(
|
||||||
|
LiveTrafficScreen(
|
||||||
|
logReader: () => logs,
|
||||||
|
refreshListenable: refresh,
|
||||||
|
now: () => now,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.tap(find.byTooltip('View public stats'));
|
||||||
|
await tester.pump();
|
||||||
|
|
||||||
|
expect(launchedUrls, ['https://mcstats.dz0ny.dev']);
|
||||||
|
});
|
||||||
|
|
||||||
testWidgets('summary metrics expand across wide layouts', (tester) async {
|
testWidgets('summary metrics expand across wide layouts', (tester) async {
|
||||||
tester.view.physicalSize = const Size(1200, 900);
|
tester.view.physicalSize = const Size(1200, 900);
|
||||||
tester.view.devicePixelRatio = 1;
|
tester.view.devicePixelRatio = 1;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import 'package:meshcore_sar_app/providers/map_provider.dart';
|
|||||||
import 'package:meshcore_sar_app/providers/messages_provider.dart';
|
import 'package:meshcore_sar_app/providers/messages_provider.dart';
|
||||||
import 'package:meshcore_sar_app/providers/voice_provider.dart';
|
import 'package:meshcore_sar_app/providers/voice_provider.dart';
|
||||||
import 'package:meshcore_sar_app/screens/messages_tab.dart';
|
import 'package:meshcore_sar_app/screens/messages_tab.dart';
|
||||||
|
import 'package:meshcore_sar_app/services/message_destination_preferences.dart';
|
||||||
import 'package:meshcore_sar_app/services/voice_codec_service.dart';
|
import 'package:meshcore_sar_app/services/voice_codec_service.dart';
|
||||||
import 'package:meshcore_sar_app/services/voice_player_service.dart';
|
import 'package:meshcore_sar_app/services/voice_player_service.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
@@ -208,4 +209,227 @@ void main() {
|
|||||||
connectionProvider.dispose();
|
connectionProvider.dispose();
|
||||||
channelsProvider.dispose();
|
channelsProvider.dispose();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
testWidgets(
|
||||||
|
'locks messages tab to the configured channel and removes the selector affordance',
|
||||||
|
(tester) async {
|
||||||
|
final lockedChannel = buildContact(
|
||||||
|
name: '#ops',
|
||||||
|
type: ContactType.channel,
|
||||||
|
secondByte: 2,
|
||||||
|
);
|
||||||
|
SharedPreferences.setMockInitialValues({
|
||||||
|
'message_locked_destination_enabled': true,
|
||||||
|
'message_locked_destination_type':
|
||||||
|
MessageDestinationPreferences.destinationTypeChannel,
|
||||||
|
'message_locked_recipient_public_key': lockedChannel.publicKeyHex,
|
||||||
|
});
|
||||||
|
|
||||||
|
final connectionProvider = ConnectionProvider();
|
||||||
|
final contactsProvider = ContactsProvider();
|
||||||
|
final messagesProvider = MessagesProvider();
|
||||||
|
final mapProvider = MapProvider();
|
||||||
|
final drawingProvider = DrawingProvider();
|
||||||
|
await messagesProvider.initialize();
|
||||||
|
await drawingProvider.initialize();
|
||||||
|
final channelsProvider = ChannelsProvider()..initializePublicChannel();
|
||||||
|
final voiceProvider = VoiceProvider(
|
||||||
|
codec: VoiceCodecService(),
|
||||||
|
player: VoicePlayerService(),
|
||||||
|
);
|
||||||
|
final imageProvider = ip.ImageProvider();
|
||||||
|
final appProvider = AppProvider(
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
messagesProvider: messagesProvider,
|
||||||
|
drawingProvider: drawingProvider,
|
||||||
|
channelsProvider: channelsProvider,
|
||||||
|
voiceProvider: voiceProvider,
|
||||||
|
imageProvider: imageProvider,
|
||||||
|
);
|
||||||
|
|
||||||
|
contactsProvider.addContacts([lockedChannel]);
|
||||||
|
messagesProvider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'public-message',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000200,
|
||||||
|
text: 'Public chatter',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
channelIdx: 0,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
messagesProvider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'locked-message',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000201,
|
||||||
|
text: 'Ops chatter',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
channelIdx: 2,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
MultiProvider(
|
||||||
|
providers: [
|
||||||
|
ChangeNotifierProvider.value(value: connectionProvider),
|
||||||
|
ChangeNotifierProvider.value(value: contactsProvider),
|
||||||
|
ChangeNotifierProvider.value(value: messagesProvider),
|
||||||
|
ChangeNotifierProvider.value(value: mapProvider),
|
||||||
|
ChangeNotifierProvider.value(value: drawingProvider),
|
||||||
|
ChangeNotifierProvider.value(value: channelsProvider),
|
||||||
|
ChangeNotifierProvider.value(value: voiceProvider),
|
||||||
|
ChangeNotifierProvider.value(value: imageProvider),
|
||||||
|
ChangeNotifierProvider.value(value: appProvider),
|
||||||
|
],
|
||||||
|
child: MaterialApp(
|
||||||
|
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||||
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
|
home: const Scaffold(body: MessagesTab(isActive: true)),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Ops chatter'), findsOneWidget);
|
||||||
|
expect(find.text('Public chatter'), findsNothing);
|
||||||
|
expect(
|
||||||
|
find.byKey(const ValueKey('messages_composer_destination_locked')),
|
||||||
|
findsOneWidget,
|
||||||
|
);
|
||||||
|
expect(
|
||||||
|
find.byKey(const ValueKey('messages_composer_destination_selector')),
|
||||||
|
findsNothing,
|
||||||
|
);
|
||||||
|
|
||||||
|
appProvider.dispose();
|
||||||
|
voiceProvider.dispose();
|
||||||
|
imageProvider.dispose();
|
||||||
|
drawingProvider.dispose();
|
||||||
|
mapProvider.dispose();
|
||||||
|
messagesProvider.dispose();
|
||||||
|
contactsProvider.dispose();
|
||||||
|
connectionProvider.dispose();
|
||||||
|
channelsProvider.dispose();
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
testWidgets(
|
||||||
|
'contact navigation temporarily overrides the lock while keeping the selector hidden',
|
||||||
|
(tester) async {
|
||||||
|
final directContact = buildContact(
|
||||||
|
name: 'Tim',
|
||||||
|
type: ContactType.chat,
|
||||||
|
secondByte: 9,
|
||||||
|
);
|
||||||
|
SharedPreferences.setMockInitialValues({
|
||||||
|
'message_locked_destination_enabled': true,
|
||||||
|
'message_locked_destination_type':
|
||||||
|
MessageDestinationPreferences.destinationTypeChannel,
|
||||||
|
});
|
||||||
|
|
||||||
|
final connectionProvider = ConnectionProvider();
|
||||||
|
final contactsProvider = ContactsProvider();
|
||||||
|
final messagesProvider = MessagesProvider();
|
||||||
|
final mapProvider = MapProvider();
|
||||||
|
final drawingProvider = DrawingProvider();
|
||||||
|
await messagesProvider.initialize();
|
||||||
|
await drawingProvider.initialize();
|
||||||
|
final channelsProvider = ChannelsProvider()..initializePublicChannel();
|
||||||
|
final voiceProvider = VoiceProvider(
|
||||||
|
codec: VoiceCodecService(),
|
||||||
|
player: VoicePlayerService(),
|
||||||
|
);
|
||||||
|
final imageProvider = ip.ImageProvider();
|
||||||
|
final appProvider = AppProvider(
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
messagesProvider: messagesProvider,
|
||||||
|
drawingProvider: drawingProvider,
|
||||||
|
channelsProvider: channelsProvider,
|
||||||
|
voiceProvider: voiceProvider,
|
||||||
|
imageProvider: imageProvider,
|
||||||
|
);
|
||||||
|
|
||||||
|
contactsProvider.addContacts([directContact]);
|
||||||
|
messagesProvider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'public-message',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000300,
|
||||||
|
text: 'Public chatter',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
channelIdx: 0,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
messagesProvider.addMessage(
|
||||||
|
Message(
|
||||||
|
id: 'direct-message',
|
||||||
|
messageType: MessageType.contact,
|
||||||
|
senderPublicKeyPrefix: directContact.publicKey.sublist(0, 6),
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700000301,
|
||||||
|
text: 'Direct chatter',
|
||||||
|
receivedAt: DateTime.now(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
messagesProvider.navigateToDestination(
|
||||||
|
MessageDestinationPreferences.destinationTypeContact,
|
||||||
|
recipientPublicKeyHex: directContact.publicKeyHex,
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
MultiProvider(
|
||||||
|
providers: [
|
||||||
|
ChangeNotifierProvider.value(value: connectionProvider),
|
||||||
|
ChangeNotifierProvider.value(value: contactsProvider),
|
||||||
|
ChangeNotifierProvider.value(value: messagesProvider),
|
||||||
|
ChangeNotifierProvider.value(value: mapProvider),
|
||||||
|
ChangeNotifierProvider.value(value: drawingProvider),
|
||||||
|
ChangeNotifierProvider.value(value: channelsProvider),
|
||||||
|
ChangeNotifierProvider.value(value: voiceProvider),
|
||||||
|
ChangeNotifierProvider.value(value: imageProvider),
|
||||||
|
ChangeNotifierProvider.value(value: appProvider),
|
||||||
|
],
|
||||||
|
child: MaterialApp(
|
||||||
|
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||||
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
|
home: const Scaffold(body: MessagesTab(isActive: true)),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
expect(find.text('Direct chatter'), findsOneWidget);
|
||||||
|
expect(find.text('Public chatter'), findsNothing);
|
||||||
|
expect(
|
||||||
|
find.byKey(const ValueKey('messages_composer_destination_locked')),
|
||||||
|
findsOneWidget,
|
||||||
|
);
|
||||||
|
expect(
|
||||||
|
find.byKey(const ValueKey('messages_composer_destination_selector')),
|
||||||
|
findsNothing,
|
||||||
|
);
|
||||||
|
|
||||||
|
appProvider.dispose();
|
||||||
|
voiceProvider.dispose();
|
||||||
|
imageProvider.dispose();
|
||||||
|
drawingProvider.dispose();
|
||||||
|
mapProvider.dispose();
|
||||||
|
messagesProvider.dispose();
|
||||||
|
contactsProvider.dispose();
|
||||||
|
connectionProvider.dispose();
|
||||||
|
channelsProvider.dispose();
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,27 +4,16 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:meshcore_sar_app/l10n/app_localizations.dart';
|
import 'package:meshcore_sar_app/l10n/app_localizations.dart';
|
||||||
import 'package:meshcore_sar_app/models/contact.dart';
|
import 'package:meshcore_sar_app/models/contact.dart';
|
||||||
import 'package:meshcore_sar_app/providers/contacts_provider.dart';
|
|
||||||
import 'package:meshcore_sar_app/providers/sensors_provider.dart';
|
|
||||||
import 'package:meshcore_sar_app/screens/sensors_tab.dart';
|
import 'package:meshcore_sar_app/screens/sensors_tab.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:meshcore_sar_app/widgets/sensors/sensor_telemetry_card.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
setUp(() {
|
Contact buildSensorContact({
|
||||||
SharedPreferences.setMockInitialValues({});
|
int firstByte = 0x44,
|
||||||
});
|
String name = 'WX Station',
|
||||||
|
}) {
|
||||||
Future<void> waitUntilLoaded(SensorsProvider provider) async {
|
|
||||||
for (var i = 0; i < 20 && !provider.isLoaded; i++) {
|
|
||||||
await Future<void>.delayed(Duration.zero);
|
|
||||||
}
|
|
||||||
expect(provider.isLoaded, isTrue);
|
|
||||||
}
|
|
||||||
|
|
||||||
Contact buildSensorContact() {
|
|
||||||
final publicKey = Uint8List(32);
|
final publicKey = Uint8List(32);
|
||||||
publicKey[0] = 0x44;
|
publicKey[0] = firstByte;
|
||||||
|
|
||||||
return Contact(
|
return Contact(
|
||||||
publicKey: publicKey,
|
publicKey: publicKey,
|
||||||
@@ -32,7 +21,7 @@ void main() {
|
|||||||
flags: 0,
|
flags: 0,
|
||||||
outPathLen: 0,
|
outPathLen: 0,
|
||||||
outPath: Uint8List(64),
|
outPath: Uint8List(64),
|
||||||
advName: 'WX Station',
|
advName: name,
|
||||||
lastAdvert: DateTime.now().millisecondsSinceEpoch ~/ 1000,
|
lastAdvert: DateTime.now().millisecondsSinceEpoch ~/ 1000,
|
||||||
advLat: 0,
|
advLat: 0,
|
||||||
advLon: 0,
|
advLon: 0,
|
||||||
@@ -50,48 +39,84 @@ void main() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
testWidgets('customize action opens full customization view', (tester) async {
|
testWidgets('metric selector item shows channel-specific preview', (
|
||||||
|
tester,
|
||||||
|
) async {
|
||||||
final contact = buildSensorContact();
|
final contact = buildSensorContact();
|
||||||
final sensorsProvider = SensorsProvider();
|
final option = sensorMetricOptionsFor(contact, labelOverrides: const {})
|
||||||
final contactsProvider = ContactsProvider();
|
.firstWhere(
|
||||||
|
(entry) => entry.key.contains('illuminance') && entry.channel == 2,
|
||||||
await waitUntilLoaded(sensorsProvider);
|
);
|
||||||
contactsProvider.addOrUpdateContact(contact);
|
|
||||||
await sensorsProvider.addSensor(contact);
|
|
||||||
|
|
||||||
await tester.pumpWidget(
|
await tester.pumpWidget(
|
||||||
MultiProvider(
|
MaterialApp(
|
||||||
providers: [
|
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||||
ChangeNotifierProvider<ContactsProvider>.value(
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
value: contactsProvider,
|
home: Scaffold(
|
||||||
|
body: SensorMetricSelectorItem(
|
||||||
|
option: option,
|
||||||
|
visible: true,
|
||||||
|
span: 1,
|
||||||
|
canMoveUp: false,
|
||||||
|
canMoveDown: false,
|
||||||
|
onToggle: (_) {},
|
||||||
|
onRename: () {},
|
||||||
|
onSpanChanged: (_) {},
|
||||||
),
|
),
|
||||||
ChangeNotifierProvider<SensorsProvider>.value(value: sensorsProvider),
|
|
||||||
],
|
|
||||||
child: MaterialApp(
|
|
||||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
|
||||||
supportedLocales: AppLocalizations.supportedLocales,
|
|
||||||
home: const SensorsTab(),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
await tester.pump();
|
await tester.pump();
|
||||||
|
|
||||||
await tester.tap(find.byIcon(Icons.more_vert));
|
|
||||||
await tester.pump();
|
|
||||||
await tester.pump(const Duration(milliseconds: 300));
|
|
||||||
await tester.tap(find.text('Customize fields'));
|
|
||||||
await tester.pump();
|
|
||||||
await tester.pump(const Duration(milliseconds: 300));
|
|
||||||
|
|
||||||
expect(find.text('Customize WX Station'), findsOneWidget);
|
|
||||||
expect(find.text('Live preview'), findsOneWidget);
|
|
||||||
expect(find.text('Refresh schedule'), findsOneWidget);
|
|
||||||
expect(
|
expect(
|
||||||
find.byKey(
|
find.byKey(ValueKey('sensor_selector_metric_${option.key}')),
|
||||||
const ValueKey('sensor_selector_metric_channel_extra:illuminance_2'),
|
|
||||||
),
|
|
||||||
findsOneWidget,
|
findsOneWidget,
|
||||||
);
|
);
|
||||||
expect(find.text('Channel 2'), findsOneWidget);
|
expect(find.text('Channel 2'), findsOneWidget);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
testWidgets('add sensor sheet keeps close action available when scrolled', (
|
||||||
|
tester,
|
||||||
|
) async {
|
||||||
|
tester.view.physicalSize = const Size(320, 480);
|
||||||
|
tester.view.devicePixelRatio = 1;
|
||||||
|
addTearDown(tester.view.reset);
|
||||||
|
|
||||||
|
var didClose = false;
|
||||||
|
final candidates = List<Contact>.generate(
|
||||||
|
20,
|
||||||
|
(index) =>
|
||||||
|
buildSensorContact(firstByte: index + 1, name: 'Sensor ${index + 1}'),
|
||||||
|
);
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
MaterialApp(
|
||||||
|
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||||
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
|
home: Scaffold(
|
||||||
|
body: AddSensorSheet(
|
||||||
|
candidates: candidates,
|
||||||
|
onSelect: (_) async {},
|
||||||
|
onClose: () {
|
||||||
|
didClose = true;
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
await tester.pump();
|
||||||
|
|
||||||
|
final closeButton = find.byTooltip('Close');
|
||||||
|
expect(closeButton, findsOneWidget);
|
||||||
|
|
||||||
|
await tester.drag(find.byType(ListView).last, const Offset(0, -600));
|
||||||
|
await tester.pump();
|
||||||
|
|
||||||
|
expect(closeButton, findsOneWidget);
|
||||||
|
|
||||||
|
await tester.tap(closeButton);
|
||||||
|
await tester.pump();
|
||||||
|
|
||||||
|
expect(didClose, isTrue);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,12 @@ void main() {
|
|||||||
telemetry: ContactTelemetry(
|
telemetry: ContactTelemetry(
|
||||||
temperature: 20.1,
|
temperature: 20.1,
|
||||||
humidity: 52,
|
humidity: 52,
|
||||||
extraSensorData: const {'speed_2': 3.1, 'gust_2': 4.8, 'rain_2': 12.3},
|
extraSensorData: const {
|
||||||
|
'generic_sensor_1': 1,
|
||||||
|
'speed_2': 3.1,
|
||||||
|
'gust_2': 4.8,
|
||||||
|
'rain_2': 12.3,
|
||||||
|
},
|
||||||
timestamp: DateTime(2026, 3, 21, 12),
|
timestamp: DateTime(2026, 3, 21, 12),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -52,4 +57,28 @@ void main() {
|
|||||||
]);
|
]);
|
||||||
expect(supportsBTHomeMetHistory(contact), isTrue);
|
expect(supportsBTHomeMetHistory(contact), isTrue);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('does not enable BTHome MET history without channel 1 capability', () {
|
||||||
|
final contact = Contact(
|
||||||
|
publicKey: Uint8List(32),
|
||||||
|
type: ContactType.sensor,
|
||||||
|
flags: 0,
|
||||||
|
outPathLen: 0,
|
||||||
|
outPath: Uint8List(64),
|
||||||
|
advName: 'WX',
|
||||||
|
lastAdvert: 0,
|
||||||
|
advLat: 0,
|
||||||
|
advLon: 0,
|
||||||
|
lastMod: 0,
|
||||||
|
telemetry: ContactTelemetry(
|
||||||
|
temperature: 20.1,
|
||||||
|
humidity: 52,
|
||||||
|
extraSensorData: const {'speed_2': 3.1, 'gust_2': 4.8, 'rain_2': 12.3},
|
||||||
|
timestamp: DateTime(2026, 3, 21, 12),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(bTHomeMetMeasurementsForContact(contact), isEmpty);
|
||||||
|
expect(supportsBTHomeMetHistory(contact), isFalse);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -488,6 +488,39 @@ void main() {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
test('weather station payload keeps generic percentage and does not invent battery from ch1 voltage', () {
|
||||||
|
final payload = Uint8List.fromList([
|
||||||
|
0x01, 0x74, 0x00, 0x00,
|
||||||
|
0x02, 0x78, 0x64,
|
||||||
|
0x02, 0x73, 0x24, 0x32,
|
||||||
|
0x02, 0x65, 0x5A, 0x50,
|
||||||
|
0x02, 0x8A, 0xFF, 0xE4,
|
||||||
|
0x02, 0x74, 0x01, 0xE0,
|
||||||
|
0x02, 0x9D, 0x00,
|
||||||
|
0x02, 0x68, 0x76,
|
||||||
|
0x02, 0x81, 0x01, 0x4A,
|
||||||
|
0x02, 0x89, 0x01, 0xB8,
|
||||||
|
0x02, 0x67, 0x00, 0x2D,
|
||||||
|
0x02, 0xAD, 0x0A,
|
||||||
|
0x02, 0x84, 0x00, 0x56,
|
||||||
|
0x02, 0x8B, 0x00, 0xB3,
|
||||||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||||
|
]);
|
||||||
|
|
||||||
|
final decoded = CayenneLppParser.parse(payload);
|
||||||
|
|
||||||
|
expect(decoded.batteryPercentage, isNull);
|
||||||
|
expect(decoded.batteryMilliVolts, isNull);
|
||||||
|
expect(decoded.temperature, closeTo(4.5, 0.1));
|
||||||
|
expect(decoded.humidity, closeTo(59.0, 0.1));
|
||||||
|
expect(decoded.pressure, closeTo(926.6, 0.1));
|
||||||
|
expect(decoded.extraSensorData!['voltage_1'], closeTo(0.0, 0.001));
|
||||||
|
expect(decoded.extraSensorData!['percentage_2'], equals(100.0));
|
||||||
|
expect(decoded.extraSensorData!['uv_2'], equals(1.0));
|
||||||
|
expect(decoded.extraSensorData!['rain_2'], closeTo(17.9, 0.1));
|
||||||
|
expect(decoded.extraSensorData!.containsKey('__source_channel:battery'), isFalse);
|
||||||
|
});
|
||||||
|
|
||||||
test('unknown sensor type is skipped gracefully', () {
|
test('unknown sensor type is skipped gracefully', () {
|
||||||
final buffer = ByteData(5);
|
final buffer = ByteData(5);
|
||||||
buffer.setUint8(0, 0);
|
buffer.setUint8(0, 0);
|
||||||
|
|||||||
23
test/services/compass_support_test.dart
Normal file
23
test/services/compass_support_test.dart
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:meshcore_sar_app/services/compass_support.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
tearDown(() {
|
||||||
|
debugDefaultTargetPlatformOverride = null;
|
||||||
|
});
|
||||||
|
|
||||||
|
test('reports compass support only on mobile targets', () {
|
||||||
|
debugDefaultTargetPlatformOverride = TargetPlatform.android;
|
||||||
|
expect(CompassSupport.isAvailable, isTrue);
|
||||||
|
|
||||||
|
debugDefaultTargetPlatformOverride = TargetPlatform.iOS;
|
||||||
|
expect(CompassSupport.isAvailable, isTrue);
|
||||||
|
|
||||||
|
debugDefaultTargetPlatformOverride = TargetPlatform.macOS;
|
||||||
|
expect(CompassSupport.isAvailable, isFalse);
|
||||||
|
|
||||||
|
debugDefaultTargetPlatformOverride = TargetPlatform.windows;
|
||||||
|
expect(CompassSupport.isAvailable, isFalse);
|
||||||
|
});
|
||||||
|
}
|
||||||
@@ -196,5 +196,18 @@ void main() {
|
|||||||
1,
|
1,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('exposes detailed descriptions for known packet types', () {
|
||||||
|
final returnedPath = LiveTrafficEntry.payloadTypeDetails(0x08);
|
||||||
|
final control = LiveTrafficEntry.payloadTypeDetails(0x0B);
|
||||||
|
|
||||||
|
expect(returnedPath.title, 'FLOOD RETURNED_PATH');
|
||||||
|
expect(
|
||||||
|
returnedPath.description,
|
||||||
|
contains('stores that returned path as the peer\'s direct out-path'),
|
||||||
|
);
|
||||||
|
expect(control.label, 'Control packet');
|
||||||
|
expect(control.description, contains('discovery request and response'));
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
55
test/services/location_tracking_service_test.dart
Normal file
55
test/services/location_tracking_service_test.dart
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
|
import 'package:meshcore_sar_app/services/location_tracking_service.dart';
|
||||||
|
import 'package:meshcore_sar_app/services/profiles_feature_service.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
final service = LocationTrackingService();
|
||||||
|
|
||||||
|
setUp(() {
|
||||||
|
SharedPreferences.setMockInitialValues({});
|
||||||
|
ProfileStorageScope.setScope(
|
||||||
|
profilesEnabled: false,
|
||||||
|
activeProfileId: 'default',
|
||||||
|
);
|
||||||
|
service.fastLocationUpdatesEnabled = false;
|
||||||
|
service.fastLocationMovementThresholdMeters = 10.0;
|
||||||
|
service.fastLocationActiveCadenceSeconds = 10;
|
||||||
|
service.fastLocationChannelIdx = null;
|
||||||
|
});
|
||||||
|
|
||||||
|
test('loads conservative fast location defaults', () async {
|
||||||
|
await service.loadSettings();
|
||||||
|
|
||||||
|
expect(service.fastLocationMovementThresholdMeters, 10.0);
|
||||||
|
expect(service.fastLocationActiveCadenceSeconds, 10);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('persists and restores fast location channel idx', () async {
|
||||||
|
await service.updateFastLocationChannelIdx(3);
|
||||||
|
|
||||||
|
service.fastLocationChannelIdx = null;
|
||||||
|
await service.loadSettings();
|
||||||
|
|
||||||
|
expect(service.fastLocationChannelIdx, 3);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('clears persisted fast location channel idx when unset', () async {
|
||||||
|
await service.updateFastLocationChannelIdx(7);
|
||||||
|
await service.updateFastLocationChannelIdx(null);
|
||||||
|
|
||||||
|
service.fastLocationChannelIdx = 99;
|
||||||
|
await service.loadSettings();
|
||||||
|
|
||||||
|
expect(service.fastLocationChannelIdx, isNull);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('clamps fast location settings to conservative limits', () async {
|
||||||
|
await service.updateFastLocationMovementThreshold(3);
|
||||||
|
await service.updateFastLocationActiveCadenceSeconds(45);
|
||||||
|
|
||||||
|
expect(service.fastLocationMovementThresholdMeters, 10.0);
|
||||||
|
expect(service.fastLocationActiveCadenceSeconds, 31);
|
||||||
|
});
|
||||||
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import 'dart:typed_data';
|
import 'package:flutter/foundation.dart';
|
||||||
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:meshcore_client/meshcore_client.dart';
|
import 'package:meshcore_client/meshcore_client.dart';
|
||||||
import 'package:meshcore_sar_app/models/message_reception_details.dart';
|
import 'package:meshcore_sar_app/models/message_reception_details.dart';
|
||||||
@@ -8,11 +7,16 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
TestWidgetsFlutterBinding.ensureInitialized();
|
TestWidgetsFlutterBinding.ensureInitialized();
|
||||||
|
final originalDebugPrint = debugPrint;
|
||||||
|
|
||||||
setUp(() {
|
setUp(() {
|
||||||
SharedPreferences.setMockInitialValues({});
|
SharedPreferences.setMockInitialValues({});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
tearDown(() {
|
||||||
|
debugPrint = originalDebugPrint;
|
||||||
|
});
|
||||||
|
|
||||||
test(
|
test(
|
||||||
'retains path bytes for stored unread message when reception sidecar is missing',
|
'retains path bytes for stored unread message when reception sidecar is missing',
|
||||||
() async {
|
() async {
|
||||||
@@ -155,4 +159,34 @@ void main() {
|
|||||||
expect(customMessages.single.id, customMessage.id);
|
expect(customMessages.single.id, customMessage.id);
|
||||||
expect(customMessages.single.text, customMessage.text);
|
expect(customMessages.single.text, customMessage.text);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('skips unchanged message snapshots', () async {
|
||||||
|
final storage = MessageStorageService();
|
||||||
|
final logs = <String>[];
|
||||||
|
debugPrint = (String? message, {int? wrapWidth}) {
|
||||||
|
if (message != null) {
|
||||||
|
logs.add(message);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
final message = Message(
|
||||||
|
id: 'msg-stable',
|
||||||
|
messageType: MessageType.channel,
|
||||||
|
senderPublicKeyPrefix: Uint8List.fromList([3, 3, 3, 3, 3, 3]),
|
||||||
|
channelIdx: 3,
|
||||||
|
pathLen: 1,
|
||||||
|
textType: MessageTextType.plain,
|
||||||
|
senderTimestamp: 1700003000,
|
||||||
|
text: 'Stable snapshot',
|
||||||
|
receivedAt: DateTime.fromMillisecondsSinceEpoch(1700003000500),
|
||||||
|
isRead: true,
|
||||||
|
);
|
||||||
|
|
||||||
|
await storage.saveMessages([message]);
|
||||||
|
await storage.saveMessages([message]);
|
||||||
|
|
||||||
|
expect(
|
||||||
|
logs.where((log) => log.contains('Saved 1 messages to storage')),
|
||||||
|
hasLength(1),
|
||||||
|
);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,11 +10,7 @@ void main() {
|
|||||||
SharedPreferences.setMockInitialValues({});
|
SharedPreferences.setMockInitialValues({});
|
||||||
});
|
});
|
||||||
|
|
||||||
test('route preference defaults are disabled', () async {
|
test('route preference defaults are clear-path disabled and fallback enabled', () async {
|
||||||
expect(
|
|
||||||
await MessagingRoutePreferences.getAutoRouteRotationEnabled(),
|
|
||||||
isFalse,
|
|
||||||
);
|
|
||||||
expect(await MessagingRoutePreferences.getClearPathOnMaxRetry(), isFalse);
|
expect(await MessagingRoutePreferences.getClearPathOnMaxRetry(), isFalse);
|
||||||
expect(
|
expect(
|
||||||
await MessagingRoutePreferences.getNearestRelayFallbackEnabled(),
|
await MessagingRoutePreferences.getNearestRelayFallbackEnabled(),
|
||||||
@@ -23,18 +19,29 @@ void main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('route preferences persist changes', () async {
|
test('route preferences persist changes', () async {
|
||||||
await MessagingRoutePreferences.setAutoRouteRotationEnabled(true);
|
|
||||||
await MessagingRoutePreferences.setClearPathOnMaxRetry(true);
|
await MessagingRoutePreferences.setClearPathOnMaxRetry(true);
|
||||||
await MessagingRoutePreferences.setNearestRelayFallbackEnabled(false);
|
await MessagingRoutePreferences.setNearestRelayFallbackEnabled(false);
|
||||||
|
|
||||||
expect(
|
|
||||||
await MessagingRoutePreferences.getAutoRouteRotationEnabled(),
|
|
||||||
isTrue,
|
|
||||||
);
|
|
||||||
expect(await MessagingRoutePreferences.getClearPathOnMaxRetry(), isTrue);
|
expect(await MessagingRoutePreferences.getClearPathOnMaxRetry(), isTrue);
|
||||||
expect(
|
expect(
|
||||||
await MessagingRoutePreferences.getNearestRelayFallbackEnabled(),
|
await MessagingRoutePreferences.getNearestRelayFallbackEnabled(),
|
||||||
isFalse,
|
isFalse,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('legacy auto route rotation preference is removed during cleanup', () async {
|
||||||
|
SharedPreferences.setMockInitialValues({
|
||||||
|
'messaging_auto_route_rotation_enabled': true,
|
||||||
|
});
|
||||||
|
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
expect(prefs.getBool('messaging_auto_route_rotation_enabled'), isTrue);
|
||||||
|
|
||||||
|
await MessagingRoutePreferences.cleanupLegacySettings();
|
||||||
|
|
||||||
|
expect(
|
||||||
|
prefs.containsKey('messaging_auto_route_rotation_enabled'),
|
||||||
|
isFalse,
|
||||||
|
);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user