mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 08:50:30 +00:00
Compare commits
55 Commits
v2026.0317
...
v2026.0402
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 | ||
|
|
9279ff2158 | ||
|
|
dc297b0b9f | ||
|
|
2d24481aba | ||
|
|
20a1df94eb | ||
|
|
5cc81bef65 | ||
|
|
6145462555 | ||
|
|
721fb7e7a2 | ||
|
|
5a58e45e13 | ||
|
|
de4258c0a4 | ||
|
|
d8cb35c595 | ||
|
|
8da69705ee | ||
|
|
e474168ba8 | ||
|
|
03dba8b3ce | ||
|
|
bc9e37bd22 | ||
|
|
a32d5d2c85 | ||
|
|
e683ab933f | ||
|
|
f286b0afd1 | ||
|
|
68ec72534d | ||
|
|
6af8b62d9b | ||
|
|
01fbb7de6c | ||
|
|
9303d24b69 | ||
|
|
140088fe2f | ||
|
|
67d8e1c906 | ||
|
|
29b75a3155 |
23
.github/workflows/build-artifacts.yml
vendored
23
.github/workflows/build-artifacts.yml
vendored
@@ -40,6 +40,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Cache Android NDK
|
- name: Cache Android NDK
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@@ -95,6 +98,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Enable Linux desktop
|
- name: Enable Linux desktop
|
||||||
run: flutter config --enable-linux-desktop
|
run: flutter config --enable-linux-desktop
|
||||||
@@ -132,6 +138,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Enable Windows desktop
|
- name: Enable Windows desktop
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -174,6 +183,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Enable macOS desktop
|
- name: Enable macOS desktop
|
||||||
run: flutter config --enable-macos-desktop
|
run: flutter config --enable-macos-desktop
|
||||||
@@ -181,6 +193,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
|
- name: Install macOS native build tools
|
||||||
|
run: brew install automake libtool
|
||||||
|
|
||||||
- name: Build macOS release
|
- name: Build macOS release
|
||||||
run: flutter build macos --release
|
run: flutter build macos --release
|
||||||
|
|
||||||
@@ -216,6 +231,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
@@ -272,6 +290,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: stable
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Enable web
|
- name: Enable web
|
||||||
run: flutter config --enable-web
|
run: flutter config --enable-web
|
||||||
@@ -280,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
|
||||||
|
|||||||
3
.github/workflows/build-multiplatform.yml
vendored
3
.github/workflows/build-multiplatform.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
|||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
|
pub-cache: true
|
||||||
|
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
|
||||||
|
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|||||||
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 = 119;
|
CURRENT_PROJECT_VERSION = 129;
|
||||||
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 = 119;
|
CURRENT_PROJECT_VERSION = 129;
|
||||||
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 = 119;
|
CURRENT_PROJECT_VERSION = 129;
|
||||||
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 = 119;
|
CURRENT_PROJECT_VERSION = 129;
|
||||||
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 = 119;
|
CURRENT_PROJECT_VERSION = 129;
|
||||||
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 = 119;
|
CURRENT_PROJECT_VERSION = 129;
|
||||||
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>119</string>
|
<string>129</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.00024">
|
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000201">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="0.554978">
|
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="0.700922">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="2: build_app" time="100.17557">
|
<testcase classname="fastlane.lanes" name="2: build_app" time="102.603385">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="3: upload_to_app_store" time="264.49426">
|
<testcase classname="fastlane.lanes" name="3: upload_to_app_store" time="2538.71069">
|
||||||
|
|
||||||
</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"
|
||||||
},
|
},
|
||||||
@@ -2297,7 +2321,7 @@
|
|||||||
"@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"
|
||||||
},
|
},
|
||||||
@@ -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
|
||||||
@@ -3237,7 +3273,7 @@ abstract class AppLocalizations {
|
|||||||
/// 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
|
||||||
@@ -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 =>
|
||||||
@@ -1729,7 +1747,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
|
|
||||||
@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';
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -372,6 +372,8 @@ class _MeshCoreSarAppState extends State<MeshCoreSarApp> {
|
|||||||
mapProvider: mapProvider,
|
mapProvider: mapProvider,
|
||||||
drawingProvider: context.read<DrawingProvider>(),
|
drawingProvider: context.read<DrawingProvider>(),
|
||||||
channelsProvider: context.read<ChannelsProvider>(),
|
channelsProvider: context.read<ChannelsProvider>(),
|
||||||
|
voiceProvider: context.read<VoiceProvider>(),
|
||||||
|
imageProvider: context.read<ip.ImageProvider>(),
|
||||||
appProvider: appProvider,
|
appProvider: appProvider,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -57,9 +57,7 @@ class Channel {
|
|||||||
} else {
|
} else {
|
||||||
// Normal channel: require explicit secret
|
// Normal channel: require explicit secret
|
||||||
if (explicitSecret == null || explicitSecret.length != 16) {
|
if (explicitSecret == null || explicitSecret.length != 16) {
|
||||||
throw ArgumentError(
|
throw ArgumentError('Normal channels require a 16-byte secret');
|
||||||
'Normal channels require a 16-byte secret',
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
return Channel(
|
return Channel(
|
||||||
index: index,
|
index: index,
|
||||||
@@ -78,6 +76,18 @@ class Channel {
|
|||||||
return Uint8List.fromList(digest.bytes.sublist(0, 16));
|
return Uint8List.fromList(digest.bytes.sublist(0, 16));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static bool isHashChannelName(String channelName) {
|
||||||
|
return channelName.trim().startsWith('#');
|
||||||
|
}
|
||||||
|
|
||||||
|
static String pskBase64ForHashChannelName(String channelName) {
|
||||||
|
final normalized = channelName.trim();
|
||||||
|
if (!isHashChannelName(normalized)) {
|
||||||
|
throw ArgumentError('Only #channels can export derived psk_base64');
|
||||||
|
}
|
||||||
|
return base64.encode(_generateHashChannelSecret(normalized));
|
||||||
|
}
|
||||||
|
|
||||||
/// Create the default public channel (channel 0)
|
/// Create the default public channel (channel 0)
|
||||||
/// Uses the well-known pre-shared key from MeshCore
|
/// Uses the well-known pre-shared key from MeshCore
|
||||||
factory Channel.publicChannel() {
|
factory Channel.publicChannel() {
|
||||||
@@ -85,8 +95,22 @@ class Channel {
|
|||||||
index: 0,
|
index: 0,
|
||||||
name: 'Public Channel',
|
name: 'Public Channel',
|
||||||
secret: Uint8List.fromList([
|
secret: Uint8List.fromList([
|
||||||
0x8b, 0x33, 0x87, 0xe9, 0xc5, 0xcd, 0xea, 0x6a,
|
0x8b,
|
||||||
0xc9, 0xe5, 0xed, 0xba, 0xa1, 0x15, 0xcd, 0x72,
|
0x33,
|
||||||
|
0x87,
|
||||||
|
0xe9,
|
||||||
|
0xc5,
|
||||||
|
0xcd,
|
||||||
|
0xea,
|
||||||
|
0x6a,
|
||||||
|
0xc9,
|
||||||
|
0xe5,
|
||||||
|
0xed,
|
||||||
|
0xba,
|
||||||
|
0xa1,
|
||||||
|
0x15,
|
||||||
|
0xcd,
|
||||||
|
0x72,
|
||||||
]),
|
]),
|
||||||
flags: null,
|
flags: null,
|
||||||
);
|
);
|
||||||
@@ -95,6 +119,18 @@ class Channel {
|
|||||||
/// Check if this is a hash-based channel (name starts with '#')
|
/// Check if this is a hash-based channel (name starts with '#')
|
||||||
bool get isHashChannel => name.startsWith('#');
|
bool get isHashChannel => name.startsWith('#');
|
||||||
|
|
||||||
|
/// Base64-encoded PSK for sharing with firmware CLI and related tooling.
|
||||||
|
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 {
|
||||||
@@ -131,12 +167,7 @@ class Channel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Create a copy with modified fields
|
/// Create a copy with modified fields
|
||||||
Channel copyWith({
|
Channel copyWith({int? index, String? name, Uint8List? secret, int? flags}) {
|
||||||
int? index,
|
|
||||||
String? name,
|
|
||||||
Uint8List? secret,
|
|
||||||
int? flags,
|
|
||||||
}) {
|
|
||||||
return Channel(
|
return Channel(
|
||||||
index: index ?? this.index,
|
index: index ?? this.index,
|
||||||
name: name ?? this.name,
|
name: name ?? this.name,
|
||||||
|
|||||||
@@ -263,7 +263,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 +283,6 @@ class MapWorkspaceProfileSection {
|
|||||||
this.showKrasFireZonesOverlay,
|
this.showKrasFireZonesOverlay,
|
||||||
this.showPlaceNamesOverlay,
|
this.showPlaceNamesOverlay,
|
||||||
this.showMunicipalityBordersOverlay,
|
this.showMunicipalityBordersOverlay,
|
||||||
this.showAllContactTrails,
|
|
||||||
this.hideRepeatersOnMap,
|
this.hideRepeatersOnMap,
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -306,7 +304,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 +324,6 @@ class MapWorkspaceProfileSection {
|
|||||||
'showKrasFireZonesOverlay': showKrasFireZonesOverlay,
|
'showKrasFireZonesOverlay': showKrasFireZonesOverlay,
|
||||||
'showPlaceNamesOverlay': showPlaceNamesOverlay,
|
'showPlaceNamesOverlay': showPlaceNamesOverlay,
|
||||||
'showMunicipalityBordersOverlay': showMunicipalityBordersOverlay,
|
'showMunicipalityBordersOverlay': showMunicipalityBordersOverlay,
|
||||||
'showAllContactTrails': showAllContactTrails,
|
|
||||||
'hideRepeatersOnMap': hideRepeatersOnMap,
|
'hideRepeatersOnMap': hideRepeatersOnMap,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -356,7 +352,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?,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ extension ConnectionModeExtension on ConnectionMode {
|
|||||||
case ConnectionMode.tcp:
|
case ConnectionMode.tcp:
|
||||||
return 'Direct (WiFi)';
|
return 'Direct (WiFi)';
|
||||||
case ConnectionMode.usb:
|
case ConnectionMode.usb:
|
||||||
return 'Direct (USB)';
|
return 'Direct (Serial)';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ extension ConnectionModeExtension on ConnectionMode {
|
|||||||
case ConnectionMode.tcp:
|
case ConnectionMode.tcp:
|
||||||
return 'Direct WiFi/TCP connection to MeshCore device';
|
return 'Direct WiFi/TCP connection to MeshCore device';
|
||||||
case ConnectionMode.usb:
|
case ConnectionMode.usb:
|
||||||
return 'USB serial connection to MeshCore device';
|
return 'Direct serial connection to MeshCore device';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -71,6 +71,7 @@ class DeviceInfo {
|
|||||||
final bool? autoAddRoomServers;
|
final bool? autoAddRoomServers;
|
||||||
final bool? autoAddSensors;
|
final bool? autoAddSensors;
|
||||||
final bool? autoAddOverwriteOldest;
|
final bool? autoAddOverwriteOldest;
|
||||||
|
final int? autoAddMaxHops;
|
||||||
final int? radioFreq;
|
final int? radioFreq;
|
||||||
final int? radioBw;
|
final int? radioBw;
|
||||||
final int? radioSf;
|
final int? radioSf;
|
||||||
@@ -95,6 +96,7 @@ class DeviceInfo {
|
|||||||
|
|
||||||
// Repeat mode (firmware v9+)
|
// Repeat mode (firmware v9+)
|
||||||
final bool? clientRepeat;
|
final bool? clientRepeat;
|
||||||
|
final int? pathHashMode;
|
||||||
final bool? supportsSpectrumScan;
|
final bool? supportsSpectrumScan;
|
||||||
final int? spectrumScanMinKhz;
|
final int? spectrumScanMinKhz;
|
||||||
final int? spectrumScanMaxKhz;
|
final int? spectrumScanMaxKhz;
|
||||||
@@ -123,6 +125,7 @@ class DeviceInfo {
|
|||||||
this.autoAddRoomServers,
|
this.autoAddRoomServers,
|
||||||
this.autoAddSensors,
|
this.autoAddSensors,
|
||||||
this.autoAddOverwriteOldest,
|
this.autoAddOverwriteOldest,
|
||||||
|
this.autoAddMaxHops,
|
||||||
this.radioFreq,
|
this.radioFreq,
|
||||||
this.radioBw,
|
this.radioBw,
|
||||||
this.radioSf,
|
this.radioSf,
|
||||||
@@ -139,6 +142,7 @@ class DeviceInfo {
|
|||||||
this.manufacturerModel,
|
this.manufacturerModel,
|
||||||
this.semanticVersion,
|
this.semanticVersion,
|
||||||
this.clientRepeat,
|
this.clientRepeat,
|
||||||
|
this.pathHashMode,
|
||||||
this.supportsSpectrumScan,
|
this.supportsSpectrumScan,
|
||||||
this.spectrumScanMinKhz,
|
this.spectrumScanMinKhz,
|
||||||
this.spectrumScanMaxKhz,
|
this.spectrumScanMaxKhz,
|
||||||
@@ -254,6 +258,7 @@ class DeviceInfo {
|
|||||||
bool? autoAddRoomServers,
|
bool? autoAddRoomServers,
|
||||||
bool? autoAddSensors,
|
bool? autoAddSensors,
|
||||||
bool? autoAddOverwriteOldest,
|
bool? autoAddOverwriteOldest,
|
||||||
|
int? autoAddMaxHops,
|
||||||
int? radioFreq,
|
int? radioFreq,
|
||||||
int? radioBw,
|
int? radioBw,
|
||||||
int? radioSf,
|
int? radioSf,
|
||||||
@@ -270,6 +275,7 @@ class DeviceInfo {
|
|||||||
String? manufacturerModel,
|
String? manufacturerModel,
|
||||||
String? semanticVersion,
|
String? semanticVersion,
|
||||||
bool? clientRepeat,
|
bool? clientRepeat,
|
||||||
|
int? pathHashMode,
|
||||||
bool? supportsSpectrumScan,
|
bool? supportsSpectrumScan,
|
||||||
int? spectrumScanMinKhz,
|
int? spectrumScanMinKhz,
|
||||||
int? spectrumScanMaxKhz,
|
int? spectrumScanMaxKhz,
|
||||||
@@ -299,6 +305,7 @@ class DeviceInfo {
|
|||||||
autoAddSensors: autoAddSensors ?? this.autoAddSensors,
|
autoAddSensors: autoAddSensors ?? this.autoAddSensors,
|
||||||
autoAddOverwriteOldest:
|
autoAddOverwriteOldest:
|
||||||
autoAddOverwriteOldest ?? this.autoAddOverwriteOldest,
|
autoAddOverwriteOldest ?? this.autoAddOverwriteOldest,
|
||||||
|
autoAddMaxHops: autoAddMaxHops ?? this.autoAddMaxHops,
|
||||||
radioFreq: radioFreq ?? this.radioFreq,
|
radioFreq: radioFreq ?? this.radioFreq,
|
||||||
radioBw: radioBw ?? this.radioBw,
|
radioBw: radioBw ?? this.radioBw,
|
||||||
radioSf: radioSf ?? this.radioSf,
|
radioSf: radioSf ?? this.radioSf,
|
||||||
@@ -315,6 +322,7 @@ class DeviceInfo {
|
|||||||
manufacturerModel: manufacturerModel ?? this.manufacturerModel,
|
manufacturerModel: manufacturerModel ?? this.manufacturerModel,
|
||||||
semanticVersion: semanticVersion ?? this.semanticVersion,
|
semanticVersion: semanticVersion ?? this.semanticVersion,
|
||||||
clientRepeat: clientRepeat ?? this.clientRepeat,
|
clientRepeat: clientRepeat ?? this.clientRepeat,
|
||||||
|
pathHashMode: pathHashMode ?? this.pathHashMode,
|
||||||
supportsSpectrumScan: supportsSpectrumScan ?? this.supportsSpectrumScan,
|
supportsSpectrumScan: supportsSpectrumScan ?? this.supportsSpectrumScan,
|
||||||
spectrumScanMinKhz: spectrumScanMinKhz ?? this.spectrumScanMinKhz,
|
spectrumScanMinKhz: spectrumScanMinKhz ?? this.spectrumScanMinKhz,
|
||||||
spectrumScanMaxKhz: spectrumScanMaxKhz ?? this.spectrumScanMaxKhz,
|
spectrumScanMaxKhz: spectrumScanMaxKhz ?? this.spectrumScanMaxKhz,
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ class PathRecord {
|
|||||||
final int failureCount;
|
final int failureCount;
|
||||||
final int lastRoundTripTimeMs;
|
final int lastRoundTripTimeMs;
|
||||||
final DateTime lastUsedAt;
|
final DateTime lastUsedAt;
|
||||||
|
final DateTime? lastSucceededAt;
|
||||||
|
final double? senderLatitude;
|
||||||
|
final double? senderLongitude;
|
||||||
|
final double? recipientLatitude;
|
||||||
|
final double? recipientLongitude;
|
||||||
|
|
||||||
const PathRecord({
|
const PathRecord({
|
||||||
required this.pathBytes,
|
required this.pathBytes,
|
||||||
@@ -19,6 +24,11 @@ class PathRecord {
|
|||||||
required this.failureCount,
|
required this.failureCount,
|
||||||
required this.lastRoundTripTimeMs,
|
required this.lastRoundTripTimeMs,
|
||||||
required this.lastUsedAt,
|
required this.lastUsedAt,
|
||||||
|
required this.lastSucceededAt,
|
||||||
|
required this.senderLatitude,
|
||||||
|
required this.senderLongitude,
|
||||||
|
required this.recipientLatitude,
|
||||||
|
required this.recipientLongitude,
|
||||||
});
|
});
|
||||||
|
|
||||||
String get signature =>
|
String get signature =>
|
||||||
@@ -36,6 +46,11 @@ class PathRecord {
|
|||||||
int? failureCount,
|
int? failureCount,
|
||||||
int? lastRoundTripTimeMs,
|
int? lastRoundTripTimeMs,
|
||||||
DateTime? lastUsedAt,
|
DateTime? lastUsedAt,
|
||||||
|
DateTime? lastSucceededAt,
|
||||||
|
double? senderLatitude,
|
||||||
|
double? senderLongitude,
|
||||||
|
double? recipientLatitude,
|
||||||
|
double? recipientLongitude,
|
||||||
}) {
|
}) {
|
||||||
return PathRecord(
|
return PathRecord(
|
||||||
pathBytes: pathBytes ?? this.pathBytes,
|
pathBytes: pathBytes ?? this.pathBytes,
|
||||||
@@ -46,6 +61,11 @@ class PathRecord {
|
|||||||
failureCount: failureCount ?? this.failureCount,
|
failureCount: failureCount ?? this.failureCount,
|
||||||
lastRoundTripTimeMs: lastRoundTripTimeMs ?? this.lastRoundTripTimeMs,
|
lastRoundTripTimeMs: lastRoundTripTimeMs ?? this.lastRoundTripTimeMs,
|
||||||
lastUsedAt: lastUsedAt ?? this.lastUsedAt,
|
lastUsedAt: lastUsedAt ?? this.lastUsedAt,
|
||||||
|
lastSucceededAt: lastSucceededAt ?? this.lastSucceededAt,
|
||||||
|
senderLatitude: senderLatitude ?? this.senderLatitude,
|
||||||
|
senderLongitude: senderLongitude ?? this.senderLongitude,
|
||||||
|
recipientLatitude: recipientLatitude ?? this.recipientLatitude,
|
||||||
|
recipientLongitude: recipientLongitude ?? this.recipientLongitude,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,6 +79,11 @@ class PathRecord {
|
|||||||
'failure_count': failureCount,
|
'failure_count': failureCount,
|
||||||
'last_round_trip_time_ms': lastRoundTripTimeMs,
|
'last_round_trip_time_ms': lastRoundTripTimeMs,
|
||||||
'last_used_at': lastUsedAt.toIso8601String(),
|
'last_used_at': lastUsedAt.toIso8601String(),
|
||||||
|
'last_succeeded_at': lastSucceededAt?.toIso8601String(),
|
||||||
|
'sender_latitude': senderLatitude,
|
||||||
|
'sender_longitude': senderLongitude,
|
||||||
|
'recipient_latitude': recipientLatitude,
|
||||||
|
'recipient_longitude': recipientLongitude,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,6 +104,13 @@ class PathRecord {
|
|||||||
lastUsedAt:
|
lastUsedAt:
|
||||||
DateTime.tryParse(json['last_used_at'] as String? ?? '') ??
|
DateTime.tryParse(json['last_used_at'] as String? ?? '') ??
|
||||||
DateTime.fromMillisecondsSinceEpoch(0),
|
DateTime.fromMillisecondsSinceEpoch(0),
|
||||||
|
lastSucceededAt: DateTime.tryParse(
|
||||||
|
json['last_succeeded_at'] as String? ?? '',
|
||||||
|
),
|
||||||
|
senderLatitude: (json['sender_latitude'] as num?)?.toDouble(),
|
||||||
|
senderLongitude: (json['sender_longitude'] as num?)?.toDouble(),
|
||||||
|
recipientLatitude: (json['recipient_latitude'] as num?)?.toDouble(),
|
||||||
|
recipientLongitude: (json['recipient_longitude'] as num?)?.toDouble(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ import 'dart:async';
|
|||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import 'dart:math' as math;
|
import 'dart:math' as math;
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
import 'package:meshcore_client/meshcore_client.dart' show BufferReader;
|
import 'package:meshcore_client/meshcore_client.dart'
|
||||||
|
show BufferReader, MeshCoreConstants;
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
import 'connection_provider.dart';
|
import 'connection_provider.dart';
|
||||||
import 'contacts_provider.dart';
|
import 'contacts_provider.dart';
|
||||||
@@ -107,6 +108,15 @@ class _PendingRepeaterOwnerRequest {
|
|||||||
const _PendingRepeaterOwnerRequest({required this.publicKey});
|
const _PendingRepeaterOwnerRequest({required this.publicKey});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum ContactsTabSection {
|
||||||
|
favourites,
|
||||||
|
teamMembers,
|
||||||
|
repeaters,
|
||||||
|
sensors,
|
||||||
|
rooms,
|
||||||
|
channels,
|
||||||
|
}
|
||||||
|
|
||||||
/// Main App Provider - coordinates all other providers
|
/// Main App Provider - coordinates all other providers
|
||||||
class AppProvider with ChangeNotifier {
|
class AppProvider with ChangeNotifier {
|
||||||
static const int _maxDirectPayloadHops = 3;
|
static const int _maxDirectPayloadHops = 3;
|
||||||
@@ -162,6 +172,9 @@ class AppProvider with ChangeNotifier {
|
|||||||
bool get isContactsEnabled => _isContactsEnabled;
|
bool get isContactsEnabled => _isContactsEnabled;
|
||||||
bool _isSensorsEnabled = true;
|
bool _isSensorsEnabled = true;
|
||||||
bool get isSensorsEnabled => _isSensorsEnabled;
|
bool get isSensorsEnabled => _isSensorsEnabled;
|
||||||
|
final Map<ContactsTabSection, bool> _contactsSectionVisibility = {
|
||||||
|
for (final section in ContactsTabSection.values) section: true,
|
||||||
|
};
|
||||||
|
|
||||||
bool _isVoiceSilenceTrimmingEnabled = true;
|
bool _isVoiceSilenceTrimmingEnabled = true;
|
||||||
bool get isVoiceSilenceTrimmingEnabled => _isVoiceSilenceTrimmingEnabled;
|
bool get isVoiceSilenceTrimmingEnabled => _isVoiceSilenceTrimmingEnabled;
|
||||||
@@ -199,6 +212,8 @@ class AppProvider with ChangeNotifier {
|
|||||||
static const int _maxPacketRetryAttempts = 4;
|
static const int _maxPacketRetryAttempts = 4;
|
||||||
final Map<String, String> _voiceSessionSenderKey6 = {};
|
final Map<String, String> _voiceSessionSenderKey6 = {};
|
||||||
final Map<String, String> _imageSessionSenderKey6 = {};
|
final Map<String, String> _imageSessionSenderKey6 = {};
|
||||||
|
final Map<String, Map<int, VoicePacket>> _pendingChannelVoicePackets = {};
|
||||||
|
final Map<String, Map<int, ImagePacket>> _pendingChannelImageFragments = {};
|
||||||
final Map<String, Timer> _voiceMissingRetryTimers = {};
|
final Map<String, Timer> _voiceMissingRetryTimers = {};
|
||||||
final Map<String, int> _voiceMissingRetryAttempts = {};
|
final Map<String, int> _voiceMissingRetryAttempts = {};
|
||||||
final Map<String, Timer> _imageMissingRetryTimers = {};
|
final Map<String, Timer> _imageMissingRetryTimers = {};
|
||||||
@@ -238,6 +253,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
_initializeLocationTracking();
|
_initializeLocationTracking();
|
||||||
_loadMapEnabled();
|
_loadMapEnabled();
|
||||||
_loadContactsEnabled();
|
_loadContactsEnabled();
|
||||||
|
_loadContactsSectionVisibility();
|
||||||
_loadSensorsEnabled();
|
_loadSensorsEnabled();
|
||||||
_loadVoiceSilenceTrimmingEnabled();
|
_loadVoiceSilenceTrimmingEnabled();
|
||||||
_loadVoiceBandPassFilterEnabled();
|
_loadVoiceBandPassFilterEnabled();
|
||||||
@@ -259,6 +275,27 @@ class AppProvider with ChangeNotifier {
|
|||||||
return ProfileStorageScope.scopedKey(baseKey);
|
return ProfileStorageScope.scopedKey(baseKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool isContactsSectionEnabled(ContactsTabSection section) {
|
||||||
|
return _contactsSectionVisibility[section] ?? true;
|
||||||
|
}
|
||||||
|
|
||||||
|
String _contactsSectionVisibilityKey(ContactsTabSection section) {
|
||||||
|
switch (section) {
|
||||||
|
case ContactsTabSection.favourites:
|
||||||
|
return 'contacts_section_favourites_enabled';
|
||||||
|
case ContactsTabSection.teamMembers:
|
||||||
|
return 'contacts_section_team_members_enabled';
|
||||||
|
case ContactsTabSection.repeaters:
|
||||||
|
return 'contacts_section_repeaters_enabled';
|
||||||
|
case ContactsTabSection.sensors:
|
||||||
|
return 'contacts_section_sensors_enabled';
|
||||||
|
case ContactsTabSection.rooms:
|
||||||
|
return 'contacts_section_rooms_enabled';
|
||||||
|
case ContactsTabSection.channels:
|
||||||
|
return 'contacts_section_channels_enabled';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void _startPacketCapturePersistence() {
|
void _startPacketCapturePersistence() {
|
||||||
_packetCaptureFlushTimer?.cancel();
|
_packetCaptureFlushTimer?.cancel();
|
||||||
_packetCaptureFlushTimer = Timer.periodic(const Duration(seconds: 2), (_) {
|
_packetCaptureFlushTimer = Timer.periodic(const Duration(seconds: 2), (_) {
|
||||||
@@ -565,6 +602,37 @@ class AppProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _loadContactsSectionVisibility() async {
|
||||||
|
try {
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
for (final section in ContactsTabSection.values) {
|
||||||
|
_contactsSectionVisibility[section] =
|
||||||
|
prefs.getBool(_scopedKey(_contactsSectionVisibilityKey(section))) ??
|
||||||
|
true;
|
||||||
|
}
|
||||||
|
notifyListeners();
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('Error loading contacts section visibility settings: $e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> setContactsSectionEnabled(
|
||||||
|
ContactsTabSection section,
|
||||||
|
bool enabled,
|
||||||
|
) async {
|
||||||
|
try {
|
||||||
|
_contactsSectionVisibility[section] = enabled;
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
await prefs.setBool(
|
||||||
|
_scopedKey(_contactsSectionVisibilityKey(section)),
|
||||||
|
enabled,
|
||||||
|
);
|
||||||
|
notifyListeners();
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('Error saving contacts section visibility setting: $e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Load sensors enabled setting from shared preferences
|
/// Load sensors enabled setting from shared preferences
|
||||||
Future<void> _loadSensorsEnabled() async {
|
Future<void> _loadSensorsEnabled() async {
|
||||||
try {
|
try {
|
||||||
@@ -933,9 +1001,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
// we also import into firmware so subsequent getContact calls work.
|
// we also import into firmware so subsequent getContact calls work.
|
||||||
// Matches the official app which calls cmdGetAdvertPath for all adverts.
|
// Matches the official app which calls cmdGetAdvertPath for all adverts.
|
||||||
if (source == ContactReceiveSource.advert) {
|
if (source == ContactReceiveSource.advert) {
|
||||||
unawaited(
|
unawaited(connectionProvider.importReceivedAdvert(contact.publicKey));
|
||||||
connectionProvider.importReceivedAdvert(contact.publicKey),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
final isNewPendingAdvert = contactsProvider
|
final isNewPendingAdvert = contactsProvider
|
||||||
.addOrUpdatePendingAdvertContact(
|
.addOrUpdatePendingAdvertContact(
|
||||||
@@ -1134,16 +1200,31 @@ class AppProvider with ChangeNotifier {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enrich message with sender name from contacts first
|
// Enrich message with sender name from contacts.
|
||||||
|
// For room-forwarded messages, resolve the original poster's name
|
||||||
|
// from roomPostAuthorPrefix instead of the room server's key.
|
||||||
Message enrichedMessage = message;
|
Message enrichedMessage = message;
|
||||||
Contact? senderContact;
|
Contact? senderContact;
|
||||||
if (message.senderPublicKeyPrefix != null && message.senderName == null) {
|
if (message.senderName == null) {
|
||||||
final contact = contactsProvider.findContactByKey(
|
// Try room post author first (the actual person who posted)
|
||||||
message.senderPublicKeyPrefix!,
|
if (message.roomPostAuthorPrefix != null) {
|
||||||
);
|
final author = contactsProvider.findContactByPrefix(
|
||||||
if (contact != null) {
|
message.roomPostAuthorPrefix!,
|
||||||
senderContact = contact;
|
);
|
||||||
enrichedMessage = message.copyWith(senderName: contact.advName);
|
if (author != null) {
|
||||||
|
senderContact = author;
|
||||||
|
enrichedMessage = message.copyWith(senderName: author.advName);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Fall back to sender key (direct messages, or room with unknown author)
|
||||||
|
if (senderContact == null && message.senderPublicKeyPrefix != null) {
|
||||||
|
final contact = contactsProvider.findContactByKey(
|
||||||
|
message.senderPublicKeyPrefix!,
|
||||||
|
);
|
||||||
|
if (contact != null) {
|
||||||
|
senderContact = contact;
|
||||||
|
enrichedMessage = message.copyWith(senderName: contact.advName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
senderContact ??= message.senderPublicKeyPrefix != null
|
senderContact ??= message.senderPublicKeyPrefix != null
|
||||||
@@ -1237,6 +1318,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
.toLowerCase();
|
.toLowerCase();
|
||||||
}
|
}
|
||||||
voiceProvider.registerEnvelope(voiceEnvelope);
|
voiceProvider.registerEnvelope(voiceEnvelope);
|
||||||
|
_replayPendingChannelVoicePackets(voiceEnvelope.sessionId);
|
||||||
enrichedMessage = enrichedMessage.copyWith(
|
enrichedMessage = enrichedMessage.copyWith(
|
||||||
isVoice: true,
|
isVoice: true,
|
||||||
voiceId: voiceEnvelope.sessionId,
|
voiceId: voiceEnvelope.sessionId,
|
||||||
@@ -1274,6 +1356,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
.toLowerCase();
|
.toLowerCase();
|
||||||
}
|
}
|
||||||
imageProvider.registerEnvelope(imageEnvelope);
|
imageProvider.registerEnvelope(imageEnvelope);
|
||||||
|
_replayPendingChannelImageFragments(imageEnvelope.sessionId);
|
||||||
messagesProvider.addMessage(
|
messagesProvider.addMessage(
|
||||||
enrichedMessage,
|
enrichedMessage,
|
||||||
contactLookup: (name) {
|
contactLookup: (name) {
|
||||||
@@ -1337,12 +1420,13 @@ class AppProvider with ChangeNotifier {
|
|||||||
if (_handlePendingRepeaterOwnerResponse(tag, responseData)) {
|
if (_handlePendingRepeaterOwnerResponse(tag, responseData)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
debugPrint(
|
debugPrint('📊 [AppProvider] Binary response (0x8C tag=$tag) received');
|
||||||
'📊 [AppProvider] Binary response (0x8C) received - updating contact telemetry',
|
// Binary responses carry Cayenne LPP telemetry data.
|
||||||
);
|
// The data starts with a channel byte — valid LPP always has at least
|
||||||
// Binary response tag 0 = telemetry data (Cayenne LPP format)
|
// 3 bytes (channel + type + value). Skip clearly non-telemetry payloads.
|
||||||
// Other tags may be used for different data types in the future
|
if (responseData.length >= 3) {
|
||||||
contactsProvider.updateTelemetry(publicKeyPrefix, responseData);
|
contactsProvider.updateTelemetry(publicKeyPrefix, responseData);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// When raw binary data is received (PUSH_CODE_RAW_DATA 0x84)
|
// When raw binary data is received (PUSH_CODE_RAW_DATA 0x84)
|
||||||
@@ -1390,15 +1474,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
final fastGpsPacket = FastGpsPacket.tryParseBinary(payload);
|
if (_handleFastGpsPayload(payload)) {
|
||||||
if (fastGpsPacket != null) {
|
|
||||||
final sender = _resolveContactByPrefixHex(fastGpsPacket.senderKey6);
|
|
||||||
if (sender != null) {
|
|
||||||
contactsProvider.updateFastGps(
|
|
||||||
sender.publicKey.sublist(0, 6),
|
|
||||||
fastGpsPacket,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1535,66 +1611,44 @@ class AppProvider with ChangeNotifier {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImagePacket.isImageBinary(payload)) {
|
if (_handleIncomingImageBinaryPayload(payload)) {
|
||||||
final frag = ImagePacket.tryParseBinary(payload);
|
|
||||||
if (frag == null) return;
|
|
||||||
debugPrint('📷 [AppProvider] Binary image fragment received: $frag');
|
|
||||||
final session = imageProvider.session(frag.sessionId);
|
|
||||||
if (session == null && frag.total < 1) {
|
|
||||||
debugPrint(
|
|
||||||
'⚠️ [AppProvider] Dropping compact image fragment without envelope '
|
|
||||||
'for session ${frag.sessionId}',
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
imageProvider.addFragment(
|
|
||||||
session == null
|
|
||||||
? frag
|
|
||||||
: ImagePacket(
|
|
||||||
sessionId: frag.sessionId,
|
|
||||||
format: session.format,
|
|
||||||
index: frag.index,
|
|
||||||
total: session.total,
|
|
||||||
data: frag.data,
|
|
||||||
),
|
|
||||||
width: session?.width ?? 0,
|
|
||||||
height: session?.height ?? 0,
|
|
||||||
);
|
|
||||||
_scheduleImageMissingRetry(
|
|
||||||
frag.sessionId,
|
|
||||||
justComplete: imageProvider.isComplete(frag.sessionId),
|
|
||||||
);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
_handleIncomingVoiceBinaryPayload(payload);
|
||||||
if (!VoicePacket.isVoiceBinary(payload)) return;
|
|
||||||
final pkt = VoicePacket.tryParseBinary(payload);
|
|
||||||
if (pkt == null) return;
|
|
||||||
debugPrint('🎙️ [AppProvider] Binary voice packet received: $pkt');
|
|
||||||
final session = voiceProvider.session(pkt.sessionId);
|
|
||||||
if (session == null && pkt.total < 1) {
|
|
||||||
debugPrint(
|
|
||||||
'⚠️ [AppProvider] Dropping compact voice packet without envelope '
|
|
||||||
'for session ${pkt.sessionId}',
|
|
||||||
);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
final justComplete = voiceProvider.addPacket(
|
|
||||||
session == null
|
|
||||||
? pkt
|
|
||||||
: VoicePacket(
|
|
||||||
sessionId: pkt.sessionId,
|
|
||||||
mode: session.mode,
|
|
||||||
index: pkt.index,
|
|
||||||
total: session.total,
|
|
||||||
codec2Data: pkt.codec2Data,
|
|
||||||
),
|
|
||||||
);
|
|
||||||
_scheduleVoiceMissingRetry(pkt.sessionId, justComplete: justComplete);
|
|
||||||
// Insert or update the placeholder message in the chat list
|
|
||||||
_handleIncomingVoicePacket(pkt, justComplete: justComplete);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
connectionProvider.onChannelDataReceived =
|
||||||
|
(channelIdx, pathLen, dataType, payload, snrRaw, rssiDbm) {
|
||||||
|
if (dataType != MeshCoreConstants.dataTypeDev) {
|
||||||
|
debugPrint(
|
||||||
|
'📦 [AppProvider] Ignoring channel datagram type '
|
||||||
|
'0x${dataType.toRadixString(16).padLeft(4, '0')} on channel $channelIdx',
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_handleFastGpsPayload(payload)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (_handleIncomingImageBinaryPayload(
|
||||||
|
payload,
|
||||||
|
allowPreEnvelopeBuffer: true,
|
||||||
|
)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (_handleIncomingVoiceBinaryPayload(
|
||||||
|
payload,
|
||||||
|
allowPreEnvelopeBuffer: true,
|
||||||
|
)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
debugPrint(
|
||||||
|
'📦 [AppProvider] Unknown developer channel payload on channel '
|
||||||
|
'$channelIdx: ${payload.isNotEmpty ? payload.first : -1}',
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
connectionProvider.onControlDataReceived =
|
connectionProvider.onControlDataReceived =
|
||||||
(payload, snrRaw, rssiDbm, pathLen) {
|
(payload, snrRaw, rssiDbm, pathLen) {
|
||||||
_handleControlDataDiscovery(
|
_handleControlDataDiscovery(
|
||||||
@@ -1707,6 +1761,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
return _prepareDirectMessageSend(
|
return _prepareDirectMessageSend(
|
||||||
messageId: messageId,
|
messageId: messageId,
|
||||||
contact: contact,
|
contact: contact,
|
||||||
|
retryAttempt: retryAttempt,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1776,23 +1831,47 @@ class AppProvider with ChangeNotifier {
|
|||||||
Future<Contact> _prepareDirectMessageSend({
|
Future<Contact> _prepareDirectMessageSend({
|
||||||
required String messageId,
|
required String messageId,
|
||||||
required Contact contact,
|
required Contact contact,
|
||||||
|
required int retryAttempt,
|
||||||
}) async {
|
}) async {
|
||||||
final latestContact =
|
final latestContact =
|
||||||
contactsProvider.findContactByKey(contact.publicKey) ?? contact;
|
contactsProvider.findContactByKey(contact.publicKey) ?? contact;
|
||||||
var session = _directMessageRouteSessions[messageId];
|
var session = _directMessageRouteSessions[messageId];
|
||||||
if (session == null) {
|
if (session == null) {
|
||||||
final selection = await _pathHistoryService.getSelectionForContact(
|
final selection = latestContact.routeHasPath && latestContact.routeHopCount > 0
|
||||||
latestContact,
|
? PathSelection(
|
||||||
autoRouteRotationEnabled: _autoRouteRotationEnabled,
|
mode: PathSelectionMode.directCurrent,
|
||||||
);
|
pathBytes: Uint8List.fromList(latestContact.routePathBytes),
|
||||||
|
hopCount: latestContact.routeHopCount,
|
||||||
|
hashSize: latestContact.routeHashSize,
|
||||||
|
)
|
||||||
|
: await _pathHistoryService.getSelectionForContact(
|
||||||
|
latestContact,
|
||||||
|
autoRouteRotationEnabled: _autoRouteRotationEnabled,
|
||||||
|
);
|
||||||
session = _DirectMessageRouteSession(
|
session = _DirectMessageRouteSession(
|
||||||
currentSelection: selection,
|
currentSelection: selection,
|
||||||
originalRoute: ContactRouteCodec.fromContact(latestContact),
|
originalRoute: ContactRouteCodec.fromContact(latestContact),
|
||||||
routerFallbackAttempted: false,
|
routerFallbackAttempted: false,
|
||||||
);
|
);
|
||||||
_directMessageRouteSessions[messageId] = session;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!session.routerFallbackAttempted) {
|
||||||
|
final currentSignature =
|
||||||
|
latestContact.routeHasPath && latestContact.routeHopCount > 0
|
||||||
|
? latestContact.routePathBytes
|
||||||
|
.map((byte) => byte.toRadixString(16).padLeft(2, '0'))
|
||||||
|
.join()
|
||||||
|
: null;
|
||||||
|
final selection = await _resolveDirectMessageSelectionForRetry(
|
||||||
|
latestContact,
|
||||||
|
retryAttempt: retryAttempt,
|
||||||
|
currentSignature: currentSignature,
|
||||||
|
fallbackSelection: session.currentSelection,
|
||||||
|
);
|
||||||
|
session = session.copyWith(currentSelection: selection);
|
||||||
|
}
|
||||||
|
_directMessageRouteSessions[messageId] = session;
|
||||||
|
|
||||||
await _applyPathSelection(
|
await _applyPathSelection(
|
||||||
latestContact,
|
latestContact,
|
||||||
session.currentSelection,
|
session.currentSelection,
|
||||||
@@ -1803,6 +1882,43 @@ class AppProvider with ChangeNotifier {
|
|||||||
latestContact;
|
latestContact;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<PathSelection> _resolveDirectMessageSelectionForRetry(
|
||||||
|
Contact contact, {
|
||||||
|
required int retryAttempt,
|
||||||
|
required String? currentSignature,
|
||||||
|
required PathSelection fallbackSelection,
|
||||||
|
}) async {
|
||||||
|
if (contact.routeHasPath && contact.routeHopCount > 0 && retryAttempt <= 1) {
|
||||||
|
return PathSelection(
|
||||||
|
mode: PathSelectionMode.directCurrent,
|
||||||
|
pathBytes: Uint8List.fromList(contact.routePathBytes),
|
||||||
|
hopCount: contact.routeHopCount,
|
||||||
|
hashSize: contact.routeHashSize,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (retryAttempt == 2) {
|
||||||
|
return PathSelection.flood();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (retryAttempt >= 3) {
|
||||||
|
final historicalSelection = await _pathHistoryService
|
||||||
|
.getLastSuccessfulDirectSelection(
|
||||||
|
contact,
|
||||||
|
excludeSignature: currentSignature,
|
||||||
|
senderLatitude: locationTrackingService.currentPosition?.latitude,
|
||||||
|
senderLongitude: locationTrackingService.currentPosition?.longitude,
|
||||||
|
recipientLatitude: contact.displayLocation?.latitude,
|
||||||
|
recipientLongitude: contact.displayLocation?.longitude,
|
||||||
|
);
|
||||||
|
if (historicalSelection != null) {
|
||||||
|
return historicalSelection;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return fallbackSelection;
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _applyPathSelection(
|
Future<void> _applyPathSelection(
|
||||||
Contact contact,
|
Contact contact,
|
||||||
PathSelection selection, {
|
PathSelection selection, {
|
||||||
@@ -1977,6 +2093,10 @@ class AppProvider with ChangeNotifier {
|
|||||||
session.currentSelection,
|
session.currentSelection,
|
||||||
success: true,
|
success: true,
|
||||||
roundTripTimeMs: roundTripTimeMs,
|
roundTripTimeMs: roundTripTimeMs,
|
||||||
|
senderLatitude: locationTrackingService.currentPosition?.latitude,
|
||||||
|
senderLongitude: locationTrackingService.currentPosition?.longitude,
|
||||||
|
recipientLatitude: contact.displayLocation?.latitude,
|
||||||
|
recipientLongitude: contact.displayLocation?.longitude,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -2141,9 +2261,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
// already added to pending adverts and showed notification.
|
// already added to pending adverts and showed notification.
|
||||||
// Nothing else to do — the callback pipeline handles everything.
|
// Nothing else to do — the callback pipeline handles everything.
|
||||||
if (wasKnown) {
|
if (wasKnown) {
|
||||||
debugPrint(
|
debugPrint(' [pushAdvert] Existing contact refreshed');
|
||||||
' [pushAdvert] Existing contact refreshed',
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2476,12 +2594,10 @@ class AppProvider with ChangeNotifier {
|
|||||||
try {
|
try {
|
||||||
_isReconnectSyncInProgress = true;
|
_isReconnectSyncInProgress = true;
|
||||||
_hasCompletedConnectionBootstrap = false;
|
_hasCompletedConnectionBootstrap = false;
|
||||||
// Initialize contacts provider with device public key to exclude self
|
await contactsProvider.prepareForDeviceContactSync(
|
||||||
// If already initialized (from early load), this will just filter out self-contact
|
|
||||||
// This must happen before getContacts to ensure proper filtering
|
|
||||||
await contactsProvider.initialize(
|
|
||||||
devicePublicKey: connectionProvider.deviceInfo.publicKey,
|
devicePublicKey: connectionProvider.deviceInfo.publicKey,
|
||||||
);
|
);
|
||||||
|
channelsProvider.prepareForDeviceSync();
|
||||||
|
|
||||||
// Note: Device clock is automatically synced during connection in MeshCoreBleService
|
// Note: Device clock is automatically synced during connection in MeshCoreBleService
|
||||||
// No need to sync it again here
|
// No need to sync it again here
|
||||||
@@ -2557,10 +2673,14 @@ class AppProvider with ChangeNotifier {
|
|||||||
'🔄 [AppProvider] Device reconnected - syncing contacts and missed messages',
|
'🔄 [AppProvider] Device reconnected - syncing contacts and missed messages',
|
||||||
);
|
);
|
||||||
|
|
||||||
await contactsProvider.initialize(
|
await contactsProvider.prepareForDeviceContactSync(
|
||||||
devicePublicKey: connectionProvider.deviceInfo.publicKey,
|
devicePublicKey: connectionProvider.deviceInfo.publicKey,
|
||||||
);
|
);
|
||||||
|
channelsProvider.prepareForDeviceSync();
|
||||||
await connectionProvider.getContacts();
|
await connectionProvider.getContacts();
|
||||||
|
await connectionProvider.syncChannels(
|
||||||
|
maxChannels: connectionProvider.deviceInfo.maxChannels,
|
||||||
|
);
|
||||||
|
|
||||||
final messageCount = await connectionProvider.syncAllMessages(
|
final messageCount = await connectionProvider.syncAllMessages(
|
||||||
force: true,
|
force: true,
|
||||||
@@ -2703,6 +2823,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
await Future.wait([
|
await Future.wait([
|
||||||
_loadMapEnabled(),
|
_loadMapEnabled(),
|
||||||
_loadContactsEnabled(),
|
_loadContactsEnabled(),
|
||||||
|
_loadContactsSectionVisibility(),
|
||||||
_loadSensorsEnabled(),
|
_loadSensorsEnabled(),
|
||||||
_loadVoiceSilenceTrimmingEnabled(),
|
_loadVoiceSilenceTrimmingEnabled(),
|
||||||
_loadVoiceBandPassFilterEnabled(),
|
_loadVoiceBandPassFilterEnabled(),
|
||||||
@@ -2725,6 +2846,23 @@ class AppProvider with ChangeNotifier {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final channelIdx = locationTrackingService.fastLocationChannelIdx;
|
||||||
|
if (channelIdx == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final hasTargetChannel = contactsProvider.channels.any(
|
||||||
|
(channel) =>
|
||||||
|
(channel.publicKey.length > 1 ? channel.publicKey[1] : 0) ==
|
||||||
|
channelIdx,
|
||||||
|
);
|
||||||
|
if (!hasTargetChannel) {
|
||||||
|
debugPrint(
|
||||||
|
'⚠️ [AppProvider] Fast GPS target channel $channelIdx is unavailable',
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
final publicKey = connectionProvider.deviceInfo.publicKey;
|
final publicKey = connectionProvider.deviceInfo.publicKey;
|
||||||
if (publicKey == null || publicKey.length < 6) {
|
if (publicKey == null || publicKey.length < 6) {
|
||||||
return;
|
return;
|
||||||
@@ -2741,16 +2879,46 @@ class AppProvider with ChangeNotifier {
|
|||||||
timestampSeconds: DateTime.now().millisecondsSinceEpoch ~/ 1000,
|
timestampSeconds: DateTime.now().millisecondsSinceEpoch ~/ 1000,
|
||||||
);
|
);
|
||||||
debugPrint(
|
debugPrint(
|
||||||
'📍 [AppProvider] Sending fast GPS update ($reason): '
|
'📤 [AppProvider] Fast GPS send '
|
||||||
'${position.latitude}, ${position.longitude}',
|
'reason=$reason '
|
||||||
|
'sender=$senderKey6 '
|
||||||
|
'channel=$channelIdx '
|
||||||
|
'lat=${position.latitude} '
|
||||||
|
'lon=${position.longitude} '
|
||||||
|
'ts=${packet.timestampSeconds}',
|
||||||
);
|
);
|
||||||
try {
|
try {
|
||||||
await connectionProvider.sendRawPrivateMulticast(packet.encodeBinary());
|
await connectionProvider.sendChannelData(
|
||||||
|
channelIdx: channelIdx,
|
||||||
|
dataType: MeshCoreConstants.dataTypeDev,
|
||||||
|
payload: packet.encodeBinary(),
|
||||||
|
);
|
||||||
|
debugPrint(
|
||||||
|
'✅ [AppProvider] Fast GPS sent '
|
||||||
|
'sender=$senderKey6 channel=$channelIdx ts=${packet.timestampSeconds}',
|
||||||
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('⚠️ [AppProvider] Fast GPS send failed: $e');
|
debugPrint('⚠️ [AppProvider] Fast GPS send failed: $e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<bool> sendTestFastLocationUpdate() async {
|
||||||
|
if (!connectionProvider.deviceInfo.isConnected) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final position = await locationTrackingService.getCurrentPosition(
|
||||||
|
timeLimit: const Duration(seconds: 10),
|
||||||
|
retryCount: 1,
|
||||||
|
);
|
||||||
|
if (position == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
await _sendFastLocationUpdate(position, reason: 'test');
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
Contact? _resolveVoiceFetchRequester(VoiceFetchRequest request) {
|
Contact? _resolveVoiceFetchRequester(VoiceFetchRequest request) {
|
||||||
final liveContact = _resolveContactByPrefixHex(request.requesterKey6);
|
final liveContact = _resolveContactByPrefixHex(request.requesterKey6);
|
||||||
if (liveContact != null) {
|
if (liveContact != null) {
|
||||||
@@ -3283,6 +3451,173 @@ class AppProvider with ChangeNotifier {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool _handleFastGpsPayload(Uint8List payload) {
|
||||||
|
final fastGpsPacket = FastGpsPacket.tryParseBinary(payload);
|
||||||
|
if (fastGpsPacket == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final sender = _resolveContactByPrefixHex(fastGpsPacket.senderKey6);
|
||||||
|
if (sender != null) {
|
||||||
|
contactsProvider.updateFastGps(
|
||||||
|
sender.publicKey.sublist(0, 6),
|
||||||
|
fastGpsPacket,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _handleIncomingImageBinaryPayload(
|
||||||
|
Uint8List payload, {
|
||||||
|
bool allowPreEnvelopeBuffer = false,
|
||||||
|
}) {
|
||||||
|
if (!ImagePacket.isImageBinary(payload)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
final frag = ImagePacket.tryParseBinary(payload);
|
||||||
|
if (frag == null) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
debugPrint('📷 [AppProvider] Binary image fragment received: $frag');
|
||||||
|
final session = imageProvider.session(frag.sessionId);
|
||||||
|
if (session == null && frag.total < 1) {
|
||||||
|
if (allowPreEnvelopeBuffer) {
|
||||||
|
_pendingChannelImageFragments.putIfAbsent(
|
||||||
|
frag.sessionId,
|
||||||
|
() => <int, ImagePacket>{},
|
||||||
|
)[frag.index] = frag;
|
||||||
|
debugPrint(
|
||||||
|
'📷 [AppProvider] Buffered compact image fragment before envelope '
|
||||||
|
'for session ${frag.sessionId} index=${frag.index}',
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
debugPrint(
|
||||||
|
'⚠️ [AppProvider] Dropping compact image fragment without envelope '
|
||||||
|
'for session ${frag.sessionId}',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
imageProvider.addFragment(
|
||||||
|
session == null
|
||||||
|
? frag
|
||||||
|
: ImagePacket(
|
||||||
|
sessionId: frag.sessionId,
|
||||||
|
format: session.format,
|
||||||
|
index: frag.index,
|
||||||
|
total: session.total,
|
||||||
|
data: frag.data,
|
||||||
|
),
|
||||||
|
width: session?.width ?? 0,
|
||||||
|
height: session?.height ?? 0,
|
||||||
|
);
|
||||||
|
_scheduleImageMissingRetry(
|
||||||
|
frag.sessionId,
|
||||||
|
justComplete: imageProvider.isComplete(frag.sessionId),
|
||||||
|
);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _handleIncomingVoiceBinaryPayload(
|
||||||
|
Uint8List payload, {
|
||||||
|
bool allowPreEnvelopeBuffer = false,
|
||||||
|
}) {
|
||||||
|
if (!VoicePacket.isVoiceBinary(payload)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
final pkt = VoicePacket.tryParseBinary(payload);
|
||||||
|
if (pkt == null) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
debugPrint('🎙️ [AppProvider] Binary voice packet received: $pkt');
|
||||||
|
final session = voiceProvider.session(pkt.sessionId);
|
||||||
|
if (session == null && pkt.total < 1) {
|
||||||
|
if (allowPreEnvelopeBuffer) {
|
||||||
|
_pendingChannelVoicePackets.putIfAbsent(
|
||||||
|
pkt.sessionId,
|
||||||
|
() => <int, VoicePacket>{},
|
||||||
|
)[pkt.index] = pkt;
|
||||||
|
debugPrint(
|
||||||
|
'🎙️ [AppProvider] Buffered compact voice packet before envelope '
|
||||||
|
'for session ${pkt.sessionId} index=${pkt.index}',
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
debugPrint(
|
||||||
|
'⚠️ [AppProvider] Dropping compact voice packet without envelope '
|
||||||
|
'for session ${pkt.sessionId}',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final normalizedPacket = session == null
|
||||||
|
? pkt
|
||||||
|
: VoicePacket(
|
||||||
|
sessionId: pkt.sessionId,
|
||||||
|
mode: session.mode,
|
||||||
|
index: pkt.index,
|
||||||
|
total: session.total,
|
||||||
|
codec2Data: pkt.codec2Data,
|
||||||
|
);
|
||||||
|
final justComplete = voiceProvider.addPacket(normalizedPacket);
|
||||||
|
_scheduleVoiceMissingRetry(pkt.sessionId, justComplete: justComplete);
|
||||||
|
_handleIncomingVoicePacket(normalizedPacket, justComplete: justComplete);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void _replayPendingChannelVoicePackets(String sessionId) {
|
||||||
|
final pending = _pendingChannelVoicePackets.remove(sessionId);
|
||||||
|
final session = voiceProvider.session(sessionId);
|
||||||
|
if (pending == null || pending.isEmpty || session == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final indices = pending.keys.toList()..sort();
|
||||||
|
for (final index in indices) {
|
||||||
|
final packet = pending[index]!;
|
||||||
|
final normalizedPacket = VoicePacket(
|
||||||
|
sessionId: packet.sessionId,
|
||||||
|
mode: session.mode,
|
||||||
|
index: packet.index,
|
||||||
|
total: session.total,
|
||||||
|
codec2Data: packet.codec2Data,
|
||||||
|
);
|
||||||
|
final justComplete = voiceProvider.addPacket(normalizedPacket);
|
||||||
|
_scheduleVoiceMissingRetry(sessionId, justComplete: justComplete);
|
||||||
|
_handleIncomingVoicePacket(normalizedPacket, justComplete: justComplete);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void _replayPendingChannelImageFragments(String sessionId) {
|
||||||
|
final pending = _pendingChannelImageFragments.remove(sessionId);
|
||||||
|
final session = imageProvider.session(sessionId);
|
||||||
|
if (pending == null || pending.isEmpty || session == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final indices = pending.keys.toList()..sort();
|
||||||
|
for (final index in indices) {
|
||||||
|
final fragment = pending[index]!;
|
||||||
|
final normalizedFragment = ImagePacket(
|
||||||
|
sessionId: fragment.sessionId,
|
||||||
|
format: session.format,
|
||||||
|
index: fragment.index,
|
||||||
|
total: session.total,
|
||||||
|
data: fragment.data,
|
||||||
|
);
|
||||||
|
imageProvider.addFragment(
|
||||||
|
normalizedFragment,
|
||||||
|
width: session.width,
|
||||||
|
height: session.height,
|
||||||
|
);
|
||||||
|
_scheduleImageMissingRetry(
|
||||||
|
sessionId,
|
||||||
|
justComplete: imageProvider.isComplete(sessionId),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Insert or update a voice placeholder message for binary raw-data packets.
|
/// Insert or update a voice placeholder message for binary raw-data packets.
|
||||||
///
|
///
|
||||||
/// Binary voice packets arrive without a chat message, so we synthesise one
|
/// Binary voice packets arrive without a chat message, so we synthesise one
|
||||||
@@ -3564,6 +3899,7 @@ class AppProvider with ChangeNotifier {
|
|||||||
await connectionProvider.getContacts();
|
await connectionProvider.getContacts();
|
||||||
|
|
||||||
// Sync all channels so refresh reflects the full device state.
|
// Sync all channels so refresh reflects the full device state.
|
||||||
|
channelsProvider.prepareForDeviceSync();
|
||||||
await connectionProvider.syncChannels(
|
await connectionProvider.syncChannels(
|
||||||
maxChannels: connectionProvider.deviceInfo.maxChannels,
|
maxChannels: connectionProvider.deviceInfo.maxChannels,
|
||||||
);
|
);
|
||||||
@@ -3686,6 +4022,8 @@ class AppProvider with ChangeNotifier {
|
|||||||
_imageMissingRetryAttempts.clear();
|
_imageMissingRetryAttempts.clear();
|
||||||
_voiceSessionSenderKey6.clear();
|
_voiceSessionSenderKey6.clear();
|
||||||
_imageSessionSenderKey6.clear();
|
_imageSessionSenderKey6.clear();
|
||||||
|
_pendingChannelVoicePackets.clear();
|
||||||
|
_pendingChannelImageFragments.clear();
|
||||||
_lowBatteryNotifiedNodeIds.clear();
|
_lowBatteryNotifiedNodeIds.clear();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
@@ -3795,6 +4133,8 @@ class AppProvider with ChangeNotifier {
|
|||||||
for (final timer in _imageMissingRetryTimers.values) {
|
for (final timer in _imageMissingRetryTimers.values) {
|
||||||
timer.cancel();
|
timer.cancel();
|
||||||
}
|
}
|
||||||
|
_pendingChannelVoicePackets.clear();
|
||||||
|
_pendingChannelImageFragments.clear();
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ class ChannelsProvider with ChangeNotifier {
|
|||||||
int _selectedChannelIndex = 0; // Default to public channel
|
int _selectedChannelIndex = 0; // Default to public channel
|
||||||
|
|
||||||
/// Get all channels
|
/// Get all channels
|
||||||
List<Channel> get channels => _channels.values.toList()..sort((a, b) => a.index.compareTo(b.index));
|
List<Channel> get channels =>
|
||||||
|
_channels.values.toList()..sort((a, b) => a.index.compareTo(b.index));
|
||||||
|
|
||||||
/// Get a specific channel by index
|
/// Get a specific channel by index
|
||||||
Channel? getChannel(int index) => _channels[index];
|
Channel? getChannel(int index) => _channels[index];
|
||||||
@@ -28,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,
|
||||||
@@ -54,12 +65,12 @@ class ChannelsProvider with ChangeNotifier {
|
|||||||
void removeChannel(int index) {
|
void removeChannel(int index) {
|
||||||
if (_channels.containsKey(index)) {
|
if (_channels.containsKey(index)) {
|
||||||
_channels.remove(index);
|
_channels.remove(index);
|
||||||
|
|
||||||
// If the deleted channel was selected, switch to public channel
|
// If the deleted channel was selected, switch to public channel
|
||||||
if (_selectedChannelIndex == index) {
|
if (_selectedChannelIndex == index) {
|
||||||
_selectedChannelIndex = 0;
|
_selectedChannelIndex = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -96,6 +107,13 @@ class ChannelsProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Clear runtime channel state before a live device sync begins.
|
||||||
|
void prepareForDeviceSync() {
|
||||||
|
_channels.clear();
|
||||||
|
_selectedChannelIndex = 0;
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
/// Check if channels have been loaded
|
/// Check if channels have been loaded
|
||||||
bool get hasChannels => _channels.isNotEmpty;
|
bool get hasChannels => _channels.isNotEmpty;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
@@ -73,6 +90,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
final MeshCoreBleService _bleService = MeshCoreBleService();
|
final MeshCoreBleService _bleService = MeshCoreBleService();
|
||||||
MeshCoreTcpService? _tcpService;
|
MeshCoreTcpService? _tcpService;
|
||||||
MeshCoreSerialService? _serialService;
|
MeshCoreSerialService? _serialService;
|
||||||
|
Future<void> Function()? _serialDisconnectTransport;
|
||||||
|
|
||||||
/// Expose BLE service for background location tracking
|
/// Expose BLE service for background location tracking
|
||||||
MeshCoreBleService get bleService => _bleService;
|
MeshCoreBleService get bleService => _bleService;
|
||||||
@@ -104,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;
|
||||||
@@ -173,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 =>
|
||||||
@@ -211,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;
|
||||||
@@ -224,6 +251,87 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
_wireServiceCallbacks(_bleService);
|
_wireServiceCallbacks(_bleService);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _prepareForConnectionSwitch(ConnectionMode nextMode) async {
|
||||||
|
if (_isScanning) {
|
||||||
|
debugPrint('🔵 [Provider] Stopping active scan before connect()');
|
||||||
|
await stopScan();
|
||||||
|
}
|
||||||
|
|
||||||
|
await _disconnectInactiveTransports(nextMode);
|
||||||
|
_error = null;
|
||||||
|
_supportsAutoaddConfig = null;
|
||||||
|
_resetSyncState();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _disconnectInactiveTransports(ConnectionMode activeMode) async {
|
||||||
|
if (activeMode != ConnectionMode.ble && _bleService.isConnected) {
|
||||||
|
await _bleService.disconnect();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (activeMode != ConnectionMode.tcp && _tcpService != null) {
|
||||||
|
await _disposeTcpService();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (activeMode != ConnectionMode.usb && _serialService != null) {
|
||||||
|
await _disposeSerialService();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _disposeTcpService() async {
|
||||||
|
final service = _tcpService;
|
||||||
|
if (service == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_tcpService = null;
|
||||||
|
await service.disconnect();
|
||||||
|
service.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _disposeSerialService() async {
|
||||||
|
final service = _serialService;
|
||||||
|
final disconnectTransport = _serialDisconnectTransport;
|
||||||
|
_serialService = null;
|
||||||
|
_serialDisconnectTransport = null;
|
||||||
|
if (service == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
service.markDisconnected();
|
||||||
|
service.writeRaw = null;
|
||||||
|
if (disconnectTransport != null) {
|
||||||
|
await disconnectTransport();
|
||||||
|
}
|
||||||
|
service.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
void _beginConnectionAttempt({
|
||||||
|
required ConnectionMode mode,
|
||||||
|
required String deviceId,
|
||||||
|
required String deviceName,
|
||||||
|
String? tcpHost,
|
||||||
|
}) {
|
||||||
|
_connectionMode = mode;
|
||||||
|
_tcpHost = mode == ConnectionMode.tcp ? tcpHost : null;
|
||||||
|
_deviceInfo = _deviceInfo.copyWith(
|
||||||
|
deviceId: deviceId,
|
||||||
|
deviceName: deviceName,
|
||||||
|
connectionState: ConnectionState.connecting,
|
||||||
|
);
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
void _resetConnectionSession({ConnectionMode nextMode = ConnectionMode.ble}) {
|
||||||
|
_tcpHost = nextMode == ConnectionMode.tcp ? _tcpHost : null;
|
||||||
|
_connectionMode = nextMode;
|
||||||
|
_supportsAutoaddConfig = null;
|
||||||
|
_resetSyncState();
|
||||||
|
_deviceInfo = DeviceInfo(connectionState: ConnectionState.disconnected);
|
||||||
|
_roomLoginManager.clearRoomLoginStates();
|
||||||
|
_pingTracker.clearAll();
|
||||||
|
_pendingSendOperations.clear();
|
||||||
|
_messageDeliveryTracker.clearTracking();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
/// Wire all shared event callbacks onto [service].
|
/// Wire all shared event callbacks onto [service].
|
||||||
/// Called for both BLE and TCP services so the provider handles events
|
/// Called for both BLE and TCP services so the provider handles events
|
||||||
/// identically regardless of transport.
|
/// identically regardless of transport.
|
||||||
@@ -381,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(
|
||||||
@@ -451,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);
|
||||||
|
|
||||||
@@ -465,10 +579,15 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
manufacturerModel: deviceInfo['manufacturerModel'] as String?,
|
manufacturerModel: deviceInfo['manufacturerModel'] as String?,
|
||||||
semanticVersion: deviceInfo['semanticVersion'] as String?,
|
semanticVersion: deviceInfo['semanticVersion'] as String?,
|
||||||
clientRepeat: deviceInfo['clientRepeat'] as bool?,
|
clientRepeat: deviceInfo['clientRepeat'] as bool?,
|
||||||
supportsSpectrumScan: deviceInfo['supportsSpectrumScan'] as bool?,
|
pathHashMode: deviceInfo['pathHashMode'] as int?,
|
||||||
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();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -481,6 +600,9 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
publicKey: selfInfo['publicKey'] as Uint8List?,
|
publicKey: selfInfo['publicKey'] as Uint8List?,
|
||||||
advLat: selfInfo['advLat'] as int?,
|
advLat: selfInfo['advLat'] as int?,
|
||||||
advLon: selfInfo['advLon'] as int?,
|
advLon: selfInfo['advLon'] as int?,
|
||||||
|
multiAcks: selfInfo['multiAcks'] as int?,
|
||||||
|
advertLocPolicy: selfInfo['advertLocPolicy'] as int?,
|
||||||
|
telemetryModes: selfInfo['telemetryModes'] as int?,
|
||||||
manualAddContacts: selfInfo['manualAddContacts'] as bool?,
|
manualAddContacts: selfInfo['manualAddContacts'] as bool?,
|
||||||
radioFreq: selfInfo['radioFreq'] as int?,
|
radioFreq: selfInfo['radioFreq'] as int?,
|
||||||
radioBw: selfInfo['radioBw'] as int?,
|
radioBw: selfInfo['radioBw'] as int?,
|
||||||
@@ -523,10 +645,15 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
autoAddRoomServers: config['autoAddRoomServers'] as bool?,
|
autoAddRoomServers: config['autoAddRoomServers'] as bool?,
|
||||||
autoAddSensors: config['autoAddSensors'] as bool?,
|
autoAddSensors: config['autoAddSensors'] as bool?,
|
||||||
autoAddOverwriteOldest: config['autoAddOverwriteOldest'] as bool?,
|
autoAddOverwriteOldest: config['autoAddOverwriteOldest'] as bool?,
|
||||||
|
autoAddMaxHops: config['autoAddMaxHops'] as int?,
|
||||||
);
|
);
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
service.onTraceDataReceived = (nonce, hopCount, snrThere, snrBack) {
|
||||||
|
_handleTraceDataReceived(nonce, hopCount, snrThere, snrBack);
|
||||||
|
};
|
||||||
|
|
||||||
service.onTxActivity = () {
|
service.onTxActivity = () {
|
||||||
_txActivity = true;
|
_txActivity = true;
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
@@ -564,6 +691,13 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
debugPrint('✅ [Provider] Scan state initialized, notifying listeners');
|
debugPrint('✅ [Provider] Scan state initialized, notifying listeners');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
final adapterError = await _awaitBleAdapterReady();
|
||||||
|
if (adapterError != null) {
|
||||||
|
debugPrint('⚠️ [Provider] BLE adapter not ready: $adapterError');
|
||||||
|
_error = adapterError;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
await for (final scanResult in _bleService.scanForDevices(
|
await for (final scanResult in _bleService.scanForDevices(
|
||||||
timeout: const Duration(seconds: 10),
|
timeout: const Duration(seconds: 10),
|
||||||
)) {
|
)) {
|
||||||
@@ -605,6 +739,53 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<String?> _awaitBleAdapterReady({
|
||||||
|
Duration timeout = const Duration(seconds: 4),
|
||||||
|
}) async {
|
||||||
|
if (!await FlutterBluePlus.isSupported) {
|
||||||
|
return 'Bluetooth is not supported on this device.';
|
||||||
|
}
|
||||||
|
|
||||||
|
var state = await FlutterBluePlus.adapterState.first;
|
||||||
|
debugPrint('🔵 [Provider] Initial BLE adapter state: $state');
|
||||||
|
|
||||||
|
if (state == BluetoothAdapterState.unknown ||
|
||||||
|
state == BluetoothAdapterState.turningOn) {
|
||||||
|
debugPrint('⏳ [Provider] Waiting for BLE adapter to finish initializing');
|
||||||
|
try {
|
||||||
|
state = await FlutterBluePlus.adapterState
|
||||||
|
.where(
|
||||||
|
(candidate) =>
|
||||||
|
candidate != BluetoothAdapterState.unknown &&
|
||||||
|
candidate != BluetoothAdapterState.turningOn,
|
||||||
|
)
|
||||||
|
.first
|
||||||
|
.timeout(timeout);
|
||||||
|
} on TimeoutException {
|
||||||
|
state = FlutterBluePlus.adapterStateNow;
|
||||||
|
}
|
||||||
|
debugPrint('🔵 [Provider] BLE adapter state after wait: $state');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (state == BluetoothAdapterState.on) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return switch (state) {
|
||||||
|
BluetoothAdapterState.off =>
|
||||||
|
'Bluetooth is turned off. Turn it on and try again.',
|
||||||
|
BluetoothAdapterState.turningOff =>
|
||||||
|
'Bluetooth is turning off. Turn it back on and try again.',
|
||||||
|
BluetoothAdapterState.unauthorized =>
|
||||||
|
'Bluetooth access is not allowed. Check app permissions in System Settings and try again.',
|
||||||
|
BluetoothAdapterState.unavailable =>
|
||||||
|
'Bluetooth hardware is unavailable. On macOS, verify Bluetooth access is enabled for this app target.',
|
||||||
|
BluetoothAdapterState.unknown || BluetoothAdapterState.turningOn =>
|
||||||
|
'Bluetooth is still initializing. Please try again in a moment.',
|
||||||
|
BluetoothAdapterState.on => null,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
/// Stop scanning
|
/// Stop scanning
|
||||||
Future<void> stopScan() async {
|
Future<void> stopScan() async {
|
||||||
await FlutterBluePlus.stopScan();
|
await FlutterBluePlus.stopScan();
|
||||||
@@ -629,27 +810,15 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
debugPrint(
|
debugPrint(
|
||||||
'🔵 [Provider] connect() called for device: ${device.platformName}',
|
'🔵 [Provider] connect() called for device: ${device.platformName}',
|
||||||
);
|
);
|
||||||
|
await _prepareForConnectionSwitch(ConnectionMode.ble);
|
||||||
if (_isScanning) {
|
_beginConnectionAttempt(
|
||||||
debugPrint('🔵 [Provider] Stopping active scan before connect()');
|
mode: ConnectionMode.ble,
|
||||||
await stopScan();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ensure we route commands to BLE, not a stale TCP service.
|
|
||||||
_connectionMode = ConnectionMode.ble;
|
|
||||||
|
|
||||||
_deviceInfo = _deviceInfo.copyWith(
|
|
||||||
deviceId: device.remoteId.toString(),
|
deviceId: device.remoteId.toString(),
|
||||||
deviceName: device.platformName.isNotEmpty
|
deviceName: device.platformName.isNotEmpty
|
||||||
? device.platformName
|
? device.platformName
|
||||||
: 'Unknown',
|
: 'Unknown',
|
||||||
connectionState: ConnectionState.connecting,
|
|
||||||
);
|
);
|
||||||
_error = null;
|
|
||||||
_supportsAutoaddConfig = null;
|
|
||||||
_resetSyncState();
|
|
||||||
debugPrint('✅ [Provider] Device info updated to connecting state');
|
debugPrint('✅ [Provider] Device info updated to connecting state');
|
||||||
notifyListeners();
|
|
||||||
|
|
||||||
debugPrint('🔵 [Provider] Calling BLE service connect()...');
|
debugPrint('🔵 [Provider] Calling BLE service connect()...');
|
||||||
final success = await _bleService.connect(device);
|
final success = await _bleService.connect(device);
|
||||||
@@ -669,23 +838,18 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
/// Connect to a MeshCore device over TCP/WiFi (port 5000)
|
/// Connect to a MeshCore device over TCP/WiFi (port 5000)
|
||||||
Future<bool> connectTcp(String host, int port) async {
|
Future<bool> connectTcp(String host, int port) async {
|
||||||
debugPrint('🌐 [Provider] connectTcp() $host:$port');
|
debugPrint('🌐 [Provider] connectTcp() $host:$port');
|
||||||
|
await _prepareForConnectionSwitch(ConnectionMode.tcp);
|
||||||
_tcpHost = host;
|
|
||||||
_deviceInfo = _deviceInfo.copyWith(
|
|
||||||
deviceId: '$host:$port',
|
|
||||||
deviceName: host,
|
|
||||||
connectionState: ConnectionState.connecting,
|
|
||||||
);
|
|
||||||
_error = null;
|
|
||||||
_supportsAutoaddConfig = null;
|
|
||||||
notifyListeners();
|
|
||||||
|
|
||||||
// Create fresh TCP service and wire its callbacks
|
// Create fresh TCP service and wire its callbacks
|
||||||
_tcpService?.dispose();
|
await _disposeTcpService();
|
||||||
_tcpService = MeshCoreTcpService();
|
_tcpService = MeshCoreTcpService();
|
||||||
_wireServiceCallbacks(_tcpService!);
|
_wireServiceCallbacks(_tcpService!);
|
||||||
|
_beginConnectionAttempt(
|
||||||
_connectionMode = ConnectionMode.tcp;
|
mode: ConnectionMode.tcp,
|
||||||
|
deviceId: '$host:$port',
|
||||||
|
deviceName: host,
|
||||||
|
tcpHost: host,
|
||||||
|
);
|
||||||
|
|
||||||
final success = await _tcpService!.connect(host, port);
|
final success = await _tcpService!.connect(host, port);
|
||||||
if (!success) {
|
if (!success) {
|
||||||
@@ -699,21 +863,8 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
|
|
||||||
/// Disconnect from TCP/WiFi device
|
/// Disconnect from TCP/WiFi device
|
||||||
Future<void> disconnectTcp() async {
|
Future<void> disconnectTcp() async {
|
||||||
if (_tcpService != null) {
|
await _disposeTcpService();
|
||||||
await _tcpService!.disconnect();
|
_resetConnectionSession();
|
||||||
_tcpService!.dispose();
|
|
||||||
_tcpService = null;
|
|
||||||
}
|
|
||||||
_tcpHost = null;
|
|
||||||
_connectionMode = ConnectionMode.ble;
|
|
||||||
_supportsAutoaddConfig = null;
|
|
||||||
_resetSyncState();
|
|
||||||
_deviceInfo = DeviceInfo(connectionState: ConnectionState.disconnected);
|
|
||||||
_roomLoginManager.clearRoomLoginStates();
|
|
||||||
_pingTracker.clearAll();
|
|
||||||
_pendingSendOperations.clear();
|
|
||||||
_messageDeliveryTracker.clearTracking();
|
|
||||||
notifyListeners();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Connect via USB serial using a pre-configured [MeshCoreSerialService].
|
/// Connect via USB serial using a pre-configured [MeshCoreSerialService].
|
||||||
@@ -721,22 +872,23 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
/// The caller is responsible for opening the serial port and wiring
|
/// The caller is responsible for opening the serial port and wiring
|
||||||
/// [service.writeRaw] + [service.feedRawBytes] before calling this.
|
/// [service.writeRaw] + [service.feedRawBytes] before calling this.
|
||||||
/// After this call succeeds, [service.markConnected()] has already run.
|
/// After this call succeeds, [service.markConnected()] has already run.
|
||||||
Future<bool> connectSerial(MeshCoreSerialService service) async {
|
Future<bool> connectSerial({
|
||||||
|
required MeshCoreSerialService service,
|
||||||
|
required Future<void> Function() disconnectTransport,
|
||||||
|
required String deviceId,
|
||||||
|
required String deviceName,
|
||||||
|
}) async {
|
||||||
debugPrint('🔌 [Provider] connectSerial()');
|
debugPrint('🔌 [Provider] connectSerial()');
|
||||||
|
await _prepareForConnectionSwitch(ConnectionMode.usb);
|
||||||
_deviceInfo = _deviceInfo.copyWith(
|
await _disposeSerialService();
|
||||||
deviceId: 'usb',
|
|
||||||
deviceName: 'USB Companion',
|
|
||||||
connectionState: ConnectionState.connecting,
|
|
||||||
);
|
|
||||||
_error = null;
|
|
||||||
_supportsAutoaddConfig = null;
|
|
||||||
notifyListeners();
|
|
||||||
|
|
||||||
_serialService?.dispose();
|
|
||||||
_serialService = service;
|
_serialService = service;
|
||||||
|
_serialDisconnectTransport = disconnectTransport;
|
||||||
_wireServiceCallbacks(_serialService!);
|
_wireServiceCallbacks(_serialService!);
|
||||||
_connectionMode = ConnectionMode.usb;
|
_beginConnectionAttempt(
|
||||||
|
mode: ConnectionMode.usb,
|
||||||
|
deviceId: deviceId,
|
||||||
|
deviceName: deviceName,
|
||||||
|
);
|
||||||
|
|
||||||
// markConnected() should already have been called by the transport.
|
// markConnected() should already have been called by the transport.
|
||||||
// If it hasn't, the service won't be connected yet.
|
// If it hasn't, the service won't be connected yet.
|
||||||
@@ -744,6 +896,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
_deviceInfo = _deviceInfo.copyWith(
|
_deviceInfo = _deviceInfo.copyWith(
|
||||||
connectionState: ConnectionState.error,
|
connectionState: ConnectionState.error,
|
||||||
);
|
);
|
||||||
|
await _disposeSerialService();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -752,18 +905,8 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
|
|
||||||
/// Disconnect from USB serial device.
|
/// Disconnect from USB serial device.
|
||||||
Future<void> disconnectSerial() async {
|
Future<void> disconnectSerial() async {
|
||||||
_serialService?.markDisconnected();
|
await _disposeSerialService();
|
||||||
_serialService?.dispose();
|
_resetConnectionSession();
|
||||||
_serialService = null;
|
|
||||||
_connectionMode = ConnectionMode.ble;
|
|
||||||
_supportsAutoaddConfig = null;
|
|
||||||
_resetSyncState();
|
|
||||||
_deviceInfo = DeviceInfo(connectionState: ConnectionState.disconnected);
|
|
||||||
_roomLoginManager.clearRoomLoginStates();
|
|
||||||
_pingTracker.clearAll();
|
|
||||||
_pendingSendOperations.clear();
|
|
||||||
_messageDeliveryTracker.clearTracking();
|
|
||||||
notifyListeners();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Disconnect from device
|
/// Disconnect from device
|
||||||
@@ -783,15 +926,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await _bleService.disconnect();
|
await _bleService.disconnect();
|
||||||
|
_resetConnectionSession();
|
||||||
_supportsAutoaddConfig = null;
|
|
||||||
_resetSyncState();
|
|
||||||
_deviceInfo = DeviceInfo(connectionState: ConnectionState.disconnected);
|
|
||||||
_roomLoginManager.clearRoomLoginStates();
|
|
||||||
_pingTracker.clearAll();
|
|
||||||
_pendingSendOperations.clear();
|
|
||||||
_messageDeliveryTracker.clearTracking();
|
|
||||||
notifyListeners();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Reset message sync state so the next connect/reconnect can sync cleanly.
|
/// Reset message sync state so the next connect/reconnect can sync cleanly.
|
||||||
@@ -1629,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';
|
||||||
@@ -1641,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');
|
||||||
@@ -1709,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).
|
||||||
@@ -1763,11 +1937,13 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
return pendingPing;
|
return pendingPing;
|
||||||
}
|
}
|
||||||
|
|
||||||
final future = _runSmartPing(
|
final future = _isSelfPublicKey(contactPublicKey)
|
||||||
contactPublicKey: contactPublicKey,
|
? _runSelfTelemetryPing(contactPublicKey)
|
||||||
hasPath: hasPath,
|
: _runSmartPing(
|
||||||
onRetryWithFlooding: onRetryWithFlooding,
|
contactPublicKey: contactPublicKey,
|
||||||
);
|
hasPath: hasPath,
|
||||||
|
onRetryWithFlooding: onRetryWithFlooding,
|
||||||
|
);
|
||||||
_pendingSmartPings[pingKey] = future;
|
_pendingSmartPings[pingKey] = future;
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
|
|
||||||
@@ -1854,10 +2030,117 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<PingResult> _runSelfTelemetryPing(Uint8List devicePublicKey) async {
|
||||||
|
if (!_activeService.isConnected) {
|
||||||
|
_error = 'Not connected to device';
|
||||||
|
notifyListeners();
|
||||||
|
return PingResult(success: false, usedFlooding: false, timedOut: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
final pingFuture = _pingTracker.trackPing(
|
||||||
|
publicKey: devicePublicKey,
|
||||||
|
wasDirectAttempt: true,
|
||||||
|
);
|
||||||
|
|
||||||
|
// Firmware treats a 4-byte telemetry request as "self telemetry".
|
||||||
|
await _activeService.requestTelemetry(Uint8List(0), zeroHop: true);
|
||||||
|
|
||||||
|
final gotResponse = await pingFuture;
|
||||||
|
return PingResult(
|
||||||
|
success: gotResponse,
|
||||||
|
usedFlooding: false,
|
||||||
|
timedOut: !gotResponse,
|
||||||
|
);
|
||||||
|
} catch (e) {
|
||||||
|
_error = 'Failed to request self telemetry: $e';
|
||||||
|
notifyListeners();
|
||||||
|
return PingResult(success: false, usedFlooding: false, timedOut: true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// 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('');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool _isSelfPublicKey(Uint8List publicKey) {
|
||||||
|
final selfKey = _deviceInfo.publicKey;
|
||||||
|
if (selfKey == null || selfKey.length != publicKey.length) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (var i = 0; i < publicKey.length; i++) {
|
||||||
|
if (selfKey[i] != publicKey[i]) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/// Send binary request to contact (modern replacement for requestTelemetry)
|
/// Send binary request to contact (modern replacement for requestTelemetry)
|
||||||
///
|
///
|
||||||
/// Supports multiple request types:
|
/// Supports multiple request types:
|
||||||
@@ -2098,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) {
|
||||||
@@ -2202,6 +2448,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
autoAddRoomServers: config['autoAddRoomServers'] as bool?,
|
autoAddRoomServers: config['autoAddRoomServers'] as bool?,
|
||||||
autoAddSensors: config['autoAddSensors'] as bool?,
|
autoAddSensors: config['autoAddSensors'] as bool?,
|
||||||
autoAddOverwriteOldest: config['autoAddOverwriteOldest'] as bool?,
|
autoAddOverwriteOldest: config['autoAddOverwriteOldest'] as bool?,
|
||||||
|
autoAddMaxHops: config['autoAddMaxHops'] as int?,
|
||||||
);
|
);
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -2213,6 +2460,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
autoAddRoomServers: null,
|
autoAddRoomServers: null,
|
||||||
autoAddSensors: null,
|
autoAddSensors: null,
|
||||||
autoAddOverwriteOldest: null,
|
autoAddOverwriteOldest: null,
|
||||||
|
autoAddMaxHops: null,
|
||||||
);
|
);
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
return;
|
return;
|
||||||
@@ -2232,6 +2480,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
required bool autoAddRoomServers,
|
required bool autoAddRoomServers,
|
||||||
required bool autoAddSensors,
|
required bool autoAddSensors,
|
||||||
required bool overwriteOldest,
|
required bool overwriteOldest,
|
||||||
|
int maxHops = 0,
|
||||||
}) async {
|
}) async {
|
||||||
if (!_activeService.isConnected) {
|
if (!_activeService.isConnected) {
|
||||||
_error = 'Not connected to device';
|
_error = 'Not connected to device';
|
||||||
@@ -2246,6 +2495,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
autoAddRoomServers: autoAddRoomServers,
|
autoAddRoomServers: autoAddRoomServers,
|
||||||
autoAddSensors: autoAddSensors,
|
autoAddSensors: autoAddSensors,
|
||||||
overwriteOldest: overwriteOldest,
|
overwriteOldest: overwriteOldest,
|
||||||
|
maxHops: maxHops,
|
||||||
);
|
);
|
||||||
_deviceInfo = _deviceInfo.copyWith(
|
_deviceInfo = _deviceInfo.copyWith(
|
||||||
autoAddUsers: autoAddUsers,
|
autoAddUsers: autoAddUsers,
|
||||||
@@ -2253,6 +2503,7 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
autoAddRoomServers: autoAddRoomServers,
|
autoAddRoomServers: autoAddRoomServers,
|
||||||
autoAddSensors: autoAddSensors,
|
autoAddSensors: autoAddSensors,
|
||||||
autoAddOverwriteOldest: overwriteOldest,
|
autoAddOverwriteOldest: overwriteOldest,
|
||||||
|
autoAddMaxHops: maxHops,
|
||||||
);
|
);
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -2261,15 +2512,30 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> setPathHashMode(int mode) async {
|
||||||
|
if (!_activeService.isConnected) {
|
||||||
|
_error = 'Not connected to device';
|
||||||
|
notifyListeners();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
await _activeService.setPathHashMode(mode);
|
||||||
|
_deviceInfo = _deviceInfo.copyWith(pathHashMode: mode);
|
||||||
|
notifyListeners();
|
||||||
|
} catch (e) {
|
||||||
|
_error = 'Failed to set path hash mode: $e';
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Export a contact as a meshcore:// share URL.
|
/// Export a contact as a meshcore:// share URL.
|
||||||
/// Pass null to export self.
|
/// Pass null to export self.
|
||||||
Future<String?> exportContactUrl(Uint8List? publicKey) async {
|
Future<String?> exportContactUrl(Uint8List? publicKey) async {
|
||||||
if (!_activeService.isConnected) return null;
|
if (!_activeService.isConnected) return null;
|
||||||
try {
|
try {
|
||||||
final frame = await _activeService.exportContact(publicKey);
|
final frame = await _activeService.exportContact(publicKey);
|
||||||
final hex = frame
|
final hex = frame.map((b) => b.toRadixString(16).padLeft(2, '0')).join();
|
||||||
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
|
||||||
.join();
|
|
||||||
return 'meshcore://$hex';
|
return 'meshcore://$hex';
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('⚠️ [Provider] exportContact failed: $e');
|
debugPrint('⚠️ [Provider] exportContact failed: $e');
|
||||||
@@ -2304,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();
|
||||||
@@ -2347,6 +2612,18 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
/// - Total storage in KB (if available)
|
/// - Total storage in KB (if available)
|
||||||
///
|
///
|
||||||
/// Results arrive via onBatteryAndStorage callback and update deviceInfo.
|
/// Results arrive via onBatteryAndStorage callback and update deviceInfo.
|
||||||
|
/// Request the companion device's own telemetry (GPS, temp, sensors).
|
||||||
|
/// The response arrives via onTelemetryReceived with the device's own key.
|
||||||
|
Future<void> requestSelfTelemetry() async {
|
||||||
|
if (!_activeService.isConnected) return;
|
||||||
|
try {
|
||||||
|
// Firmware expects a 4-byte CMD_SEND_TELEMETRY_REQ frame for "self".
|
||||||
|
await _activeService.requestTelemetry(Uint8List(0), zeroHop: true);
|
||||||
|
} catch (e) {
|
||||||
|
debugPrint('⚠️ [Provider] requestSelfTelemetry failed: $e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> getBatteryAndStorage() async {
|
Future<void> getBatteryAndStorage() async {
|
||||||
if (!_activeService.isConnected) {
|
if (!_activeService.isConnected) {
|
||||||
_error = 'Not connected to device';
|
_error = 'Not connected to device';
|
||||||
@@ -2365,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
|
||||||
@@ -2404,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(
|
||||||
@@ -2695,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.
|
||||||
@@ -2737,6 +3035,12 @@ class ConnectionProvider with ChangeNotifier {
|
|||||||
_rxActivityTimer?.cancel();
|
_rxActivityTimer?.cancel();
|
||||||
_txActivityTimer?.cancel();
|
_txActivityTimer?.cancel();
|
||||||
_stopAckCleanupTimer();
|
_stopAckCleanupTimer();
|
||||||
|
final disconnectTransport = _serialDisconnectTransport;
|
||||||
|
if (disconnectTransport != null) {
|
||||||
|
unawaited(disconnectTransport());
|
||||||
|
_serialDisconnectTransport = null;
|
||||||
|
}
|
||||||
|
_serialService?.dispose();
|
||||||
_bleService.dispose();
|
_bleService.dispose();
|
||||||
_tcpService?.dispose();
|
_tcpService?.dispose();
|
||||||
super.dispose();
|
super.dispose();
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import '../models/contact_group.dart';
|
|||||||
import '../models/message_contact_location.dart';
|
import '../models/message_contact_location.dart';
|
||||||
import '../services/cayenne_lpp_parser.dart';
|
import '../services/cayenne_lpp_parser.dart';
|
||||||
import '../services/contact_storage_service.dart';
|
import '../services/contact_storage_service.dart';
|
||||||
|
import '../services/profiles_feature_service.dart';
|
||||||
import '../utils/fast_gps_packet.dart';
|
import '../utils/fast_gps_packet.dart';
|
||||||
import '../utils/rssi_location_estimator.dart';
|
import '../utils/rssi_location_estimator.dart';
|
||||||
import '../utils/key_comparison.dart';
|
import '../utils/key_comparison.dart';
|
||||||
@@ -126,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;
|
||||||
@@ -138,9 +141,12 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
bool _isPersistingPendingAdverts = false;
|
bool _isPersistingPendingAdverts = false;
|
||||||
bool _persistPendingAdvertsRequested = false;
|
bool _persistPendingAdvertsRequested = false;
|
||||||
String? _storageNamespace;
|
String? _storageNamespace;
|
||||||
|
String? _selfPublicKeyHex;
|
||||||
|
ContactTelemetry? _selfTelemetry;
|
||||||
|
|
||||||
// Add default public channel on initialization
|
// Add default public channel on initialization
|
||||||
ContactsProvider() {
|
ContactsProvider()
|
||||||
|
: _storageNamespace = ProfileStorageScope.effectiveNamespace {
|
||||||
_ensurePublicChannelExists();
|
_ensurePublicChannelExists();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -160,6 +166,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
Uint8List? devicePublicKey,
|
Uint8List? devicePublicKey,
|
||||||
}) async {
|
}) async {
|
||||||
_storageNamespace = namespace;
|
_storageNamespace = namespace;
|
||||||
|
_setSelfDevicePublicKey(devicePublicKey);
|
||||||
await _loadFromStorage(force: true, devicePublicKey: devicePublicKey);
|
await _loadFromStorage(force: true, devicePublicKey: devicePublicKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -251,6 +258,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
/// Initialize and load persisted contacts
|
/// Initialize and load persisted contacts
|
||||||
/// [devicePublicKey] - device's own public key to exclude from loaded contacts
|
/// [devicePublicKey] - device's own public key to exclude from loaded contacts
|
||||||
Future<void> initialize({Uint8List? devicePublicKey}) async {
|
Future<void> initialize({Uint8List? devicePublicKey}) async {
|
||||||
|
_setSelfDevicePublicKey(devicePublicKey);
|
||||||
if (_isInitialized) {
|
if (_isInitialized) {
|
||||||
// If already initialized (from early load), just filter out self-contact
|
// If already initialized (from early load), just filter out self-contact
|
||||||
if (devicePublicKey != null) {
|
if (devicePublicKey != null) {
|
||||||
@@ -265,6 +273,36 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Clear runtime contact state before a live device contact sync begins.
|
||||||
|
///
|
||||||
|
/// This intentionally does not touch persisted storage. It snapshots the
|
||||||
|
/// current in-memory contacts so sync updates can still merge against the
|
||||||
|
/// latest local state, but keeps the visible list intact so reconnects do
|
||||||
|
/// not blank the UI while the device is resyncing.
|
||||||
|
Future<void> prepareForDeviceContactSync({Uint8List? devicePublicKey}) async {
|
||||||
|
_setSelfDevicePublicKey(devicePublicKey);
|
||||||
|
if (!_isInitialized) {
|
||||||
|
final storedGroups = await _storageService.loadContactGroups(
|
||||||
|
namespace: _storageNamespace,
|
||||||
|
);
|
||||||
|
_savedContactGroups
|
||||||
|
..clear()
|
||||||
|
..addAll(storedGroups);
|
||||||
|
_isInitialized = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
debugPrint(
|
||||||
|
'🧹 [ContactsProvider] Preparing retained contact state for device sync',
|
||||||
|
);
|
||||||
|
_retainedContactsForSync
|
||||||
|
..clear()
|
||||||
|
..addEntries(
|
||||||
|
_contactsForStorage().map(
|
||||||
|
(contact) => MapEntry(contact.publicKeyHex, contact),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
/// Remove self-contact from loaded contacts (called after BLE connection established)
|
/// Remove self-contact from loaded contacts (called after BLE connection established)
|
||||||
void _removeSelfContact(Uint8List devicePublicKey) {
|
void _removeSelfContact(Uint8List devicePublicKey) {
|
||||||
final selfKeyHex = devicePublicKey
|
final selfKeyHex = devicePublicKey
|
||||||
@@ -345,6 +383,7 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
List<Contact> get contacts => _contacts.values.toList();
|
List<Contact> get contacts => _contacts.values.toList();
|
||||||
|
ContactTelemetry? get selfTelemetry => _selfTelemetry;
|
||||||
List<Contact> get favouriteContacts =>
|
List<Contact> get favouriteContacts =>
|
||||||
_contacts.values.where((c) => c.isFavourite).toList();
|
_contacts.values.where((c) => c.isFavourite).toList();
|
||||||
List<SavedContactGroup> get savedContactGroups =>
|
List<SavedContactGroup> get savedContactGroups =>
|
||||||
@@ -535,9 +574,11 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
// Replace existing observation from the same repeater, or add new
|
// Replace existing observation from the same repeater, or add new
|
||||||
final repeaterKey =
|
final repeaterKey =
|
||||||
'${observation.repeaterLocation.latitude},${observation.repeaterLocation.longitude}';
|
'${observation.repeaterLocation.latitude},${observation.repeaterLocation.longitude}';
|
||||||
observations.removeWhere((o) =>
|
observations.removeWhere(
|
||||||
'${o.repeaterLocation.latitude},${o.repeaterLocation.longitude}' ==
|
(o) =>
|
||||||
repeaterKey);
|
'${o.repeaterLocation.latitude},${o.repeaterLocation.longitude}' ==
|
||||||
|
repeaterKey,
|
||||||
|
);
|
||||||
observations.add(observation);
|
observations.add(observation);
|
||||||
|
|
||||||
// Keep at most 8 observations (most recent per repeater)
|
// Keep at most 8 observations (most recent per repeater)
|
||||||
@@ -637,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}',
|
||||||
@@ -649,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 &&
|
||||||
@@ -678,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);
|
||||||
@@ -926,6 +973,10 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Update contact telemetry
|
/// Update contact telemetry
|
||||||
|
// Dedup: track last telemetry data hash per contact to avoid processing
|
||||||
|
// the same payload twice (0x8B + 0x8C can both fire for the same data).
|
||||||
|
final Map<String, (int, DateTime)> _lastTelemetryHash = {};
|
||||||
|
|
||||||
void updateTelemetry(Uint8List publicKeyPrefix, Uint8List lppData) {
|
void updateTelemetry(Uint8List publicKeyPrefix, Uint8List lppData) {
|
||||||
debugPrint('📊 [ContactsProvider] updateTelemetry() called');
|
debugPrint('📊 [ContactsProvider] updateTelemetry() called');
|
||||||
debugPrint(
|
debugPrint(
|
||||||
@@ -933,19 +984,46 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
);
|
);
|
||||||
debugPrint(' LPP data size: ${lppData.length} bytes');
|
debugPrint(' LPP data size: ${lppData.length} bytes');
|
||||||
|
|
||||||
|
// Deduplicate: same data for same contact within 2 seconds = skip
|
||||||
|
final prefixHex = publicKeyPrefix
|
||||||
|
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
||||||
|
.join();
|
||||||
|
final dataHash = lppData.fold<int>(0, (h, b) => h * 31 + b);
|
||||||
|
final now = DateTime.now();
|
||||||
|
final last = _lastTelemetryHash[prefixHex];
|
||||||
|
if (last != null &&
|
||||||
|
last.$1 == dataHash &&
|
||||||
|
now.difference(last.$2).inSeconds < 2) {
|
||||||
|
debugPrint(' ⏭️ Duplicate telemetry payload, skipping');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_lastTelemetryHash[prefixHex] = (dataHash, now);
|
||||||
|
|
||||||
// Find contact by public key prefix
|
// Find contact by public key prefix
|
||||||
final contact = _findContactByPrefix(publicKeyPrefix);
|
final contact = _findContactByPrefix(publicKeyPrefix);
|
||||||
if (contact == null) {
|
final isSelfTelemetry =
|
||||||
|
contact == null && _matchesSelfPrefix(publicKeyPrefix);
|
||||||
|
if (contact == null && !isSelfTelemetry) {
|
||||||
debugPrint(' ❌ Contact not found for this prefix');
|
debugPrint(' ❌ Contact not found for this prefix');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
debugPrint(' ✅ Found contact: ${contact.advName}');
|
if (isSelfTelemetry) {
|
||||||
debugPrint(' Old telemetry timestamp: ${contact.telemetry?.timestamp}');
|
debugPrint(' ✅ Matched self telemetry response');
|
||||||
|
debugPrint(
|
||||||
|
' Old self telemetry timestamp: ${_selfTelemetry?.timestamp}',
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
debugPrint(' ✅ Found contact: ${contact!.advName}');
|
||||||
|
debugPrint(' Old telemetry timestamp: ${contact.telemetry?.timestamp}');
|
||||||
|
}
|
||||||
|
|
||||||
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}');
|
||||||
|
|
||||||
@@ -964,7 +1042,9 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
final previousTelemetry = contact.telemetry;
|
final previousTelemetry = isSelfTelemetry
|
||||||
|
? _selfTelemetry
|
||||||
|
: contact!.telemetry;
|
||||||
|
|
||||||
final mergedTelemetry = _mergeTelemetryForContact(
|
final mergedTelemetry = _mergeTelemetryForContact(
|
||||||
existingTelemetry: previousTelemetry,
|
existingTelemetry: previousTelemetry,
|
||||||
@@ -987,29 +1067,38 @@ 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,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isSelfTelemetry) {
|
||||||
|
_selfTelemetry = telemetry;
|
||||||
|
notifyListeners();
|
||||||
|
debugPrint(' ✅ Updated self telemetry');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final resolvedContact = contact!;
|
||||||
|
|
||||||
// Update contact with new telemetry AND last seen time
|
// Update contact with new telemetry AND last seen time
|
||||||
// lastAdvert is Unix timestamp in seconds
|
// lastAdvert is Unix timestamp in seconds
|
||||||
final currentTimestamp = (DateTime.now().millisecondsSinceEpoch / 1000)
|
final currentTimestamp = (DateTime.now().millisecondsSinceEpoch / 1000)
|
||||||
.round();
|
.round();
|
||||||
debugPrint(' Old lastAdvert: ${contact.lastAdvert}');
|
debugPrint(' Old lastAdvert: ${resolvedContact.lastAdvert}');
|
||||||
debugPrint(' New lastAdvert: $currentTimestamp');
|
debugPrint(' New lastAdvert: $currentTimestamp');
|
||||||
|
|
||||||
final persistedGps = _getValidGpsOrNull(telemetry.gpsLocation);
|
final persistedGps = _getValidGpsOrNull(telemetry.gpsLocation);
|
||||||
final updatedContact = contact.copyWith(
|
final updatedContact = resolvedContact.copyWith(
|
||||||
telemetry: telemetry,
|
telemetry: telemetry,
|
||||||
lastAdvert: currentTimestamp, // Update last seen time
|
lastAdvert: currentTimestamp, // Update last seen time
|
||||||
advLat: persistedGps != null
|
advLat: persistedGps != null
|
||||||
? _coordinateToAdvertMicrodegrees(persistedGps.latitude)
|
? _coordinateToAdvertMicrodegrees(persistedGps.latitude)
|
||||||
: contact.advLat,
|
: resolvedContact.advLat,
|
||||||
advLon: persistedGps != null
|
advLon: persistedGps != null
|
||||||
? _coordinateToAdvertMicrodegrees(persistedGps.longitude)
|
? _coordinateToAdvertMicrodegrees(persistedGps.longitude)
|
||||||
: contact.advLon,
|
: resolvedContact.advLon,
|
||||||
);
|
);
|
||||||
_contacts[contact.publicKeyHex] = updatedContact;
|
_contacts[resolvedContact.publicKeyHex] = updatedContact;
|
||||||
debugPrint(' ✅ Updated contact in map (with new lastAdvert)');
|
debugPrint(' ✅ Updated contact in map (with new lastAdvert)');
|
||||||
|
|
||||||
_persistContacts();
|
_persistContacts();
|
||||||
@@ -1048,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();
|
||||||
}
|
}
|
||||||
@@ -1127,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,
|
||||||
@@ -1176,10 +1308,11 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
|
|
||||||
/// Find contact by public key prefix (6 bytes)
|
/// Find contact by public key prefix (6 bytes)
|
||||||
Contact? _findContactByPrefix(Uint8List prefix) {
|
Contact? _findContactByPrefix(Uint8List prefix) {
|
||||||
if (prefix.length < 6) return null;
|
if (prefix.isEmpty) return null;
|
||||||
|
|
||||||
|
final takeLen = prefix.length < 6 ? prefix.length : 6;
|
||||||
final prefixHex = prefix
|
final prefixHex = prefix
|
||||||
.sublist(0, 6)
|
.sublist(0, takeLen)
|
||||||
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
||||||
.join('');
|
.join('');
|
||||||
|
|
||||||
@@ -1215,6 +1348,36 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
return _contacts[keyHex];
|
return _contacts[keyHex];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _setSelfDevicePublicKey(Uint8List? devicePublicKey) {
|
||||||
|
final nextKeyHex = _publicKeyHexOrNull(devicePublicKey);
|
||||||
|
if (_selfPublicKeyHex != nextKeyHex) {
|
||||||
|
_selfTelemetry = null;
|
||||||
|
}
|
||||||
|
_selfPublicKeyHex = nextKeyHex;
|
||||||
|
}
|
||||||
|
|
||||||
|
String? _publicKeyHexOrNull(Uint8List? publicKey) {
|
||||||
|
if (publicKey == null || publicKey.isEmpty) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return publicKey.map((b) => b.toRadixString(16).padLeft(2, '0')).join('');
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _matchesSelfPrefix(Uint8List prefix) {
|
||||||
|
final selfKeyHex = _selfPublicKeyHex;
|
||||||
|
if (selfKeyHex == null || prefix.isEmpty) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final takeLen = prefix.length < 6 ? prefix.length : 6;
|
||||||
|
final prefixHex = prefix
|
||||||
|
.sublist(0, takeLen)
|
||||||
|
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
||||||
|
.join('');
|
||||||
|
return selfKeyHex.startsWith(prefixHex);
|
||||||
|
}
|
||||||
|
|
||||||
/// Clear a contact's learned path locally so the UI and next send both
|
/// Clear a contact's learned path locally so the UI and next send both
|
||||||
/// prefer flood routing until the radio reports a fresh route.
|
/// prefer flood routing until the radio reports a fresh route.
|
||||||
void markPathUnhealthy(Uint8List publicKey) {
|
void markPathUnhealthy(Uint8List publicKey) {
|
||||||
@@ -1512,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();
|
||||||
@@ -1536,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();
|
||||||
@@ -1618,6 +1783,10 @@ class ContactsProvider with ChangeNotifier {
|
|||||||
_contacts.clear();
|
_contacts.clear();
|
||||||
_savedContactGroups.clear();
|
_savedContactGroups.clear();
|
||||||
_pendingAdverts.clear();
|
_pendingAdverts.clear();
|
||||||
|
_estimatedLocations.clear();
|
||||||
|
_rssiObservations.clear();
|
||||||
|
_retainedContactsForSync.clear();
|
||||||
|
_selfTelemetry = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, dynamic> _pendingAdvertToJson(PendingAdvert advert) {
|
Map<String, dynamic> _pendingAdvertToJson(PendingAdvert advert) {
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import 'dart:convert';
|
|||||||
import 'package:flutter/foundation.dart';
|
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 '../services/profiles_feature_service.dart';
|
||||||
import 'helpers/raw_session_retransmit.dart';
|
import 'helpers/raw_session_retransmit.dart';
|
||||||
import '../utils/image_message_parser.dart';
|
import '../utils/image_message_parser.dart';
|
||||||
|
|
||||||
@@ -75,6 +76,8 @@ class ImageProvider with ChangeNotifier {
|
|||||||
_restore();
|
_restore();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String _scopedStorageKey() => ProfileStorageScope.scopedKey(_storageKey);
|
||||||
|
|
||||||
// ── Accessors ────────────────────────────────────────────────────────────
|
// ── Accessors ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
ImageSession? session(String sessionId) => _sessions[sessionId];
|
ImageSession? session(String sessionId) => _sessions[sessionId];
|
||||||
@@ -292,18 +295,22 @@ class ImageProvider with ChangeNotifier {
|
|||||||
// ── Persistence ──────────────────────────────────────────────────────────
|
// ── Persistence ──────────────────────────────────────────────────────────
|
||||||
|
|
||||||
Future<void> clearAll() async {
|
Future<void> clearAll() async {
|
||||||
_sessions.clear();
|
_resetInMemoryState();
|
||||||
_outgoing.clear();
|
|
||||||
_ignoredIncomingSessions.clear();
|
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
try {
|
try {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
await prefs.remove(_storageKey);
|
await prefs.remove(_scopedStorageKey());
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('❌ [ImageProvider] Failed to clear storage: $e');
|
debugPrint('❌ [ImageProvider] Failed to clear storage: $e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> reloadProfileScopedState() async {
|
||||||
|
_resetInMemoryState();
|
||||||
|
await _restore();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
void _evictExpiredOutgoing() {
|
void _evictExpiredOutgoing() {
|
||||||
final now = DateTime.now();
|
final now = DateTime.now();
|
||||||
_outgoing.removeWhere((_, s) => now.difference(s.cachedAt) > _outgoingTtl);
|
_outgoing.removeWhere((_, s) => now.difference(s.cachedAt) > _outgoingTtl);
|
||||||
@@ -343,7 +350,7 @@ class ImageProvider with ChangeNotifier {
|
|||||||
)
|
)
|
||||||
.toList(),
|
.toList(),
|
||||||
};
|
};
|
||||||
await prefs.setString(_storageKey, jsonEncode(payload));
|
await prefs.setString(_scopedStorageKey(), jsonEncode(payload));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('❌ [ImageProvider] Failed to persist: $e');
|
debugPrint('❌ [ImageProvider] Failed to persist: $e');
|
||||||
}
|
}
|
||||||
@@ -352,7 +359,7 @@ class ImageProvider with ChangeNotifier {
|
|||||||
Future<void> _restore() async {
|
Future<void> _restore() async {
|
||||||
try {
|
try {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
final raw = prefs.getString(_storageKey);
|
final raw = prefs.getString(_scopedStorageKey());
|
||||||
if (raw == null || raw.isEmpty) return;
|
if (raw == null || raw.isEmpty) return;
|
||||||
|
|
||||||
final parsed = jsonDecode(raw) as Map<String, dynamic>;
|
final parsed = jsonDecode(raw) as Map<String, dynamic>;
|
||||||
@@ -428,6 +435,12 @@ class ImageProvider with ChangeNotifier {
|
|||||||
debugPrint('❌ [ImageProvider] Failed to restore: $e');
|
debugPrint('❌ [ImageProvider] Failed to restore: $e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _resetInMemoryState() {
|
||||||
|
_sessions.clear();
|
||||||
|
_outgoing.clear();
|
||||||
|
_ignoredIncomingSessions.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class _OutgoingSession {
|
class _OutgoingSession {
|
||||||
|
|||||||
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ 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);
|
||||||
|
|
||||||
final List<Message> _messages = [];
|
final List<Message> _messages = [];
|
||||||
final Map<String, SarMarker> _sarMarkers = {};
|
final Map<String, SarMarker> _sarMarkers = {};
|
||||||
@@ -664,6 +665,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 +732,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,16 +767,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;
|
||||||
return existing.senderKeyShort == message.senderKeyShort &&
|
}
|
||||||
existing.senderTimestamp == message.senderTimestamp;
|
return existing.senderTimestamp == message.senderTimestamp &&
|
||||||
|
_matchesDuplicateSenderIdentity(existing, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.isChannelMessage) {
|
if (message.isChannelMessage) {
|
||||||
@@ -746,36 +806,9 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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;
|
|
||||||
}
|
|
||||||
|
|
||||||
final existingSenderKey = existing.senderKeyShort;
|
|
||||||
final incomingSenderKey = message.senderKeyShort;
|
|
||||||
if (existingSenderKey != null &&
|
|
||||||
incomingSenderKey != null &&
|
|
||||||
existingSenderKey == incomingSenderKey) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
final existingSenderName = _normalizedResolvedSenderName(existing);
|
|
||||||
final incomingSenderName = _normalizedResolvedSenderName(message);
|
|
||||||
if (existingSenderName != null &&
|
|
||||||
incomingSenderName != null &&
|
|
||||||
existingSenderName == incomingSenderName) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -783,6 +816,85 @@ class MessagesProvider with ChangeNotifier {
|
|||||||
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) {
|
||||||
|
final existingSenderKey = existing.senderKeyShort;
|
||||||
|
final incomingSenderKey = message.senderKeyShort;
|
||||||
|
if (existingSenderKey != null &&
|
||||||
|
incomingSenderKey != null &&
|
||||||
|
existingSenderKey == incomingSenderKey) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final existingSenderName = _normalizedResolvedSenderName(existing);
|
||||||
|
final incomingSenderName = _normalizedResolvedSenderName(message);
|
||||||
|
return existingSenderName != null &&
|
||||||
|
incomingSenderName != null &&
|
||||||
|
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;
|
||||||
@@ -1180,9 +1292,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) {
|
||||||
@@ -1200,6 +1310,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;
|
||||||
|
|
||||||
@@ -2347,17 +2468,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,
|
||||||
|
|||||||
@@ -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,
|
||||||
@@ -474,6 +489,28 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
bool isWatched(String publicKeyHex) =>
|
bool isWatched(String publicKeyHex) =>
|
||||||
_watchedSensorKeys.contains(publicKeyHex);
|
_watchedSensorKeys.contains(publicKeyHex);
|
||||||
|
|
||||||
|
Contact? selfContact(
|
||||||
|
ContactsProvider contactsProvider,
|
||||||
|
ConnectionProvider connectionProvider,
|
||||||
|
) {
|
||||||
|
final selfKey = connectionProvider.deviceInfo.publicKey;
|
||||||
|
if (selfKey == null || selfKey.isEmpty) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
final existing = contactsProvider.findContactByKey(
|
||||||
|
Uint8List.fromList(selfKey),
|
||||||
|
);
|
||||||
|
final selfTelemetry = contactsProvider.selfTelemetry;
|
||||||
|
if (existing != null) {
|
||||||
|
return selfTelemetry == null
|
||||||
|
? existing
|
||||||
|
: existing.copyWith(telemetry: selfTelemetry);
|
||||||
|
}
|
||||||
|
|
||||||
|
return _buildSelfCandidate(connectionProvider, telemetry: selfTelemetry);
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> addSensor(Contact contact) async {
|
Future<void> addSensor(Contact contact) async {
|
||||||
if (!contact.isChat && !contact.isRepeater && !contact.isSensor) {
|
if (!contact.isChat && !contact.isRepeater && !contact.isSensor) {
|
||||||
return;
|
return;
|
||||||
@@ -549,22 +586,117 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
List<Contact> availableCandidates(ContactsProvider contactsProvider) {
|
Future<void> reorderSensors(int oldIndex, int newIndex) async {
|
||||||
|
if (_watchedSensorKeys.length < 2) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (oldIndex < 0 ||
|
||||||
|
oldIndex >= _watchedSensorKeys.length ||
|
||||||
|
newIndex < 0 ||
|
||||||
|
newIndex > _watchedSensorKeys.length) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var targetIndex = newIndex;
|
||||||
|
if (oldIndex < targetIndex) {
|
||||||
|
targetIndex -= 1;
|
||||||
|
}
|
||||||
|
if (oldIndex == targetIndex) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final movedKey = _watchedSensorKeys.removeAt(oldIndex);
|
||||||
|
_watchedSensorKeys.insert(targetIndex, movedKey);
|
||||||
|
await _persistWatchedSensors();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
|
List<Contact> availableCandidates(
|
||||||
|
ContactsProvider contactsProvider, {
|
||||||
|
ConnectionProvider? connectionProvider,
|
||||||
|
}) {
|
||||||
final candidates = <Contact>[
|
final candidates = <Contact>[
|
||||||
...contactsProvider.chatContacts,
|
...contactsProvider.chatContacts,
|
||||||
...contactsProvider.repeaters,
|
...contactsProvider.repeaters,
|
||||||
...contactsProvider.sensorContacts,
|
...contactsProvider.sensorContacts,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// Add "myself" (own device) as a candidate if it has a public key
|
||||||
|
if (connectionProvider != null) {
|
||||||
|
final self = selfContact(contactsProvider, connectionProvider);
|
||||||
|
if (self != null &&
|
||||||
|
!candidates.any((c) => c.publicKeyHex == self.publicKeyHex)) {
|
||||||
|
candidates.insert(0, self);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
candidates.removeWhere((contact) => isWatched(contact.publicKeyHex));
|
candidates.removeWhere((contact) => isWatched(contact.publicKeyHex));
|
||||||
candidates.sort((a, b) => b.lastSeenTime.compareTo(a.lastSeenTime));
|
candidates.sort((a, b) => b.lastSeenTime.compareTo(a.lastSeenTime));
|
||||||
return candidates;
|
return candidates;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
List<String> displaySensorKeys({
|
||||||
|
required ContactsProvider contactsProvider,
|
||||||
|
required ConnectionProvider connectionProvider,
|
||||||
|
}) {
|
||||||
|
if (_watchedSensorKeys.isNotEmpty) {
|
||||||
|
return List<String>.unmodifiable(_watchedSensorKeys);
|
||||||
|
}
|
||||||
|
|
||||||
|
final self = selfContact(contactsProvider, connectionProvider);
|
||||||
|
if (self == null) {
|
||||||
|
return const <String>[];
|
||||||
|
}
|
||||||
|
|
||||||
|
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(
|
||||||
|
String publicKeyHex, {
|
||||||
|
required ContactsProvider contactsProvider,
|
||||||
|
required ConnectionProvider connectionProvider,
|
||||||
|
}) {
|
||||||
|
for (final entry in contactsProvider.contacts) {
|
||||||
|
if (entry.publicKeyHex == publicKeyHex) {
|
||||||
|
return entry;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final self = selfContact(contactsProvider, connectionProvider);
|
||||||
|
if (self?.publicKeyHex == publicKeyHex) {
|
||||||
|
return self;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> refreshAll({
|
Future<void> refreshAll({
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -572,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,
|
||||||
@@ -597,13 +729,11 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
|
|
||||||
_lastRefreshAttemptAt[publicKeyHex] = requestedAt ?? DateTime.now();
|
_lastRefreshAttemptAt[publicKeyHex] = requestedAt ?? DateTime.now();
|
||||||
|
|
||||||
Contact? contact;
|
final contact = contactForDisplay(
|
||||||
for (final entry in contactsProvider.contacts) {
|
publicKeyHex,
|
||||||
if (entry.publicKeyHex == publicKeyHex) {
|
contactsProvider: contactsProvider,
|
||||||
contact = entry;
|
connectionProvider: connectionProvider,
|
||||||
break;
|
);
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (contact == null) {
|
if (contact == null) {
|
||||||
_setRefreshState(publicKeyHex, SensorRefreshState.unavailable);
|
_setRefreshState(publicKeyHex, SensorRefreshState.unavailable);
|
||||||
@@ -635,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;
|
||||||
}
|
}
|
||||||
@@ -686,4 +826,29 @@ class SensorsProvider with ChangeNotifier {
|
|||||||
_refreshStateUpdatedAt[publicKeyHex] = DateTime.now();
|
_refreshStateUpdatedAt[publicKeyHex] = DateTime.now();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Contact? _buildSelfCandidate(
|
||||||
|
ConnectionProvider connectionProvider, {
|
||||||
|
ContactTelemetry? telemetry,
|
||||||
|
}) {
|
||||||
|
final deviceInfo = connectionProvider.deviceInfo;
|
||||||
|
final selfKey = deviceInfo.publicKey;
|
||||||
|
if (selfKey == null || selfKey.isEmpty) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Contact(
|
||||||
|
publicKey: Uint8List.fromList(selfKey),
|
||||||
|
type: ContactType.chat,
|
||||||
|
flags: 0,
|
||||||
|
outPathLen: 0,
|
||||||
|
outPath: Uint8List(64),
|
||||||
|
advName: deviceInfo.selfName ?? 'My Device',
|
||||||
|
lastAdvert: DateTime.now().millisecondsSinceEpoch ~/ 1000,
|
||||||
|
advLat: deviceInfo.advLat ?? 0,
|
||||||
|
advLon: deviceInfo.advLon ?? 0,
|
||||||
|
lastMod: DateTime.now().millisecondsSinceEpoch ~/ 1000,
|
||||||
|
telemetry: telemetry,
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import 'dart:typed_data';
|
|||||||
import 'package:flutter/foundation.dart';
|
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 '../services/profiles_feature_service.dart';
|
||||||
import 'helpers/raw_session_retransmit.dart';
|
import 'helpers/raw_session_retransmit.dart';
|
||||||
import '../utils/voice_message_parser.dart';
|
import '../utils/voice_message_parser.dart';
|
||||||
import '../services/voice_codec_service.dart';
|
import '../services/voice_codec_service.dart';
|
||||||
@@ -92,6 +93,9 @@ class VoiceProvider with ChangeNotifier {
|
|||||||
_restorePersistedVoiceData();
|
_restorePersistedVoiceData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String _storageKey() =>
|
||||||
|
ProfileStorageScope.scopedKey(_voiceSessionsStorageKey);
|
||||||
|
|
||||||
// ── Session accessors ────────────────────────────────────────────────────
|
// ── Session accessors ────────────────────────────────────────────────────
|
||||||
|
|
||||||
VoiceSession? session(String sessionId) => _sessions[sessionId];
|
VoiceSession? session(String sessionId) => _sessions[sessionId];
|
||||||
@@ -329,19 +333,22 @@ class VoiceProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> clearStoredVoiceData() async {
|
Future<void> clearStoredVoiceData() async {
|
||||||
_sessions.clear();
|
await _resetInMemoryState();
|
||||||
_outgoingSessions.clear();
|
|
||||||
_ignoredIncomingSessions.clear();
|
|
||||||
_playingSessionId = null;
|
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
try {
|
try {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
await prefs.remove(_voiceSessionsStorageKey);
|
await prefs.remove(_storageKey());
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('❌ [VoiceProvider] Failed to clear stored voice data: $e');
|
debugPrint('❌ [VoiceProvider] Failed to clear stored voice data: $e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> reloadProfileScopedState() async {
|
||||||
|
await _resetInMemoryState();
|
||||||
|
await _restorePersistedVoiceData();
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _persistVoiceData() async {
|
Future<void> _persistVoiceData() async {
|
||||||
try {
|
try {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
@@ -365,7 +372,7 @@ class VoiceProvider with ChangeNotifier {
|
|||||||
)
|
)
|
||||||
.toList(),
|
.toList(),
|
||||||
};
|
};
|
||||||
await prefs.setString(_voiceSessionsStorageKey, jsonEncode(payload));
|
await prefs.setString(_storageKey(), jsonEncode(payload));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('❌ [VoiceProvider] Failed to persist voice data: $e');
|
debugPrint('❌ [VoiceProvider] Failed to persist voice data: $e');
|
||||||
}
|
}
|
||||||
@@ -374,7 +381,7 @@ class VoiceProvider with ChangeNotifier {
|
|||||||
Future<void> _restorePersistedVoiceData() async {
|
Future<void> _restorePersistedVoiceData() async {
|
||||||
try {
|
try {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
final raw = prefs.getString(_voiceSessionsStorageKey);
|
final raw = prefs.getString(_storageKey());
|
||||||
if (raw == null || raw.isEmpty) return;
|
if (raw == null || raw.isEmpty) return;
|
||||||
|
|
||||||
final parsed = jsonDecode(raw) as Map<String, dynamic>;
|
final parsed = jsonDecode(raw) as Map<String, dynamic>;
|
||||||
@@ -437,6 +444,16 @@ class VoiceProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> _resetInMemoryState() async {
|
||||||
|
if (_playingSessionId != null || _player.isPlaying) {
|
||||||
|
await _player.stop();
|
||||||
|
}
|
||||||
|
_sessions.clear();
|
||||||
|
_outgoingSessions.clear();
|
||||||
|
_ignoredIncomingSessions.clear();
|
||||||
|
_playingSessionId = null;
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
_playerEventsSub.cancel();
|
_playerEventsSub.cancel();
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ import '../providers/connection_provider.dart';
|
|||||||
import '../l10n/app_localizations.dart';
|
import '../l10n/app_localizations.dart';
|
||||||
|
|
||||||
class AddContactScreen extends StatefulWidget {
|
class AddContactScreen extends StatefulWidget {
|
||||||
const AddContactScreen({super.key});
|
final String? initialAdvert;
|
||||||
|
|
||||||
|
const AddContactScreen({super.key, this.initialAdvert});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<AddContactScreen> createState() => _AddContactScreenState();
|
State<AddContactScreen> createState() => _AddContactScreenState();
|
||||||
@@ -21,7 +23,12 @@ class _AddContactScreenState extends State<AddContactScreen> {
|
|||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
_loadClipboardIfPresent();
|
if (widget.initialAdvert != null &&
|
||||||
|
widget.initialAdvert!.trim().isNotEmpty) {
|
||||||
|
_advertController.text = widget.initialAdvert!.trim();
|
||||||
|
} else {
|
||||||
|
_loadClipboardIfPresent();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -79,9 +86,9 @@ class _AddContactScreenState extends State<AddContactScreen> {
|
|||||||
final text = clipboardData?.text;
|
final text = clipboardData?.text;
|
||||||
if (text == null || text.trim().isEmpty) {
|
if (text == null || text.trim().isEmpty) {
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
ScaffoldMessenger.of(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
context,
|
SnackBar(content: Text(AppLocalizations.of(context)!.clipboardIsEmpty)),
|
||||||
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.clipboardIsEmpty)));
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -140,9 +147,9 @@ class _AddContactScreenState extends State<AddContactScreen> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ScaffoldMessenger.of(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
context,
|
SnackBar(content: Text(AppLocalizations.of(context)!.contactImported)),
|
||||||
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.contactImported)));
|
);
|
||||||
setState(() {
|
setState(() {
|
||||||
_importSucceeded = true;
|
_importSucceeded = true;
|
||||||
});
|
});
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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,
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
@@ -6,7 +8,7 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||||||
import 'package:vibration/vibration.dart';
|
import 'package:vibration/vibration.dart';
|
||||||
import '../providers/connection_provider.dart';
|
import '../providers/connection_provider.dart';
|
||||||
import '../providers/app_provider.dart';
|
import '../providers/app_provider.dart';
|
||||||
import '../models/device_info.dart' show ConnectionMode;
|
import '../models/device_info.dart' show ConnectionMode, DeviceInfo;
|
||||||
import '../providers/messages_provider.dart';
|
import '../providers/messages_provider.dart';
|
||||||
import '../providers/contacts_provider.dart';
|
import '../providers/contacts_provider.dart';
|
||||||
import '../theme/app_theme.dart';
|
import '../theme/app_theme.dart';
|
||||||
@@ -21,15 +23,15 @@ 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_manager.dart';
|
import '../services/profile_manager.dart';
|
||||||
|
import '../services/profile_workspace_coordinator.dart';
|
||||||
import '../services/profiles_feature_service.dart';
|
import '../services/profiles_feature_service.dart';
|
||||||
|
|
||||||
enum _HomeTab { messages, contacts, sensors, map }
|
enum _HomeTab { messages, contacts, sensors, map }
|
||||||
@@ -60,14 +62,15 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
with TickerProviderStateMixin, WidgetsBindingObserver {
|
with TickerProviderStateMixin, WidgetsBindingObserver {
|
||||||
late TabController _tabController;
|
late TabController _tabController;
|
||||||
late final AppProvider _appProvider;
|
late final AppProvider _appProvider;
|
||||||
|
late final ConnectionProvider _connectionProvider;
|
||||||
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;
|
||||||
AppLifecycleState _lifecycleState = AppLifecycleState.resumed;
|
AppLifecycleState _lifecycleState = AppLifecycleState.resumed;
|
||||||
|
String? _lastProfileDeviceKey;
|
||||||
|
|
||||||
List<_HomeTab> get _enabledTabs {
|
List<_HomeTab> get _enabledTabs {
|
||||||
return [
|
return [
|
||||||
@@ -91,6 +94,8 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
super.initState();
|
super.initState();
|
||||||
WidgetsBinding.instance.addObserver(this);
|
WidgetsBinding.instance.addObserver(this);
|
||||||
_appProvider = context.read<AppProvider>();
|
_appProvider = context.read<AppProvider>();
|
||||||
|
_connectionProvider = context.read<ConnectionProvider>();
|
||||||
|
_connectionProvider.addListener(_handleConnectionProviderChanged);
|
||||||
_isMapEnabled = _appProvider.isMapEnabled;
|
_isMapEnabled = _appProvider.isMapEnabled;
|
||||||
_isContactsEnabled = _appProvider.isContactsEnabled;
|
_isContactsEnabled = _appProvider.isContactsEnabled;
|
||||||
_isSensorsEnabled = _appProvider.isSensorsEnabled;
|
_isSensorsEnabled = _appProvider.isSensorsEnabled;
|
||||||
@@ -99,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
|
||||||
@@ -108,6 +112,10 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
_showPermissionDialog();
|
_showPermissionDialog();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||||
|
_handleConnectionProviderChanged();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void _initTabController() {
|
void _initTabController() {
|
||||||
@@ -223,6 +231,36 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _handleConnectionProviderChanged() {
|
||||||
|
final deviceKey = ProfileDeviceKeyResolver.resolve(
|
||||||
|
deviceInfo: _connectionProvider.deviceInfo,
|
||||||
|
connectionMode: _connectionProvider.connectionMode,
|
||||||
|
);
|
||||||
|
if (_lastProfileDeviceKey == deviceKey) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
_lastProfileDeviceKey = deviceKey;
|
||||||
|
if (deviceKey == null || !mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
unawaited(
|
||||||
|
context
|
||||||
|
.read<ProfileWorkspaceCoordinator>()
|
||||||
|
.syncActiveProfileForCurrentDevice(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_connectionProvider.removeListener(_handleConnectionProviderChanged);
|
||||||
|
WidgetsBinding.instance.removeObserver(this);
|
||||||
|
_appProvider.setFastLocationUiActive(false);
|
||||||
|
_appProvider.removeListener(_handleAppProviderChanged);
|
||||||
|
_tabController.removeListener(_onTabChanged);
|
||||||
|
_tabController.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
void _openLiveTraffic(ConnectionProvider provider) {
|
void _openLiveTraffic(ConnectionProvider provider) {
|
||||||
openLiveTrafficScreen(context, provider);
|
openLiveTrafficScreen(context, provider);
|
||||||
}
|
}
|
||||||
@@ -249,24 +287,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _loadDeveloperModePreference() async {
|
|
||||||
final isEnabled = await DeveloperModeService.isEnabled();
|
|
||||||
if (!mounted) return;
|
|
||||||
setState(() {
|
|
||||||
_isDeveloperModeEnabled = isEnabled;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
void dispose() {
|
|
||||||
WidgetsBinding.instance.removeObserver(this);
|
|
||||||
_appProvider.setFastLocationUiActive(false);
|
|
||||||
_appProvider.removeListener(_handleAppProviderChanged);
|
|
||||||
_tabController.removeListener(_onTabChanged);
|
|
||||||
_tabController.dispose();
|
|
||||||
super.dispose();
|
|
||||||
}
|
|
||||||
|
|
||||||
void _showPermissionDialog() {
|
void _showPermissionDialog() {
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
|
|
||||||
@@ -402,10 +422,164 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildMiniSignalBars({
|
void _showDeviceInfoSheet(BuildContext context, DeviceInfo deviceInfo) {
|
||||||
required int activeBars,
|
// Request self telemetry so it's fresh
|
||||||
required Color color,
|
context.read<ConnectionProvider>().requestSelfTelemetry();
|
||||||
}) {
|
|
||||||
|
showModalBottomSheet(
|
||||||
|
context: context,
|
||||||
|
shape: const RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
|
||||||
|
),
|
||||||
|
builder: (context) => Consumer<ContactsProvider>(
|
||||||
|
builder: (context, contactsProvider, child) {
|
||||||
|
final telemetry = contactsProvider.selfTelemetry;
|
||||||
|
|
||||||
|
return SafeArea(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(20),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: [
|
||||||
|
Container(
|
||||||
|
width: 40,
|
||||||
|
height: 4,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Theme.of(context).dividerColor,
|
||||||
|
borderRadius: BorderRadius.circular(2),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
Text(
|
||||||
|
deviceInfo.selfName ?? deviceInfo.deviceName ?? 'Device',
|
||||||
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.bluetooth,
|
||||||
|
'BLE Signal',
|
||||||
|
deviceInfo.signalRssi != null
|
||||||
|
? '${deviceInfo.signalRssi} dBm'
|
||||||
|
: 'N/A',
|
||||||
|
),
|
||||||
|
if (deviceInfo.batteryPercent != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
BatteryDisplayHelper.getBatteryIcon(
|
||||||
|
deviceInfo.batteryPercent!,
|
||||||
|
),
|
||||||
|
'Battery',
|
||||||
|
'${deviceInfo.batteryPercent!.round()}%',
|
||||||
|
),
|
||||||
|
if (deviceInfo.batteryMilliVolts != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.bolt,
|
||||||
|
'Voltage',
|
||||||
|
'${(deviceInfo.batteryMilliVolts! / 1000).toStringAsFixed(2)}V',
|
||||||
|
),
|
||||||
|
if (deviceInfo.storageUsedKb != null &&
|
||||||
|
deviceInfo.storageTotalKb != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.storage,
|
||||||
|
'Storage',
|
||||||
|
'${deviceInfo.storageUsedKb} / ${deviceInfo.storageTotalKb} KB',
|
||||||
|
),
|
||||||
|
if (deviceInfo.firmwareVersion != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.system_update,
|
||||||
|
'Firmware',
|
||||||
|
'v${deviceInfo.firmwareVersion}',
|
||||||
|
),
|
||||||
|
if (deviceInfo.radioFreq != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.radio,
|
||||||
|
'Frequency',
|
||||||
|
'${(deviceInfo.radioFreq! / 1000).toStringAsFixed(3)} MHz',
|
||||||
|
),
|
||||||
|
if (deviceInfo.txPower != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.power,
|
||||||
|
'TX Power',
|
||||||
|
'${deviceInfo.txPower} dBm',
|
||||||
|
),
|
||||||
|
if (telemetry != null) ...[
|
||||||
|
const Divider(height: 24),
|
||||||
|
Text(
|
||||||
|
'Self Telemetry',
|
||||||
|
style: Theme.of(context).textTheme.titleSmall,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
if (telemetry.temperature != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.thermostat,
|
||||||
|
'Temperature',
|
||||||
|
'${telemetry.temperature!.toStringAsFixed(1)}°C',
|
||||||
|
),
|
||||||
|
if (telemetry.humidity != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.water_drop,
|
||||||
|
'Humidity',
|
||||||
|
'${telemetry.humidity!.toStringAsFixed(1)}%',
|
||||||
|
),
|
||||||
|
if (telemetry.pressure != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.compress,
|
||||||
|
'Pressure',
|
||||||
|
'${telemetry.pressure!.toStringAsFixed(1)} hPa',
|
||||||
|
),
|
||||||
|
if (telemetry.gpsLocation != null)
|
||||||
|
_deviceInfoRow(
|
||||||
|
context,
|
||||||
|
Icons.gps_fixed,
|
||||||
|
'GPS',
|
||||||
|
'${telemetry.gpsLocation!.latitude.toStringAsFixed(5)}, ${telemetry.gpsLocation!.longitude.toStringAsFixed(5)}',
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _deviceInfoRow(
|
||||||
|
BuildContext context,
|
||||||
|
IconData icon,
|
||||||
|
String label,
|
||||||
|
String value,
|
||||||
|
) {
|
||||||
|
return Padding(
|
||||||
|
padding: const EdgeInsets.symmetric(vertical: 6),
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
Icon(icon, size: 18, color: Theme.of(context).colorScheme.primary),
|
||||||
|
const SizedBox(width: 12),
|
||||||
|
Expanded(
|
||||||
|
child: Text(label, style: Theme.of(context).textTheme.bodyMedium),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
value,
|
||||||
|
style: Theme.of(
|
||||||
|
context,
|
||||||
|
).textTheme.bodyMedium?.copyWith(fontWeight: FontWeight.w600),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildMiniSignalBars({required int activeBars, required Color color}) {
|
||||||
final inactive = Colors.grey.withValues(alpha: 0.3);
|
final inactive = Colors.grey.withValues(alpha: 0.3);
|
||||||
return Row(
|
return Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
@@ -563,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(),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -625,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(
|
||||||
@@ -768,7 +914,6 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
_loadRxTxPreference();
|
_loadRxTxPreference();
|
||||||
_loadDeveloperModePreference();
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
@@ -914,19 +1059,35 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
final isTcpConnected = provider.connectionMode == ConnectionMode.tcp;
|
final isTcpConnected = provider.connectionMode == ConnectionMode.tcp;
|
||||||
|
|
||||||
if (!isConnected) {
|
if (!isConnected) {
|
||||||
// Disconnected state: show connect button
|
final buttonLabel = provider.isReconnecting
|
||||||
|
? '${provider.reconnectionAttempt}/${provider.maxReconnectionAttempts}'
|
||||||
|
: AppLocalizations.of(context)!.connect;
|
||||||
return Row(
|
return Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Column(
|
||||||
AppLocalizations.of(context)!.appTitle,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
style: const TextStyle(
|
mainAxisSize: MainAxisSize.min,
|
||||||
fontSize: 20,
|
children: [
|
||||||
fontWeight: FontWeight.bold,
|
Text(
|
||||||
),
|
AppLocalizations.of(context)!.appTitle,
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 20,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
provider.isReconnecting
|
||||||
|
? 'Restoring previous link'
|
||||||
|
: 'No device connected',
|
||||||
|
style: Theme.of(context).textTheme.bodySmall?.copyWith(
|
||||||
|
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ElevatedButton.icon(
|
FilledButton.icon(
|
||||||
onPressed: provider.isReconnecting
|
onPressed: provider.isReconnecting
|
||||||
? null
|
? null
|
||||||
: () => _showConnectionDialog(context),
|
: () => _showConnectionDialog(context),
|
||||||
@@ -937,22 +1098,19 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
child: CircularProgressIndicator(
|
child: CircularProgressIndicator(
|
||||||
strokeWidth: 2,
|
strokeWidth: 2,
|
||||||
valueColor: AlwaysStoppedAnimation<Color>(
|
valueColor: AlwaysStoppedAnimation<Color>(
|
||||||
Colors.black54,
|
Colors.white70,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
: Icon(Icons.bluetooth, size: 18),
|
: const Icon(Icons.add_link_rounded, size: 18),
|
||||||
label: Text(
|
label: Text(buttonLabel),
|
||||||
provider.isReconnecting
|
style: FilledButton.styleFrom(
|
||||||
? '${provider.reconnectionAttempt}/${provider.maxReconnectionAttempts}'
|
padding: const EdgeInsets.symmetric(
|
||||||
: AppLocalizations.of(context)!.connect,
|
horizontal: 16,
|
||||||
),
|
vertical: 12,
|
||||||
style: ElevatedButton.styleFrom(
|
),
|
||||||
backgroundColor: Colors.white,
|
|
||||||
foregroundColor: Colors.black87,
|
|
||||||
elevation: 0,
|
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(20),
|
borderRadius: BorderRadius.circular(16),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -1019,52 +1177,57 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 2),
|
const SizedBox(height: 2),
|
||||||
Row(
|
GestureDetector(
|
||||||
mainAxisSize: MainAxisSize.min,
|
onTap: () =>
|
||||||
children: [
|
_showDeviceInfoSheet(context, deviceInfo),
|
||||||
Icon(
|
child: Row(
|
||||||
isTcpConnected
|
mainAxisSize: MainAxisSize.min,
|
||||||
? Icons.wifi_rounded
|
children: [
|
||||||
: Icons.bluetooth_connected_rounded,
|
Icon(
|
||||||
size: 13,
|
isTcpConnected
|
||||||
color: signalColor,
|
? Icons.wifi_rounded
|
||||||
),
|
: Icons.bluetooth_connected_rounded,
|
||||||
if (!isTcpConnected &&
|
size: 13,
|
||||||
deviceInfo.signalRssi != null) ...[
|
|
||||||
const SizedBox(width: 4),
|
|
||||||
_buildMiniSignalBars(
|
|
||||||
activeBars: BatteryDisplayHelper.getSignalBars(
|
|
||||||
deviceInfo.signalRssi!,
|
|
||||||
),
|
|
||||||
color: signalColor,
|
color: signalColor,
|
||||||
),
|
),
|
||||||
],
|
if (!isTcpConnected &&
|
||||||
if (deviceInfo.batteryPercent != null) ...[
|
deviceInfo.signalRssi != null) ...[
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 4),
|
||||||
Icon(
|
_buildMiniSignalBars(
|
||||||
BatteryDisplayHelper.getBatteryIcon(
|
activeBars:
|
||||||
deviceInfo.batteryPercent!,
|
BatteryDisplayHelper.getSignalBars(
|
||||||
|
deviceInfo.signalRssi!,
|
||||||
|
),
|
||||||
|
color: signalColor,
|
||||||
),
|
),
|
||||||
size: 13,
|
],
|
||||||
color:
|
if (deviceInfo.batteryPercent != null) ...[
|
||||||
BatteryDisplayHelper.getBatteryColor(
|
const SizedBox(width: 8),
|
||||||
deviceInfo.batteryPercent!,
|
Icon(
|
||||||
),
|
BatteryDisplayHelper.getBatteryIcon(
|
||||||
),
|
deviceInfo.batteryPercent!,
|
||||||
const SizedBox(width: 2),
|
),
|
||||||
Text(
|
size: 13,
|
||||||
'${deviceInfo.batteryPercent!.round()}%',
|
|
||||||
style: TextStyle(
|
|
||||||
fontSize: 10,
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
color:
|
color:
|
||||||
BatteryDisplayHelper.getBatteryColor(
|
BatteryDisplayHelper.getBatteryColor(
|
||||||
deviceInfo.batteryPercent!,
|
deviceInfo.batteryPercent!,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
const SizedBox(width: 2),
|
||||||
|
Text(
|
||||||
|
'${deviceInfo.batteryPercent!.round()}%',
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 10,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
color:
|
||||||
|
BatteryDisplayHelper.getBatteryColor(
|
||||||
|
deviceInfo.batteryPercent!,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -1162,9 +1325,9 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
child: _buildCompactActivityIndicator(
|
child: _buildCompactActivityIndicator(
|
||||||
rxActive: provider.rxActivity,
|
rxActive: provider.rxActivity,
|
||||||
txActive: provider.txActivity,
|
txActive: provider.txActivity,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
const SizedBox(width: 24),
|
const SizedBox(width: 24),
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import 'package:provider/provider.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';
|
||||||
@@ -27,7 +28,6 @@ T? _maybeProvider<T>(BuildContext context) {
|
|||||||
|
|
||||||
class LiveTrafficScreen extends StatefulWidget {
|
class LiveTrafficScreen extends StatefulWidget {
|
||||||
final List<BlePacketLog> Function() logReader;
|
final List<BlePacketLog> Function() logReader;
|
||||||
final int Function()? rxCountReader;
|
|
||||||
final Listenable? refreshListenable;
|
final Listenable? refreshListenable;
|
||||||
final DateTime Function() now;
|
final DateTime Function() now;
|
||||||
final VoidCallback? openPacketLogs;
|
final VoidCallback? openPacketLogs;
|
||||||
@@ -35,7 +35,6 @@ class LiveTrafficScreen extends StatefulWidget {
|
|||||||
const LiveTrafficScreen({
|
const LiveTrafficScreen({
|
||||||
super.key,
|
super.key,
|
||||||
required this.logReader,
|
required this.logReader,
|
||||||
this.rxCountReader,
|
|
||||||
this.refreshListenable,
|
this.refreshListenable,
|
||||||
DateTime Function()? now,
|
DateTime Function()? now,
|
||||||
this.openPacketLogs,
|
this.openPacketLogs,
|
||||||
@@ -49,7 +48,6 @@ class LiveTrafficScreen extends StatefulWidget {
|
|||||||
return LiveTrafficScreen(
|
return LiveTrafficScreen(
|
||||||
key: key,
|
key: key,
|
||||||
logReader: () => provider.bleService.packetLogs,
|
logReader: () => provider.bleService.packetLogs,
|
||||||
rxCountReader: () => provider.rxPacketCount,
|
|
||||||
refreshListenable: provider,
|
refreshListenable: provider,
|
||||||
openPacketLogs: openPacketLogs,
|
openPacketLogs: openPacketLogs,
|
||||||
);
|
);
|
||||||
@@ -118,15 +116,17 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
final logs = widget.logReader();
|
||||||
|
final totalRxDataCount = LiveTrafficSummary.countRxDataLogs(logs);
|
||||||
final unfilteredSnapshot = LiveTrafficSummary.fromLogs(
|
final unfilteredSnapshot = LiveTrafficSummary.fromLogs(
|
||||||
widget.logReader(),
|
logs,
|
||||||
now: widget.now(),
|
now: widget.now(),
|
||||||
clearedAt: _clearedAt,
|
clearedAt: _clearedAt,
|
||||||
preferredHashSize: _preferredHashSize,
|
preferredHashSize: _preferredHashSize,
|
||||||
window: _selectedWindow,
|
window: _selectedWindow,
|
||||||
);
|
);
|
||||||
final snapshot = LiveTrafficSummary.fromLogs(
|
final snapshot = LiveTrafficSummary.fromLogs(
|
||||||
widget.logReader(),
|
logs,
|
||||||
now: widget.now(),
|
now: widget.now(),
|
||||||
clearedAt: _clearedAt,
|
clearedAt: _clearedAt,
|
||||||
preferredHashSize: _preferredHashSize,
|
preferredHashSize: _preferredHashSize,
|
||||||
@@ -156,6 +156,11 @@ 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: () => _showPacketTypeHelpSheet(context),
|
||||||
|
tooltip: 'Packet type help',
|
||||||
|
icon: const Icon(Icons.help_outline),
|
||||||
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
setState(() {
|
setState(() {
|
||||||
@@ -177,7 +182,7 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
|
|||||||
children: [
|
children: [
|
||||||
_SummaryPanel(
|
_SummaryPanel(
|
||||||
snapshot: snapshot,
|
snapshot: snapshot,
|
||||||
totalRxCount: widget.rxCountReader?.call(),
|
totalRxCount: totalRxDataCount,
|
||||||
routeHashCounts: routeHashCounts,
|
routeHashCounts: routeHashCounts,
|
||||||
onWindowTap: () => _showWindowPicker(context),
|
onWindowTap: () => _showWindowPicker(context),
|
||||||
),
|
),
|
||||||
@@ -279,6 +284,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 {
|
||||||
@@ -306,8 +373,48 @@ class _SummaryPanel extends StatelessWidget {
|
|||||||
LiveTrafficBusyness.active => 'Active',
|
LiveTrafficBusyness.active => 'Active',
|
||||||
LiveTrafficBusyness.busy => 'Busy',
|
LiveTrafficBusyness.busy => 'Busy',
|
||||||
};
|
};
|
||||||
|
final metrics = [
|
||||||
|
_MetricTile(
|
||||||
|
tileKey: const ValueKey('liveTrafficMetric:rxPackets'),
|
||||||
|
label: AppLocalizations.of(context)!.rxPackets,
|
||||||
|
value: '${snapshot.rxCount}',
|
||||||
|
subtitle: totalRxCount == null
|
||||||
|
? _windowSummaryLabel(snapshot.windowDuration)
|
||||||
|
: 'Device total $totalRxCount',
|
||||||
|
),
|
||||||
|
_MetricTile(
|
||||||
|
tileKey: const ValueKey('liveTrafficMetric:rssi'),
|
||||||
|
label: AppLocalizations.of(context)!.rssi,
|
||||||
|
value: snapshot.latestRssiDbm == null
|
||||||
|
? 'No RX data'
|
||||||
|
: '${snapshot.latestRssiDbm} dBm',
|
||||||
|
subtitle: snapshot.avgRssiDbm == null
|
||||||
|
? 'No average yet'
|
||||||
|
: 'Avg ${snapshot.avgRssiDbm!.toStringAsFixed(1)} dBm',
|
||||||
|
),
|
||||||
|
_MetricTile(
|
||||||
|
tileKey: const ValueKey('liveTrafficMetric:snr'),
|
||||||
|
label: AppLocalizations.of(context)!.snr,
|
||||||
|
value: snapshot.latestSnrDb == null
|
||||||
|
? 'No RX data'
|
||||||
|
: '${snapshot.latestSnrDb!.toStringAsFixed(1)} dB',
|
||||||
|
subtitle: snapshot.avgSnrDb == null
|
||||||
|
? 'No average yet'
|
||||||
|
: 'Avg ${snapshot.avgSnrDb!.toStringAsFixed(1)} dB',
|
||||||
|
),
|
||||||
|
_MetricTile(
|
||||||
|
tileKey: const ValueKey('liveTrafficMetric:multihop'),
|
||||||
|
label: AppLocalizations.of(context)!.multihop,
|
||||||
|
value: '${snapshot.multiHopCount}',
|
||||||
|
subtitle: routeHashCounts.summaryLabel,
|
||||||
|
footer: snapshot.avgHopCount == null
|
||||||
|
? 'No routes yet'
|
||||||
|
: 'Avg ${snapshot.avgHopCount!.toStringAsFixed(1)} hops',
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
return Container(
|
return Container(
|
||||||
|
width: double.infinity,
|
||||||
padding: const EdgeInsets.all(16),
|
padding: const EdgeInsets.all(16),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
gradient: LinearGradient(
|
gradient: LinearGradient(
|
||||||
@@ -346,44 +453,26 @@ class _SummaryPanel extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 14),
|
const SizedBox(height: 14),
|
||||||
Wrap(
|
LayoutBuilder(
|
||||||
spacing: 10,
|
builder: (context, constraints) {
|
||||||
runSpacing: 10,
|
const spacing = 10.0;
|
||||||
children: [
|
const minTileWidth = 150.0;
|
||||||
_MetricTile(
|
final columns =
|
||||||
label: AppLocalizations.of(context)!.rxPackets,
|
((constraints.maxWidth + spacing) / (minTileWidth + spacing))
|
||||||
value: '${snapshot.rxCount}',
|
.floor()
|
||||||
subtitle: totalRxCount == null
|
.clamp(1, metrics.length);
|
||||||
? _windowSummaryLabel(snapshot.windowDuration)
|
final tileWidth =
|
||||||
: 'Device total $totalRxCount',
|
(constraints.maxWidth - (spacing * (columns - 1))) / columns;
|
||||||
),
|
|
||||||
_MetricTile(
|
return Wrap(
|
||||||
label: AppLocalizations.of(context)!.rssi,
|
spacing: spacing,
|
||||||
value: snapshot.latestRssiDbm == null
|
runSpacing: spacing,
|
||||||
? 'No RX data'
|
children: [
|
||||||
: '${snapshot.latestRssiDbm} dBm',
|
for (final metric in metrics)
|
||||||
subtitle: snapshot.avgRssiDbm == null
|
SizedBox(width: tileWidth, child: metric),
|
||||||
? 'No average yet'
|
],
|
||||||
: 'Avg ${snapshot.avgRssiDbm!.toStringAsFixed(1)} dBm',
|
);
|
||||||
),
|
},
|
||||||
_MetricTile(
|
|
||||||
label: AppLocalizations.of(context)!.snr,
|
|
||||||
value: snapshot.latestSnrDb == null
|
|
||||||
? 'No RX data'
|
|
||||||
: '${snapshot.latestSnrDb!.toStringAsFixed(1)} dB',
|
|
||||||
subtitle: snapshot.avgSnrDb == null
|
|
||||||
? 'No average yet'
|
|
||||||
: 'Avg ${snapshot.avgSnrDb!.toStringAsFixed(1)} dB',
|
|
||||||
),
|
|
||||||
_MetricTile(
|
|
||||||
label: AppLocalizations.of(context)!.multihop,
|
|
||||||
value: '${snapshot.multiHopCount}',
|
|
||||||
subtitle: routeHashCounts.summaryLabel,
|
|
||||||
footer: snapshot.avgHopCount == null
|
|
||||||
? 'No routes yet'
|
|
||||||
: 'Avg ${snapshot.avgHopCount!.toStringAsFixed(1)} hops',
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -525,12 +614,14 @@ String _windowSummaryLabel(Duration duration) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _MetricTile extends StatelessWidget {
|
class _MetricTile extends StatelessWidget {
|
||||||
|
final Key? tileKey;
|
||||||
final String label;
|
final String label;
|
||||||
final String value;
|
final String value;
|
||||||
final String subtitle;
|
final String subtitle;
|
||||||
final String? footer;
|
final String? footer;
|
||||||
|
|
||||||
const _MetricTile({
|
const _MetricTile({
|
||||||
|
this.tileKey,
|
||||||
required this.label,
|
required this.label,
|
||||||
required this.value,
|
required this.value,
|
||||||
required this.subtitle,
|
required this.subtitle,
|
||||||
@@ -540,7 +631,7 @@ class _MetricTile extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
width: 160,
|
key: tileKey,
|
||||||
height: 136,
|
height: 136,
|
||||||
padding: const EdgeInsets.all(12),
|
padding: const EdgeInsets.all(12),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
@@ -653,7 +744,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(
|
||||||
@@ -707,7 +802,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,
|
||||||
@@ -949,7 +1044,6 @@ class _LiveTrafficCard extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class _LiveTrafficPacketDetails {
|
class _LiveTrafficPacketDetails {
|
||||||
@@ -967,27 +1061,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>[];
|
||||||
@@ -1019,13 +1108,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;
|
||||||
@@ -1062,9 +1153,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:
|
||||||
@@ -1105,7 +1205,6 @@ class _PacketInfoLine extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class _GeoPoint {
|
class _GeoPoint {
|
||||||
final double latitude;
|
final double latitude;
|
||||||
final double longitude;
|
final double longitude;
|
||||||
|
|||||||
@@ -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';
|
||||||
@@ -201,46 +202,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 +892,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 +926,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 +964,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 +1024,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 +1050,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 +1302,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 +1446,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 +1684,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 +1818,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 +2549,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 +2593,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,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -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/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';
|
||||||
|
|
||||||
@@ -20,7 +22,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() {
|
||||||
@@ -60,22 +65,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());
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -100,70 +91,26 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
Future<void> _showAddSensorSheet(BuildContext context) async {
|
Future<void> _showAddSensorSheet(BuildContext context) async {
|
||||||
final sensorsProvider = context.read<SensorsProvider>();
|
final sensorsProvider = context.read<SensorsProvider>();
|
||||||
final contactsProvider = context.read<ContactsProvider>();
|
final contactsProvider = context.read<ContactsProvider>();
|
||||||
final candidates = sensorsProvider.availableCandidates(contactsProvider);
|
final candidates = sensorsProvider.availableCandidates(
|
||||||
|
contactsProvider,
|
||||||
|
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',
|
|
||||||
),
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -174,7 +121,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:
|
||||||
@@ -268,6 +215,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(
|
||||||
@@ -275,30 +281,60 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
onPressed: () => _showAddSensorSheet(context),
|
onPressed: () => _showAddSensorSheet(context),
|
||||||
child: const Icon(Icons.add),
|
child: const Icon(Icons.add),
|
||||||
),
|
),
|
||||||
body: Consumer2<SensorsProvider, ContactsProvider>(
|
body: Consumer3<SensorsProvider, ContactsProvider, ConnectionProvider>(
|
||||||
builder: (context, sensorsProvider, contactsProvider, child) {
|
builder:
|
||||||
final watchedKeys = sensorsProvider.watchedSensorKeys;
|
(
|
||||||
|
context,
|
||||||
|
sensorsProvider,
|
||||||
|
contactsProvider,
|
||||||
|
connectionProvider,
|
||||||
|
child,
|
||||||
|
) {
|
||||||
|
final watchedKeys = sensorsProvider.watchedSensorKeys;
|
||||||
|
final hasPersistedSensors = watchedKeys.isNotEmpty;
|
||||||
|
final selfDisplayKey = sensorsProvider.displaySelfKey(
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
final displayKeys = <String>[
|
||||||
|
...?selfDisplayKey == null ? null : <String>[selfDisplayKey],
|
||||||
|
...watchedKeys,
|
||||||
|
];
|
||||||
|
_maybeCenterMapOnTelemetryUpdate(
|
||||||
|
displayKeys,
|
||||||
|
sensorsProvider: sensorsProvider,
|
||||||
|
contactsProvider: contactsProvider,
|
||||||
|
connectionProvider: connectionProvider,
|
||||||
|
);
|
||||||
|
final hasAnyCards =
|
||||||
|
selfDisplayKey != null || watchedKeys.isNotEmpty;
|
||||||
|
|
||||||
return RefreshIndicator(
|
Widget buildSensorCard(
|
||||||
onRefresh: () => _refreshAll(context),
|
String key, {
|
||||||
child: ListView(
|
required int index,
|
||||||
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
required int totalCount,
|
||||||
children: [
|
required bool isWatchedCard,
|
||||||
if (watchedKeys.isEmpty)
|
}) {
|
||||||
const _EmptySensorsState()
|
final contact = sensorsProvider.contactForDisplay(
|
||||||
else
|
key,
|
||||||
...watchedKeys.map((key) {
|
contactsProvider: contactsProvider,
|
||||||
Contact? contact;
|
connectionProvider: connectionProvider,
|
||||||
for (final entry in contactsProvider.contacts) {
|
);
|
||||||
if (entry.publicKeyHex == key) {
|
final availableFieldKeys = sensorMetricKeysFor(contact);
|
||||||
contact = entry;
|
final visibleFields = sensorsProvider.effectiveVisibleFieldsFor(
|
||||||
break;
|
key,
|
||||||
}
|
availableFieldKeys,
|
||||||
}
|
);
|
||||||
final availableFieldKeys = sensorMetricKeysFor(contact);
|
|
||||||
final visibleFields = sensorsProvider
|
return Padding(
|
||||||
.effectiveVisibleFieldsFor(key, availableFieldKeys);
|
key: ValueKey<String>('sensor_card_$key'),
|
||||||
return SensorTelemetryCard(
|
padding: EdgeInsets.only(
|
||||||
|
bottom: index == totalCount - 1 ? 0 : 12,
|
||||||
|
),
|
||||||
|
child: ReorderableDelayedDragStartListener(
|
||||||
|
enabled: isWatchedCard,
|
||||||
|
index: index,
|
||||||
|
child: SensorTelemetryCard(
|
||||||
contact: contact,
|
contact: contact,
|
||||||
state: sensorsProvider.stateFor(key),
|
state: sensorsProvider.stateFor(key),
|
||||||
visibleFields: visibleFields,
|
visibleFields: visibleFields,
|
||||||
@@ -311,30 +347,242 @@ class _SensorsTabState extends State<SensorsTab> {
|
|||||||
for (final field in visibleFields)
|
for (final field in visibleFields)
|
||||||
field: sensorsProvider.fieldSpanFor(key, field),
|
field: sensorsProvider.fieldSpanFor(key, field),
|
||||||
},
|
},
|
||||||
onRemove: () async {
|
onRemove: isWatchedCard
|
||||||
await sensorsProvider.removeSensor(key);
|
? () async {
|
||||||
},
|
await sensorsProvider.removeSensor(key);
|
||||||
|
}
|
||||||
|
: null,
|
||||||
onCustomize: () =>
|
onCustomize: () =>
|
||||||
_showMetricSelector(context, key, contact),
|
_showMetricSelector(context, key, contact),
|
||||||
|
onShowMetHistory: (contact) =>
|
||||||
|
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(
|
onRefresh: () => sensorsProvider.refreshSensor(
|
||||||
publicKeyHex: key,
|
publicKeyHex: key,
|
||||||
contactsProvider: contactsProvider,
|
contactsProvider: contactsProvider,
|
||||||
connectionProvider: context.read<ConnectionProvider>(),
|
connectionProvider: connectionProvider,
|
||||||
),
|
),
|
||||||
);
|
),
|
||||||
}),
|
),
|
||||||
],
|
);
|
||||||
),
|
}
|
||||||
);
|
|
||||||
},
|
return RefreshIndicator(
|
||||||
|
onRefresh: () => _refreshAll(context),
|
||||||
|
child: !hasAnyCards
|
||||||
|
? ListView(
|
||||||
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
||||||
|
children: const [_EmptySensorsState()],
|
||||||
|
)
|
||||||
|
: hasPersistedSensors && selfDisplayKey == null
|
||||||
|
? ReorderableListView.builder(
|
||||||
|
buildDefaultDragHandles: false,
|
||||||
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
||||||
|
itemCount: watchedKeys.length,
|
||||||
|
onReorder: (oldIndex, newIndex) =>
|
||||||
|
sensorsProvider.reorderSensors(oldIndex, newIndex),
|
||||||
|
itemBuilder: (context, index) => buildSensorCard(
|
||||||
|
watchedKeys[index],
|
||||||
|
index: index,
|
||||||
|
totalCount: watchedKeys.length,
|
||||||
|
isWatchedCard: true,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: ListView(
|
||||||
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 16, 16, 96),
|
||||||
|
children: [
|
||||||
|
if (selfDisplayKey != null)
|
||||||
|
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,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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,
|
||||||
@@ -343,10 +591,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
|
||||||
@@ -391,29 +641,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,
|
||||||
|
),
|
||||||
|
onShowMetHistory: contact == null
|
||||||
|
? null
|
||||||
|
: (contact) => showBTHomeMetHistorySheet(
|
||||||
|
context,
|
||||||
|
contact: contact,
|
||||||
|
),
|
||||||
|
fieldSpans: {
|
||||||
|
for (final field in visibleFields)
|
||||||
|
field: sensorsProvider.fieldSpanFor(
|
||||||
|
publicKeyHex,
|
||||||
|
field,
|
||||||
|
),
|
||||||
|
},
|
||||||
|
margin: EdgeInsets.zero,
|
||||||
|
emptyMetricsMessage: 'No telemetry fields available yet.',
|
||||||
),
|
),
|
||||||
labelOverrides: sensorsProvider.labelOverridesFor(
|
|
||||||
publicKeyHex,
|
|
||||||
),
|
|
||||||
fieldSpans: {
|
|
||||||
for (final field in visibleFields)
|
|
||||||
field: sensorsProvider.fieldSpanFor(publicKeyHex, field),
|
|
||||||
},
|
|
||||||
margin: EdgeInsets.zero,
|
|
||||||
emptyMetricsMessage: 'No telemetry fields available yet.',
|
|
||||||
),
|
),
|
||||||
),
|
|
||||||
_SensorCustomizeSectionCard(
|
_SensorCustomizeSectionCard(
|
||||||
title: AppLocalizations.of(context)!.refreshSchedule,
|
title: AppLocalizations.of(context)!.refreshSchedule,
|
||||||
subtitle:
|
subtitle:
|
||||||
@@ -876,55 +1136,8 @@ class _EmptySensorsState extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _EmptySensorsStateState extends State<_EmptySensorsState> {
|
class _EmptySensorsStateState extends State<_EmptySensorsState> {
|
||||||
bool _discoveryTriggered = false;
|
|
||||||
bool _discoveryInProgress = false;
|
|
||||||
|
|
||||||
@override
|
|
||||||
void initState() {
|
|
||||||
super.initState();
|
|
||||||
// Auto-trigger sensor discovery when the empty state is shown
|
|
||||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
|
||||||
_autoDiscover();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _autoDiscover() async {
|
|
||||||
if (_discoveryTriggered || !mounted) return;
|
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
|
||||||
if (!connectionProvider.deviceInfo.isConnected) return;
|
|
||||||
|
|
||||||
_discoveryTriggered = true;
|
|
||||||
setState(() => _discoveryInProgress = true);
|
|
||||||
try {
|
|
||||||
await connectionProvider.discoverNodeType(advertType: 4);
|
|
||||||
} finally {
|
|
||||||
if (mounted) setState(() => _discoveryInProgress = false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Future<void> _discoverSensors() async {
|
|
||||||
if (_discoveryInProgress || !mounted) return;
|
|
||||||
final connectionProvider = context.read<ConnectionProvider>();
|
|
||||||
if (!connectionProvider.deviceInfo.isConnected) return;
|
|
||||||
|
|
||||||
setState(() => _discoveryInProgress = true);
|
|
||||||
try {
|
|
||||||
await connectionProvider.discoverNodeType(advertType: 4);
|
|
||||||
if (mounted) {
|
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
|
||||||
SnackBar(content: Text(AppLocalizations.of(context)!.sensorDiscoverySent)),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
if (mounted) setState(() => _discoveryInProgress = false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final isConnected =
|
|
||||||
context.watch<ConnectionProvider>().deviceInfo.isConnected;
|
|
||||||
|
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 64),
|
padding: const EdgeInsets.symmetric(vertical: 64),
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -951,28 +1164,84 @@ class _EmptySensorsStateState extends State<_EmptySensorsState> {
|
|||||||
const Padding(
|
const Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 24),
|
padding: EdgeInsets.symmetric(horizontal: 24),
|
||||||
child: Text(
|
child: Text(
|
||||||
'Use + to add discovered relays or nodes. Pull down to refresh telemetry after adding them.',
|
'Use + to add discovered relays or nodes. Your device will appear here automatically when available.',
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 20),
|
],
|
||||||
FilledButton.icon(
|
),
|
||||||
onPressed: isConnected && !_discoveryInProgress
|
);
|
||||||
? _discoverSensors
|
}
|
||||||
: null,
|
}
|
||||||
icon: _discoveryInProgress
|
|
||||||
? const SizedBox(
|
class _SelfOnlySensorsCta extends StatelessWidget {
|
||||||
width: 16,
|
final VoidCallback onAddSensor;
|
||||||
height: 16,
|
|
||||||
child: CircularProgressIndicator(
|
const _SelfOnlySensorsCta({required this.onAddSensor});
|
||||||
strokeWidth: 2,
|
|
||||||
color: Colors.white,
|
@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),
|
||||||
: const Icon(Icons.sensors_outlined),
|
Text(
|
||||||
label: Text(_discoveryInProgress
|
'Bring in weather stations, repeaters, or other devices to watch them here.',
|
||||||
? 'Discovering...'
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
: 'Discover Sensors'),
|
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'),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -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';
|
||||||
@@ -59,6 +61,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 +83,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 +94,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 +121,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
_loadOnlineTraceCacheStatus();
|
_loadOnlineTraceCacheStatus();
|
||||||
_loadMapPreferences();
|
_loadMapPreferences();
|
||||||
_loadNotificationPreferences();
|
_loadNotificationPreferences();
|
||||||
|
_loadMessageDestinationLock();
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -182,6 +192,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);
|
||||||
@@ -190,9 +288,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
_isDeveloperModeEnabled = false;
|
_isDeveloperModeEnabled = false;
|
||||||
_versionTapCount = 0;
|
_versionTapCount = 0;
|
||||||
});
|
});
|
||||||
ScaffoldMessenger.of(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
context,
|
SnackBar(
|
||||||
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.developerModeDisabled)));
|
content: Text(AppLocalizations.of(context)!.developerModeDisabled),
|
||||||
|
),
|
||||||
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -204,9 +304,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
_isDeveloperModeEnabled = true;
|
_isDeveloperModeEnabled = true;
|
||||||
_versionTapCount = 0;
|
_versionTapCount = 0;
|
||||||
});
|
});
|
||||||
ScaffoldMessenger.of(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
context,
|
SnackBar(
|
||||||
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.developerModeEnabled)));
|
content: Text(AppLocalizations.of(context)!.developerModeEnabled),
|
||||||
|
),
|
||||||
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -310,6 +412,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
_locationService.fastLocationMovementThresholdMeters;
|
_locationService.fastLocationMovementThresholdMeters;
|
||||||
_fastLocationActiveCadenceSeconds =
|
_fastLocationActiveCadenceSeconds =
|
||||||
_locationService.fastLocationActiveCadenceSeconds;
|
_locationService.fastLocationActiveCadenceSeconds;
|
||||||
|
_fastLocationChannelIdx = _locationService.fastLocationChannelIdx;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -334,7 +437,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: [
|
||||||
@@ -346,7 +449,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'),
|
||||||
),
|
),
|
||||||
@@ -375,7 +478,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: [
|
||||||
@@ -387,7 +490,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'),
|
||||||
),
|
),
|
||||||
@@ -403,6 +506,97 @@ 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;
|
||||||
|
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;
|
||||||
@@ -559,7 +753,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
if (mounted) {
|
if (mounted) {
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text(AppLocalizations.of(context)!.updateCheckIsOnlyAvailableOnAndroid),
|
content: Text(
|
||||||
|
AppLocalizations.of(context)!.updateCheckIsOnlyAvailableOnAndroid,
|
||||||
|
),
|
||||||
backgroundColor: Colors.orange,
|
backgroundColor: Colors.orange,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -584,7 +780,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
if (!updateInfo.isAvailable) {
|
if (!updateInfo.isAvailable) {
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text(AppLocalizations.of(context)!.youAreRunningTheLatestVersion),
|
content: Text(
|
||||||
|
AppLocalizations.of(context)!.youAreRunningTheLatestVersion,
|
||||||
|
),
|
||||||
backgroundColor: Colors.green,
|
backgroundColor: Colors.green,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -594,7 +792,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
if (updateInfo.downloadUrl == null) {
|
if (updateInfo.downloadUrl == null) {
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text(AppLocalizations.of(context)!.updateAvailableButDownloadUrlNotFound),
|
content: Text(
|
||||||
|
AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.updateAvailableButDownloadUrlNotFound,
|
||||||
|
),
|
||||||
backgroundColor: Colors.orange,
|
backgroundColor: Colors.orange,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -1178,6 +1380,100 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
_buildSectionHeader(AppLocalizations.of(context)!.contacts),
|
||||||
|
Consumer<AppProvider>(
|
||||||
|
builder: (context, appProvider, child) => _buildSettingsCard([
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.star_outline_rounded),
|
||||||
|
title: Text(AppLocalizations.of(context)!.favourites),
|
||||||
|
subtitle: const Text(
|
||||||
|
'Show the favourites section in the contacts tab',
|
||||||
|
),
|
||||||
|
value: appProvider.isContactsSectionEnabled(
|
||||||
|
ContactsTabSection.favourites,
|
||||||
|
),
|
||||||
|
onChanged: (value) async {
|
||||||
|
await appProvider.setContactsSectionEnabled(
|
||||||
|
ContactsTabSection.favourites,
|
||||||
|
value,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.people_alt_outlined),
|
||||||
|
title: Text(AppLocalizations.of(context)!.teamMembers),
|
||||||
|
subtitle: const Text(
|
||||||
|
'Show direct team contacts in the contacts tab',
|
||||||
|
),
|
||||||
|
value: appProvider.isContactsSectionEnabled(
|
||||||
|
ContactsTabSection.teamMembers,
|
||||||
|
),
|
||||||
|
onChanged: (value) async {
|
||||||
|
await appProvider.setContactsSectionEnabled(
|
||||||
|
ContactsTabSection.teamMembers,
|
||||||
|
value,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.router_outlined),
|
||||||
|
title: Text(AppLocalizations.of(context)!.repeaters),
|
||||||
|
subtitle: const Text('Show repeater nodes in the contacts tab'),
|
||||||
|
value: appProvider.isContactsSectionEnabled(
|
||||||
|
ContactsTabSection.repeaters,
|
||||||
|
),
|
||||||
|
onChanged: (value) async {
|
||||||
|
await appProvider.setContactsSectionEnabled(
|
||||||
|
ContactsTabSection.repeaters,
|
||||||
|
value,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.sensors_outlined),
|
||||||
|
title: Text(AppLocalizations.of(context)!.sensors),
|
||||||
|
subtitle: const Text('Show sensor nodes in the contacts tab'),
|
||||||
|
value: appProvider.isContactsSectionEnabled(
|
||||||
|
ContactsTabSection.sensors,
|
||||||
|
),
|
||||||
|
onChanged: (value) async {
|
||||||
|
await appProvider.setContactsSectionEnabled(
|
||||||
|
ContactsTabSection.sensors,
|
||||||
|
value,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.meeting_room_outlined),
|
||||||
|
title: Text(AppLocalizations.of(context)!.rooms),
|
||||||
|
subtitle: const Text('Show rooms in the contacts tab'),
|
||||||
|
value: appProvider.isContactsSectionEnabled(
|
||||||
|
ContactsTabSection.rooms,
|
||||||
|
),
|
||||||
|
onChanged: (value) async {
|
||||||
|
await appProvider.setContactsSectionEnabled(
|
||||||
|
ContactsTabSection.rooms,
|
||||||
|
value,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
SwitchListTile(
|
||||||
|
secondary: const Icon(Icons.broadcast_on_personal_outlined),
|
||||||
|
title: Text(AppLocalizations.of(context)!.channels),
|
||||||
|
subtitle: const Text('Show channels in the contacts tab'),
|
||||||
|
value: appProvider.isContactsSectionEnabled(
|
||||||
|
ContactsTabSection.channels,
|
||||||
|
),
|
||||||
|
onChanged: (value) async {
|
||||||
|
await appProvider.setContactsSectionEnabled(
|
||||||
|
ContactsTabSection.channels,
|
||||||
|
value,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
]),
|
||||||
|
),
|
||||||
|
|
||||||
_buildSectionHeader('Messaging'),
|
_buildSectionHeader('Messaging'),
|
||||||
_buildSettingsCard([
|
_buildSettingsCard([
|
||||||
ListTile(
|
ListTile(
|
||||||
@@ -1205,7 +1501,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
Consumer<AppProvider>(
|
Consumer<AppProvider>(
|
||||||
builder: (context, appProvider, child) => SwitchListTile(
|
builder: (context, appProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.route),
|
secondary: Icon(Icons.route),
|
||||||
title: Text(AppLocalizations.of(context)!.nearestRepeaterFallback),
|
title: Text(
|
||||||
|
AppLocalizations.of(context)!.nearestRepeaterFallback,
|
||||||
|
),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'After normal retries fail, try one final resend through the nearest repeater',
|
'After normal retries fail, try one final resend through the nearest repeater',
|
||||||
),
|
),
|
||||||
@@ -1228,13 +1526,99 @@ 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(
|
||||||
'Clear Messages',
|
'Clear Messages',
|
||||||
style: TextStyle(color: Colors.red),
|
style: TextStyle(color: Colors.red),
|
||||||
),
|
),
|
||||||
subtitle: Text(AppLocalizations.of(context)!.deleteAllStoredMessageHistory),
|
subtitle: Text(
|
||||||
|
AppLocalizations.of(context)!.deleteAllStoredMessageHistory,
|
||||||
|
),
|
||||||
onTap: _clearMessages,
|
onTap: _clearMessages,
|
||||||
),
|
),
|
||||||
Consumer<AppProvider>(
|
Consumer<AppProvider>(
|
||||||
@@ -1344,26 +1728,15 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
builder: (context, drawingProvider, child) => SwitchListTile(
|
builder: (context, drawingProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.fmd_good_outlined),
|
secondary: Icon(Icons.fmd_good_outlined),
|
||||||
title: Text(AppLocalizations.of(context)!.showSarMarkersLabel),
|
title: Text(AppLocalizations.of(context)!.showSarMarkersLabel),
|
||||||
subtitle: Text(AppLocalizations.of(context)!.displaySarMarkersOnTheMainMap),
|
subtitle: Text(
|
||||||
|
AppLocalizations.of(context)!.displaySarMarkersOnTheMainMap,
|
||||||
|
),
|
||||||
value: drawingProvider.showSarMarkers,
|
value: drawingProvider.showSarMarkers,
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
drawingProvider.toggleSarMarkers();
|
drawingProvider.toggleSarMarkers();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
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),
|
||||||
@@ -1420,7 +1793,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
builder: (context, appProvider, child) => SwitchListTile(
|
builder: (context, appProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.compress),
|
secondary: Icon(Icons.compress),
|
||||||
title: Text(AppLocalizations.of(context)!.voiceCompressor),
|
title: Text(AppLocalizations.of(context)!.voiceCompressor),
|
||||||
subtitle: Text(AppLocalizations.of(context)!.balancesQuietAndLoudSpeechLevels),
|
subtitle: Text(
|
||||||
|
AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.balancesQuietAndLoudSpeechLevels,
|
||||||
|
),
|
||||||
value: appProvider.isVoiceCompressorEnabled,
|
value: appProvider.isVoiceCompressorEnabled,
|
||||||
onChanged: (value) async {
|
onChanged: (value) async {
|
||||||
await appProvider.toggleVoiceCompressorEnabled(value);
|
await appProvider.toggleVoiceCompressorEnabled(value);
|
||||||
@@ -1431,7 +1808,11 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
builder: (context, appProvider, child) => SwitchListTile(
|
builder: (context, appProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.speed),
|
secondary: Icon(Icons.speed),
|
||||||
title: Text(AppLocalizations.of(context)!.voiceLimiter),
|
title: Text(AppLocalizations.of(context)!.voiceLimiter),
|
||||||
subtitle: Text(AppLocalizations.of(context)!.preventsClippingPeaksBeforeEncoding),
|
subtitle: Text(
|
||||||
|
AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.preventsClippingPeaksBeforeEncoding,
|
||||||
|
),
|
||||||
value: appProvider.isVoiceLimiterEnabled,
|
value: appProvider.isVoiceLimiterEnabled,
|
||||||
onChanged: (value) async {
|
onChanged: (value) async {
|
||||||
await appProvider.toggleVoiceLimiterEnabled(value);
|
await appProvider.toggleVoiceLimiterEnabled(value);
|
||||||
@@ -1442,7 +1823,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
builder: (context, appProvider, child) => SwitchListTile(
|
builder: (context, appProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.auto_fix_high),
|
secondary: Icon(Icons.auto_fix_high),
|
||||||
title: Text(AppLocalizations.of(context)!.micAutoGain),
|
title: Text(AppLocalizations.of(context)!.micAutoGain),
|
||||||
subtitle: Text(AppLocalizations.of(context)!.letsTheRecorderAdjustInputLevel),
|
subtitle: Text(
|
||||||
|
AppLocalizations.of(context)!.letsTheRecorderAdjustInputLevel,
|
||||||
|
),
|
||||||
value: appProvider.isVoiceAutoGainEnabled,
|
value: appProvider.isVoiceAutoGainEnabled,
|
||||||
onChanged: (value) async {
|
onChanged: (value) async {
|
||||||
await appProvider.toggleVoiceAutoGainEnabled(value);
|
await appProvider.toggleVoiceAutoGainEnabled(value);
|
||||||
@@ -1478,7 +1861,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
Consumer<AppProvider>(
|
Consumer<AppProvider>(
|
||||||
builder: (context, appProvider, child) => SwitchListTile(
|
builder: (context, appProvider, child) => SwitchListTile(
|
||||||
secondary: Icon(Icons.content_cut),
|
secondary: Icon(Icons.content_cut),
|
||||||
title: Text(AppLocalizations.of(context)!.trimSilenceInVoiceMessages),
|
title: Text(
|
||||||
|
AppLocalizations.of(context)!.trimSilenceInVoiceMessages,
|
||||||
|
),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'Removes long silent parts before sending voice',
|
'Removes long silent parts before sending voice',
|
||||||
),
|
),
|
||||||
@@ -1648,11 +2033,33 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.timer),
|
leading: Icon(Icons.timer),
|
||||||
title: Text(AppLocalizations.of(context)!.activeuseUpdateInterval),
|
title: Text(
|
||||||
|
AppLocalizations.of(context)!.activeuseUpdateInterval,
|
||||||
|
),
|
||||||
subtitle: Text('$_fastLocationActiveCadenceSeconds s'),
|
subtitle: Text('$_fastLocationActiveCadenceSeconds s'),
|
||||||
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),
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -144,11 +144,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();
|
||||||
|
|||||||
178
lib/services/bthome_met_history.dart
Normal file
178
lib/services/bthome_met_history.dart
Normal file
@@ -0,0 +1,178 @@
|
|||||||
|
import '../models/contact.dart';
|
||||||
|
|
||||||
|
enum BTHomeMetMeasurement {
|
||||||
|
temperature(1, 'Temperature', '°C'),
|
||||||
|
humidity(2, 'Humidity', '%'),
|
||||||
|
windSpeed(3, 'Wind speed', 'm/s'),
|
||||||
|
gust(4, 'Wind gust', 'm/s'),
|
||||||
|
rain(5, 'Rain', 'mm');
|
||||||
|
|
||||||
|
const BTHomeMetMeasurement(this.id, this.label, this.unit);
|
||||||
|
|
||||||
|
final int id;
|
||||||
|
final String label;
|
||||||
|
final String unit;
|
||||||
|
|
||||||
|
static BTHomeMetMeasurement? fromId(int id) {
|
||||||
|
for (final value in BTHomeMetMeasurement.values) {
|
||||||
|
if (value.id == id) {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class BTHomeMetHistoryPage {
|
||||||
|
const BTHomeMetHistoryPage({
|
||||||
|
required this.measurement,
|
||||||
|
required this.page,
|
||||||
|
required this.values,
|
||||||
|
});
|
||||||
|
|
||||||
|
final BTHomeMetMeasurement measurement;
|
||||||
|
final int page;
|
||||||
|
final List<double> values;
|
||||||
|
|
||||||
|
double? get latest => values.isEmpty ? null : values.last;
|
||||||
|
double? get minimum => values.isEmpty
|
||||||
|
? null
|
||||||
|
: values.reduce((left, right) => left < right ? left : right);
|
||||||
|
double? get maximum => values.isEmpty
|
||||||
|
? null
|
||||||
|
: values.reduce((left, right) => left > right ? left : right);
|
||||||
|
}
|
||||||
|
|
||||||
|
class BTHomeMetHistoryFormatException implements Exception {
|
||||||
|
const BTHomeMetHistoryFormatException(this.message);
|
||||||
|
|
||||||
|
final String message;
|
||||||
|
|
||||||
|
@override
|
||||||
|
String toString() => message;
|
||||||
|
}
|
||||||
|
|
||||||
|
class BTHomeMetHistoryParser {
|
||||||
|
static BTHomeMetHistoryPage parse(String text) {
|
||||||
|
final parts = text
|
||||||
|
.trim()
|
||||||
|
.split(',')
|
||||||
|
.map((part) => part.trim())
|
||||||
|
.toList(growable: false);
|
||||||
|
if (parts.length < 3) {
|
||||||
|
throw const BTHomeMetHistoryFormatException(
|
||||||
|
'MET history response is too short.',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final measurementId = int.tryParse(parts[0]);
|
||||||
|
final page = int.tryParse(parts[1]);
|
||||||
|
final count = int.tryParse(parts[2]);
|
||||||
|
if (measurementId == null || page == null || count == null) {
|
||||||
|
throw const BTHomeMetHistoryFormatException(
|
||||||
|
'MET history header is invalid.',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final measurement = BTHomeMetMeasurement.fromId(measurementId);
|
||||||
|
if (measurement == null) {
|
||||||
|
throw BTHomeMetHistoryFormatException(
|
||||||
|
'Unsupported MET history measurement id: $measurementId',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (count < 0) {
|
||||||
|
throw const BTHomeMetHistoryFormatException(
|
||||||
|
'MET history sample count is invalid.',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (parts.length != count + 3) {
|
||||||
|
throw BTHomeMetHistoryFormatException(
|
||||||
|
'MET history sample count mismatch: expected $count values, got ${parts.length - 3}.',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final values = <double>[];
|
||||||
|
for (final part in parts.skip(3)) {
|
||||||
|
final value = double.tryParse(part);
|
||||||
|
if (value == null) {
|
||||||
|
throw BTHomeMetHistoryFormatException(
|
||||||
|
'Invalid MET history sample value: $part',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
values.add(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
return BTHomeMetHistoryPage(
|
||||||
|
measurement: measurement,
|
||||||
|
page: page,
|
||||||
|
values: List<double>.unmodifiable(values),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
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) {
|
||||||
|
final telemetry = contact?.telemetry;
|
||||||
|
if (telemetry == null || !_hasBTHomeMetCapability(contact)) {
|
||||||
|
return const <BTHomeMetMeasurement>[];
|
||||||
|
}
|
||||||
|
|
||||||
|
final measurements = <BTHomeMetMeasurement>[
|
||||||
|
if (telemetry.temperature != null) BTHomeMetMeasurement.temperature,
|
||||||
|
if (telemetry.humidity != null) BTHomeMetMeasurement.humidity,
|
||||||
|
];
|
||||||
|
|
||||||
|
final extraSensorData = telemetry.extraSensorData;
|
||||||
|
if (extraSensorData != null) {
|
||||||
|
if (extraSensorData.keys.any(
|
||||||
|
(key) => key.startsWith('speed_') || key.startsWith('signed_speed_'),
|
||||||
|
)) {
|
||||||
|
measurements.add(BTHomeMetMeasurement.windSpeed);
|
||||||
|
}
|
||||||
|
if (extraSensorData.keys.any((key) => key.startsWith('gust_'))) {
|
||||||
|
measurements.add(BTHomeMetMeasurement.gust);
|
||||||
|
}
|
||||||
|
if (extraSensorData.keys.any((key) => key.startsWith('rain_'))) {
|
||||||
|
measurements.add(BTHomeMetMeasurement.rain);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return List<BTHomeMetMeasurement>.unmodifiable(measurements);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool supportsBTHomeMetHistory(Contact? contact) =>
|
||||||
|
bTHomeMetMeasurementsForContact(contact).isNotEmpty;
|
||||||
@@ -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';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -141,6 +238,18 @@ class LiveTrafficSummary {
|
|||||||
|
|
||||||
const LiveTrafficSummary._();
|
const LiveTrafficSummary._();
|
||||||
|
|
||||||
|
static bool isRxDataLog(BlePacketLog log) {
|
||||||
|
return log.direction == PacketDirection.rx &&
|
||||||
|
log.responseCode == logRxDataResponseCode;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int countRxDataLogs(Iterable<BlePacketLog> logs, {DateTime? since}) {
|
||||||
|
return logs.where((log) {
|
||||||
|
return isRxDataLog(log) &&
|
||||||
|
(since == null || !log.timestamp.isBefore(since));
|
||||||
|
}).length;
|
||||||
|
}
|
||||||
|
|
||||||
static LiveTrafficSnapshot fromLogs(
|
static LiveTrafficSnapshot fromLogs(
|
||||||
Iterable<BlePacketLog> logs, {
|
Iterable<BlePacketLog> logs, {
|
||||||
required DateTime now,
|
required DateTime now,
|
||||||
@@ -154,15 +263,14 @@ class LiveTrafficSummary {
|
|||||||
? clearedAt
|
? clearedAt
|
||||||
: windowStart;
|
: windowStart;
|
||||||
|
|
||||||
final recentLogs = logs
|
final recentLogs =
|
||||||
.where(
|
logs
|
||||||
(log) =>
|
.where(
|
||||||
log.direction == PacketDirection.rx &&
|
(log) =>
|
||||||
log.responseCode == logRxDataResponseCode &&
|
isRxDataLog(log) && !log.timestamp.isBefore(effectiveStart),
|
||||||
!log.timestamp.isBefore(effectiveStart),
|
)
|
||||||
)
|
.toList()
|
||||||
.toList()
|
..sort((a, b) => a.timestamp.compareTo(b.timestamp));
|
||||||
..sort((a, b) => a.timestamp.compareTo(b.timestamp));
|
|
||||||
|
|
||||||
final entries = <LiveTrafficEntry>[];
|
final entries = <LiveTrafficEntry>[];
|
||||||
for (final log in recentLogs) {
|
for (final log in recentLogs) {
|
||||||
@@ -215,7 +323,9 @@ class LiveTrafficSummary {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
final visibleEntries = filteredEntries.reversed.take(maxVisibleEntries).toList();
|
final visibleEntries = filteredEntries.reversed
|
||||||
|
.take(maxVisibleEntries)
|
||||||
|
.toList();
|
||||||
const txCount = 0;
|
const txCount = 0;
|
||||||
final totalCount = rxCount;
|
final totalCount = rxCount;
|
||||||
final packetsPerMinute =
|
final packetsPerMinute =
|
||||||
@@ -233,7 +343,9 @@ class LiveTrafficSummary {
|
|||||||
avgRssiDbm: rssiCount == 0 ? null : rssiSum / rssiCount,
|
avgRssiDbm: rssiCount == 0 ? null : rssiSum / rssiCount,
|
||||||
latestRssiDbm: latestRssiDbm,
|
latestRssiDbm: latestRssiDbm,
|
||||||
multiHopCount: multiHopCount,
|
multiHopCount: multiHopCount,
|
||||||
avgHopCount: hopCountSamples == 0 ? null : hopCountTotal / hopCountSamples,
|
avgHopCount: hopCountSamples == 0
|
||||||
|
? null
|
||||||
|
: hopCountTotal / hopCountSamples,
|
||||||
visibleEntries: visibleEntries,
|
visibleEntries: visibleEntries,
|
||||||
busyness: _busynessForPacketsPerMinute(packetsPerMinute),
|
busyness: _busynessForPacketsPerMinute(packetsPerMinute),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:geolocator/geolocator.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
import '../models/contact.dart';
|
import '../models/contact.dart';
|
||||||
@@ -9,7 +10,7 @@ import '../models/path_selection.dart';
|
|||||||
import '../utils/log_rx_route_decoder.dart';
|
import '../utils/log_rx_route_decoder.dart';
|
||||||
|
|
||||||
class PathHistoryService {
|
class PathHistoryService {
|
||||||
static const String _storageKey = 'contact_path_history_v1';
|
static const String _storageKey = 'contact_path_history_v2';
|
||||||
static const int _maxDirectPaths = 20;
|
static const int _maxDirectPaths = 20;
|
||||||
static const int _topRotationCount = 3;
|
static const int _topRotationCount = 3;
|
||||||
|
|
||||||
@@ -59,6 +60,11 @@ class PathHistoryService {
|
|||||||
failureCount: existing?.failureCount ?? 0,
|
failureCount: existing?.failureCount ?? 0,
|
||||||
lastRoundTripTimeMs: existing?.lastRoundTripTimeMs ?? 0,
|
lastRoundTripTimeMs: existing?.lastRoundTripTimeMs ?? 0,
|
||||||
lastUsedAt: DateTime.now(),
|
lastUsedAt: DateTime.now(),
|
||||||
|
lastSucceededAt: existing?.lastSucceededAt,
|
||||||
|
senderLatitude: existing?.senderLatitude,
|
||||||
|
senderLongitude: existing?.senderLongitude,
|
||||||
|
recipientLatitude: existing?.recipientLatitude,
|
||||||
|
recipientLongitude: existing?.recipientLongitude,
|
||||||
);
|
);
|
||||||
|
|
||||||
await _saveHistory(
|
await _saveHistory(
|
||||||
@@ -104,6 +110,11 @@ class PathHistoryService {
|
|||||||
failureCount: existing?.failureCount ?? 0,
|
failureCount: existing?.failureCount ?? 0,
|
||||||
lastRoundTripTimeMs: existing?.lastRoundTripTimeMs ?? 0,
|
lastRoundTripTimeMs: existing?.lastRoundTripTimeMs ?? 0,
|
||||||
lastUsedAt: DateTime.now(),
|
lastUsedAt: DateTime.now(),
|
||||||
|
lastSucceededAt: existing?.lastSucceededAt,
|
||||||
|
senderLatitude: existing?.senderLatitude,
|
||||||
|
senderLongitude: existing?.senderLongitude,
|
||||||
|
recipientLatitude: existing?.recipientLatitude,
|
||||||
|
recipientLongitude: existing?.recipientLongitude,
|
||||||
);
|
);
|
||||||
|
|
||||||
await _saveHistory(
|
await _saveHistory(
|
||||||
@@ -172,6 +183,10 @@ class PathHistoryService {
|
|||||||
PathSelection selection, {
|
PathSelection selection, {
|
||||||
required bool success,
|
required bool success,
|
||||||
int? roundTripTimeMs,
|
int? roundTripTimeMs,
|
||||||
|
double? senderLatitude,
|
||||||
|
double? senderLongitude,
|
||||||
|
double? recipientLatitude,
|
||||||
|
double? recipientLongitude,
|
||||||
}) async {
|
}) async {
|
||||||
await initialize();
|
await initialize();
|
||||||
final history = _historyFor(contactPublicKeyHex);
|
final history = _historyFor(contactPublicKeyHex);
|
||||||
@@ -206,6 +221,13 @@ class PathHistoryService {
|
|||||||
? (roundTripTimeMs ?? existing?.lastRoundTripTimeMs ?? 0)
|
? (roundTripTimeMs ?? existing?.lastRoundTripTimeMs ?? 0)
|
||||||
: (existing?.lastRoundTripTimeMs ?? 0),
|
: (existing?.lastRoundTripTimeMs ?? 0),
|
||||||
lastUsedAt: DateTime.now(),
|
lastUsedAt: DateTime.now(),
|
||||||
|
lastSucceededAt: success ? DateTime.now() : existing?.lastSucceededAt,
|
||||||
|
senderLatitude: success ? senderLatitude : existing?.senderLatitude,
|
||||||
|
senderLongitude: success ? senderLongitude : existing?.senderLongitude,
|
||||||
|
recipientLatitude:
|
||||||
|
success ? recipientLatitude : existing?.recipientLatitude,
|
||||||
|
recipientLongitude:
|
||||||
|
success ? recipientLongitude : existing?.recipientLongitude,
|
||||||
);
|
);
|
||||||
await _saveHistory(
|
await _saveHistory(
|
||||||
contactPublicKeyHex,
|
contactPublicKeyHex,
|
||||||
@@ -215,11 +237,70 @@ class PathHistoryService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<PathSelection?> getLastSuccessfulDirectSelection(
|
||||||
|
Contact contact, {
|
||||||
|
String? excludeSignature,
|
||||||
|
double? senderLatitude,
|
||||||
|
double? senderLongitude,
|
||||||
|
double? recipientLatitude,
|
||||||
|
double? recipientLongitude,
|
||||||
|
}) async {
|
||||||
|
await initialize();
|
||||||
|
final history = _historyFor(contact.publicKeyHex);
|
||||||
|
final ranked = history.directPaths
|
||||||
|
.where(
|
||||||
|
(record) =>
|
||||||
|
record.successCount > 0 &&
|
||||||
|
record.lastSucceededAt != null &&
|
||||||
|
record.signature != excludeSignature,
|
||||||
|
)
|
||||||
|
.toList()
|
||||||
|
..sort((a, b) {
|
||||||
|
final locationCompare = _compareLocationFit(
|
||||||
|
a,
|
||||||
|
b,
|
||||||
|
senderLatitude: senderLatitude,
|
||||||
|
senderLongitude: senderLongitude,
|
||||||
|
recipientLatitude: recipientLatitude,
|
||||||
|
recipientLongitude: recipientLongitude,
|
||||||
|
);
|
||||||
|
if (locationCompare != 0) return locationCompare;
|
||||||
|
final succeededCompare = b.lastSucceededAt!.compareTo(
|
||||||
|
a.lastSucceededAt!,
|
||||||
|
);
|
||||||
|
if (succeededCompare != 0) return succeededCompare;
|
||||||
|
return _comparePathRecords(a, b);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (ranked.isEmpty) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
final record = ranked.first;
|
||||||
|
return PathSelection(
|
||||||
|
mode: PathSelectionMode.directHistorical,
|
||||||
|
pathBytes: Uint8List.fromList(record.pathBytes),
|
||||||
|
hopCount: record.hopCount,
|
||||||
|
hashSize: record.hashSize,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
ContactPathHistory historyFor(String contactPublicKeyHex) {
|
ContactPathHistory historyFor(String contactPublicKeyHex) {
|
||||||
return _cache[contactPublicKeyHex] ??
|
return _cache[contactPublicKeyHex] ??
|
||||||
ContactPathHistory.empty(contactPublicKeyHex);
|
ContactPathHistory.empty(contactPublicKeyHex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> clearHistoryFor(String contactPublicKeyHex) async {
|
||||||
|
await initialize();
|
||||||
|
_cache.remove(contactPublicKeyHex);
|
||||||
|
final prefs = await SharedPreferences.getInstance();
|
||||||
|
final payload = <String, dynamic>{};
|
||||||
|
for (final entry in _cache.entries) {
|
||||||
|
payload[entry.key] = entry.value.toJson();
|
||||||
|
}
|
||||||
|
await prefs.setString(_storageKey, jsonEncode(payload));
|
||||||
|
}
|
||||||
|
|
||||||
ContactPathHistory _historyFor(String contactPublicKeyHex) {
|
ContactPathHistory _historyFor(String contactPublicKeyHex) {
|
||||||
return _cache.putIfAbsent(
|
return _cache.putIfAbsent(
|
||||||
contactPublicKeyHex,
|
contactPublicKeyHex,
|
||||||
@@ -279,4 +360,68 @@ class PathHistoryService {
|
|||||||
|
|
||||||
String _signature(Uint8List bytes) =>
|
String _signature(Uint8List bytes) =>
|
||||||
bytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join();
|
bytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join();
|
||||||
|
|
||||||
|
int _compareLocationFit(
|
||||||
|
PathRecord a,
|
||||||
|
PathRecord b, {
|
||||||
|
required double? senderLatitude,
|
||||||
|
required double? senderLongitude,
|
||||||
|
required double? recipientLatitude,
|
||||||
|
required double? recipientLongitude,
|
||||||
|
}) {
|
||||||
|
final aDistance = _locationDistanceScore(
|
||||||
|
a,
|
||||||
|
senderLatitude: senderLatitude,
|
||||||
|
senderLongitude: senderLongitude,
|
||||||
|
recipientLatitude: recipientLatitude,
|
||||||
|
recipientLongitude: recipientLongitude,
|
||||||
|
);
|
||||||
|
final bDistance = _locationDistanceScore(
|
||||||
|
b,
|
||||||
|
senderLatitude: senderLatitude,
|
||||||
|
senderLongitude: senderLongitude,
|
||||||
|
recipientLatitude: recipientLatitude,
|
||||||
|
recipientLongitude: recipientLongitude,
|
||||||
|
);
|
||||||
|
return aDistance.compareTo(bDistance);
|
||||||
|
}
|
||||||
|
|
||||||
|
double _locationDistanceScore(
|
||||||
|
PathRecord record, {
|
||||||
|
required double? senderLatitude,
|
||||||
|
required double? senderLongitude,
|
||||||
|
required double? recipientLatitude,
|
||||||
|
required double? recipientLongitude,
|
||||||
|
}) {
|
||||||
|
var total = 0.0;
|
||||||
|
var matched = false;
|
||||||
|
|
||||||
|
if (senderLatitude != null &&
|
||||||
|
senderLongitude != null &&
|
||||||
|
record.senderLatitude != null &&
|
||||||
|
record.senderLongitude != null) {
|
||||||
|
matched = true;
|
||||||
|
total += Geolocator.distanceBetween(
|
||||||
|
senderLatitude,
|
||||||
|
senderLongitude,
|
||||||
|
record.senderLatitude!,
|
||||||
|
record.senderLongitude!,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (recipientLatitude != null &&
|
||||||
|
recipientLongitude != null &&
|
||||||
|
record.recipientLatitude != null &&
|
||||||
|
record.recipientLongitude != null) {
|
||||||
|
matched = true;
|
||||||
|
total += Geolocator.distanceBetween(
|
||||||
|
recipientLatitude,
|
||||||
|
recipientLongitude,
|
||||||
|
record.recipientLatitude!,
|
||||||
|
record.recipientLongitude!,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return matched ? total : double.infinity;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
21
lib/services/profile_device_key_resolver.dart
Normal file
21
lib/services/profile_device_key_resolver.dart
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import '../models/device_info.dart';
|
||||||
|
|
||||||
|
class ProfileDeviceKeyResolver {
|
||||||
|
static String? resolve({
|
||||||
|
required DeviceInfo deviceInfo,
|
||||||
|
required ConnectionMode connectionMode,
|
||||||
|
}) {
|
||||||
|
// Always prefer the public key — it's the only truly stable identifier.
|
||||||
|
// Don't fall back to deviceId to avoid creating duplicate profiles when
|
||||||
|
// publicKey arrives late (after initial connection but before DeviceInfo).
|
||||||
|
final publicKey = deviceInfo.publicKey;
|
||||||
|
if (publicKey == null || publicKey.isEmpty) {
|
||||||
|
return null; // Wait until publicKey is available
|
||||||
|
}
|
||||||
|
|
||||||
|
final hex = publicKey
|
||||||
|
.map((byte) => byte.toRadixString(16).padLeft(2, '0'))
|
||||||
|
.join();
|
||||||
|
return hex.isNotEmpty ? 'pk:$hex' : null;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -9,11 +9,14 @@ import 'profiles_feature_service.dart';
|
|||||||
class ProfileManager with ChangeNotifier {
|
class ProfileManager with ChangeNotifier {
|
||||||
static const String _profilesKey = 'profiles_library';
|
static const String _profilesKey = 'profiles_library';
|
||||||
static const String activeProfileIdKey = 'profiles_active_profile_id';
|
static const String activeProfileIdKey = 'profiles_active_profile_id';
|
||||||
|
static const String _deviceProfileDefaultsKey =
|
||||||
|
'profiles_device_active_profile_ids';
|
||||||
static const String _transferHistoryKey = 'profiles_transfer_history';
|
static const String _transferHistoryKey = 'profiles_transfer_history';
|
||||||
|
|
||||||
final List<ConfigProfile> _customProfiles = <ConfigProfile>[];
|
final List<ConfigProfile> _customProfiles = <ConfigProfile>[];
|
||||||
final List<ProfileTransferRecord> _transferHistory =
|
final List<ProfileTransferRecord> _transferHistory =
|
||||||
<ProfileTransferRecord>[];
|
<ProfileTransferRecord>[];
|
||||||
|
final Map<String, String> _deviceProfileDefaults = <String, String>{};
|
||||||
bool _isInitialized = false;
|
bool _isInitialized = false;
|
||||||
bool _profilesEnabled = false;
|
bool _profilesEnabled = false;
|
||||||
String _activeProfileId = ConfigProfile.defaultProfileId;
|
String _activeProfileId = ConfigProfile.defaultProfileId;
|
||||||
@@ -37,6 +40,19 @@ class ProfileManager with ChangeNotifier {
|
|||||||
_activeProfileId =
|
_activeProfileId =
|
||||||
prefs.getString(activeProfileIdKey) ?? ConfigProfile.defaultProfileId;
|
prefs.getString(activeProfileIdKey) ?? ConfigProfile.defaultProfileId;
|
||||||
|
|
||||||
|
final deviceDefaultsJson = prefs.getString(_deviceProfileDefaultsKey);
|
||||||
|
if (deviceDefaultsJson != null && deviceDefaultsJson.isNotEmpty) {
|
||||||
|
final decoded = jsonDecode(deviceDefaultsJson);
|
||||||
|
if (decoded is Map<String, dynamic>) {
|
||||||
|
_deviceProfileDefaults
|
||||||
|
..clear()
|
||||||
|
..addAll(
|
||||||
|
decoded.map((key, value) => MapEntry(key, value?.toString() ?? ''))
|
||||||
|
..removeWhere((key, value) => value.isEmpty),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
final profilesJson = prefs.getString(_profilesKey);
|
final profilesJson = prefs.getString(_profilesKey);
|
||||||
if (profilesJson != null && profilesJson.isNotEmpty) {
|
if (profilesJson != null && profilesJson.isNotEmpty) {
|
||||||
final decoded = jsonDecode(profilesJson) as List<dynamic>;
|
final decoded = jsonDecode(profilesJson) as List<dynamic>;
|
||||||
@@ -90,9 +106,37 @@ class ProfileManager with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> setActiveProfileId(String id) async {
|
Future<void> setActiveProfileId(String id) async {
|
||||||
|
await setActiveProfileIdForDevice(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
String profileIdForDevice(String? deviceKey) {
|
||||||
|
if (deviceKey == null || deviceKey.isEmpty) {
|
||||||
|
return _activeProfileId;
|
||||||
|
}
|
||||||
|
return _deviceProfileDefaults[deviceKey] ?? ConfigProfile.defaultProfileId;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool hasProfileForDevice(String? deviceKey) {
|
||||||
|
if (deviceKey == null || deviceKey.isEmpty) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return _deviceProfileDefaults.containsKey(deviceKey);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> setActiveProfileIdForDevice(
|
||||||
|
String id, {
|
||||||
|
String? deviceKey,
|
||||||
|
}) async {
|
||||||
_activeProfileId = id;
|
_activeProfileId = id;
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
await prefs.setString(activeProfileIdKey, id);
|
await prefs.setString(activeProfileIdKey, id);
|
||||||
|
if (deviceKey != null && deviceKey.isNotEmpty) {
|
||||||
|
_deviceProfileDefaults[deviceKey] = id;
|
||||||
|
await prefs.setString(
|
||||||
|
_deviceProfileDefaultsKey,
|
||||||
|
jsonEncode(_deviceProfileDefaults),
|
||||||
|
);
|
||||||
|
}
|
||||||
ProfileStorageScope.setScope(
|
ProfileStorageScope.setScope(
|
||||||
profilesEnabled: _profilesEnabled,
|
profilesEnabled: _profilesEnabled,
|
||||||
activeProfileId: _activeProfileId,
|
activeProfileId: _activeProfileId,
|
||||||
|
|||||||
@@ -14,11 +14,14 @@ import '../providers/drawing_provider.dart';
|
|||||||
import '../providers/map_provider.dart';
|
import '../providers/map_provider.dart';
|
||||||
import '../providers/messages_provider.dart';
|
import '../providers/messages_provider.dart';
|
||||||
import '../providers/sensors_provider.dart';
|
import '../providers/sensors_provider.dart';
|
||||||
|
import '../providers/voice_provider.dart';
|
||||||
|
import '../providers/image_provider.dart' as ip;
|
||||||
import 'app_config_snapshot_service.dart';
|
import 'app_config_snapshot_service.dart';
|
||||||
import 'contact_storage_service.dart';
|
import 'contact_storage_service.dart';
|
||||||
import 'device_config_applicator.dart';
|
import 'device_config_applicator.dart';
|
||||||
import 'message_storage_service.dart';
|
import 'message_storage_service.dart';
|
||||||
import 'profile_manager.dart';
|
import 'profile_manager.dart';
|
||||||
|
import 'profile_device_key_resolver.dart';
|
||||||
import 'profiles_feature_service.dart';
|
import 'profiles_feature_service.dart';
|
||||||
import 'map_workspace_snapshot_service.dart';
|
import 'map_workspace_snapshot_service.dart';
|
||||||
|
|
||||||
@@ -32,6 +35,8 @@ class ProfileWorkspaceCoordinator {
|
|||||||
required this.mapProvider,
|
required this.mapProvider,
|
||||||
required this.drawingProvider,
|
required this.drawingProvider,
|
||||||
required this.channelsProvider,
|
required this.channelsProvider,
|
||||||
|
required this.voiceProvider,
|
||||||
|
required this.imageProvider,
|
||||||
required this.appProvider,
|
required this.appProvider,
|
||||||
AppConfigSnapshotService? appConfigSnapshotService,
|
AppConfigSnapshotService? appConfigSnapshotService,
|
||||||
MapWorkspaceSnapshotService? mapWorkspaceSnapshotService,
|
MapWorkspaceSnapshotService? mapWorkspaceSnapshotService,
|
||||||
@@ -57,12 +62,15 @@ class ProfileWorkspaceCoordinator {
|
|||||||
final MapProvider mapProvider;
|
final MapProvider mapProvider;
|
||||||
final DrawingProvider drawingProvider;
|
final DrawingProvider drawingProvider;
|
||||||
final ChannelsProvider channelsProvider;
|
final ChannelsProvider channelsProvider;
|
||||||
|
final VoiceProvider voiceProvider;
|
||||||
|
final ip.ImageProvider imageProvider;
|
||||||
final AppProvider appProvider;
|
final AppProvider appProvider;
|
||||||
final AppConfigSnapshotService _appConfigSnapshotService;
|
final AppConfigSnapshotService _appConfigSnapshotService;
|
||||||
final MapWorkspaceSnapshotService _mapWorkspaceSnapshotService;
|
final MapWorkspaceSnapshotService _mapWorkspaceSnapshotService;
|
||||||
final DeviceConfigApplicator _deviceConfigApplicator;
|
final DeviceConfigApplicator _deviceConfigApplicator;
|
||||||
final MessageStorageService _messageStorageService;
|
final MessageStorageService _messageStorageService;
|
||||||
final ContactStorageService _contactStorageService;
|
final ContactStorageService _contactStorageService;
|
||||||
|
Future<void>? _deviceProfileSyncFuture;
|
||||||
|
|
||||||
Future<void> setProfilesEnabled(bool enabled) async {
|
Future<void> setProfilesEnabled(bool enabled) async {
|
||||||
final wasEnabled = profileManager.profilesEnabled;
|
final wasEnabled = profileManager.profilesEnabled;
|
||||||
@@ -77,6 +85,7 @@ class ProfileWorkspaceCoordinator {
|
|||||||
activeProfileId: enabled ? profileManager.activeProfileId : 'default',
|
activeProfileId: enabled ? profileManager.activeProfileId : 'default',
|
||||||
);
|
);
|
||||||
if (enabled) {
|
if (enabled) {
|
||||||
|
await _ensureProfileForCurrentDevice();
|
||||||
if (wasEnabled) {
|
if (wasEnabled) {
|
||||||
await openProfile(profileManager.activeProfileId);
|
await openProfile(profileManager.activeProfileId);
|
||||||
} else {
|
} else {
|
||||||
@@ -181,9 +190,13 @@ class ProfileWorkspaceCoordinator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> openProfile(String profileId) async {
|
Future<void> openProfile(String profileId) async {
|
||||||
|
final deviceKey = _currentDeviceProfileKey;
|
||||||
await _saveActiveCustomProfileSnapshot();
|
await _saveActiveCustomProfileSnapshot();
|
||||||
await connectionProvider.disconnect();
|
await connectionProvider.disconnect();
|
||||||
await profileManager.setActiveProfileId(profileId);
|
await profileManager.setActiveProfileIdForDevice(
|
||||||
|
profileId,
|
||||||
|
deviceKey: deviceKey,
|
||||||
|
);
|
||||||
await _switchRuntimeScope(profileId);
|
await _switchRuntimeScope(profileId);
|
||||||
|
|
||||||
final profile = await resolveProfile(profileId);
|
final profile = await resolveProfile(profileId);
|
||||||
@@ -271,6 +284,112 @@ class ProfileWorkspaceCoordinator {
|
|||||||
return imported;
|
return imported;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> syncActiveProfileForCurrentDevice() async {
|
||||||
|
if (!profileManager.profilesEnabled) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
final inFlightSync = _deviceProfileSyncFuture;
|
||||||
|
if (inFlightSync != null) {
|
||||||
|
await inFlightSync;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final syncFuture = _syncActiveProfileForCurrentDeviceInternal();
|
||||||
|
_deviceProfileSyncFuture = syncFuture;
|
||||||
|
try {
|
||||||
|
await syncFuture;
|
||||||
|
} finally {
|
||||||
|
if (identical(_deviceProfileSyncFuture, syncFuture)) {
|
||||||
|
_deviceProfileSyncFuture = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _syncActiveProfileForCurrentDeviceInternal() async {
|
||||||
|
final deviceKey = _currentDeviceProfileKey;
|
||||||
|
if (deviceKey == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final profile = await _ensureProfileForCurrentDevice();
|
||||||
|
final targetProfileId = profile.id;
|
||||||
|
if (targetProfileId == profileManager.activeProfileId) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await _persistCurrentState();
|
||||||
|
await profileManager.setActiveProfileIdForDevice(
|
||||||
|
targetProfileId,
|
||||||
|
deviceKey: deviceKey,
|
||||||
|
);
|
||||||
|
await _switchRuntimeScope(targetProfileId);
|
||||||
|
|
||||||
|
await _appConfigSnapshotService.apply(
|
||||||
|
profile.sections.appSettings,
|
||||||
|
appProvider,
|
||||||
|
);
|
||||||
|
await _mapWorkspaceSnapshotService.apply(
|
||||||
|
profile.sections.mapWorkspace,
|
||||||
|
mapProvider: mapProvider,
|
||||||
|
drawingProvider: drawingProvider,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<ConfigProfile> _ensureProfileForCurrentDevice() async {
|
||||||
|
final deviceKey = _currentDeviceProfileKey;
|
||||||
|
final targetProfileId = profileManager.profileIdForDevice(deviceKey);
|
||||||
|
final existingProfile = profileManager.getProfile(targetProfileId);
|
||||||
|
if (profileManager.hasProfileForDevice(deviceKey) &&
|
||||||
|
existingProfile != null) {
|
||||||
|
return existingProfile;
|
||||||
|
}
|
||||||
|
if (profileManager.hasProfileForDevice(deviceKey) &&
|
||||||
|
targetProfileId == ConfigProfile.defaultProfileId) {
|
||||||
|
return ConfigProfile.defaultProfile();
|
||||||
|
}
|
||||||
|
if (deviceKey == null) {
|
||||||
|
return await resolveProfile(profileManager.activeProfileId);
|
||||||
|
}
|
||||||
|
|
||||||
|
final profile = await createProfileFromCurrent(
|
||||||
|
name: _buildDeviceProfileName(),
|
||||||
|
);
|
||||||
|
await profileManager.setActiveProfileIdForDevice(
|
||||||
|
profile.id,
|
||||||
|
deviceKey: deviceKey,
|
||||||
|
);
|
||||||
|
return profile;
|
||||||
|
}
|
||||||
|
|
||||||
|
String _buildDeviceProfileName() {
|
||||||
|
final deviceInfo = connectionProvider.deviceInfo;
|
||||||
|
final name = deviceInfo.selfName?.trim();
|
||||||
|
if (name != null && name.isNotEmpty) {
|
||||||
|
return 'Device ${_sanitizeProfileLabel(name)}';
|
||||||
|
}
|
||||||
|
|
||||||
|
final displayName = deviceInfo.displayName?.trim();
|
||||||
|
if (displayName != null && displayName.isNotEmpty) {
|
||||||
|
return 'Device ${_sanitizeProfileLabel(displayName)}';
|
||||||
|
}
|
||||||
|
|
||||||
|
final deviceId = deviceInfo.deviceId?.trim();
|
||||||
|
if (deviceId != null && deviceId.isNotEmpty) {
|
||||||
|
return 'Device ${_sanitizeProfileLabel(deviceId)}';
|
||||||
|
}
|
||||||
|
|
||||||
|
return 'Device Profile';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _sanitizeProfileLabel(String value) {
|
||||||
|
return value.replaceAll(RegExp(r'\s+'), ' ').trim();
|
||||||
|
}
|
||||||
|
|
||||||
|
String? get _currentDeviceProfileKey => ProfileDeviceKeyResolver.resolve(
|
||||||
|
deviceInfo: connectionProvider.deviceInfo,
|
||||||
|
connectionMode: connectionProvider.connectionMode,
|
||||||
|
);
|
||||||
|
|
||||||
Future<void> _switchRuntimeScope(String profileId) async {
|
Future<void> _switchRuntimeScope(String profileId) async {
|
||||||
final runtimeProfilesEnabled = profileManager.profilesEnabled;
|
final runtimeProfilesEnabled = profileManager.profilesEnabled;
|
||||||
ProfileStorageScope.setScope(
|
ProfileStorageScope.setScope(
|
||||||
@@ -287,6 +406,8 @@ class ProfileWorkspaceCoordinator {
|
|||||||
await sensorsProvider.reloadProfileScopedState();
|
await sensorsProvider.reloadProfileScopedState();
|
||||||
await drawingProvider.reloadProfileScopedState();
|
await drawingProvider.reloadProfileScopedState();
|
||||||
await mapProvider.reloadProfileScopedState();
|
await mapProvider.reloadProfileScopedState();
|
||||||
|
await voiceProvider.reloadProfileScopedState();
|
||||||
|
await imageProvider.reloadProfileScopedState();
|
||||||
await appProvider.reloadProfileScopedSettings();
|
await appProvider.reloadProfileScopedSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ class ProfilesFeatureService {
|
|||||||
|
|
||||||
static Future<bool> isEnabled() async {
|
static Future<bool> isEnabled() async {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
return prefs.getBool(enabledKey) ?? false;
|
return prefs.getBool(enabledKey) ?? true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Future<void> setEnabled(bool enabled) async {
|
static Future<void> setEnabled(bool enabled) async {
|
||||||
@@ -15,7 +15,7 @@ class ProfilesFeatureService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class ProfileStorageScope {
|
class ProfileStorageScope {
|
||||||
static bool _profilesEnabled = false;
|
static bool _profilesEnabled = true;
|
||||||
static String _activeProfileId = 'default';
|
static String _activeProfileId = 'default';
|
||||||
|
|
||||||
static Future<void> bootstrap({
|
static Future<void> bootstrap({
|
||||||
|
|||||||
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));
|
||||||
|
}
|
||||||
|
}
|
||||||
50
lib/services/serial/serial_transport.dart
Normal file
50
lib/services/serial/serial_transport.dart
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
import 'package:meshcore_client/meshcore_client.dart';
|
||||||
|
|
||||||
|
import 'serial_transport_stub.dart'
|
||||||
|
if (dart.library.io) 'serial_transport_io.dart'
|
||||||
|
if (dart.library.js_interop) 'serial_transport_web.dart';
|
||||||
|
|
||||||
|
const int kSerialBaudRate = 115200;
|
||||||
|
|
||||||
|
class SerialDeviceInfo {
|
||||||
|
final String id;
|
||||||
|
final String title;
|
||||||
|
final String subtitle;
|
||||||
|
final Object handle;
|
||||||
|
|
||||||
|
const SerialDeviceInfo({
|
||||||
|
required this.id,
|
||||||
|
required this.title,
|
||||||
|
required this.subtitle,
|
||||||
|
required this.handle,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class SerialConnection {
|
||||||
|
final MeshCoreSerialService service;
|
||||||
|
final String deviceId;
|
||||||
|
final String deviceName;
|
||||||
|
final Future<void> Function() disconnect;
|
||||||
|
|
||||||
|
const SerialConnection({
|
||||||
|
required this.service,
|
||||||
|
required this.deviceId,
|
||||||
|
required this.deviceName,
|
||||||
|
required this.disconnect,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
abstract class SerialTransport {
|
||||||
|
bool get isSupported;
|
||||||
|
bool get canRequestDevice;
|
||||||
|
String get actionLabel;
|
||||||
|
String get emptyStateTitle;
|
||||||
|
String get unsupportedMessage;
|
||||||
|
|
||||||
|
Future<List<SerialDeviceInfo>> listDevices();
|
||||||
|
Future<SerialDeviceInfo?> requestDevice();
|
||||||
|
Future<SerialConnection> connect(SerialDeviceInfo device);
|
||||||
|
void dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
SerialTransport createSerialTransport() => createSerialTransportImpl();
|
||||||
283
lib/services/serial/serial_transport_io.dart
Normal file
283
lib/services/serial/serial_transport_io.dart
Normal file
@@ -0,0 +1,283 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter_libserialport/flutter_libserialport.dart';
|
||||||
|
import 'package:meshcore_client/meshcore_client.dart';
|
||||||
|
import 'package:usb_serial/usb_serial.dart';
|
||||||
|
|
||||||
|
import 'serial_transport.dart';
|
||||||
|
|
||||||
|
class _IoSerialTransport implements SerialTransport {
|
||||||
|
@override
|
||||||
|
bool get isSupported =>
|
||||||
|
Platform.isAndroid || Platform.isMacOS || Platform.isWindows;
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool get canRequestDevice => false;
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get actionLabel =>
|
||||||
|
Platform.isAndroid ? 'Scan USB devices' : 'Scan serial ports';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get emptyStateTitle => Platform.isAndroid
|
||||||
|
? 'No USB serial devices found.\nConnect a MeshCore device via OTG cable.'
|
||||||
|
: 'No serial ports found.\nConnect a MeshCore device over USB serial.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get unsupportedMessage =>
|
||||||
|
'Serial is supported on Android, macOS, Windows, and compatible web browsers.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<List<SerialDeviceInfo>> listDevices() async {
|
||||||
|
if (Platform.isAndroid) {
|
||||||
|
final devices = await UsbSerial.listDevices();
|
||||||
|
return devices.map(_androidDeviceInfo).toList(growable: false);
|
||||||
|
}
|
||||||
|
if (Platform.isMacOS || Platform.isWindows) {
|
||||||
|
return _desktopSerialDevices();
|
||||||
|
}
|
||||||
|
return const [];
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<SerialDeviceInfo?> requestDevice() async => null;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<SerialConnection> connect(SerialDeviceInfo device) async {
|
||||||
|
if (Platform.isAndroid) {
|
||||||
|
return _connectAndroid(device);
|
||||||
|
}
|
||||||
|
if (Platform.isMacOS || Platform.isWindows) {
|
||||||
|
return _connectDesktop(device);
|
||||||
|
}
|
||||||
|
throw UnsupportedError(unsupportedMessage);
|
||||||
|
}
|
||||||
|
|
||||||
|
SerialDeviceInfo _androidDeviceInfo(UsbDevice device) {
|
||||||
|
final title = _firstNonEmpty([
|
||||||
|
device.productName,
|
||||||
|
device.manufacturerName,
|
||||||
|
'USB Serial Device',
|
||||||
|
]);
|
||||||
|
final subtitleParts = <String>[
|
||||||
|
if ((device.manufacturerName ?? '').trim().isNotEmpty)
|
||||||
|
device.manufacturerName!.trim(),
|
||||||
|
if (device.vid != null && device.pid != null)
|
||||||
|
'VID:${_hex(device.vid!)} PID:${_hex(device.pid!)}',
|
||||||
|
];
|
||||||
|
|
||||||
|
return SerialDeviceInfo(
|
||||||
|
id: '${device.deviceId}:${device.vid ?? 'na'}:${device.pid ?? 'na'}:${device.productName ?? 'usb'}',
|
||||||
|
title: title,
|
||||||
|
subtitle: subtitleParts.isEmpty
|
||||||
|
? 'Ready over OTG serial'
|
||||||
|
: subtitleParts.join(' • '),
|
||||||
|
handle: device,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<List<SerialDeviceInfo>> _desktopSerialDevices() async {
|
||||||
|
final ports = <SerialDeviceInfo>[];
|
||||||
|
for (final address in SerialPort.availablePorts) {
|
||||||
|
final port = SerialPort(address);
|
||||||
|
try {
|
||||||
|
final title = _firstNonEmpty([
|
||||||
|
port.productName,
|
||||||
|
port.description,
|
||||||
|
address,
|
||||||
|
]);
|
||||||
|
final subtitleParts = <String>[
|
||||||
|
address,
|
||||||
|
if ((port.manufacturer ?? '').trim().isNotEmpty)
|
||||||
|
port.manufacturer!.trim(),
|
||||||
|
if (port.vendorId != null && port.productId != null)
|
||||||
|
'VID:${_hex(port.vendorId!)} PID:${_hex(port.productId!)}',
|
||||||
|
];
|
||||||
|
ports.add(
|
||||||
|
SerialDeviceInfo(
|
||||||
|
id: address,
|
||||||
|
title: title,
|
||||||
|
subtitle: subtitleParts.join(' • '),
|
||||||
|
handle: address,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
port.dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return ports;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<SerialConnection> _connectAndroid(SerialDeviceInfo device) async {
|
||||||
|
final usbDevice = device.handle as UsbDevice;
|
||||||
|
final service = MeshCoreSerialService(appName: 'MeshCore SAR');
|
||||||
|
StreamSubscription<Uint8List>? inputSubscription;
|
||||||
|
UsbPort? port;
|
||||||
|
|
||||||
|
try {
|
||||||
|
port = await usbDevice.create();
|
||||||
|
if (port == null) {
|
||||||
|
throw Exception('Failed to create USB port');
|
||||||
|
}
|
||||||
|
final opened = await port.open();
|
||||||
|
if (!opened) {
|
||||||
|
throw Exception('Failed to open USB port');
|
||||||
|
}
|
||||||
|
|
||||||
|
await port.setDTR(true);
|
||||||
|
await port.setRTS(true);
|
||||||
|
await port.setPortParameters(
|
||||||
|
kSerialBaudRate,
|
||||||
|
UsbPort.DATABITS_8,
|
||||||
|
UsbPort.STOPBITS_1,
|
||||||
|
UsbPort.PARITY_NONE,
|
||||||
|
);
|
||||||
|
|
||||||
|
service.writeRaw = (data) async {
|
||||||
|
await port!.write(data);
|
||||||
|
};
|
||||||
|
|
||||||
|
inputSubscription = port.inputStream?.listen(
|
||||||
|
(data) => service.feedRawBytes(data),
|
||||||
|
onError: (error) {
|
||||||
|
debugPrint('❌ [Serial/Android] Read error: $error');
|
||||||
|
service.markDisconnected();
|
||||||
|
},
|
||||||
|
onDone: () {
|
||||||
|
debugPrint('⚠️ [Serial/Android] Port closed');
|
||||||
|
service.markDisconnected();
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
final connected = await service.markConnected();
|
||||||
|
if (!connected) {
|
||||||
|
throw Exception('Serial session initialization failed');
|
||||||
|
}
|
||||||
|
|
||||||
|
return SerialConnection(
|
||||||
|
service: service,
|
||||||
|
deviceId:
|
||||||
|
'${usbDevice.deviceId}:${usbDevice.vid ?? 'na'}:${usbDevice.pid ?? 'na'}',
|
||||||
|
deviceName: device.title,
|
||||||
|
disconnect: () async {
|
||||||
|
await inputSubscription?.cancel();
|
||||||
|
inputSubscription = null;
|
||||||
|
service.writeRaw = null;
|
||||||
|
await port?.close();
|
||||||
|
port = null;
|
||||||
|
},
|
||||||
|
);
|
||||||
|
} catch (_) {
|
||||||
|
await inputSubscription?.cancel();
|
||||||
|
service.writeRaw = null;
|
||||||
|
await port?.close();
|
||||||
|
service.dispose();
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<SerialConnection> _connectDesktop(SerialDeviceInfo device) async {
|
||||||
|
final portName = device.handle as String;
|
||||||
|
final port = SerialPort(portName);
|
||||||
|
final config = SerialPortConfig();
|
||||||
|
final service = MeshCoreSerialService(appName: 'MeshCore SAR');
|
||||||
|
SerialPortReader? reader;
|
||||||
|
StreamSubscription<Uint8List>? inputSubscription;
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (!port.openReadWrite()) {
|
||||||
|
throw Exception(
|
||||||
|
SerialPort.lastError?.message ?? 'Failed to open serial port',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
config.baudRate = kSerialBaudRate;
|
||||||
|
config.bits = 8;
|
||||||
|
config.stopBits = 1;
|
||||||
|
config.parity = SerialPortParity.none;
|
||||||
|
config.setFlowControl(SerialPortFlowControl.none);
|
||||||
|
config.dtr = SerialPortDtr.on;
|
||||||
|
config.rts = SerialPortRts.on;
|
||||||
|
port.config = config;
|
||||||
|
|
||||||
|
service.writeRaw = (data) async {
|
||||||
|
var offset = 0;
|
||||||
|
while (offset < data.length) {
|
||||||
|
final written = port.write(data.sublist(offset));
|
||||||
|
if (written <= 0) {
|
||||||
|
throw Exception(
|
||||||
|
SerialPort.lastError?.message ?? 'Failed to write to serial port',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
offset += written;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
reader = SerialPortReader(port);
|
||||||
|
inputSubscription = reader.stream.listen(
|
||||||
|
(data) => service.feedRawBytes(data),
|
||||||
|
onError: (error) {
|
||||||
|
debugPrint('❌ [Serial/Desktop] Read error: $error');
|
||||||
|
service.markDisconnected();
|
||||||
|
},
|
||||||
|
onDone: () {
|
||||||
|
debugPrint('⚠️ [Serial/Desktop] Reader closed');
|
||||||
|
service.markDisconnected();
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
final connected = await service.markConnected();
|
||||||
|
if (!connected) {
|
||||||
|
throw Exception('Serial session initialization failed');
|
||||||
|
}
|
||||||
|
|
||||||
|
return SerialConnection(
|
||||||
|
service: service,
|
||||||
|
deviceId: portName,
|
||||||
|
deviceName: device.title,
|
||||||
|
disconnect: () async {
|
||||||
|
await inputSubscription?.cancel();
|
||||||
|
inputSubscription = null;
|
||||||
|
reader?.close();
|
||||||
|
reader = null;
|
||||||
|
service.writeRaw = null;
|
||||||
|
if (port.isOpen) {
|
||||||
|
port.close();
|
||||||
|
}
|
||||||
|
port.dispose();
|
||||||
|
config.dispose();
|
||||||
|
},
|
||||||
|
);
|
||||||
|
} catch (_) {
|
||||||
|
await inputSubscription?.cancel();
|
||||||
|
reader?.close();
|
||||||
|
service.writeRaw = null;
|
||||||
|
if (port.isOpen) {
|
||||||
|
port.close();
|
||||||
|
}
|
||||||
|
port.dispose();
|
||||||
|
config.dispose();
|
||||||
|
service.dispose();
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {}
|
||||||
|
}
|
||||||
|
|
||||||
|
String _firstNonEmpty(List<String?> values) {
|
||||||
|
for (final value in values) {
|
||||||
|
final trimmed = value?.trim();
|
||||||
|
if (trimmed != null && trimmed.isNotEmpty) {
|
||||||
|
return trimmed;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return 'Serial Device';
|
||||||
|
}
|
||||||
|
|
||||||
|
String _hex(int value) => value.toRadixString(16).padLeft(4, '0');
|
||||||
|
|
||||||
|
SerialTransport createSerialTransportImpl() => _IoSerialTransport();
|
||||||
35
lib/services/serial/serial_transport_stub.dart
Normal file
35
lib/services/serial/serial_transport_stub.dart
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
import 'serial_transport.dart';
|
||||||
|
|
||||||
|
class _UnsupportedSerialTransport implements SerialTransport {
|
||||||
|
@override
|
||||||
|
bool get isSupported => false;
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool get canRequestDevice => false;
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get actionLabel => 'Serial unsupported';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get emptyStateTitle => 'Serial is unavailable on this platform.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get unsupportedMessage =>
|
||||||
|
'Serial is supported on Android, macOS, Windows, and compatible web browsers.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<List<SerialDeviceInfo>> listDevices() async => const [];
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<SerialDeviceInfo?> requestDevice() async => null;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<SerialConnection> connect(SerialDeviceInfo device) async {
|
||||||
|
throw UnsupportedError(unsupportedMessage);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {}
|
||||||
|
}
|
||||||
|
|
||||||
|
SerialTransport createSerialTransportImpl() => _UnsupportedSerialTransport();
|
||||||
209
lib/services/serial/serial_transport_web.dart
Normal file
209
lib/services/serial/serial_transport_web.dart
Normal file
@@ -0,0 +1,209 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:js_interop';
|
||||||
|
import 'dart:js_interop_unsafe';
|
||||||
|
|
||||||
|
import 'package:meshcore_client/meshcore_client.dart';
|
||||||
|
import 'package:web/web.dart' as web;
|
||||||
|
import 'package:webserial/webserial.dart';
|
||||||
|
|
||||||
|
import 'serial_transport.dart';
|
||||||
|
|
||||||
|
class _WebSerialTransport implements SerialTransport {
|
||||||
|
@override
|
||||||
|
bool get isSupported =>
|
||||||
|
web.window.navigator.hasProperty('serial'.toJS).toDart;
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool get canRequestDevice => true;
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get actionLabel => 'Choose serial device';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get emptyStateTitle =>
|
||||||
|
'No serial devices granted yet.\nChoose a device and approve access in your browser.';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get unsupportedMessage =>
|
||||||
|
'Web Serial requires a compatible browser such as Chrome or Edge and a secure context (HTTPS or localhost).';
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<List<SerialDeviceInfo>> listDevices() async {
|
||||||
|
if (!isSupported) {
|
||||||
|
return const [];
|
||||||
|
}
|
||||||
|
final ports = await serial.getPorts().toDart;
|
||||||
|
return ports
|
||||||
|
.toDart
|
||||||
|
.whereType<JSSerialPort>()
|
||||||
|
.map(_deviceInfoForPort)
|
||||||
|
.toList(growable: false);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<SerialDeviceInfo?> requestDevice() async {
|
||||||
|
if (!isSupported) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
final port = await requestWebSerialPort(null);
|
||||||
|
if (port == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return _deviceInfoForPort(port);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<SerialConnection> connect(SerialDeviceInfo device) async {
|
||||||
|
final port = device.handle as JSSerialPort;
|
||||||
|
final service = MeshCoreSerialService(appName: 'MeshCore SAR');
|
||||||
|
web.ReadableStreamDefaultReader? reader;
|
||||||
|
bool keepReading = false;
|
||||||
|
|
||||||
|
try {
|
||||||
|
await port
|
||||||
|
.open(
|
||||||
|
JSSerialOptions(
|
||||||
|
baudRate: kSerialBaudRate,
|
||||||
|
dataBits: 8,
|
||||||
|
stopBits: 1,
|
||||||
|
parity: 'none',
|
||||||
|
bufferSize: 1024,
|
||||||
|
flowControl: 'none',
|
||||||
|
),
|
||||||
|
)
|
||||||
|
.toDart;
|
||||||
|
|
||||||
|
await port
|
||||||
|
.setSignals(
|
||||||
|
JSSerialOutputSignals(
|
||||||
|
dataTerminalReady: true,
|
||||||
|
requestToSend: true,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
.toDart;
|
||||||
|
|
||||||
|
service.writeRaw = (data) async {
|
||||||
|
final writable = port.writable;
|
||||||
|
if (writable == null) {
|
||||||
|
throw Exception('Serial port is not writable');
|
||||||
|
}
|
||||||
|
final writer =
|
||||||
|
writable.getWriter() as web.WritableStreamDefaultWriter?;
|
||||||
|
if (writer == null) {
|
||||||
|
throw Exception('Failed to acquire serial writer');
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
await writer.write(data.toJS).toDart;
|
||||||
|
} finally {
|
||||||
|
writer.releaseLock();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
final readable = port.readable;
|
||||||
|
if (readable == null) {
|
||||||
|
throw Exception('Serial port is not readable');
|
||||||
|
}
|
||||||
|
|
||||||
|
reader = readable.getReader() as web.ReadableStreamDefaultReader?;
|
||||||
|
if (reader == null) {
|
||||||
|
throw Exception('Failed to acquire serial reader');
|
||||||
|
}
|
||||||
|
|
||||||
|
keepReading = true;
|
||||||
|
unawaited(_readLoop(reader, service, () => keepReading));
|
||||||
|
|
||||||
|
final connected = await service.markConnected();
|
||||||
|
if (!connected) {
|
||||||
|
throw Exception('Serial session initialization failed');
|
||||||
|
}
|
||||||
|
|
||||||
|
return SerialConnection(
|
||||||
|
service: service,
|
||||||
|
deviceId: device.id,
|
||||||
|
deviceName: device.title,
|
||||||
|
disconnect: () async {
|
||||||
|
keepReading = false;
|
||||||
|
try {
|
||||||
|
await reader?.cancel().toDart;
|
||||||
|
} catch (_) {}
|
||||||
|
try {
|
||||||
|
reader?.releaseLock();
|
||||||
|
} catch (_) {}
|
||||||
|
reader = null;
|
||||||
|
service.writeRaw = null;
|
||||||
|
try {
|
||||||
|
await port.close().toDart;
|
||||||
|
} catch (_) {}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
} catch (_) {
|
||||||
|
keepReading = false;
|
||||||
|
try {
|
||||||
|
await reader?.cancel().toDart;
|
||||||
|
} catch (_) {}
|
||||||
|
try {
|
||||||
|
reader?.releaseLock();
|
||||||
|
} catch (_) {}
|
||||||
|
service.writeRaw = null;
|
||||||
|
try {
|
||||||
|
await port.close().toDart;
|
||||||
|
} catch (_) {}
|
||||||
|
service.dispose();
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _readLoop(
|
||||||
|
web.ReadableStreamDefaultReader reader,
|
||||||
|
MeshCoreSerialService service,
|
||||||
|
bool Function() shouldContinue,
|
||||||
|
) async {
|
||||||
|
while (shouldContinue()) {
|
||||||
|
try {
|
||||||
|
final result = await reader.read().toDart;
|
||||||
|
if (result.done) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
final value = result.value;
|
||||||
|
if (value == null) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
service.feedRawBytes((value as JSUint8Array).toDart);
|
||||||
|
} catch (_) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
service.markDisconnected();
|
||||||
|
try {
|
||||||
|
reader.releaseLock();
|
||||||
|
} catch (_) {}
|
||||||
|
}
|
||||||
|
|
||||||
|
SerialDeviceInfo _deviceInfoForPort(JSSerialPort port) {
|
||||||
|
final info = port.getInfo();
|
||||||
|
final vendorId = info.usbVendorId;
|
||||||
|
final productId = info.usbProductId;
|
||||||
|
final title = (vendorId != 0 || productId != 0)
|
||||||
|
? 'USB ${_hex(vendorId)}:${_hex(productId)}'
|
||||||
|
: 'Granted serial device';
|
||||||
|
final subtitle = [
|
||||||
|
if (vendorId != 0 || productId != 0)
|
||||||
|
'VID:${_hex(vendorId)} PID:${_hex(productId)}',
|
||||||
|
'Web Serial',
|
||||||
|
].join(' • ');
|
||||||
|
|
||||||
|
return SerialDeviceInfo(
|
||||||
|
id: '$title::$subtitle',
|
||||||
|
title: title,
|
||||||
|
subtitle: subtitle,
|
||||||
|
handle: port,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {}
|
||||||
|
}
|
||||||
|
|
||||||
|
String _hex(int value) => value.toRadixString(16).padLeft(4, '0');
|
||||||
|
|
||||||
|
SerialTransport createSerialTransportImpl() => _WebSerialTransport();
|
||||||
24
lib/utils/contact_sorting.dart
Normal file
24
lib/utils/contact_sorting.dart
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import '../models/contact.dart';
|
||||||
|
|
||||||
|
int compareContactsByLastSeen(Contact a, Contact b) {
|
||||||
|
return b.lastSeenTime.compareTo(a.lastSeenTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
int compareContactsByFavouriteThenLastSeen(Contact a, Contact b) {
|
||||||
|
if (a.isFavourite != b.isFavourite) {
|
||||||
|
return a.isFavourite ? -1 : 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return compareContactsByLastSeen(a, b);
|
||||||
|
}
|
||||||
|
|
||||||
|
int compareContactsByDisplayName(Contact a, Contact b) {
|
||||||
|
final nameCompare = a.displayName.toLowerCase().compareTo(
|
||||||
|
b.displayName.toLowerCase(),
|
||||||
|
);
|
||||||
|
if (nameCompare != 0) {
|
||||||
|
return nameCompare;
|
||||||
|
}
|
||||||
|
|
||||||
|
return a.publicKeyHex.compareTo(b.publicKeyHex);
|
||||||
|
}
|
||||||
54
lib/utils/link_quality.dart
Normal file
54
lib/utils/link_quality.dart
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
int rssiScore(int rssiDbm) {
|
||||||
|
if (rssiDbm >= -60) return 5;
|
||||||
|
if (rssiDbm >= -70) return 4;
|
||||||
|
if (rssiDbm >= -80) return 3;
|
||||||
|
if (rssiDbm >= -90) return 2;
|
||||||
|
if (rssiDbm >= -100) return 1;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
int snrScore(double snrDb) {
|
||||||
|
if (snrDb >= 10) return 5;
|
||||||
|
if (snrDb >= 5) return 4;
|
||||||
|
if (snrDb >= 0) return 3;
|
||||||
|
if (snrDb >= -5) return 2;
|
||||||
|
if (snrDb >= -10) return 1;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
String linkQualityLabel(int? rssiDbm, double? snrDb) {
|
||||||
|
var totalScore = 0;
|
||||||
|
var metricCount = 0;
|
||||||
|
|
||||||
|
if (rssiDbm != null) {
|
||||||
|
totalScore += rssiScore(rssiDbm);
|
||||||
|
metricCount += 1;
|
||||||
|
}
|
||||||
|
if (snrDb != null) {
|
||||||
|
totalScore += snrScore(snrDb);
|
||||||
|
metricCount += 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (metricCount == 0) return 'Weak';
|
||||||
|
|
||||||
|
final averageScore = totalScore / metricCount;
|
||||||
|
if (averageScore >= 4.5) return 'Excellent';
|
||||||
|
if (averageScore >= 3.5) return 'Good';
|
||||||
|
if (averageScore >= 2.5) return 'Fair';
|
||||||
|
return 'Weak';
|
||||||
|
}
|
||||||
|
|
||||||
|
Color linkQualityColor(String quality) {
|
||||||
|
switch (quality) {
|
||||||
|
case 'Excellent':
|
||||||
|
return Colors.green;
|
||||||
|
case 'Good':
|
||||||
|
return Colors.lightGreen;
|
||||||
|
case 'Fair':
|
||||||
|
return Colors.orange;
|
||||||
|
default:
|
||||||
|
return Colors.redAccent;
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,6 @@ 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/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';
|
||||||
@@ -80,7 +79,6 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
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;
|
ContactPathHistory? _pathHistory;
|
||||||
|
|
||||||
@@ -92,7 +90,6 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
);
|
);
|
||||||
_relaySearchController = TextEditingController();
|
_relaySearchController = TextEditingController();
|
||||||
_controller.addListener(_reparse);
|
_controller.addListener(_reparse);
|
||||||
_showManualEditor = widget.contact.routeCanonicalText.isNotEmpty;
|
|
||||||
_loadHashSizePreference();
|
_loadHashSizePreference();
|
||||||
_loadPathHistory();
|
_loadPathHistory();
|
||||||
_reparse();
|
_reparse();
|
||||||
@@ -240,19 +237,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) {
|
void _applyHistoryRecord(PathRecord record) {
|
||||||
final canonicalText = _canonicalRouteFromBytes(
|
final canonicalText = _canonicalRouteFromBytes(
|
||||||
record.pathBytes,
|
record.pathBytes,
|
||||||
@@ -264,7 +248,6 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
TextPosition(offset: _controller.text.length),
|
TextPosition(offset: _controller.text.length),
|
||||||
);
|
);
|
||||||
_errorText = null;
|
_errorText = null;
|
||||||
_showManualEditor = true;
|
|
||||||
});
|
});
|
||||||
_reparse();
|
_reparse();
|
||||||
}
|
}
|
||||||
@@ -319,39 +302,6 @@ 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(
|
String _canonicalRouteFromBytes(
|
||||||
List<int> pathBytes, {
|
List<int> pathBytes, {
|
||||||
required int hashSize,
|
required int hashSize,
|
||||||
@@ -434,32 +384,32 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
|
|
||||||
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 +424,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 +432,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 +495,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 +531,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 +612,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 +636,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,7 +669,18 @@ 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;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
autoRouteRotationEnabled: appProvider.autoRouteRotationEnabled,
|
||||||
|
nearestRelayFallbackEnabled: appProvider.nearestRelayFallbackEnabled,
|
||||||
|
clearPathOnMaxRetry: appProvider.clearPathOnMaxRetry,
|
||||||
|
),
|
||||||
|
const SizedBox(height: 24),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -808,6 +717,24 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
Align(
|
||||||
|
alignment: Alignment.centerRight,
|
||||||
|
child: TextButton(
|
||||||
|
onPressed: () async {
|
||||||
|
await _pathHistoryService.clearHistoryFor(
|
||||||
|
widget.contact.publicKeyHex,
|
||||||
|
);
|
||||||
|
if (!mounted) return;
|
||||||
|
setState(() {
|
||||||
|
_pathHistory = _pathHistoryService.historyFor(
|
||||||
|
widget.contact.publicKeyHex,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
child: const Text('Clear history'),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
if (observedRecord != null) ...[
|
if (observedRecord != null) ...[
|
||||||
_buildHistoryRecordTile(observedRecord, title: AppLocalizations.of(context)!.observedMeshRoute),
|
_buildHistoryRecordTile(observedRecord, title: AppLocalizations.of(context)!.observedMeshRoute),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
@@ -877,7 +804,7 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return DefaultTabController(
|
return DefaultTabController(
|
||||||
length: 2,
|
length: 3,
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text('Set Path for ${widget.contact.displayName}'),
|
title: Text('Set Path for ${widget.contact.displayName}'),
|
||||||
@@ -885,56 +812,34 @@ class _ContactRouteDialogState extends State<ContactRouteDialog> {
|
|||||||
tabs: [
|
tabs: [
|
||||||
Tab(text: 'Build'),
|
Tab(text: 'Build'),
|
||||||
Tab(text: 'History'),
|
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),
|
ListView(
|
||||||
Expanded(
|
children: [
|
||||||
child: TabBarView(
|
_buildHistoryTab(),
|
||||||
children: [
|
const SizedBox(height: 24),
|
||||||
ListView(
|
],
|
||||||
children: [
|
),
|
||||||
_buildBuilderTab(
|
_buildInfoTab(
|
||||||
routeCandidates: routeCandidates,
|
appProvider: appProvider,
|
||||||
mapPoints: mapPoints,
|
routeCandidates: routeCandidates,
|
||||||
routePoints: routePoints,
|
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),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,395 +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.surface.withValues(alpha: 0.7),
|
|
||||||
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),
|
|
||||||
gradient: LinearGradient(
|
|
||||||
colors: [
|
|
||||||
scheme.surface,
|
|
||||||
scheme.surfaceContainerHighest.withValues(alpha: 0.9),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
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),
|
|
||||||
gradient: LinearGradient(
|
|
||||||
colors: [
|
|
||||||
scheme.primary.withValues(alpha: 0.12),
|
|
||||||
scheme.tertiary.withValues(alpha: 0.08),
|
|
||||||
scheme.primary.withValues(alpha: 0.12),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Positioned(
|
|
||||||
left: rangeLeft,
|
|
||||||
top: 12,
|
|
||||||
width: (rangeRight - rangeLeft).clamp(8.0, width),
|
|
||||||
height: 56,
|
|
||||||
child: DecoratedBox(
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(12),
|
|
||||||
color: scheme.primary.withValues(alpha: 0.20),
|
|
||||||
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.tertiary.withValues(alpha: 0.32),
|
|
||||||
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,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -6,6 +6,7 @@ import 'package:latlong2/latlong.dart';
|
|||||||
import '../../../l10n/app_localizations.dart';
|
import '../../../l10n/app_localizations.dart';
|
||||||
import '../../../models/contact.dart';
|
import '../../../models/contact.dart';
|
||||||
import '../../../models/sar_marker.dart';
|
import '../../../models/sar_marker.dart';
|
||||||
|
import 'compass_math.dart';
|
||||||
|
|
||||||
/// Header component for the compass dialog showing compass rose,
|
/// Header component for the compass dialog showing compass rose,
|
||||||
/// heading, elevation, accuracy, and current location in multiple formats.
|
/// heading, elevation, accuracy, and current location in multiple formats.
|
||||||
@@ -76,7 +77,11 @@ class CompassHeader extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildInfoRow(BuildContext context, double? heading, Position? position) {
|
Widget _buildInfoRow(
|
||||||
|
BuildContext context,
|
||||||
|
double? heading,
|
||||||
|
Position? position,
|
||||||
|
) {
|
||||||
final l10n = AppLocalizations.of(context)!;
|
final l10n = AppLocalizations.of(context)!;
|
||||||
return Row(
|
return Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
@@ -90,17 +95,13 @@ class CompassHeader extends StatelessWidget {
|
|||||||
_buildInfoCard(
|
_buildInfoCard(
|
||||||
context,
|
context,
|
||||||
l10n.elevation,
|
l10n.elevation,
|
||||||
position?.altitude != null
|
position?.altitude != null ? '${position!.altitude.round()}m' : '--',
|
||||||
? '${position!.altitude.round()}m'
|
|
||||||
: '--',
|
|
||||||
Icons.terrain,
|
Icons.terrain,
|
||||||
),
|
),
|
||||||
_buildInfoCard(
|
_buildInfoCard(
|
||||||
context,
|
context,
|
||||||
l10n.accuracy,
|
l10n.accuracy,
|
||||||
position?.accuracy != null
|
position?.accuracy != null ? '±${position!.accuracy.round()}m' : '--',
|
||||||
? '±${position!.accuracy.round()}m'
|
|
||||||
: '--',
|
|
||||||
Icons.gps_fixed,
|
Icons.gps_fixed,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@@ -108,21 +109,22 @@ class CompassHeader extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildInfoCard(
|
Widget _buildInfoCard(
|
||||||
BuildContext context, String label, String value, IconData icon) {
|
BuildContext context,
|
||||||
|
String label,
|
||||||
|
String value,
|
||||||
|
IconData icon,
|
||||||
|
) {
|
||||||
return Column(
|
return Column(
|
||||||
children: [
|
children: [
|
||||||
Icon(icon, size: 20, color: Theme.of(context).colorScheme.primary),
|
Icon(icon, size: 20, color: Theme.of(context).colorScheme.primary),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Text(
|
Text(
|
||||||
value,
|
value,
|
||||||
style: Theme.of(context).textTheme.titleMedium?.copyWith(
|
style: Theme.of(
|
||||||
fontWeight: FontWeight.bold,
|
context,
|
||||||
),
|
).textTheme.titleMedium?.copyWith(fontWeight: FontWeight.bold),
|
||||||
),
|
|
||||||
Text(
|
|
||||||
label,
|
|
||||||
style: Theme.of(context).textTheme.bodySmall,
|
|
||||||
),
|
),
|
||||||
|
Text(label, style: Theme.of(context).textTheme.bodySmall),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -193,11 +195,16 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
|
|
||||||
// Draw degree markers
|
// Draw degree markers
|
||||||
for (int i = 0; i < 360; i += 10) {
|
for (int i = 0; i < 360; i += 10) {
|
||||||
final angle = i * pi / 180 - pi / 2 + heading * pi / 180;
|
final angle = compassDialAngleRadians(
|
||||||
|
markerDegrees: i.toDouble(),
|
||||||
|
headingDegrees: heading,
|
||||||
|
);
|
||||||
final isCardinal = i % 90 == 0;
|
final isCardinal = i % 90 == 0;
|
||||||
final isMajor = i % 30 == 0;
|
final isMajor = i % 30 == 0;
|
||||||
|
|
||||||
final startRadius = isCardinal ? radius - 25 : (isMajor ? radius - 15 : radius - 10);
|
final startRadius = isCardinal
|
||||||
|
? radius - 25
|
||||||
|
: (isMajor ? radius - 15 : radius - 10);
|
||||||
final start = Offset(
|
final start = Offset(
|
||||||
center.dx + startRadius * cos(angle),
|
center.dx + startRadius * cos(angle),
|
||||||
center.dy + startRadius * sin(angle),
|
center.dy + startRadius * sin(angle),
|
||||||
@@ -218,7 +225,10 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
final textPainter = TextPainter(textDirection: TextDirection.ltr);
|
final textPainter = TextPainter(textDirection: TextDirection.ltr);
|
||||||
final directions = ['N', 'E', 'S', 'W'];
|
final directions = ['N', 'E', 'S', 'W'];
|
||||||
for (int i = 0; i < 4; i++) {
|
for (int i = 0; i < 4; i++) {
|
||||||
final angle = i * pi / 2 - pi / 2 + heading * pi / 180;
|
final angle = compassDialAngleRadians(
|
||||||
|
markerDegrees: (i * 90).toDouble(),
|
||||||
|
headingDegrees: heading,
|
||||||
|
);
|
||||||
final x = center.dx + (radius - 35) * cos(angle);
|
final x = center.dx + (radius - 35) * cos(angle);
|
||||||
final y = center.dy + (radius - 35) * sin(angle);
|
final y = center.dy + (radius - 35) * sin(angle);
|
||||||
|
|
||||||
@@ -243,20 +253,25 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
final contactsWithDistance = contacts
|
final contactsWithDistance = contacts
|
||||||
.where((c) => c.displayLocation != null)
|
.where((c) => c.displayLocation != null)
|
||||||
.map((contact) {
|
.map((contact) {
|
||||||
final bearing = _calculateBearing(
|
final bearing = _calculateBearing(
|
||||||
currentPosition!.latitude,
|
currentPosition!.latitude,
|
||||||
currentPosition!.longitude,
|
currentPosition!.longitude,
|
||||||
contact.displayLocation!.latitude,
|
contact.displayLocation!.latitude,
|
||||||
contact.displayLocation!.longitude,
|
contact.displayLocation!.longitude,
|
||||||
);
|
);
|
||||||
final distance = _calculateDistance(
|
final distance = _calculateDistance(
|
||||||
currentPosition!.latitude,
|
currentPosition!.latitude,
|
||||||
currentPosition!.longitude,
|
currentPosition!.longitude,
|
||||||
contact.displayLocation!.latitude,
|
contact.displayLocation!.latitude,
|
||||||
contact.displayLocation!.longitude,
|
contact.displayLocation!.longitude,
|
||||||
);
|
);
|
||||||
return {'contact': contact, 'bearing': bearing, 'distance': distance};
|
return {
|
||||||
}).toList();
|
'contact': contact,
|
||||||
|
'bearing': bearing,
|
||||||
|
'distance': distance,
|
||||||
|
};
|
||||||
|
})
|
||||||
|
.toList();
|
||||||
|
|
||||||
if (contactsWithDistance.isEmpty) return;
|
if (contactsWithDistance.isEmpty) return;
|
||||||
|
|
||||||
@@ -277,7 +292,8 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
double normalizedDistance = (distance / baseDistance).clamp(0.0, 1.0);
|
double normalizedDistance = (distance / baseDistance).clamp(0.0, 1.0);
|
||||||
|
|
||||||
// Calculate contact position radius (from center to rim based on distance)
|
// Calculate contact position radius (from center to rim based on distance)
|
||||||
final contactRadius = radius * normalizedDistance * 0.85; // 0.85 to keep inside rim
|
final contactRadius =
|
||||||
|
radius * normalizedDistance * 0.85; // 0.85 to keep inside rim
|
||||||
|
|
||||||
// Position of contact dot
|
// Position of contact dot
|
||||||
final dotX = center.dx + contactRadius * cos(angle);
|
final dotX = center.dx + contactRadius * cos(angle);
|
||||||
@@ -288,11 +304,7 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
..color = Colors.lightBlue.withValues(alpha: 0.3)
|
..color = Colors.lightBlue.withValues(alpha: 0.3)
|
||||||
..style = PaintingStyle.stroke
|
..style = PaintingStyle.stroke
|
||||||
..strokeWidth = 1.5;
|
..strokeWidth = 1.5;
|
||||||
canvas.drawLine(
|
canvas.drawLine(center, Offset(dotX, dotY), linePaint);
|
||||||
center,
|
|
||||||
Offset(dotX, dotY),
|
|
||||||
linePaint,
|
|
||||||
);
|
|
||||||
|
|
||||||
// Draw contact dot (size varies with zoom)
|
// Draw contact dot (size varies with zoom)
|
||||||
final dotSize = (6.0 * (1.0 + zoomLevel * 0.3)).clamp(4.0, 12.0);
|
final dotSize = (6.0 * (1.0 + zoomLevel * 0.3)).clamp(4.0, 12.0);
|
||||||
@@ -341,7 +353,10 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
|
|
||||||
textPainter.paint(
|
textPainter.paint(
|
||||||
canvas,
|
canvas,
|
||||||
Offset(labelX - textPainter.width / 2, labelY - textPainter.height / 2),
|
Offset(
|
||||||
|
labelX - textPainter.width / 2,
|
||||||
|
labelY - textPainter.height / 2,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -419,11 +434,7 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
..color = markerColor.withValues(alpha: 0.3)
|
..color = markerColor.withValues(alpha: 0.3)
|
||||||
..style = PaintingStyle.stroke
|
..style = PaintingStyle.stroke
|
||||||
..strokeWidth = 2;
|
..strokeWidth = 2;
|
||||||
canvas.drawLine(
|
canvas.drawLine(center, Offset(dotX, dotY), linePaint);
|
||||||
center,
|
|
||||||
Offset(dotX, dotY),
|
|
||||||
linePaint,
|
|
||||||
);
|
|
||||||
|
|
||||||
// Draw SAR marker dot (slightly larger than contacts)
|
// Draw SAR marker dot (slightly larger than contacts)
|
||||||
final dotSize = (8.0 * (1.0 + zoomLevel * 0.3)).clamp(6.0, 14.0);
|
final dotSize = (8.0 * (1.0 + zoomLevel * 0.3)).clamp(6.0, 14.0);
|
||||||
@@ -472,7 +483,10 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
|
|
||||||
textPainter.paint(
|
textPainter.paint(
|
||||||
canvas,
|
canvas,
|
||||||
Offset(labelX - textPainter.width / 2, labelY - textPainter.height / 2),
|
Offset(
|
||||||
|
labelX - textPainter.width / 2,
|
||||||
|
labelY - textPainter.height / 2,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -492,27 +506,31 @@ class _LargeCompassPainter extends CustomPainter {
|
|||||||
canvas.drawPath(path, indicatorPaint);
|
canvas.drawPath(path, indicatorPaint);
|
||||||
}
|
}
|
||||||
|
|
||||||
double _calculateBearing(
|
double _calculateBearing(double lat1, double lon1, double lat2, double lon2) {
|
||||||
double lat1, double lon1, double lat2, double lon2) {
|
|
||||||
final dLon = (lon2 - lon1) * pi / 180;
|
final dLon = (lon2 - lon1) * pi / 180;
|
||||||
final lat1Rad = lat1 * pi / 180;
|
final lat1Rad = lat1 * pi / 180;
|
||||||
final lat2Rad = lat2 * pi / 180;
|
final lat2Rad = lat2 * pi / 180;
|
||||||
|
|
||||||
final y = sin(dLon) * cos(lat2Rad);
|
final y = sin(dLon) * cos(lat2Rad);
|
||||||
final x = cos(lat1Rad) * sin(lat2Rad) -
|
final x =
|
||||||
sin(lat1Rad) * cos(lat2Rad) * cos(dLon);
|
cos(lat1Rad) * sin(lat2Rad) - sin(lat1Rad) * cos(lat2Rad) * cos(dLon);
|
||||||
|
|
||||||
final bearing = atan2(y, x) * 180 / pi;
|
final bearing = atan2(y, x) * 180 / pi;
|
||||||
return (bearing + 360) % 360;
|
return (bearing + 360) % 360;
|
||||||
}
|
}
|
||||||
|
|
||||||
double _calculateDistance(
|
double _calculateDistance(
|
||||||
double lat1, double lon1, double lat2, double lon2) {
|
double lat1,
|
||||||
|
double lon1,
|
||||||
|
double lat2,
|
||||||
|
double lon2,
|
||||||
|
) {
|
||||||
const R = 6371000; // Earth's radius in meters
|
const R = 6371000; // Earth's radius in meters
|
||||||
final dLat = (lat2 - lat1) * pi / 180;
|
final dLat = (lat2 - lat1) * pi / 180;
|
||||||
final dLon = (lon2 - lon1) * pi / 180;
|
final dLon = (lon2 - lon1) * pi / 180;
|
||||||
|
|
||||||
final a = sin(dLat / 2) * sin(dLat / 2) +
|
final a =
|
||||||
|
sin(dLat / 2) * sin(dLat / 2) +
|
||||||
cos(lat1 * pi / 180) *
|
cos(lat1 * pi / 180) *
|
||||||
cos(lat2 * pi / 180) *
|
cos(lat2 * pi / 180) *
|
||||||
sin(dLon / 2) *
|
sin(dLon / 2) *
|
||||||
@@ -572,7 +590,8 @@ class _LocationFormatToggleState extends State<_LocationFormatToggle> {
|
|||||||
final String displayText;
|
final String displayText;
|
||||||
|
|
||||||
if (_showDMS) {
|
if (_showDMS) {
|
||||||
displayText = '${_formatDMS(position.latitude, true)} ${_formatDMS(position.longitude, false)}';
|
displayText =
|
||||||
|
'${_formatDMS(position.latitude, true)} ${_formatDMS(position.longitude, false)}';
|
||||||
} else {
|
} else {
|
||||||
displayText = l10n.latLonFormat(
|
displayText = l10n.latLonFormat(
|
||||||
position.latitude.toStringAsFixed(5),
|
position.latitude.toStringAsFixed(5),
|
||||||
@@ -598,9 +617,9 @@ class _LocationFormatToggleState extends State<_LocationFormatToggle> {
|
|||||||
displayText,
|
displayText,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: Theme.of(context).textTheme.titleMedium?.copyWith(
|
style: Theme.of(context).textTheme.titleMedium?.copyWith(
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
fontFamily: 'monospace',
|
fontFamily: 'monospace',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
22
lib/widgets/map/compass/compass_math.dart
Normal file
22
lib/widgets/map/compass/compass_math.dart
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import 'dart:math';
|
||||||
|
|
||||||
|
/// Rotate the compass rose opposite the device heading so the current heading
|
||||||
|
/// stays under the fixed indicator at the top of the dial.
|
||||||
|
double compassRoseRotationRadians(double headingDegrees) {
|
||||||
|
final normalizedHeading = headingDegrees % 360;
|
||||||
|
return _normalizeRadians(-normalizedHeading * pi / 180);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Convert a compass marker bearing into an on-screen angle for the dial.
|
||||||
|
double compassDialAngleRadians({
|
||||||
|
required double markerDegrees,
|
||||||
|
required double headingDegrees,
|
||||||
|
}) {
|
||||||
|
return _normalizeRadians(
|
||||||
|
markerDegrees * pi / 180 -
|
||||||
|
pi / 2 +
|
||||||
|
compassRoseRotationRadians(headingDegrees),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
double _normalizeRadians(double angle) => atan2(sin(angle), cos(angle));
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'dart:math';
|
import 'dart:math';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'compass/compass_math.dart';
|
||||||
|
|
||||||
class CompassWidget extends StatelessWidget {
|
class CompassWidget extends StatelessWidget {
|
||||||
final double heading;
|
final double heading;
|
||||||
@@ -21,9 +22,9 @@ class CompassWidget extends StatelessWidget {
|
|||||||
child: Stack(
|
child: Stack(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
children: [
|
children: [
|
||||||
// Compass rose background - rotates to show true north at top
|
// Rotate the rose opposite the heading under the fixed needle.
|
||||||
Transform.rotate(
|
Transform.rotate(
|
||||||
angle: heading * pi / 180,
|
angle: compassRoseRotationRadians(heading),
|
||||||
child: CustomPaint(
|
child: CustomPaint(
|
||||||
size: const Size(40, 40),
|
size: const Size(40, 40),
|
||||||
painter: _CompassRosePainter(),
|
painter: _CompassRosePainter(),
|
||||||
@@ -76,9 +77,7 @@ class _CompassRosePainter extends CustomPainter {
|
|||||||
canvas.drawCircle(center, radius, paint);
|
canvas.drawCircle(center, radius, paint);
|
||||||
|
|
||||||
// Draw cardinal direction markers
|
// Draw cardinal direction markers
|
||||||
final textPainter = TextPainter(
|
final textPainter = TextPainter(textDirection: TextDirection.ltr);
|
||||||
textDirection: TextDirection.ltr,
|
|
||||||
);
|
|
||||||
|
|
||||||
final directions = ['N', 'E', 'S', 'W'];
|
final directions = ['N', 'E', 'S', 'W'];
|
||||||
for (int i = 0; i < 4; i++) {
|
for (int i = 0; i < 4; i++) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,8 +1,10 @@
|
|||||||
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: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';
|
||||||
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
import '../../models/contact.dart';
|
import '../../models/contact.dart';
|
||||||
import '../../models/message.dart';
|
import '../../models/message.dart';
|
||||||
import '../../models/sar_marker.dart';
|
import '../../models/sar_marker.dart';
|
||||||
@@ -10,6 +12,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';
|
||||||
@@ -31,6 +34,7 @@ import '../../l10n/app_localizations.dart';
|
|||||||
import '../../utils/message_extensions.dart';
|
import '../../utils/message_extensions.dart';
|
||||||
import '../../utils/log_rx_route_decoder.dart';
|
import '../../utils/log_rx_route_decoder.dart';
|
||||||
import '../../models/message_transfer_details.dart';
|
import '../../models/message_transfer_details.dart';
|
||||||
|
import '../../screens/add_contact_screen.dart';
|
||||||
import 'voice_message_bubble.dart';
|
import 'voice_message_bubble.dart';
|
||||||
import 'image_message_bubble.dart';
|
import 'image_message_bubble.dart';
|
||||||
import 'tictactoe_message_bubble.dart';
|
import 'tictactoe_message_bubble.dart';
|
||||||
@@ -72,9 +76,28 @@ class MessageBubble extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _MessageBubbleState extends State<MessageBubble> {
|
class _MessageBubbleState extends State<MessageBubble> {
|
||||||
|
static const int _meshcoreAdvertMinBytes = 98;
|
||||||
static final RegExp _mentionPattern = RegExp(r'@\[(.+?)\]');
|
static final RegExp _mentionPattern = RegExp(r'@\[(.+?)\]');
|
||||||
|
static final RegExp _linkPattern = RegExp(
|
||||||
|
r'(?:(?:https?:\/\/)|(?:www\.)|(?:meshcore:\/\/))[^\s<]+',
|
||||||
|
caseSensitive: false,
|
||||||
|
);
|
||||||
|
static final RegExp _rawMeshcoreAdvertPattern = RegExp(
|
||||||
|
r'(?<![0-9a-fA-F])[0-9a-fA-F]{196,}(?![0-9a-fA-F])',
|
||||||
|
);
|
||||||
|
static final RegExp _messageTokenPattern = RegExp(
|
||||||
|
r'@\[(.+?)\]|(?:(?:https?:\/\/)|(?:www\.)|(?:meshcore:\/\/))[^\s<]+|(?<![0-9a-fA-F])[0-9a-fA-F]{196,}(?![0-9a-fA-F])',
|
||||||
|
caseSensitive: false,
|
||||||
|
);
|
||||||
bool _isExpanded = false;
|
bool _isExpanded = false;
|
||||||
bool _showReceivedStats = false;
|
bool _showReceivedStats = false;
|
||||||
|
final List<TapGestureRecognizer> _linkRecognizers = [];
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_disposeLinkRecognizers();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void didUpdateWidget(MessageBubble oldWidget) {
|
void didUpdateWidget(MessageBubble oldWidget) {
|
||||||
@@ -100,14 +123,108 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _disposeLinkRecognizers() {
|
||||||
|
for (final recognizer in _linkRecognizers) {
|
||||||
|
recognizer.dispose();
|
||||||
|
}
|
||||||
|
_linkRecognizers.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
String _trimTrailingUrlPunctuation(String value) {
|
||||||
|
var trimmed = value;
|
||||||
|
while (trimmed.isNotEmpty) {
|
||||||
|
final lastChar = trimmed[trimmed.length - 1];
|
||||||
|
final shouldTrim = switch (lastChar) {
|
||||||
|
'.' || ',' || '!' || '?' || ':' || ';' => true,
|
||||||
|
')' => '('.allMatches(trimmed).length < ')'.allMatches(trimmed).length,
|
||||||
|
']' => '['.allMatches(trimmed).length < ']'.allMatches(trimmed).length,
|
||||||
|
'}' => '{'.allMatches(trimmed).length < '}'.allMatches(trimmed).length,
|
||||||
|
_ => false,
|
||||||
|
};
|
||||||
|
if (!shouldTrim) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
trimmed = trimmed.substring(0, trimmed.length - 1);
|
||||||
|
}
|
||||||
|
return trimmed;
|
||||||
|
}
|
||||||
|
|
||||||
|
Uri? _parseMessageLink(String value) {
|
||||||
|
final trimmed = _trimTrailingUrlPunctuation(value);
|
||||||
|
if (trimmed.isEmpty) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_isRawMeshcoreAdvert(trimmed)) {
|
||||||
|
return Uri.parse('meshcore://$trimmed');
|
||||||
|
}
|
||||||
|
|
||||||
|
final normalized = trimmed.startsWith('www.')
|
||||||
|
? 'https://$trimmed'
|
||||||
|
: trimmed;
|
||||||
|
final uri = Uri.tryParse(normalized);
|
||||||
|
if (uri == null || !uri.hasScheme || uri.host.isEmpty) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return uri;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _isRawMeshcoreAdvert(String value) {
|
||||||
|
if (!_rawMeshcoreAdvertPattern.hasMatch(value)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return value.length.isEven && value.length >= _meshcoreAdvertMinBytes * 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _openMessageLink(String rawUrl) async {
|
||||||
|
final uri = _parseMessageLink(rawUrl);
|
||||||
|
if (uri == null) {
|
||||||
|
ToastLogger.error(context, 'Invalid link');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (uri.scheme.toLowerCase() == 'meshcore') {
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
await Navigator.of(context).push(
|
||||||
|
MaterialPageRoute(
|
||||||
|
builder: (context) => AddContactScreen(initialAdvert: rawUrl),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (!await canLaunchUrl(uri)) {
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ToastLogger.error(context, 'Cannot open link');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await launchUrl(uri, mode: LaunchMode.externalApplication);
|
||||||
|
} catch (error) {
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ToastLogger.error(context, 'Failed to open link');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Widget _buildMessageTextContent(String text, TextStyle? baseBodyStyle) {
|
Widget _buildMessageTextContent(String text, TextStyle? baseBodyStyle) {
|
||||||
final matches = _mentionPattern.allMatches(text).toList();
|
_disposeLinkRecognizers();
|
||||||
|
|
||||||
|
final matches = _messageTokenPattern.allMatches(text).toList();
|
||||||
if (matches.isEmpty) {
|
if (matches.isEmpty) {
|
||||||
return Text(text, style: baseBodyStyle);
|
return Text(text, style: baseBodyStyle);
|
||||||
}
|
}
|
||||||
|
|
||||||
final textColor =
|
final textColor =
|
||||||
baseBodyStyle?.color ?? Theme.of(context).colorScheme.onSurface;
|
baseBodyStyle?.color ?? Theme.of(context).colorScheme.onSurface;
|
||||||
|
final linkColor = Theme.of(context).colorScheme.primary;
|
||||||
final mentionFontSize = (baseBodyStyle?.fontSize ?? 14) - 1;
|
final mentionFontSize = (baseBodyStyle?.fontSize ?? 14) - 1;
|
||||||
final backgroundColor = Theme.of(
|
final backgroundColor = Theme.of(
|
||||||
context,
|
context,
|
||||||
@@ -129,8 +246,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final rawMatch = match.group(0) ?? '';
|
||||||
final mentionName = match.group(1)?.trim() ?? '';
|
final mentionName = match.group(1)?.trim() ?? '';
|
||||||
if (mentionName.isNotEmpty) {
|
if (_mentionPattern.hasMatch(rawMatch) && mentionName.isNotEmpty) {
|
||||||
spans.add(
|
spans.add(
|
||||||
WidgetSpan(
|
WidgetSpan(
|
||||||
alignment: PlaceholderAlignment.middle,
|
alignment: PlaceholderAlignment.middle,
|
||||||
@@ -154,8 +272,34 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
} else if (_linkPattern.hasMatch(rawMatch) ||
|
||||||
|
_isRawMeshcoreAdvert(rawMatch)) {
|
||||||
|
final trimmedUrl = _trimTrailingUrlPunctuation(rawMatch);
|
||||||
|
final trailingText = rawMatch.substring(trimmedUrl.length);
|
||||||
|
final uri = _parseMessageLink(rawMatch);
|
||||||
|
if (uri != null) {
|
||||||
|
final recognizer = TapGestureRecognizer()
|
||||||
|
..onTap = () => _openMessageLink(rawMatch);
|
||||||
|
_linkRecognizers.add(recognizer);
|
||||||
|
spans.add(
|
||||||
|
TextSpan(
|
||||||
|
text: trimmedUrl,
|
||||||
|
style: baseBodyStyle?.copyWith(
|
||||||
|
color: linkColor,
|
||||||
|
decoration: TextDecoration.underline,
|
||||||
|
decorationColor: linkColor,
|
||||||
|
),
|
||||||
|
recognizer: recognizer,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
if (trailingText.isNotEmpty) {
|
||||||
|
spans.add(TextSpan(text: trailingText, style: baseBodyStyle));
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
spans.add(TextSpan(text: rawMatch, style: baseBodyStyle));
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
spans.add(TextSpan(text: match.group(0), style: baseBodyStyle));
|
spans.add(TextSpan(text: rawMatch, style: baseBodyStyle));
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor = match.end;
|
cursor = match.end;
|
||||||
@@ -174,15 +318,22 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
!widget.message.isSystemMessage) {
|
!widget.message.isSystemMessage) {
|
||||||
context.read<MessagesProvider>().markAsRead(widget.message.id);
|
context.read<MessagesProvider>().markAsRead(widget.message.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!widget.isCompact && !isSarMarker && !isDrawing) {
|
|
||||||
setState(() {
|
|
||||||
_showReceivedStats = !_showReceivedStats;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
widget.onTap?.call();
|
widget.onTap?.call();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _handleBubbleDoubleTap({
|
||||||
|
required bool isSarMarker,
|
||||||
|
required bool isDrawing,
|
||||||
|
}) {
|
||||||
|
if (widget.isCompact || isSarMarker || isDrawing) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
setState(() {
|
||||||
|
_showReceivedStats = !_showReceivedStats;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> _retryFailedMessage(
|
Future<void> _retryFailedMessage(
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
Message failedMessage,
|
Message failedMessage,
|
||||||
@@ -684,7 +835,10 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
|
|
||||||
void copyField(String value) {
|
void copyField(String value) {
|
||||||
Clipboard.setData(ClipboardData(text: value));
|
Clipboard.setData(ClipboardData(text: value));
|
||||||
ToastLogger.success(context, AppLocalizations.of(context)!.textCopiedToClipboard);
|
ToastLogger.success(
|
||||||
|
context,
|
||||||
|
AppLocalizations.of(context)!.textCopiedToClipboard,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
@@ -812,7 +966,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
),
|
),
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.receivedRfc3339,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.receivedRfc3339,
|
||||||
value: _formatRfc3339(widget.message.receivedAt),
|
value: _formatRfc3339(widget.message.receivedAt),
|
||||||
onCopy: () => copyField(
|
onCopy: () => copyField(
|
||||||
_formatRfc3339(widget.message.receivedAt),
|
_formatRfc3339(widget.message.receivedAt),
|
||||||
@@ -821,14 +977,18 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (widget.message.expectedAckTag != null)
|
if (widget.message.expectedAckTag != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.expectedAckTag,
|
label: AppLocalizations.of(
|
||||||
|
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(context)!.senderToReceipt,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.senderToReceipt,
|
||||||
value: _formatDurationMs(
|
value: _formatDurationMs(
|
||||||
receptionDetails!.senderToReceiptMs!,
|
receptionDetails!.senderToReceiptMs!,
|
||||||
),
|
),
|
||||||
@@ -836,7 +996,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (receptionDetails?.estimatedTransmitMs != null)
|
if (receptionDetails?.estimatedTransmitMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.estimatedTx,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.estimatedTx,
|
||||||
value: _formatDurationMs(
|
value: _formatDurationMs(
|
||||||
receptionDetails!.estimatedTransmitMs!,
|
receptionDetails!.estimatedTransmitMs!,
|
||||||
),
|
),
|
||||||
@@ -844,7 +1006,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (receptionDetails?.postTransmitDelayMs != null)
|
if (receptionDetails?.postTransmitDelayMs != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.posttxDelay,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.posttxDelay,
|
||||||
value: _formatDurationMs(
|
value: _formatDurationMs(
|
||||||
receptionDetails!.postTransmitDelayMs!,
|
receptionDetails!.postTransmitDelayMs!,
|
||||||
),
|
),
|
||||||
@@ -852,7 +1016,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (widget.receivedCopies > 1)
|
if (widget.receivedCopies > 1)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.receivedCopies,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.receivedCopies,
|
||||||
value: '${widget.receivedCopies}',
|
value: '${widget.receivedCopies}',
|
||||||
),
|
),
|
||||||
if (widget.message.suggestedTimeoutMs != null)
|
if (widget.message.suggestedTimeoutMs != null)
|
||||||
@@ -883,7 +1049,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (widget.message.retryAttempt > 0)
|
if (widget.message.retryAttempt > 0)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.retryAttempt,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.retryAttempt,
|
||||||
value: '${widget.message.retryAttempt}/4',
|
value: '${widget.message.retryAttempt}/4',
|
||||||
),
|
),
|
||||||
if (widget.message.lastRetryAt != null)
|
if (widget.message.lastRetryAt != null)
|
||||||
@@ -900,21 +1068,27 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (widget.message.usedFloodFallback)
|
if (widget.message.usedFloodFallback)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.floodFallback,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.floodFallback,
|
||||||
value: AppLocalizations.of(context)!.yes,
|
value: AppLocalizations.of(context)!.yes,
|
||||||
),
|
),
|
||||||
if (routeMetadata?.canonicalPath
|
if (routeMetadata?.canonicalPath
|
||||||
case final routePath?)
|
case final routePath?)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.selectedPath,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.selectedPath,
|
||||||
value: routePath,
|
value: routePath,
|
||||||
onCopy: () => copyField(routePath),
|
onCopy: () => copyField(routePath),
|
||||||
),
|
),
|
||||||
if (retryResult != null)
|
if (retryResult != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.retryResult,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.retryResult,
|
||||||
value: retryResult,
|
value: retryResult,
|
||||||
),
|
),
|
||||||
if (packetPathHex != null)
|
if (packetPathHex != null)
|
||||||
@@ -964,7 +1138,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (recipientPrefixHex != null)
|
if (recipientPrefixHex != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.recipientKey,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.recipientKey,
|
||||||
value: recipientPrefixHex,
|
value: recipientPrefixHex,
|
||||||
onCopy: () => copyField(recipientPrefixHex),
|
onCopy: () => copyField(recipientPrefixHex),
|
||||||
),
|
),
|
||||||
@@ -994,7 +1170,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (voiceSession != null)
|
if (voiceSession != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.sessionProgress,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.sessionProgress,
|
||||||
value:
|
value:
|
||||||
'${voiceSession.receivedCount}/${voiceSession.total} segments',
|
'${voiceSession.receivedCount}/${voiceSession.total} segments',
|
||||||
),
|
),
|
||||||
@@ -1009,14 +1187,18 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (transferDetails != null)
|
if (transferDetails != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.transfers,
|
label: AppLocalizations.of(
|
||||||
|
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(context)!.downloadedBy,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.downloadedBy,
|
||||||
value: _formatDownloaderSummary(
|
value: _formatDownloaderSummary(
|
||||||
transferDetails,
|
transferDetails,
|
||||||
),
|
),
|
||||||
@@ -1024,7 +1206,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (voiceTxEstimate > Duration.zero)
|
if (voiceTxEstimate > Duration.zero)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.estimatedTx,
|
label: AppLocalizations.of(
|
||||||
|
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',
|
||||||
@@ -1075,14 +1259,18 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (transferDetails != null)
|
if (transferDetails != null)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.transfers,
|
label: AppLocalizations.of(
|
||||||
|
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(context)!.downloadedBy,
|
label: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
)!.downloadedBy,
|
||||||
value: _formatDownloaderSummary(
|
value: _formatDownloaderSummary(
|
||||||
transferDetails,
|
transferDetails,
|
||||||
),
|
),
|
||||||
@@ -1090,7 +1278,9 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
if (imageTxEstimate > Duration.zero)
|
if (imageTxEstimate > Duration.zero)
|
||||||
_detailRow(
|
_detailRow(
|
||||||
sheetContext,
|
sheetContext,
|
||||||
label: AppLocalizations.of(context)!.estimatedTx,
|
label: AppLocalizations.of(
|
||||||
|
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',
|
||||||
@@ -1438,7 +1628,10 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
|
|
||||||
// Share the location
|
// Share the location
|
||||||
SharePlus.instance.share(
|
SharePlus.instance.share(
|
||||||
ShareParams(text: shareText, subject: AppLocalizations.of(context)!.sarLocationShare),
|
ShareParams(
|
||||||
|
text: shareText,
|
||||||
|
subject: AppLocalizations.of(context)!.sarLocationShare,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1763,10 +1956,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);
|
||||||
@@ -1812,7 +2007,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
|
||||||
@@ -1847,15 +2042,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) {
|
||||||
@@ -1865,14 +2075,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;
|
||||||
@@ -1890,6 +2100,10 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
isSarMarker: isSarMarker,
|
isSarMarker: isSarMarker,
|
||||||
isDrawing: message.isDrawing,
|
isDrawing: message.isDrawing,
|
||||||
),
|
),
|
||||||
|
onDoubleTap: () => _handleBubbleDoubleTap(
|
||||||
|
isSarMarker: isSarMarker,
|
||||||
|
isDrawing: message.isDrawing,
|
||||||
|
),
|
||||||
onLongPress: widget.isCompact
|
onLongPress: widget.isCompact
|
||||||
? null
|
? null
|
||||||
: () => _showMessageOptions(context),
|
: () => _showMessageOptions(context),
|
||||||
@@ -2779,10 +2993,8 @@ class _MessageBubbleState extends State<MessageBubble> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (shouldShowSentChannelStats(
|
if (_showReceivedStats &&
|
||||||
message,
|
shouldShowSentChannelStats(message)) ...[
|
||||||
showReceivedStats: _showReceivedStats,
|
|
||||||
)) ...[
|
|
||||||
const SizedBox(height: 6),
|
const SizedBox(height: 6),
|
||||||
buildChannelEchoStatus(context, message),
|
buildChannelEchoStatus(context, message),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import '../../models/message_route_metadata.dart';
|
|||||||
import '../../models/path_selection.dart';
|
import '../../models/path_selection.dart';
|
||||||
import '../../models/message_reception_details.dart';
|
import '../../models/message_reception_details.dart';
|
||||||
import '../../providers/messages_provider.dart';
|
import '../../providers/messages_provider.dart';
|
||||||
|
import '../../utils/link_quality.dart';
|
||||||
|
|
||||||
IconData getDeliveryStatusIcon(MessageDeliveryStatus status) {
|
IconData getDeliveryStatusIcon(MessageDeliveryStatus status) {
|
||||||
switch (status) {
|
switch (status) {
|
||||||
@@ -91,10 +92,7 @@ Widget buildChannelEchoStatus(BuildContext context, Message message) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool shouldShowSentChannelStats(
|
bool shouldShowSentChannelStats(Message message) {
|
||||||
Message message, {
|
|
||||||
required bool showReceivedStats,
|
|
||||||
}) {
|
|
||||||
if (!message.isSentMessage || !message.isChannelMessage) {
|
if (!message.isSentMessage || !message.isChannelMessage) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -104,7 +102,7 @@ bool shouldShowSentChannelStats(
|
|||||||
message.lastEchoRssiDbm != null ||
|
message.lastEchoRssiDbm != null ||
|
||||||
message.lastEchoSnrRaw != null ||
|
message.lastEchoSnrRaw != null ||
|
||||||
message.expectedAckTag != null;
|
message.expectedAckTag != null;
|
||||||
return showReceivedStats && hasSignalData;
|
return hasSignalData;
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget buildReceivedSignalStatus(
|
Widget buildReceivedSignalStatus(
|
||||||
@@ -382,30 +380,3 @@ Widget _signalCapsule(
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
int rssiScore(int rssiDbm) => ((rssiDbm + 120) / 10).round().clamp(0, 5);
|
|
||||||
|
|
||||||
int snrScore(double snrDb) => ((snrDb + 5.0) / 5.0).round().clamp(0, 5);
|
|
||||||
|
|
||||||
String linkQualityLabel(int? rssiDbm, double? snrDb) {
|
|
||||||
var score = 0;
|
|
||||||
if (rssiDbm != null) score += rssiScore(rssiDbm);
|
|
||||||
if (snrDb != null) score += snrScore(snrDb);
|
|
||||||
if (score >= 8) return 'Excellent';
|
|
||||||
if (score >= 6) return 'Good';
|
|
||||||
if (score >= 4) return 'Fair';
|
|
||||||
return 'Weak';
|
|
||||||
}
|
|
||||||
|
|
||||||
Color linkQualityColor(String quality) {
|
|
||||||
switch (quality) {
|
|
||||||
case 'Excellent':
|
|
||||||
return Colors.green;
|
|
||||||
case 'Good':
|
|
||||||
return Colors.lightGreen;
|
|
||||||
case 'Fair':
|
|
||||||
return Colors.orange;
|
|
||||||
default:
|
|
||||||
return Colors.redAccent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
819
lib/widgets/sensors/bthome_met_history_sheet.dart
Normal file
819
lib/widgets/sensors/bthome_met_history_sheet.dart
Normal file
@@ -0,0 +1,819 @@
|
|||||||
|
import 'dart:async';
|
||||||
|
import 'dart:math' as math;
|
||||||
|
|
||||||
|
import 'package:fl_chart/fl_chart.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:meshcore_client/meshcore_client.dart' show Message;
|
||||||
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import '../../models/contact.dart';
|
||||||
|
import '../../providers/connection_provider.dart';
|
||||||
|
import '../../services/bthome_met_history.dart';
|
||||||
|
|
||||||
|
Future<void> showBTHomeMetHistorySheet(
|
||||||
|
BuildContext context, {
|
||||||
|
required Contact contact,
|
||||||
|
}) {
|
||||||
|
return showModalBottomSheet<void>(
|
||||||
|
context: context,
|
||||||
|
isScrollControlled: true,
|
||||||
|
showDragHandle: true,
|
||||||
|
builder: (sheetContext) => _BTHomeMetHistorySheet(contact: contact),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
class _BTHomeMetHistorySheet extends StatefulWidget {
|
||||||
|
const _BTHomeMetHistorySheet({required this.contact});
|
||||||
|
|
||||||
|
final Contact contact;
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<_BTHomeMetHistorySheet> createState() => _BTHomeMetHistorySheetState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _BTHomeMetHistorySheetState extends State<_BTHomeMetHistorySheet> {
|
||||||
|
late final List<BTHomeMetMeasurement> _availableMeasurements;
|
||||||
|
late BTHomeMetMeasurement _selectedMeasurement;
|
||||||
|
BTHomeMetHistoryPage? _history;
|
||||||
|
bool _loading = true;
|
||||||
|
String? _error;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_availableMeasurements = bTHomeMetMeasurementsForContact(widget.contact);
|
||||||
|
_selectedMeasurement = _availableMeasurements.isEmpty
|
||||||
|
? BTHomeMetMeasurement.temperature
|
||||||
|
: _availableMeasurements.first;
|
||||||
|
if (_availableMeasurements.isEmpty) {
|
||||||
|
_loading = false;
|
||||||
|
_error = 'No BTHome MET-compatible telemetry is available for this node.';
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
unawaited(_loadHistory(measurement: _selectedMeasurement, page: 0));
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<void> _loadHistory({
|
||||||
|
required BTHomeMetMeasurement measurement,
|
||||||
|
required int page,
|
||||||
|
}) async {
|
||||||
|
final connectionProvider = context.read<ConnectionProvider>();
|
||||||
|
final previousOnMessageReceived = connectionProvider.onMessageReceived;
|
||||||
|
String? responseText;
|
||||||
|
|
||||||
|
void onMessage(Message message) {
|
||||||
|
previousOnMessageReceived?.call(message);
|
||||||
|
if (_matchesContact(message)) {
|
||||||
|
responseText = message.text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
connectionProvider.onMessageReceived = onMessage;
|
||||||
|
|
||||||
|
if (mounted) {
|
||||||
|
setState(() {
|
||||||
|
_loading = true;
|
||||||
|
_error = null;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
final sent = await connectionProvider.sendTextMessage(
|
||||||
|
contactPublicKey: widget.contact.publicKey,
|
||||||
|
text: 'bthome met history ${measurement.id} $page',
|
||||||
|
);
|
||||||
|
if (!sent) {
|
||||||
|
throw Exception('Failed to send MET history request.');
|
||||||
|
}
|
||||||
|
|
||||||
|
for (var i = 0; i < 30; i++) {
|
||||||
|
await Future.delayed(const Duration(milliseconds: 500));
|
||||||
|
if (responseText != null) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final text = responseText?.trim();
|
||||||
|
if (text == null || text.isEmpty) {
|
||||||
|
throw TimeoutException('No response from sensor.');
|
||||||
|
}
|
||||||
|
if (_looksLikeError(text)) {
|
||||||
|
throw Exception(text);
|
||||||
|
}
|
||||||
|
|
||||||
|
final history = BTHomeMetHistoryParser.parse(text);
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
setState(() {
|
||||||
|
_selectedMeasurement = measurement;
|
||||||
|
_history = history;
|
||||||
|
_loading = false;
|
||||||
|
_error = null;
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
if (!mounted) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setState(() {
|
||||||
|
_selectedMeasurement = measurement;
|
||||||
|
_history = null;
|
||||||
|
_loading = false;
|
||||||
|
_error = _formatError(error);
|
||||||
|
});
|
||||||
|
} finally {
|
||||||
|
if (identical(connectionProvider.onMessageReceived, onMessage)) {
|
||||||
|
connectionProvider.onMessageReceived = previousOnMessageReceived;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _matchesContact(Message message) {
|
||||||
|
final prefix = message.senderPublicKeyPrefix;
|
||||||
|
if (prefix == null ||
|
||||||
|
prefix.length < 6 ||
|
||||||
|
widget.contact.publicKey.length < 6) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
for (var i = 0; i < 6; i++) {
|
||||||
|
if (prefix[i] != widget.contact.publicKey[i]) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _looksLikeError(String text) {
|
||||||
|
final lower = text.toLowerCase();
|
||||||
|
return lower.startsWith('err') ||
|
||||||
|
lower.contains('unknown') ||
|
||||||
|
lower.contains('unsupported');
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatError(Object error) {
|
||||||
|
if (error is TimeoutException) {
|
||||||
|
return error.message ?? 'Timed out waiting for MET history.';
|
||||||
|
}
|
||||||
|
return error.toString().replaceFirst('Exception: ', '');
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final height = MediaQuery.of(context).size.height * 0.8;
|
||||||
|
final history = _history;
|
||||||
|
|
||||||
|
return SafeArea(
|
||||||
|
child: SizedBox(
|
||||||
|
height: height,
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(16, 8, 16, 16),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Expanded(
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
'MET history',
|
||||||
|
style: theme.textTheme.titleLarge?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
widget.contact.displayName,
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
onPressed: () => Navigator.of(context).pop(),
|
||||||
|
icon: const Icon(Icons.close),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
Wrap(
|
||||||
|
spacing: 8,
|
||||||
|
runSpacing: 8,
|
||||||
|
children: _availableMeasurements
|
||||||
|
.map(
|
||||||
|
(measurement) => ChoiceChip(
|
||||||
|
label: Text(measurement.label),
|
||||||
|
selected: measurement == _selectedMeasurement,
|
||||||
|
onSelected: (selected) {
|
||||||
|
if (!selected || _loading) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
unawaited(
|
||||||
|
_loadHistory(measurement: measurement, page: 0),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
)
|
||||||
|
.toList(growable: false),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
OutlinedButton.icon(
|
||||||
|
onPressed: _loading || (history?.page ?? 0) == 0
|
||||||
|
? null
|
||||||
|
: () => unawaited(
|
||||||
|
_loadHistory(
|
||||||
|
measurement: _selectedMeasurement,
|
||||||
|
page: history!.page - 1,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
icon: const Icon(Icons.chevron_left),
|
||||||
|
label: const Text('Newer'),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
OutlinedButton.icon(
|
||||||
|
onPressed:
|
||||||
|
_loading ||
|
||||||
|
history == null ||
|
||||||
|
history.values.length < 12
|
||||||
|
? null
|
||||||
|
: () => unawaited(
|
||||||
|
_loadHistory(
|
||||||
|
measurement: _selectedMeasurement,
|
||||||
|
page: history.page + 1,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
icon: const Icon(Icons.chevron_right),
|
||||||
|
label: const Text('Older'),
|
||||||
|
),
|
||||||
|
const Spacer(),
|
||||||
|
if (_loading)
|
||||||
|
const SizedBox(
|
||||||
|
width: 18,
|
||||||
|
height: 18,
|
||||||
|
child: CircularProgressIndicator(strokeWidth: 2),
|
||||||
|
)
|
||||||
|
else
|
||||||
|
Text(
|
||||||
|
'Page ${history?.page ?? 0}',
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
Expanded(
|
||||||
|
child: SingleChildScrollView(
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
if (_error != null)
|
||||||
|
_HistoryMessageCard(
|
||||||
|
icon: Icons.error_outline,
|
||||||
|
title: 'Could not load MET history',
|
||||||
|
body: _error!,
|
||||||
|
)
|
||||||
|
else if (_loading && history == null)
|
||||||
|
const _HistoryMessageCard(
|
||||||
|
icon: Icons.hourglass_top,
|
||||||
|
title: 'Loading',
|
||||||
|
body: 'Waiting for the sensor to reply.',
|
||||||
|
)
|
||||||
|
else if (history != null) ...[
|
||||||
|
_HistoryChartCard(history: history),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_HistoryStatsGrid(history: history),
|
||||||
|
const SizedBox(height: 12),
|
||||||
|
_HistorySamplesCard(history: history),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _HistoryChartCard extends StatelessWidget {
|
||||||
|
const _HistoryChartCard({required this.history});
|
||||||
|
|
||||||
|
final BTHomeMetHistoryPage history;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
return Container(
|
||||||
|
width: double.infinity,
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(24),
|
||||||
|
border: Border.all(
|
||||||
|
color: theme.colorScheme.outlineVariant.withValues(alpha: 0.4),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
history.measurement.label,
|
||||||
|
style: theme.textTheme.titleMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
'Samples are shown oldest to newest. Firmware replies do not include timestamps.',
|
||||||
|
style: theme.textTheme.bodySmall?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 16),
|
||||||
|
SizedBox(
|
||||||
|
height: 180,
|
||||||
|
child: LineChart(_historyLineChartData(context, history: history)),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _HistoryStatsGrid extends StatelessWidget {
|
||||||
|
const _HistoryStatsGrid({required this.history});
|
||||||
|
|
||||||
|
final BTHomeMetHistoryPage history;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final measurement = history.measurement;
|
||||||
|
return LayoutBuilder(
|
||||||
|
builder: (context, constraints) {
|
||||||
|
final compact = constraints.maxWidth < 520;
|
||||||
|
final tiles = <Widget>[
|
||||||
|
_HistoryStatTile(
|
||||||
|
label: 'Latest',
|
||||||
|
value: _formatMeasurementValue(measurement, history.latest),
|
||||||
|
),
|
||||||
|
_HistoryStatTile(
|
||||||
|
label: 'Min',
|
||||||
|
value: _formatMeasurementValue(measurement, history.minimum),
|
||||||
|
),
|
||||||
|
_HistoryStatTile(
|
||||||
|
label: 'Max',
|
||||||
|
value: _formatMeasurementValue(measurement, history.maximum),
|
||||||
|
),
|
||||||
|
_HistoryStatTile(
|
||||||
|
label: 'Samples',
|
||||||
|
value: history.values.length.toString(),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
|
if (compact) {
|
||||||
|
return Column(
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Expanded(child: tiles[0]),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(child: tiles[1]),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 8),
|
||||||
|
Row(
|
||||||
|
children: [
|
||||||
|
Expanded(child: tiles[2]),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(child: tiles[3]),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return Row(
|
||||||
|
children: [
|
||||||
|
Expanded(child: tiles[0]),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(child: tiles[1]),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(child: tiles[2]),
|
||||||
|
const SizedBox(width: 8),
|
||||||
|
Expanded(child: tiles[3]),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _HistoryStatTile extends StatelessWidget {
|
||||||
|
const _HistoryStatTile({required this.label, required this.value});
|
||||||
|
|
||||||
|
final String label;
|
||||||
|
final String value;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.all(12),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.surfaceContainerHighest.withValues(alpha: 0.5),
|
||||||
|
borderRadius: BorderRadius.circular(18),
|
||||||
|
),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
label,
|
||||||
|
style: theme.textTheme.labelMedium?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(
|
||||||
|
value,
|
||||||
|
style: theme.textTheme.titleMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _HistorySamplesCard extends StatelessWidget {
|
||||||
|
const _HistorySamplesCard({required this.history});
|
||||||
|
|
||||||
|
final BTHomeMetHistoryPage history;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
return Container(
|
||||||
|
width: double.infinity,
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(24),
|
||||||
|
border: Border.all(
|
||||||
|
color: theme.colorScheme.outlineVariant.withValues(alpha: 0.4),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
'Samples',
|
||||||
|
style: theme.textTheme.titleMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 10),
|
||||||
|
Wrap(
|
||||||
|
spacing: 8,
|
||||||
|
runSpacing: 8,
|
||||||
|
children: history.values
|
||||||
|
.asMap()
|
||||||
|
.entries
|
||||||
|
.map((entry) {
|
||||||
|
final sampleIndex = entry.key + 1;
|
||||||
|
final isLatest = entry.key == history.values.length - 1;
|
||||||
|
return Container(
|
||||||
|
padding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 10,
|
||||||
|
vertical: 8,
|
||||||
|
),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: isLatest
|
||||||
|
? _historyColor(
|
||||||
|
history.measurement,
|
||||||
|
).withValues(alpha: 0.12)
|
||||||
|
: theme.colorScheme.surfaceContainerHighest
|
||||||
|
.withValues(alpha: 0.45),
|
||||||
|
borderRadius: BorderRadius.circular(14),
|
||||||
|
),
|
||||||
|
child: Text(
|
||||||
|
'$sampleIndex. ${_formatMeasurementValue(history.measurement, entry.value)}${isLatest ? ' latest' : ''}',
|
||||||
|
style: theme.textTheme.bodyMedium?.copyWith(
|
||||||
|
fontWeight: isLatest
|
||||||
|
? FontWeight.w700
|
||||||
|
: FontWeight.w500,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
})
|
||||||
|
.toList(growable: false),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _HistoryMessageCard extends StatelessWidget {
|
||||||
|
const _HistoryMessageCard({
|
||||||
|
required this.icon,
|
||||||
|
required this.title,
|
||||||
|
required this.body,
|
||||||
|
});
|
||||||
|
|
||||||
|
final IconData icon;
|
||||||
|
final String title;
|
||||||
|
final String body;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
return Container(
|
||||||
|
width: double.infinity,
|
||||||
|
padding: const EdgeInsets.all(16),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: theme.colorScheme.surfaceContainerLow,
|
||||||
|
borderRadius: BorderRadius.circular(24),
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Icon(icon, color: theme.colorScheme.primary),
|
||||||
|
const SizedBox(width: 12),
|
||||||
|
Expanded(
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
title,
|
||||||
|
style: theme.textTheme.titleMedium?.copyWith(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 4),
|
||||||
|
Text(body),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Color _historyColor(BTHomeMetMeasurement measurement) {
|
||||||
|
switch (measurement) {
|
||||||
|
case BTHomeMetMeasurement.temperature:
|
||||||
|
return const Color(0xFFC76821);
|
||||||
|
case BTHomeMetMeasurement.humidity:
|
||||||
|
return const Color(0xFF246BB2);
|
||||||
|
case BTHomeMetMeasurement.windSpeed:
|
||||||
|
return const Color(0xFF2B78A0);
|
||||||
|
case BTHomeMetMeasurement.gust:
|
||||||
|
return const Color(0xFF1E88A8);
|
||||||
|
case BTHomeMetMeasurement.rain:
|
||||||
|
return const Color(0xFF2C6BA0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatMeasurementValue(BTHomeMetMeasurement measurement, num? value) {
|
||||||
|
if (value == null) {
|
||||||
|
return '--';
|
||||||
|
}
|
||||||
|
|
||||||
|
final digits = switch (measurement) {
|
||||||
|
BTHomeMetMeasurement.humidity => 0,
|
||||||
|
BTHomeMetMeasurement.temperature => 1,
|
||||||
|
BTHomeMetMeasurement.windSpeed => 1,
|
||||||
|
BTHomeMetMeasurement.gust => 1,
|
||||||
|
BTHomeMetMeasurement.rain => 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
final text = value
|
||||||
|
.toStringAsFixed(digits)
|
||||||
|
.replaceFirst(RegExp(r'\.?0+$'), '');
|
||||||
|
return '$text${measurement.unit}';
|
||||||
|
}
|
||||||
|
|
||||||
|
LineChartData _historyLineChartData(
|
||||||
|
BuildContext context, {
|
||||||
|
required BTHomeMetHistoryPage history,
|
||||||
|
}) {
|
||||||
|
final theme = Theme.of(context);
|
||||||
|
final color = _historyColor(history.measurement);
|
||||||
|
final values = history.values;
|
||||||
|
final spots = values
|
||||||
|
.asMap()
|
||||||
|
.entries
|
||||||
|
.map((entry) => FlSpot(entry.key.toDouble(), entry.value))
|
||||||
|
.toList(growable: false);
|
||||||
|
final chartMinY = _historyChartMinY(history);
|
||||||
|
final chartMaxY = _historyChartMaxY(history);
|
||||||
|
final yInterval = _historyYAxisInterval(
|
||||||
|
measurement: history.measurement,
|
||||||
|
minY: chartMinY,
|
||||||
|
maxY: chartMaxY,
|
||||||
|
);
|
||||||
|
|
||||||
|
return LineChartData(
|
||||||
|
minX: 0,
|
||||||
|
maxX: values.length <= 1 ? 1.0 : (values.length - 1).toDouble(),
|
||||||
|
minY: chartMinY,
|
||||||
|
maxY: chartMaxY,
|
||||||
|
clipData: const FlClipData.all(),
|
||||||
|
lineTouchData: const LineTouchData(enabled: false),
|
||||||
|
gridData: FlGridData(
|
||||||
|
show: true,
|
||||||
|
drawVerticalLine: false,
|
||||||
|
horizontalInterval: yInterval,
|
||||||
|
getDrawingHorizontalLine: (value) => FlLine(
|
||||||
|
color: theme.colorScheme.outlineVariant.withValues(alpha: 0.28),
|
||||||
|
strokeWidth: 1,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
borderData: FlBorderData(show: false),
|
||||||
|
titlesData: FlTitlesData(
|
||||||
|
topTitles: const AxisTitles(sideTitles: SideTitles(showTitles: false)),
|
||||||
|
rightTitles: const AxisTitles(sideTitles: SideTitles(showTitles: false)),
|
||||||
|
leftTitles: AxisTitles(
|
||||||
|
sideTitles: SideTitles(
|
||||||
|
showTitles: true,
|
||||||
|
reservedSize: 42,
|
||||||
|
interval: yInterval,
|
||||||
|
getTitlesWidget: (value, meta) => SideTitleWidget(
|
||||||
|
meta: meta,
|
||||||
|
space: 8,
|
||||||
|
child: Text(
|
||||||
|
_formatHistoryAxisValue(history.measurement, value),
|
||||||
|
style: Theme.of(context).textTheme.labelSmall?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
bottomTitles: AxisTitles(
|
||||||
|
sideTitles: SideTitles(
|
||||||
|
showTitles: true,
|
||||||
|
reservedSize: 24,
|
||||||
|
interval: 1,
|
||||||
|
getTitlesWidget: (value, meta) {
|
||||||
|
final index = value.round();
|
||||||
|
if (value != index.toDouble() ||
|
||||||
|
!_shouldShowBottomSampleLabel(index, values.length)) {
|
||||||
|
return const SizedBox.shrink();
|
||||||
|
}
|
||||||
|
|
||||||
|
return SideTitleWidget(
|
||||||
|
meta: meta,
|
||||||
|
space: 6,
|
||||||
|
child: Text(
|
||||||
|
'${index + 1}',
|
||||||
|
style: Theme.of(context).textTheme.labelSmall?.copyWith(
|
||||||
|
color: theme.colorScheme.onSurfaceVariant,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
lineBarsData: [
|
||||||
|
LineChartBarData(
|
||||||
|
spots: spots,
|
||||||
|
color: color,
|
||||||
|
barWidth: 2.8,
|
||||||
|
isCurved: false,
|
||||||
|
isStrokeCapRound: true,
|
||||||
|
dotData: FlDotData(
|
||||||
|
show: true,
|
||||||
|
checkToShowDot: (spot, barData) =>
|
||||||
|
barData.spots.length <= 10 || spot == barData.spots.last,
|
||||||
|
getDotPainter: (spot, percent, barData, index) => FlDotCirclePainter(
|
||||||
|
radius: spot == barData.spots.last ? 4 : 2.5,
|
||||||
|
color: color,
|
||||||
|
strokeColor: theme.colorScheme.surface,
|
||||||
|
strokeWidth: 1.6,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
belowBarData: BarAreaData(
|
||||||
|
show: true,
|
||||||
|
gradient: LinearGradient(
|
||||||
|
begin: Alignment.topCenter,
|
||||||
|
end: Alignment.bottomCenter,
|
||||||
|
colors: [
|
||||||
|
color.withValues(alpha: 0.24),
|
||||||
|
color.withValues(alpha: 0.03),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
double _historyChartMinY(BTHomeMetHistoryPage history) {
|
||||||
|
final minValue = history.minimum ?? 0;
|
||||||
|
final maxValue = history.maximum ?? 0;
|
||||||
|
final spread = maxValue - minValue;
|
||||||
|
final padding = spread == 0
|
||||||
|
? _historyMinimumPadding(history.measurement, minValue)
|
||||||
|
: math.max(
|
||||||
|
spread * 0.18,
|
||||||
|
_historyMinimumPadding(history.measurement, minValue),
|
||||||
|
);
|
||||||
|
return minValue - padding;
|
||||||
|
}
|
||||||
|
|
||||||
|
double _historyChartMaxY(BTHomeMetHistoryPage history) {
|
||||||
|
final minValue = history.minimum ?? 0;
|
||||||
|
final maxValue = history.maximum ?? 0;
|
||||||
|
final spread = maxValue - minValue;
|
||||||
|
final padding = spread == 0
|
||||||
|
? _historyMinimumPadding(history.measurement, maxValue)
|
||||||
|
: math.max(
|
||||||
|
spread * 0.18,
|
||||||
|
_historyMinimumPadding(history.measurement, maxValue),
|
||||||
|
);
|
||||||
|
return maxValue + padding;
|
||||||
|
}
|
||||||
|
|
||||||
|
double _historyMinimumPadding(
|
||||||
|
BTHomeMetMeasurement measurement,
|
||||||
|
double reference,
|
||||||
|
) {
|
||||||
|
final scaled = math.max(reference.abs() * 0.05, 0.1);
|
||||||
|
return switch (measurement) {
|
||||||
|
BTHomeMetMeasurement.temperature => math.max(0.4, scaled),
|
||||||
|
BTHomeMetMeasurement.humidity => math.max(2.0, scaled),
|
||||||
|
BTHomeMetMeasurement.windSpeed => math.max(0.4, scaled),
|
||||||
|
BTHomeMetMeasurement.gust => math.max(0.4, scaled),
|
||||||
|
BTHomeMetMeasurement.rain => math.max(0.4, scaled),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
double _historyYAxisInterval({
|
||||||
|
required BTHomeMetMeasurement measurement,
|
||||||
|
required double minY,
|
||||||
|
required double maxY,
|
||||||
|
}) {
|
||||||
|
final span = maxY - minY;
|
||||||
|
if (span <= 0) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
final rough = span / 3;
|
||||||
|
return switch (measurement) {
|
||||||
|
BTHomeMetMeasurement.humidity => math.max(1, rough.round()).toDouble(),
|
||||||
|
BTHomeMetMeasurement.temperature => _niceStep(rough, minStep: 0.5),
|
||||||
|
BTHomeMetMeasurement.windSpeed => _niceStep(rough, minStep: 0.5),
|
||||||
|
BTHomeMetMeasurement.gust => _niceStep(rough, minStep: 0.5),
|
||||||
|
BTHomeMetMeasurement.rain => _niceStep(rough, minStep: 0.5),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
double _niceStep(double value, {required double minStep}) {
|
||||||
|
if (value <= minStep) {
|
||||||
|
return minStep;
|
||||||
|
}
|
||||||
|
|
||||||
|
final exponent = math
|
||||||
|
.pow(10.0, (math.log(value) / math.ln10).floor())
|
||||||
|
.toDouble();
|
||||||
|
final normalized = value / exponent;
|
||||||
|
final stepped = switch (normalized) {
|
||||||
|
< 1.5 => 1.0,
|
||||||
|
< 3.0 => 2.0,
|
||||||
|
< 7.0 => 5.0,
|
||||||
|
_ => 10.0,
|
||||||
|
};
|
||||||
|
return math.max(minStep, stepped * exponent);
|
||||||
|
}
|
||||||
|
|
||||||
|
String _formatHistoryAxisValue(BTHomeMetMeasurement measurement, double value) {
|
||||||
|
final digits = measurement == BTHomeMetMeasurement.humidity ? 0 : 1;
|
||||||
|
return value.toStringAsFixed(digits).replaceFirst(RegExp(r'\.?0+$'), '');
|
||||||
|
}
|
||||||
|
|
||||||
|
bool _shouldShowBottomSampleLabel(int index, int sampleCount) {
|
||||||
|
if (index < 0 || index >= sampleCount) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if (sampleCount <= 3) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
final middle = (sampleCount - 1) ~/ 2;
|
||||||
|
return index == 0 || index == middle || index == sampleCount - 1;
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,7 @@
|
|||||||
#include <audioplayers_linux/audioplayers_linux_plugin.h>
|
#include <audioplayers_linux/audioplayers_linux_plugin.h>
|
||||||
#include <file_selector_linux/file_selector_plugin.h>
|
#include <file_selector_linux/file_selector_plugin.h>
|
||||||
#include <flutter_avif_linux/flutter_avif_linux_plugin.h>
|
#include <flutter_avif_linux/flutter_avif_linux_plugin.h>
|
||||||
|
#include <flutter_libserialport/flutter_libserialport_plugin.h>
|
||||||
#include <record_linux/record_linux_plugin.h>
|
#include <record_linux/record_linux_plugin.h>
|
||||||
#include <url_launcher_linux/url_launcher_plugin.h>
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
||||||
|
|
||||||
@@ -22,6 +23,9 @@ void fl_register_plugins(FlPluginRegistry* registry) {
|
|||||||
g_autoptr(FlPluginRegistrar) flutter_avif_linux_registrar =
|
g_autoptr(FlPluginRegistrar) flutter_avif_linux_registrar =
|
||||||
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterAvifLinuxPlugin");
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterAvifLinuxPlugin");
|
||||||
flutter_avif_linux_plugin_register_with_registrar(flutter_avif_linux_registrar);
|
flutter_avif_linux_plugin_register_with_registrar(flutter_avif_linux_registrar);
|
||||||
|
g_autoptr(FlPluginRegistrar) flutter_libserialport_registrar =
|
||||||
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterLibserialportPlugin");
|
||||||
|
flutter_libserialport_plugin_register_with_registrar(flutter_libserialport_registrar);
|
||||||
g_autoptr(FlPluginRegistrar) record_linux_registrar =
|
g_autoptr(FlPluginRegistrar) record_linux_registrar =
|
||||||
fl_plugin_registry_get_registrar_for_plugin(registry, "RecordLinuxPlugin");
|
fl_plugin_registry_get_registrar_for_plugin(registry, "RecordLinuxPlugin");
|
||||||
record_linux_plugin_register_with_registrar(record_linux_registrar);
|
record_linux_plugin_register_with_registrar(record_linux_registrar);
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
|||||||
audioplayers_linux
|
audioplayers_linux
|
||||||
file_selector_linux
|
file_selector_linux
|
||||||
flutter_avif_linux
|
flutter_avif_linux
|
||||||
|
flutter_libserialport
|
||||||
record_linux
|
record_linux
|
||||||
url_launcher_linux
|
url_launcher_linux
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import file_picker
|
|||||||
import file_selector_macos
|
import file_selector_macos
|
||||||
import flutter_avif_macos
|
import flutter_avif_macos
|
||||||
import flutter_blue_plus_darwin
|
import flutter_blue_plus_darwin
|
||||||
|
import flutter_libserialport
|
||||||
import flutter_local_notifications
|
import flutter_local_notifications
|
||||||
import geolocator_apple
|
import geolocator_apple
|
||||||
import nsd_macos
|
import nsd_macos
|
||||||
@@ -30,6 +31,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|||||||
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
||||||
FlutterAvifPlugin.register(with: registry.registrar(forPlugin: "FlutterAvifPlugin"))
|
FlutterAvifPlugin.register(with: registry.registrar(forPlugin: "FlutterAvifPlugin"))
|
||||||
FlutterBluePlusPlugin.register(with: registry.registrar(forPlugin: "FlutterBluePlusPlugin"))
|
FlutterBluePlusPlugin.register(with: registry.registrar(forPlugin: "FlutterBluePlusPlugin"))
|
||||||
|
FlutterLibserialportPlugin.register(with: registry.registrar(forPlugin: "FlutterLibserialportPlugin"))
|
||||||
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
||||||
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
||||||
NsdMacosPlugin.register(with: registry.registrar(forPlugin: "NsdMacosPlugin"))
|
NsdMacosPlugin.register(with: registry.registrar(forPlugin: "NsdMacosPlugin"))
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
platform :osx, '10.15'
|
platform :osx, '26.0'
|
||||||
|
|
||||||
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||||
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||||
@@ -38,6 +38,9 @@ end
|
|||||||
post_install do |installer|
|
post_install do |installer|
|
||||||
installer.pods_project.targets.each do |target|
|
installer.pods_project.targets.each do |target|
|
||||||
flutter_additional_macos_build_settings(target)
|
flutter_additional_macos_build_settings(target)
|
||||||
|
target.build_configurations.each do |config|
|
||||||
|
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '26.0'
|
||||||
|
end
|
||||||
# codec2_flutter uses ARM-specific register asm("sp") in debug_alloc.h that
|
# codec2_flutter uses ARM-specific register asm("sp") in debug_alloc.h that
|
||||||
# does not compile on x86_64 macOS. Voice messages are iOS-only, so exclude
|
# does not compile on x86_64 macOS. Voice messages are iOS-only, so exclude
|
||||||
# all C source files from the macOS codec2_flutter build entirely.
|
# all C source files from the macOS codec2_flutter build entirely.
|
||||||
|
|||||||
@@ -15,12 +15,16 @@ PODS:
|
|||||||
- flutter_blue_plus_darwin (0.0.2):
|
- flutter_blue_plus_darwin (0.0.2):
|
||||||
- Flutter
|
- Flutter
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
|
- flutter_libserialport (0.0.1):
|
||||||
|
- FlutterMacOS
|
||||||
|
- libserialport
|
||||||
- flutter_local_notifications (0.0.1):
|
- flutter_local_notifications (0.0.1):
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
- FlutterMacOS (1.0.0)
|
- FlutterMacOS (1.0.0)
|
||||||
- geolocator_apple (1.2.0):
|
- geolocator_apple (1.2.0):
|
||||||
- Flutter
|
- Flutter
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
|
- libserialport (0.1.1)
|
||||||
- nsd_macos (0.0.1):
|
- nsd_macos (0.0.1):
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
- package_info_plus (0.0.1):
|
- package_info_plus (0.0.1):
|
||||||
@@ -40,6 +44,8 @@ PODS:
|
|||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
- url_launcher_macos (0.0.1):
|
- url_launcher_macos (0.0.1):
|
||||||
- FlutterMacOS
|
- FlutterMacOS
|
||||||
|
- wakelock_plus (0.0.1):
|
||||||
|
- FlutterMacOS
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- audioplayers_darwin (from `Flutter/ephemeral/.symlinks/plugins/audioplayers_darwin/darwin`)
|
- audioplayers_darwin (from `Flutter/ephemeral/.symlinks/plugins/audioplayers_darwin/darwin`)
|
||||||
@@ -49,6 +55,7 @@ DEPENDENCIES:
|
|||||||
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
|
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
|
||||||
- flutter_avif_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_avif_macos/macos`)
|
- flutter_avif_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_avif_macos/macos`)
|
||||||
- flutter_blue_plus_darwin (from `Flutter/ephemeral/.symlinks/plugins/flutter_blue_plus_darwin/darwin`)
|
- flutter_blue_plus_darwin (from `Flutter/ephemeral/.symlinks/plugins/flutter_blue_plus_darwin/darwin`)
|
||||||
|
- flutter_libserialport (from `Flutter/ephemeral/.symlinks/plugins/flutter_libserialport/macos`)
|
||||||
- flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`)
|
- flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`)
|
||||||
- FlutterMacOS (from `Flutter/ephemeral`)
|
- FlutterMacOS (from `Flutter/ephemeral`)
|
||||||
- geolocator_apple (from `Flutter/ephemeral/.symlinks/plugins/geolocator_apple/darwin`)
|
- geolocator_apple (from `Flutter/ephemeral/.symlinks/plugins/geolocator_apple/darwin`)
|
||||||
@@ -60,6 +67,11 @@ DEPENDENCIES:
|
|||||||
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
|
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
|
||||||
- sqflite_darwin (from `Flutter/ephemeral/.symlinks/plugins/sqflite_darwin/darwin`)
|
- sqflite_darwin (from `Flutter/ephemeral/.symlinks/plugins/sqflite_darwin/darwin`)
|
||||||
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
|
||||||
|
- wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`)
|
||||||
|
|
||||||
|
SPEC REPOS:
|
||||||
|
trunk:
|
||||||
|
- libserialport
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
audioplayers_darwin:
|
audioplayers_darwin:
|
||||||
@@ -76,6 +88,8 @@ EXTERNAL SOURCES:
|
|||||||
:path: Flutter/ephemeral/.symlinks/plugins/flutter_avif_macos/macos
|
:path: Flutter/ephemeral/.symlinks/plugins/flutter_avif_macos/macos
|
||||||
flutter_blue_plus_darwin:
|
flutter_blue_plus_darwin:
|
||||||
:path: Flutter/ephemeral/.symlinks/plugins/flutter_blue_plus_darwin/darwin
|
:path: Flutter/ephemeral/.symlinks/plugins/flutter_blue_plus_darwin/darwin
|
||||||
|
flutter_libserialport:
|
||||||
|
:path: Flutter/ephemeral/.symlinks/plugins/flutter_libserialport/macos
|
||||||
flutter_local_notifications:
|
flutter_local_notifications:
|
||||||
:path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos
|
:path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos
|
||||||
FlutterMacOS:
|
FlutterMacOS:
|
||||||
@@ -98,6 +112,8 @@ EXTERNAL SOURCES:
|
|||||||
:path: Flutter/ephemeral/.symlinks/plugins/sqflite_darwin/darwin
|
:path: Flutter/ephemeral/.symlinks/plugins/sqflite_darwin/darwin
|
||||||
url_launcher_macos:
|
url_launcher_macos:
|
||||||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
||||||
|
wakelock_plus:
|
||||||
|
:path: Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
audioplayers_darwin: 835ced6edd4c9fc8ebb0a7cc9e294a91d99917d5
|
audioplayers_darwin: 835ced6edd4c9fc8ebb0a7cc9e294a91d99917d5
|
||||||
@@ -107,9 +123,11 @@ SPEC CHECKSUMS:
|
|||||||
file_selector_macos: 9e9e068e90ebee155097d00e89ae91edb2374db7
|
file_selector_macos: 9e9e068e90ebee155097d00e89ae91edb2374db7
|
||||||
flutter_avif_macos: 9ed61d67adfbd6964eccb59971020fb55c31fc11
|
flutter_avif_macos: 9ed61d67adfbd6964eccb59971020fb55c31fc11
|
||||||
flutter_blue_plus_darwin: 20a08bfeaa0f7804d524858d3d8744bcc1b6dbc3
|
flutter_blue_plus_darwin: 20a08bfeaa0f7804d524858d3d8744bcc1b6dbc3
|
||||||
|
flutter_libserialport: 2c523cb8d8203fc6d1b0da88190da31ac970eb93
|
||||||
flutter_local_notifications: 1fc7ffb10a83d6a2eeeeddb152d43f1944b0aad0
|
flutter_local_notifications: 1fc7ffb10a83d6a2eeeeddb152d43f1944b0aad0
|
||||||
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
|
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
|
||||||
geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e
|
geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e
|
||||||
|
libserialport: 1cb25e66ef3c92a8e59c2ea3820302c3fa2268cd
|
||||||
nsd_macos: a472240e770b92f6c6df1022403aa29c90d012e3
|
nsd_macos: a472240e770b92f6c6df1022403aa29c90d012e3
|
||||||
package_info_plus: f0052d280d17aa382b932f399edf32507174e870
|
package_info_plus: f0052d280d17aa382b932f399edf32507174e870
|
||||||
path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
|
path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
|
||||||
@@ -118,7 +136,8 @@ SPEC CHECKSUMS:
|
|||||||
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
|
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
|
||||||
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
|
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
|
||||||
url_launcher_macos: f87a979182d112f911de6820aefddaf56ee9fbfd
|
url_launcher_macos: f87a979182d112f911de6820aefddaf56ee9fbfd
|
||||||
|
wakelock_plus: 917609be14d812ddd9e9528876538b2263aaa03b
|
||||||
|
|
||||||
PODFILE CHECKSUM: e3de8f2486e300492cc80a2fe0576e9d269ba22b
|
PODFILE CHECKSUM: 467066e8d30d1105257e0877b8cdd20642e7b3db
|
||||||
|
|
||||||
COCOAPODS: 1.16.2
|
COCOAPODS: 1.16.2
|
||||||
|
|||||||
@@ -557,7 +557,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.15;
|
MACOSX_DEPLOYMENT_TARGET = 26.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
@@ -639,7 +639,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.15;
|
MACOSX_DEPLOYMENT_TARGET = 26.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
@@ -689,7 +689,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.15;
|
MACOSX_DEPLOYMENT_TARGET = 26.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
|
|||||||
@@ -2,11 +2,7 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
|
||||||
<true/>
|
|
||||||
<key>com.apple.security.cs.allow-jit</key>
|
<key>com.apple.security.cs.allow-jit</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.network.server</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -24,10 +24,16 @@
|
|||||||
<false/>
|
<false/>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||||
|
<string>MeshCore SAR needs Bluetooth to discover and communicate with MeshCore devices during SAR operations</string>
|
||||||
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
||||||
|
<string>MeshCore SAR needs Bluetooth to discover and communicate with MeshCore devices during SAR operations</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>$(PRODUCT_COPYRIGHT)</string>
|
<string>$(PRODUCT_COPYRIGHT)</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
|
<key>NSLocationUsageDescription</key>
|
||||||
|
<string>MeshCore SAR needs your location to track your team, share your position over the mesh network, and show your location on the map during SAR operations</string>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<string>MeshCore SAR needs microphone access to send voice messages over the mesh radio network during SAR operations</string>
|
<string>MeshCore SAR needs microphone access to send voice messages over the mesh radio network during SAR operations</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|||||||
@@ -2,7 +2,5 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
52
pubspec.lock
52
pubspec.lock
@@ -218,6 +218,22 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "7.0.3"
|
version: "7.0.3"
|
||||||
|
dylib:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: dylib
|
||||||
|
sha256: bf609b3eb6492a3309b3d1dbe8f83a4031de5535dd7686be33487051cc760bb0
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.3.3"
|
||||||
|
equatable:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: equatable
|
||||||
|
sha256: "3e0141505477fd8ad55d6eb4e7776d3fe8430be8e497ccb1521370c3f21a3e2b"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "2.0.8"
|
||||||
exif:
|
exif:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -298,6 +314,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.1"
|
version: "1.1.1"
|
||||||
|
fl_chart:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: fl_chart
|
||||||
|
sha256: b938f77d042cbcd822936a7a359a7235bad8bd72070de1f827efc2cc297ac888
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "1.2.0"
|
||||||
flutter:
|
flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description: flutter
|
description: flutter
|
||||||
@@ -479,6 +503,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.14.4"
|
version: "0.14.4"
|
||||||
|
flutter_libserialport:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: flutter_libserialport
|
||||||
|
sha256: f24b5fe6f1821d1c1b3bf2be737ca53f6b0ae78657032a790aa00abb810c8759
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.6.0"
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@@ -759,6 +791,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.2"
|
version: "3.0.2"
|
||||||
|
libserialport:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: libserialport
|
||||||
|
sha256: "392e1592def65282429832ec66fa25e9e163d3b37716b97691482e2406720727"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.3.0+1"
|
||||||
lints:
|
lints:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -787,8 +827,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: main
|
ref: "0bb339f684f709cf5b9d40c07827cc62beb18a4d"
|
||||||
resolved-ref: abff892fac0dd0e8004bfa1f415df74b44b8eb52
|
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"
|
||||||
@@ -1477,6 +1517,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.1"
|
version: "1.1.1"
|
||||||
|
webserial:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: webserial
|
||||||
|
sha256: b39c2175190ee1c75e996bf137bfee3e3e8fd06ee0ec24f0d3c10bdf7b323786
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "1.2.0"
|
||||||
win32:
|
win32:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -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.0317.1+33
|
version: 2026.0324.1+43
|
||||||
|
|
||||||
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:
|
||||||
@@ -71,6 +71,7 @@ dependencies:
|
|||||||
url: https://github.com/fleaflet/flutter_map.git
|
url: https://github.com/fleaflet/flutter_map.git
|
||||||
ref: master
|
ref: master
|
||||||
latlong2: ^0.9.0
|
latlong2: ^0.9.0
|
||||||
|
fl_chart: ^1.2.0
|
||||||
|
|
||||||
http: ^1.2.0
|
http: ^1.2.0
|
||||||
|
|
||||||
@@ -123,6 +124,8 @@ dependencies:
|
|||||||
nsd: ^4.0.3
|
nsd: ^4.0.3
|
||||||
usb_serial: ^0.5.2
|
usb_serial: ^0.5.2
|
||||||
web: ^1.1.1
|
web: ^1.1.1
|
||||||
|
flutter_libserialport: ^0.6.0
|
||||||
|
webserial: ^1.2.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
35
test/models/channel_test.dart
Normal file
35
test/models/channel_test.dart
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
import 'dart:typed_data';
|
||||||
|
|
||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:meshcore_sar_app/models/channel.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
test('hash channels expose deterministic psk_base64', () {
|
||||||
|
final channel = Channel.create(index: 3, name: '#ops');
|
||||||
|
|
||||||
|
expect(channel.isHashChannel, isTrue);
|
||||||
|
expect(channel.pskBase64, 'O2RN43fDLHh5NgWiWqkVvw==');
|
||||||
|
expect(
|
||||||
|
Channel.pskBase64ForHashChannelName('#ops'),
|
||||||
|
'O2RN43fDLHh5NgWiWqkVvw==',
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('normal channels reject derived hashtag psk export helper', () {
|
||||||
|
expect(
|
||||||
|
() => Channel.pskBase64ForHashChannelName('ops'),
|
||||||
|
throwsArgumentError,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('normal channels still expose their stored psk_base64', () {
|
||||||
|
final channel = Channel.create(
|
||||||
|
index: 4,
|
||||||
|
name: 'ops',
|
||||||
|
explicitSecret: Uint8List.fromList(List<int>.generate(16, (i) => i)),
|
||||||
|
);
|
||||||
|
|
||||||
|
expect(channel.isHashChannel, isFalse);
|
||||||
|
expect(channel.pskBase64, 'AAECAwQFBgcICQoLDA0ODw==');
|
||||||
|
});
|
||||||
|
}
|
||||||
60
test/providers/channels_provider_test.dart
Normal file
60
test/providers/channels_provider_test.dart
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
import 'dart:typed_data';
|
||||||
|
|
||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:meshcore_sar_app/models/channel.dart';
|
||||||
|
import 'package:meshcore_sar_app/providers/channels_provider.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
group('ChannelsProvider device sync preparation', () {
|
||||||
|
test('clears runtime channel state before sync', () {
|
||||||
|
final provider = ChannelsProvider();
|
||||||
|
|
||||||
|
provider.addOrUpdateChannel(
|
||||||
|
index: 2,
|
||||||
|
name: 'Ops',
|
||||||
|
secret: Uint8List.fromList(List<int>.filled(16, 7)),
|
||||||
|
);
|
||||||
|
provider.selectChannel(2);
|
||||||
|
|
||||||
|
provider.prepareForDeviceSync();
|
||||||
|
|
||||||
|
expect(provider.channels, isEmpty);
|
||||||
|
expect(provider.selectedChannelIndex, 0);
|
||||||
|
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,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user