Commit graph

1096 commits

Author SHA1 Message Date
Garth Vander Houwen
ef59160b16 Handle unknown store and forwared packets as text messages. 2024-02-06 12:29:42 -08:00
Garth Vander Houwen
4d420a8008 Save GPS state 2024-02-06 11:11:03 -08:00
Garth Vander Houwen
2b15fd93a6 Default to 128bit keys 2024-02-06 10:04:04 -08:00
Garth Vander Houwen
69e61cac53 Warn that using MQTT with a duty cycle is the end of your mesh 2024-02-06 09:13:57 -08:00
Garth Vander Houwen
b0272e0578 Via MQTT 2024-02-05 23:48:23 -08:00
Garth Vander Houwen
c3f4923531 Add via mqtt, does not seem to be working with the client proxy 2024-02-05 23:02:33 -08:00
Garth Vander Houwen
6c03f4164d Update Roles 2024-02-05 22:45:16 -08:00
Garth Vander Houwen
96d6987b10
Merge pull request #475 from Austinpayne/fix/offline-map-option
fix: offline map type option getting out of sync
2024-02-05 22:51:09 -07:00
Garth Vander Houwen
8f6e1a2d0d Add app smart position and setting
Update protobufs
Use new GPS tri state on position config
2024-02-05 21:46:16 -08:00
Garth Vander Houwen
34d4a36813 Try again and crash if the persistent store is not re-created properly 2024-02-04 22:04:40 -08:00
Garth Vander Houwen
ea4aa8a7ff Add a try catch when adding the persistant store back after switching between nodes. 2024-02-04 21:59:54 -08:00
Garth Vander Houwen
03e3bb2f46 Update logic when switching devices 2024-02-04 21:46:11 -08:00
Garth Vander Houwen
64909fc603 Don't syncronize user defaults when clearing app data 2024-02-04 21:12:17 -08:00
Austin Payne
1b51795cf8 fix: offline map type option getting out of sync
Fixes a bug where the offline map picker option was getting inverted until
another action was taken, e.g. close options, change map type, etc.
2024-01-31 23:14:00 -07:00
Roger Pettett
2bb0a7342b
Update UpdateCoreData.swift 2024-01-31 15:04:33 +00:00
Garth Vander Houwen
f61e91a282 Add back route recorder 2024-01-28 16:22:25 -08:00
Garth Vander Houwen
350ec121d7 Revert broken channel key validation
Remove block range test
Add notes that router role is not for mobile nodes
2024-01-28 09:36:19 -08:00
Garth Vander Houwen
1bec0dae66 Add ignoremqtt to mqttconfig upsert method 2024-01-26 17:42:13 -08:00
Garth Vander Houwen
a0693fe6c0 Bump version, update lora channel text 2024-01-25 18:39:41 -08:00
Garth Vander Houwen
af2d3f003d Send Reboot OTA admin message to S3 devices 2024-01-24 11:05:05 -08:00
Garth Vander Houwen
6437e110d1 Hide route recorder 2024-01-24 10:48:33 -08:00
Garth Vander Houwen
6034d90360 Add some padding to the channel key validation 2024-01-24 10:40:26 -08:00
Garth Vander Houwen
e78cc6336f Merge remote-tracking branch 'refs/remotes/origin/2.2.20_Working_Changes' 2024-01-24 10:14:17 -08:00
Garth Vander Houwen
4bcf0745f3 Truncate Int64 values that seem to be causing some crashes in the logs 2024-01-24 10:14:10 -08:00
Garth Vander Houwen
d577e23bb0
Merge pull request #464 from edhaber/main
Allow users to enter an existing key when adding a channel
2024-01-24 10:12:21 -08:00
Garth Vander Houwen
4d701904cd Consider ipad mini a phone 2024-01-24 08:52:32 -08:00
Garth Vander Houwen
bc3fc5e50c Add 48 as a GPIO pin 2024-01-22 13:21:17 -08:00
Garth Vander Houwen
f05777919d Show all nodes on the mesh map again 2024-01-21 18:20:45 -08:00
Garth Vander Houwen
10359784f7 Set tapbacks to read as scrolling by in messages 2024-01-21 17:42:23 -08:00
Garth Vander Houwen
aa2f3c4511 LazyVStacks for annotations 2024-01-21 13:12:32 -08:00
Garth Vander Houwen
778600fb4f Lazy load position annotations 2024-01-21 12:24:18 -08:00
Garth Vander Houwen
e0073ebdc8 Solid lines for routes 2024-01-20 22:49:55 -08:00
Garth Vander Houwen
acc6eb017d Add ignoremqtt to qr code 2024-01-20 21:32:36 -08:00
Garth Vander Houwen
8cce8e9774 Add toggle to connect and disconnect from the mqtt server when client proxy is enabled. 2024-01-20 21:25:02 -08:00
Garth Vander Houwen
7f1f79b837 Use time again on the mesh map. Back to a week 2024-01-20 19:49:29 -08:00
Garth Vander Houwen
3424523d98 Move waypoint deep linking into onchange event 2024-01-20 19:33:11 -08:00
Garth Vander Houwen
e2872b34c9 Link to waypoint directly from new waypoint notification 2024-01-20 19:14:20 -08:00
Garth Vander Houwen
680a82f152 Update protos, at ignoreMQTT lora config setting 2024-01-20 17:34:57 -08:00
Garth Vander Houwen
f2056aa1ac Add path to notifications 2024-01-20 14:05:29 -08:00
Garth Vander Houwen
a9e90e5b85 Remove carplay files 2024-01-19 17:32:00 -08:00
Ed Haber
12ee105106 Allow users to enter an existing key when adding a channel
Allow the key field to be edited by a user and validate that the user supplied key is valid base64 encoded and the correct key length.
2024-01-19 14:13:51 -05:00
Garth Vander Houwen
cff96bd37c Remove spaces from saved RTTL value 2024-01-19 10:56:57 -08:00
Garth Vander Houwen
2c76631681 Move advanced altitude flags to advanced. 2024-01-18 10:14:51 -08:00
Garth Vander Houwen
1358d543cb Return of the route recorder 2024-01-16 22:57:52 -08:00
Garth Vander Houwen
6bc2aeefbd Hide route recorder 2024-01-16 19:08:33 -08:00
Garth Vander Houwen
5c9d16a018 Make route recorder map fill the top of the screen 2024-01-16 16:58:28 -08:00
Garth Vander Houwen
056dabfadb Export route to CSV 2024-01-16 15:50:59 -08:00
Garth Vander Houwen
5dd805cb2d Method to create empty node info 2024-01-16 08:55:23 -08:00
Garth Vander Houwen
97e69af44a go back to .cardinal interpolationmode 2024-01-15 18:13:31 -08:00
Garth Vander Houwen
bf1b374dc5 Clean up JSON classes 2024-01-14 23:57:35 -08:00