Commit Graph

6049 Commits

Author SHA1 Message Date
James Rich
e29fd596b6 ci: Integrate Conveyor for cross-platform desktop packaging and simplify build (#4802) 2026-03-14 12:44:55 -05:00
James Rich
fae6f83968 ci: Update Linux desktop distribution packaging and CI workflow (#4799) v2.7.14-internal.22 2026-03-14 10:26:47 -05:00
James Rich
5610cc3924 ci(github-actions): install libfuse2t64 for Linux AppImage packaging (#4798) v2.7.14-internal.21 2026-03-14 10:13:00 -05:00
James Rich
ac8119b086 ci(github): add Release environment to desktop release workflow (#4797) v2.7.14-internal.20 2026-03-14 09:43:40 -05:00
James Rich
609d24a9e4 build(desktop): dynamically configure target formats based on host OS (#4796) 2026-03-14 09:38:34 -05:00
James Rich
b63192dccc chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4795) v2.7.14-internal.19 2026-03-14 09:11:33 -05:00
James Rich
a8044a2402 build(desktop): refactor native distribution target formats (#4794) 2026-03-14 09:11:18 -05:00
James Rich
acf7aea098 feat(desktop): add enter-to-send functionality in messaging (#4793) v2.7.14-internal.18 2026-03-14 08:43:25 -05:00
James Rich
bff87daaa7 ci(github-actions): include architecture in desktop artifact names (#4792) 2026-03-14 08:17:13 -05:00
James Rich
365e278335 ci(desktop): add ubuntu-24.04-arm to native distribution build 2026-03-14 07:32:54 -05:00
James Rich
8c6892a4da chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4791) v2.7.14-internal.17 v2.7.14-closed.1 2026-03-14 06:44:36 -05:00
James Rich
832e785785 ci(release): update artifact glob pattern to be recursive
This commit updates the release workflow to ensure all files within the artifacts directory are correctly captured, regardless of nesting depth.

Specific changes include:
- Updated the `files` path in both draft and final release steps from `./artifacts/*/*` to `./artifacts/**/*` to support recursive file matching.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-14 06:44:03 -05:00
James Rich
06f002a198 refactor(settings): improve destination node handling in RadioConfigViewModel (#4790)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
v2.7.14-internal.16
2026-03-14 02:55:46 +00:00
James Rich
2bfd225b68 build: Update desktop app icons, versioning, and packaging configuration (#4789) 2026-03-13 20:05:22 -05:00
James Rich
305466514a build: remove PKG from desktop distribution targets (#4788) v2.7.14-internal.15 2026-03-13 19:07:35 -05:00
James Rich
48740fe280 build(desktop): include java.net.http module in native distribution (#4787) 2026-03-13 19:02:29 -05:00
renovate[bot]
be70743ed6 chore(deps): update androidx.compose:compose-bom to v2026 (#4786)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-13 18:13:26 -05:00
James Rich
427c0f3bbb fix: fix animation stalls and update dependencies for stability (#4784)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-13 23:01:17 +00:00
James Rich
90844301e8 feat(desktop): expand supported native distribution formats (#4783) 2026-03-13 13:23:34 -05:00
James Rich
07ec771758 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4781) 2026-03-13 18:10:21 +00:00
James Rich
f45993ede2 feat(desktop): implement DI auto-wiring and validation (#4782)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-13 18:08:55 +00:00
renovate[bot]
8bb1e86511 chore(deps): update wire to v6.0.0 (#4778)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-13 18:04:35 +00:00
James Rich
da11703ccd ai: Establish conductor documentation and governance framework (#4780)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-13 16:38:25 +00:00
James Rich
b0f1f93c5a chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4777) 2026-03-13 16:33:41 +00:00
James Rich
5cc1e94a13 fix(ble): implement scanning for unbonded devices in common connections ui (#4779)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-13 16:33:30 +00:00
James Rich
afe1356430 build: streamline icon file configuration for desktop platforms
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
v2.7.14-internal.14
2026-03-12 23:11:20 -05:00
James Rich
aacf5c69e9 Disable ProGuard for desktop release and add application icon (#4776) 2026-03-12 23:09:18 -05:00
James Rich
0ed9b6633b build(ci): optimize release workflow and update Room configuration (#4775) v2.7.14-internal.13 2026-03-12 22:46:01 -05:00
James Rich
eb3349fa11 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4773) 2026-03-12 22:15:20 -05:00
James Rich
20f358e01c ci(release): pass app version to desktop build via environment variable (#4774) 2026-03-12 22:15:07 -05:00
James Rich
87e291f58d build(desktop): enable ProGuard for release builds (#4772) 2026-03-12 21:57:29 -05:00
James Rich
3d93d0b4e3 build(github): switch Java distribution to Zulu across workflows (#4771) 2026-03-12 21:51:23 -05:00
James Rich
84bb6d24e4 docs: summarize KMP migration progress and architectural decisions (#4770)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-13 02:23:25 +00:00
James Rich
bdfd7b9251 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4766) 2026-03-13 01:51:02 +00:00
James Rich
3321c47200 ci: Update Dokka configuration and unify AboutLibraries JSON generation (#4767)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-13 01:49:11 +00:00
renovate[bot]
629d80ec65 chore(deps): update actions/upload-artifact action to v7 (#4768)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-13 00:47:45 +00:00
renovate[bot]
3957b0823c chore(deps): update dorny/paths-filter action to v4 (#4769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-13 00:47:40 +00:00
renovate[bot]
55cea44993 chore(deps): update jetbrains.adaptive to v1.3.0-alpha06 (#4764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 21:45:20 +00:00
James Rich
ac6bb5479b feat: introduce Desktop target and expand Kotlin Multiplatform (KMP) architecture (#4761)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-12 21:14:49 +00:00
renovate[bot]
f4364cff9a chore(deps): update google maps compose to v8.2.1 (#4758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 14:55:20 +00:00
renovate[bot]
3ccfcf644f chore(deps): update androidx.datastore:datastore to v1.2.1 (#4755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 14:55:10 +00:00
renovate[bot]
6a1f3b197a chore(deps): update com.squareup.okio:okio to v3.17.0 (#4759)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 14:14:42 +00:00
renovate[bot]
c72e085f10 chore(deps): update koin to v4.2.0-rc2 (#4760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 14:14:03 +00:00
renovate[bot]
f70623db14 chore(deps): update androidx (general) (#4756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-12 13:53:02 +00:00
James Rich
a562f274bf chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4757) 2026-03-12 13:52:20 +00:00
James Rich
cfef01ccac chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4753) 2026-03-11 15:17:44 +00:00
James Rich
a902da4ca0 chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4749) 2026-03-11 14:56:55 +00:00
renovate[bot]
7a1e1778f4 chore(deps): update compose.multiplatform to v1.11.0-alpha04 (#4751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-11 14:56:46 +00:00
renovate[bot]
2ef0547fb2 chore(deps): update ruby to v3.4.9 (#4752)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-11 14:56:35 +00:00
James Rich
d076361c55 refactor: migrate core UI and features to KMP, adopt Navigation 3 (#4750)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-03-10 17:29:47 +00:00