Garth Vander Houwen
e3dac4e4bd
Channel form cleanup
2024-10-30 22:59:47 -07:00
Garth Vander Houwen
a4d5aefca3
Bossy linter
2024-10-05 15:50:57 -07:00
Garth Vander Houwen
4a5c728978
Merge branch 'main'
...
#Conflicts:
# Meshtastic/AppIntents/MessageChannelIntent.swift
# Meshtastic/Views/Settings/Config/DeviceConfig.swift
2024-10-05 10:04:19 -07:00
Garth Vander Houwen
e1ec14db2c
Upgrade to ios 17
2024-10-04 19:36:30 -07:00
Garth Vander Houwen
25143ddf75
while
2024-09-22 08:03:18 -07:00
Garth Vander Houwen
adab69dab7
Default precision of 14
2024-09-08 11:10:58 -07:00
Garth Vander Houwen
4f813c12d3
Clean up precision ranges for locations on the map report and public key
2024-09-06 17:05:25 -07:00
Garth Vander Houwen
d0e10ef330
Finish up the admin, make the admin dropdown a navigationlink so you can read the full long name
2024-09-05 19:31:29 -07:00
Garth Vander Houwen
0fe00b0db0
Adjust precision on channel form
2024-08-31 15:04:25 -07:00
Garth Vander Houwen
b188e3c18f
update channel form
2024-08-27 20:44:17 -07:00
Garth Vander Houwen
698eb7b5d0
Update app settings clear button
2024-08-26 22:31:03 -07:00
Garth Vander Houwen
d3a7de2f76
Seperate apps settings and data clearing, update logic for online nodes text
2024-08-25 23:02:43 -07:00
Garth Vander Houwen
19f3e7ddae
Remove option to set 192bit keys
2024-07-02 09:20:12 -07:00
Blake McAnally
4d547e48db
This change fixes several lint errors throughout the project, and moves the SwiftLint build phase to before compilation.
...
After this change, a developer can now clone the project and run without the build failing due to lint errors! 😃
* I ran `swiftlint --fix` to resolve many auto-correctable issues (mostly whitespace)
* Excluded the `Meshtastic/Protobufs` directory from lint, since that code is automatically generated.
* Converted some single letter method parameters to lowercase.
* Converted several instances `force_cast` to instead use `guard` or `if let` to unwrap optional values. During this change, some of the SwiftUI views became "too complex to be solved in a reasonable time", so I broke up the views into distinct sub-expressions.
I was able to build and run the app on an iOS simulator.
2024-05-31 21:48:50 -05:00
Garth Vander Houwen
70fb1eb8d8
Don't add channels with the same name
...
Add additional precision options
2024-05-05 08:38:27 -07:00
Garth Vander Houwen
08ea85d717
Re order gps mode toggle
...
add additional position precision options
Updated fixed postion text
2024-05-04 16:03:38 -07:00
Garth Vander Houwen
aa08f2ff33
Drop the last character for string length validation, bump version
2024-04-04 09:39:03 -07:00
Garth Vander Houwen
78c0bca781
Add favorite and distance filter to the node list
2024-04-02 06:17:03 -07:00
Garth Vander Houwen
554fe9a3ca
Node distance filter for the mesh map
2024-03-24 22:23:55 -07:00
Garth Vander Houwen
8528f08572
Convert channels to use the selected pattern for the sheet
2024-03-17 10:26:42 -07:00
Garth Vander Houwen
8d2b705068
Split channel form out into its own view
2024-03-17 10:08:03 -07:00