Garth Vander Houwen
a8a00a9605
Merge remote-tracking branch 'refs/remotes/origin/main'
2025-06-30 08:37:39 -07:00
Garth Vander Houwen
9fd6f72b0f
Merge pull request #1293 from meshtastic/2.6.10
...
2.6.10 Working changes
2025-06-28 11:53:12 -07:00
Garth Vander Houwen
202c558c66
Dont translate string replacement
2025-06-28 10:13:24 -07:00
Garth Vander Houwen
d7ce318b4d
on change for node change
2025-06-28 10:11:31 -07:00
Garth Vander Houwen
6b666f337b
Merge pull request #1294 from RCGV1/qr-code-improvements
...
QR code improvements
2025-06-28 09:45:01 -07:00
Garth Vander Houwen
dd7b5f626d
Merge pull request #1291 from dborup/main
...
Add TracerouteIntent for iOS Shortcuts integration
2025-06-28 09:43:40 -07:00
Benjamin Faershtein
f14f8c97e2
QR code improvements
2025-06-27 16:52:51 -07:00
Garth Vander Houwen
8a0a90e890
Merge pull request #1281 from RCGV1/update-intents
...
Update factory reset and restart intents
2025-06-27 16:16:04 -07:00
Garth Vander Houwen
b47a259337
Use 9 meters instead of 15 for position log
2025-06-27 16:03:02 -07:00
Garth Vander Houwen
5c08f81550
Check if a user has moved 9 meters for the position log instead of 15 in case they have set the value to 10 meters
2025-06-27 15:56:03 -07:00
Ben Meadors
c014baf986
Add sync device svgs job
2025-06-27 06:26:24 -05:00
Ben Meadors
e83347d1d8
Fix uint32 overflows and add safeint32 methods for re-use
2025-06-26 16:59:29 -05:00
Garth Vander Houwen
d78ab88600
Bump version
2025-06-26 07:16:06 -07:00
dborup
aa73a82404
Add TracerouteIntent for iOS Shortcuts integration
...
This commit adds a new AppIntent called TracerouteIntent, allowing users to send a traceroute request to a specific Meshtastic node directly via iOS Shortcuts or Siri.
The intent calls BLEManager.shared.sendTraceRouteRequest(destNum:wantResponse:) and provides basic validation to ensure the device is connected.
No other files or logic were modified. This follows the same structural pattern as MessageNodeIntent.swift.
2025-06-24 17:18:04 +02:00
Garth Vander Houwen
0f4728cdf3
Merge pull request #1290 from meshtastic/2.6.9
...
Reboot on Security Config Save
2025-06-23 09:35:14 -07:00
Garth Vander Houwen
fc206bbc05
Reboot on key changes
2025-06-23 09:25:39 -07:00
Garth Vander Houwen
3a53c8b544
Merge pull request #1289 from meshtastic/2.6.9
...
2.6.9 Working Changes
2025-06-23 00:53:32 -07:00
Garth Vander Houwen
bd6f4ad7ca
Bump version
2025-06-22 20:34:13 -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
365699d1d4
fix typo
2025-06-20 07:12:54 -07:00
Garth Vander Houwen
2a96457a42
adjust forground style of key regenerate description
2025-06-20 06:52:57 -07:00
Garth Vander Houwen
5868261f6d
Key text translation update
2025-06-20 06:50:07 -07:00
Garth Vander Houwen
32cb7fdefa
Key regeneration description update
2025-06-20 06:48:58 -07:00
Garth Vander Houwen
6a958f62bb
Add padding back
2025-06-20 06:41:07 -07:00
Garth Vander Houwen
34d66000c8
Merge pull request #1286 from meshtastic/2.6.9
...
Hotfix for 2.6.8
2025-06-20 06:32:11 -07:00
Garth Vander Houwen
eb725298ea
Bump version down, trap additional key error
2025-06-20 06:27:47 -07:00
Garth Vander Houwen
c248451a7c
Merge pull request #1284 from meshtastic/persistent_tips
...
Persistent tips
2025-06-19 23:54:26 -07:00
Garth Vander Houwen
942b72dd99
Remove stale translations
2025-06-19 23:51:52 -07:00
Garth Vander Houwen
b1aa917784
Clean up context menu on connnected radio
2025-06-19 23:49:23 -07:00
Garth Vander Houwen
d7ad7a7e72
Persistent Tip style for bluetooth, messages and administration
2025-06-19 23:17:40 -07:00
Garth Vander Houwen
fff7175587
Update purge nodes description
2025-06-19 17:47:02 -07:00
Garth Vander Houwen
8119c0d5bb
Merge pull request #1283 from meshtastic/purge_stale_nodes
...
App option for purging nodes not heard in certain amount of time
2025-06-19 16:26:28 -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
ada2d0cfaa
Update purge node informational text
2025-06-19 16:07:47 -07:00
Garth Vander Houwen
0f21ea9599
Minimum expiry for PKI nodes
2025-06-19 16:06:02 -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
6980abed5e
Bump version
2025-06-18 19:16:56 -07:00
Garth Vander Houwen
911ae282e3
Merge pull request #1280 from meshtastic/2.6.8
...
2.6.8 Working Changes
2025-06-18 17:57:08 -07:00
Garth Vander Houwen
da6447aae5
detents
2025-06-18 17:55:41 -07:00
Garth Vander Houwen
63bc7a5805
Channels help
2025-06-18 17:51:09 -07:00
Garth Vander Houwen
ca6cf606bc
Fix a second channel url fragment
2025-06-18 17:17:34 -07:00
Garth Vander Houwen
17c8ce671d
Update channel qr code url matching
2025-06-18 17:04:58 -07:00
Garth Vander Houwen
097d910593
Update Meshtastic/Views/Settings/ShareChannels.swift
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-18 17:00:25 -07:00
Garth Vander Houwen
c0c9c89854
Merge pull request #1276 from meshtastic/keychain_backup
...
iCloud Keychain Private Key backup
2025-06-18 16:59:04 -07:00
Garth Vander Houwen
e0678258be
Adjust key generation, clean up userid's
2025-06-18 16:44:21 -07:00
Garth Vander Houwen
2d8ede1c7d
Success and Error states for key backup
2025-06-18 08:44:13 -07:00
Garth Vander Houwen
a14ec9fc2d
Merge pull request #1278 from meshtastic/mac_button_fix
...
revert button change
2025-06-18 07:27:40 -07:00
Garth Vander Houwen
f1b371d0b7
revert
2025-06-18 07:26:56 -07:00