Commit graph

498 commits

Author SHA1 Message Date
Benjamin Faershtein
f14f8c97e2 QR code improvements 2025-06-27 16:52:51 -07:00
Garth Vander Houwen
bd88e1fdd3 Bump version, add channel help to settings channel update locks to be red only if precise location is being shared on an unencrypted channel 2025-06-22 20:19:42 -07:00
Garth Vander Houwen
eb725298ea Bump version down, trap additional key error 2025-06-20 06:27:47 -07:00
Garth Vander Houwen
67a2b0631f Bump timer to every hour, fix spelling typo 2025-06-19 16:14:09 -07:00
Garth Vander Houwen
2c68b4e8d2
Update Meshtastic/Helpers/BLEManager.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-19 16:12:44 -07:00
Garth Vander Houwen
6ed183d155 Make clear function return a boolean so wantconfig can be called if connected, don't purge PKI nodes faster than 7 days to ensure proper reporting of key mismatch errors. 2025-06-19 15:40:19 -07:00
Garth Vander Houwen
74e169a7f9
Merge pull request #1282 from bjpetit/purge-stale-nodes
App option for purging nodes not heard in certain amount of time
2025-06-19 13:15:09 -07:00
Garth Vander Houwen
51d5e85042 Automatically disconnnect after 6 6 second want config fauilures so the pin dialog has a cheance to time out first 2025-06-17 23:05:19 -07:00
Garth Vander Houwen
527a1b7966 Remove disconnect that overrides pin screen and allow disconnect if device gets hung up 2025-06-17 20:44:52 -07:00
Benjamin Faershtein
128b7df3f5 Fixed connection issues by first sending heartbeat then wantConfig to not do a packet dupe that gets ignored 2025-06-17 19:06:54 -07:00
Garth Vander Houwen
aafa7b7b31 Use want config timer to prevent disconnect while config is running, stop force disconnecting. 2025-06-17 17:14:45 -07:00
Garth Vander Houwen
db0119bed9 Prevent users from disconnecting from bluetooth when want config is occuring let the timer do its job, clean up want config timer logic to occur in one place 2025-06-17 16:33:11 -07:00
Garth Vander Houwen
ee98b5ef77 Bump timer back down 2025-06-15 21:34:36 -07:00
Garth Vander Houwen
355e960359
Merge pull request #1267 from RCGV1/want-config-69420
Reset wantConfigRetries on disconnect
2025-06-15 10:32:22 -07:00
Garth Vander Houwen
9f9313ffba Safer create user function 2025-06-15 09:47:27 -07:00
Benjamin Faershtein
5e36402fc9 Reset wantConfigRetries on disconnect 2025-06-15 09:46:17 -07:00
Garth Vander Houwen
801703db26 Want config timing cleanup 2025-06-14 19:55:54 -07:00
Garth Vander Houwen
647bb690f0 Send key validation error to security config 2025-06-14 18:43:14 -07:00
Garth Vander Houwen
2840d334e3
Merge pull request #1261 from meshtastic/want-config-69420
Added better config and db logic on connection with timeout
2025-06-14 17:44:25 -07:00
Garth Vander Houwen
09c6e0a833
Merge pull request #1263 from meshtastic/waypoint-update
Waypoint update
2025-06-14 17:36:01 -07:00
Benjamin Faershtein
5746d2df7a Added retry timeout 2025-06-14 15:13:18 -07:00
Garth Vander Houwen
75cf037cfe Remove more remnants of the old admin channel 2025-06-14 14:25:46 -07:00
Benjamin Faershtein
5a854725ee added nonce variables 2025-06-14 09:10:07 -07:00
Benjamin Faershtein
4d6e8c8940 fixed some logic 2025-06-14 08:58:17 -07:00
Benjamin Faershtein
e17791b71d First get config to subscribe then fetch nodes 2025-06-12 12:06:23 -07:00
Garth Vander Houwen
25ca292c55 Add option to reset keys and ble bonds to factory reset 2025-06-12 08:43:07 -07:00
Garth Vander Houwen
269f784b25 Show client notification message in the logs not the JSON 2025-06-10 20:23:48 -07:00
Garth Vander Houwen
9e1766b90a Switch minimum firmware version back 2025-06-10 17:54:19 -07:00
Garth Vander Houwen
219a85900a Unredact client notification text in the logs 2025-06-10 17:10:03 -07:00
Benjamin Faershtein
bd666a742c More graceful failures 2025-06-05 08:24:17 -07:00
Brent Petit
7128aface4 App option for purging nodes not heard in certain amount of time 2025-06-01 10:57:48 -05:00
Garth Vander Houwen
701a06a02d Bump minimum firmare version to match android 2025-06-01 07:00:06 -07:00
Ben Meadors
c906bc2baf Switch is comprehensive now 2025-05-29 12:49:36 -05:00
Garth Vander Houwen
70340fa18f Fix some linting and ben writing C# warnings 2025-05-24 00:33:27 -07:00
Garth Vander Houwen
45f7aedbbb
Merge pull request #1191 from meshtastic/DisconnectSwipe
Disconnect swipe
2025-05-20 19:22:35 -07:00
Ben Meadors
f80c477d2b upsertNodeInfoPacket for contacts 2025-05-20 11:30:53 -05:00
Ben Meadors
6fc6a8fcfa Fix QR code generation being slow as ball and log error 2025-05-13 19:59:12 -05:00
Ben Meadors
05397db3a4 Add shared contact functionality (WIP)
Feel free to hijack and make it not terrible
2025-05-13 19:43:43 -05:00
Garth Vander Houwen
980debd8e8 Auto favorite node when sending a DM 2025-05-13 10:01:44 -07:00
git bisector
7063e7d419 Fix TraceRoute notification navigation to correct node (#1115)
When clicking on a completed TraceRoute notification, the app now navigates to the correct destination node instead of the connected node. This fixes issue #1115 where the app was navigating to the wrong node detail screen.
2025-05-09 21:03:33 -07:00
Garth Vander Houwen
70fa86ae32 Finish updating translation strings 2025-05-08 22:50:44 -07:00
Garth Vander Houwen
ffb3296ddf 60 stupid keys remaining 2025-05-08 20:34:25 -07:00
Garth Vander Houwen
9ecf7f7fbf Additional localization key fixes 2025-05-08 14:42:11 -07:00
Garth Vander Houwen
289f8ff6ee
Merge pull request #1195 from ByteThis/fix/en-locale-typo
Fix: Correct typo in English Bluetooth error message string
2025-04-30 18:13:20 -07:00
bytethis
0849b4f427 fix typo in bluetooth error messsage for en locale 2025-04-30 02:18:04 +01:00
Garth Vander Houwen
a0e94bd518 More translation key cleanup 2025-04-27 16:19:10 -07:00
Garth Vander Houwen
defba587e7 Assorted linting updates 2025-04-27 14:04:47 -07:00
Garth Vander Houwen
d568627ce8 Additional translation key cleanup 2025-04-27 12:50:45 -07:00
Benjamin Faershtein
695147fcf6 Aded App Intent for disconnect node 2025-04-02 18:02:27 -07:00
Garth Vander Houwen
5d9ea15767 Masks for a couple of coordinate logs 2025-04-01 17:33:39 -07:00