Commit graph

3552 commits

Author SHA1 Message Date
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
Garth Vander Houwen
24e7974f6e iCloud Private key backup initial commit 2025-06-18 01:00:27 -07:00
Garth Vander Houwen
7edd9764d9 Bump version 2025-06-17 23:17:22 -07:00
Garth Vander Houwen
a23557b0ad
Merge pull request #1275 from meshtastic/2.6.7
Additional Connection timing updates
2025-06-17 23:08:06 -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
2a0bb73fb6
Merge pull request #1274 from meshtastic/2.6.7
Connection Fixes
2025-06-17 20:45:25 -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
Garth Vander Houwen
c58e478d14
Merge pull request #1273 from RCGV1/fix-connection
Fixed connection issues
2025-06-17 20:37:50 -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
e1e1724311
Merge pull request #1271 from meshtastic/2.6.7
2.6.7 Working Changes
2025-06-17 17:29:13 -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
f191877376 Show updated public key if the private key is changed, regeneration still takes place in the firmware. Remove now unnessary reboot after saving a new private key 2025-06-17 09:11:51 -07:00
Garth Vander Houwen
d93064cd29
Update Meshtastic/Views/Settings/Config/SecurityConfig.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-16 15:51:27 -07:00
Garth Vander Houwen
e4b9881956
Merge pull request #1270 from meshtastic/sec-settings-additions
Security settings improvements
2025-06-16 15:38:58 -07:00
Garth Vander Houwen
e127c4cc54
Merge pull request #1269 from Blackmane/development
Update italian translation
2025-06-16 15:30:15 -07:00
Garth Vander Houwen
3c5c78f10f Bump version 2025-06-16 15:12:42 -07:00
Jake-B
b026650435 Security settings improvements 2025-06-16 17:24:54 -04:00
Blackmane
1fae15ea59 Update italian translation 2025-06-16 08:27:51 +02:00
Garth Vander Houwen
86d4e4728a
Merge pull request #1268 from meshtastic/2.6.6
Bump timer back down
2025-06-15 21:35:25 -07:00
Garth Vander Houwen
ee98b5ef77 Bump timer back down 2025-06-15 21:34:36 -07:00
Garth Vander Houwen
ab2e70d2dd
Merge pull request #1262 from meshtastic/2.6.6
2.6.6
2025-06-15 20:44:33 -07:00
Garth Vander Houwen
5a75368394 lock.slash.fill 2025-06-15 20:29:47 -07:00
Garth Vander Houwen
27ed820045 Add locks to channels in messaging, update share channels icons to match 2025-06-15 20:23:42 -07:00
Garth Vander Houwen
be263b412a 12 hour clock display config value 2025-06-15 20:04:21 -07:00
Garth Vander Houwen
30de672389 Bump deployment target 2025-06-15 19:46:45 -07:00