Commit graph

2451 commits

Author SHA1 Message Date
James Rich
8baf8714d0
feat(ui): Refactor node position details into separate section (#3382)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-08 00:50:53 +00:00
James Rich
38c50799cb
fix: service status notification refactor (#3386)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-08 00:13:49 +00:00
Phil Oliver
83531eeba9
Remove unused :core:analytics dependencies (#3381) 2025-10-07 19:35:44 +00:00
James Rich
3f923ae5c6
refactor(ui): Refactor SettingsItem component (#3364)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-07 02:23:34 +00:00
James Rich
6a71891790
feat: Always Display voltage (#3362)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-06 21:31:43 +00:00
James Rich
c98e74d804
feat(ble): Implement keep-alive and improve connection stability (#3359)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-06 19:45:11 +00:00
Phil Oliver
1fb79d8887
Inject PlatformAnalytics directly (#3358) 2025-10-06 18:30:18 +00:00
Phil Oliver
95ec4877df
Modularize settings code (#3355)
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-10-06 17:20:03 +00:00
Phil Oliver
dcbf664f38
Move app intro to :feature:intro (#3348) 2025-10-05 01:15:55 +00:00
James Rich
f2b4b87944
fix: update foreground service type to manifest (#3332)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-04 17:05:08 +00:00
James Rich
603276ee0a
feat(chat): (re)allow multi-line messages in text input (#3329)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-04 16:52:01 +00:00
James Rich
f903d3fa35
Revert markdown message rendering (#3328)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-04 15:01:26 +00:00
Phil Oliver
ff95bc5311
Decouple NodeMapScreen from MetricsViewModel (#3323)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-04 13:17:00 +00:00
Phil Oliver
51fa634e11
More map modularization (#3319) 2025-10-04 00:19:37 +00:00
Phil Oliver
e24292494e
Add BuildConfigProvider (#3318) 2025-10-03 21:24:52 +00:00
Phil Oliver
47f3961f3a
Finish migration away from global app bar (#3297) 2025-10-03 16:06:51 +00:00
Phil Oliver
5d95dca354
Fix shared contact deeplink (#3302)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-03 10:42:52 +00:00
Phil Oliver
4a8cd6fb41
Decouple ScannedQrCodeDialog from UiViewModel (#3300) 2025-10-03 10:12:40 +00:00
Phil Oliver
502e417338
ConnectionsScreen available BLE devices (#3298) 2025-10-03 00:18:09 +00:00
James Rich
c42cb44b10
feat(settings): add link to system app settings (#3293)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-02 18:48:20 +00:00
Phil Oliver
a5cd2d6bbc
Decouple ChannelScreen from UIViewModel (#3295) 2025-10-02 18:25:47 +00:00
James Rich
24f0417b28
feat(contact): add manually verified shared contact support (#3283)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-02 16:46:12 +00:00
Phil Oliver
fe9491121c
Modularize common composables (#3286) 2025-10-02 09:56:49 +00:00
Phil Oliver
d553cdfee6
Add :feature:node (#3275) 2025-10-01 23:26:41 +00:00
James Rich
5a6cd5acbc
fix(debug): replace top app bar with actions (delete) (#3276)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-01 20:32:50 +00:00
Phil Oliver
7a899528bf
Fix NodeChip click handling (#3278) 2025-10-01 20:12:26 +00:00
James Rich
0847598d38
refactor(ui)!: update NodeItem display with new components (#3273)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-01 19:31:08 +00:00
Phil Oliver
7593560bba
Modularize more maps files (#3262) 2025-10-01 01:37:17 +00:00
Ben Meadors
bd0812f0d7
Remove noisy error disconnected toast (#3263) 2025-10-01 01:16:21 +00:00
James Rich
cad88d277b
refactor(analytics)!: modularize analytics - remove Logging (#3256)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-30 23:22:22 +00:00
Phil Oliver
9aa0cf9335
Decouple NodeMapScreen from UIViewModel (#3257) 2025-09-30 22:46:31 +00:00
Phil Oliver
db2ef75e08
Add :core:service (#3253) 2025-09-30 20:55:56 +00:00
Phil Oliver
cf59033c49
Clearer node filter options (#3250) 2025-09-30 03:47:06 +00:00
James Rich
6abe0124d2
fix(service): Update foreground service type and error handling (#3246)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-29 20:59:00 +00:00
James Rich
38332b346e
fix(ui): handle ActivityNotFoundException when opening firmware links (#3245)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-29 20:55:08 +00:00
James Rich
3f3182ad82
fix(crash): pass in navcontroller and specify viewmodel type (#3244)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-29 20:54:56 +00:00
Phil Oliver
a878373d14
Remove node card expansion (#3243) 2025-09-29 20:54:28 +00:00
Phil Oliver
32b73f7f15
Migrate node sort prefs to datastore (#3241) 2025-09-29 16:57:47 +00:00
Phil Oliver
48a27ba022
Remove NodeChip long-click (#3220) 2025-09-29 14:31:55 +00:00
James Rich
92202e3ebf
feat(bluetooth): expose and display bluetooth signal strength (RSSI) (#3235)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-29 12:44:12 +00:00
James Rich
ac51c1b9f6
fix(service): clear nodeDB when device address changes (#3232)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-28 19:45:10 +00:00
Dane Evans
cd010c4967
add colour coding to traceroutes (#3227) 2025-09-28 16:53:33 +00:00
Phil Oliver
3951ebb375
Spruce up LoRaConfigScreen (#3224) 2025-09-28 16:52:42 +00:00
James Rich
f3d34ed8a9
feat(map): Add last heard filter for node tracks (#3222)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-27 21:56:19 +00:00
James Rich
61c6d6c76e
feat(map): add last heard filter for map nodes (#3219)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-27 18:40:41 +00:00
Phil Oliver
a8b0327c41
Decouple MainAppBar from UiViewModel (#3216) 2025-09-27 00:11:57 +00:00
Phil Oliver
6d5e56b34f
Decouple contacts nav graph from UiViewModel (#3215) 2025-09-26 23:54:31 +00:00
Phil Oliver
3e83e61a1a
Move some repo classes to :core:data (#3214) 2025-09-26 21:45:11 +00:00
Phil Oliver
af8e1daa5d
Decouple MapView from UiViewModel (#3213) 2025-09-26 20:34:36 +00:00
Phil Oliver
3d94391bb1
Decouple NodeDetail from UiViewModel (#3212) 2025-09-26 19:24:37 +00:00