Commit Graph

6884 Commits

Author SHA1 Message Date
James Rich
a55427550c feat(settings): implement set_ham_mode HamParameters admin message
When the licensed amateur radio toggle is on for the locally connected
node, the User config screen repurposes the long-name field as the
callsign (max 8 chars, iOS parity) and saving sends
AdminMessage(set_ham_mode) instead of set_owner. Current LoRa
tx_power/override_frequency are echoed into the HamParameters so a
re-send while already licensed never wipes the node's overrides
(firmware applies them verbatim). The node entry is optimistically
updated pending the device's authoritative NodeInfo.

Closes #5759

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 06:46:12 -05:00
James Rich
0a4c22b3d3 fix(di): start AppFunctionStateSync from the Application, not createdAtStart
The google-flavor AppFunctionsModule registered AppFunctionStateSync
with createdAtStart = true. Eager creation needs the androidContext
binding and immediately spawns the prefs-observing sync coroutine —
so any Koin graph built outside a running app failed with
NoDefinitionFoundException for android.content.Context. That broke
KoinVerificationTest.verifyTypedBootstrapLoadsModuleGraph (the typed
koinApplication<AndroidKoinApp>() bootstrap instantiates eager
singletons), failing the shard-app CI job on this branch.

The definition is now a plain @Single (the graph stays lazily
constructible) and GoogleMeshUtilApplication.onCreate resolves it once
after startKoin has bound androidContext — same production behavior,
explicit instead of implicit. It was the repo's only createdAtStart.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: James Rich <james.a.rich@gmail.com>
2026-06-13 06:45:24 -05:00
James Rich
2820efefca docs: update repo/developer/in-app docs and repair the screenshot pipeline for 2.8.0 (#5775)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:24 -05:00
James Rich
07252f3863 fix(discovery): use protobufs Maven dep after rebase onto #5675
#5275 created :feature:discovery with implementation(projects.core.proto), but
main's #5675 replaced the :core:proto submodule with the org.meshtastic:protobufs
Maven artifact. Rebasing left a stale module reference. Switched to
implementation(libs.meshtastic.protobufs), matching the convention (cf. feature/node).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:24 -05:00
James Rich
2a45eb930a refactor(node): fetch device links from the API, drop the bundled matcher (#5765)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:24 -05:00
James Rich
5b955f64f4 perf: add Baseline Profile generation for :androidApp (#5735)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:24 -05:00
James Rich
a23e073003 feat(discovery): mesh network discovery (#5275)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 06:45:24 -05:00
James Rich
285206a78d feat(node): msh.to device hardware links ("I want one" section + Settings directory) (#5714)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:24 -05:00
James Rich
29090cb9fb feat: add air quality telemetry display (PM1.0, PM2.5, PM10, CO2) (#5701)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 06:45:24 -05:00
James Rich
4833acefd2 refactor: Remove AIDL API and modernize service architecture (#5586)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-13 06:45:24 -05:00
James Rich
b9a00b4223 feat: FTS5 full-text message search (#5373)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 06:45:24 -05:00
James Rich
9ca24e7996 feat(car): Android Car App Library integration (#5633)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:23 -05:00
James Rich
92e78a1cd0 ci: run Pull Request CI for PRs targeting release/** branches
Enables the full validate-and-build pipeline on PRs whose base is a
release branch (e.g. release/2.8.0), not just main, so milestone PRs
retargeted onto the release branch get per-PR CI before merge.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:23 -05:00
James Rich
51fa718d89 feat(ai): Add App Functions for system AI integration (#5585)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 06:45:23 -05:00
James Rich
7e51f33325 chore: bump VERSION_NAME_BASE to 2.8.0 for release
Opening commit for the release/2.8.0 stabilization branch. versionCode
remains git-derived (offset 29314197 + commit count); only the base
version name is bumped here. CI overrides this with the release tag.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 06:45:23 -05:00
github-actions[bot]
d9d7f7ceae docs: update CHANGELOG.md (#5785) 2026-06-13 06:39:26 -05:00
James Rich
e670468aa3 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5783)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-13 06:34:32 -05:00
renovate[bot]
bd6670572a chore(deps): update com.github.luben:zstd-jni to v1.5.7-11 (#5788) 2026-06-13 06:34:15 -05:00
James Rich
65320ab7f9 build: drop compiler flags and opt-ins made redundant by Kotlin 2.4 (#5786)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 06:33:48 -05:00
renovate[bot]
47134f447e chore(deps): update net.java.dev.jna:jna to v5.19.1 (#5781) 2026-06-12 19:19:00 -05:00
github-actions[bot]
b3974615a0 docs: update CHANGELOG.md (#5773) 2026-06-12 06:18:52 -05:00
James Rich
161b2b09ab chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5774)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-12 06:10:45 -05:00
renovate[bot]
9e3d014c3d chore(deps): update datadog.gradle to v1.27.0 (#5776) 2026-06-12 06:09:45 -05:00
James Rich
e71722137f test: fix wall-clock race in NodeTest.isOnline_usesStrictThresholdBoundary (#5779)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 06:06:52 -05:00
renovate[bot]
15568ff462 chore(deps): update kable to v0.43.1 (#5750) 2026-06-12 06:06:24 -05:00
renovate[bot]
d9b024acde chore(deps): update coil to v3.5.0 (#5766) 2026-06-12 06:06:07 -05:00
renovate[bot]
bce317c687 chore(deps): update kotlin-toolchain (#5760) 2026-06-12 06:01:19 -05:00
renovate[bot]
4a0eeae6ef chore(deps): update fastlane to v2.236.1 (#5772)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-11 11:18:08 +00:00
James Rich
c9eae8e640 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5771)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-11 06:17:49 -05:00
github-actions[bot]
a7eb26f188 docs: update CHANGELOG.md (#5770) 2026-06-10 16:57:57 -05:00
James Rich
936be3998f ci: fix update-changelog crash when no channel tags exist (#5769)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 16:57:11 -05:00
James Rich
595fb00352 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5768)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-10 16:25:54 -05:00
James Rich
dd462971e8 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5767)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-10 12:24:58 -05:00
renovate[bot]
fd3dc0cc73 chore(deps): update mqttastic to v0.3.8 (#5763) 2026-06-10 12:24:30 -05:00
James Rich
8daafe6f70 Replace :core:proto with org.meshtastic:protobufs:2.7.25 (#5675)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 16:40:42 +00:00
James Rich
f77998d063 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5761)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-10 08:58:40 -05:00
James Rich
58cbd1d551 ci: group Kotlin-compiler-locked tooling in one Renovate PR (#5758)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 16:37:47 -05:00
James Rich
d318000383 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5757)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-09 16:32:01 -05:00
renovate[bot]
9945499bad chore(deps): update org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.0 (#5756) 2026-06-09 15:36:58 -05:00
renovate[bot]
0d9d086b22 chore(deps): update codecov/codecov-action action to v7 (#5749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 16:36:21 +00:00
renovate[bot]
476789d154 chore(deps): update io.nlopez.compose.rules:detekt to v0.6.0 (#5751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 16:36:09 +00:00
renovate[bot]
5c4b5c2405 chore(deps): update com.google.firebase:firebase-bom to v34.14.1 (#5753)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 16:36:00 +00:00
James Rich
bc046a66a7 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5742)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2026-06-09 16:33:35 +00:00
renovate[bot]
d38ddc88b6 chore(deps): update fastlane to v2.236.0 (#5754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 16:33:24 +00:00
James Rich
65e937427f fix(mqtt): make the MQTT client-id unique per connection (#5755)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 16:28:37 +00:00
renovate[bot]
21b6540e0e chore(deps): update vico to v3.2.2 (#5746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-05 09:12:06 -05:00
github-actions[bot]
0c7bda6f07 docs: release CHANGELOG.md for v2.7.14 (#5739) 2026-06-03 17:07:08 -05:00
github-actions[bot]
cf68c86af5 docs: update CHANGELOG.md (#5736) v2.7.14 2026-06-03 15:34:01 -05:00
James Rich
d86c627598 refactor(node): migrate to non-deprecated Vico chart APIs (#5737)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 15:32:01 -05:00
James Rich
ea872f36d0 build: migrate KMP Android DSL from androidLibrary {} to android {} (#5734)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 15:02:43 -05:00