Garth Vander Houwen
fc97247b8c
Logging and linting
2024-06-23 16:11:02 -07:00
Garth Vander Houwen
847892d45d
Log categories
2024-06-03 02:17:55 -07:00
Blake McAnally
4c7cd0d923
Adopt OSLog for logging and replace the majority of calls to print()
2024-06-01 11:30:29 -05: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
ae548a2176
Remove unused location code
2023-12-12 23:01:26 -08:00
Garth Vander Houwen
fb66e3b250
Detection sensor cleanup
...
location manager cleanup
2023-12-02 20:14:49 -08:00
Garth Vander Houwen
0b11f8ed7d
Assorted cleanup
2023-09-19 17:06:47 -07:00
Garth Vander Houwen
a990d7f2bd
Lint
2023-08-26 23:17:30 -07:00
Garth Vander Houwen
0c9acee6d6
Location cleanup
...
Sizing cleanup for timestamps on iPadOS and macOS tables.
2023-04-22 18:12:48 -07:00
Garth Vander Houwen
5a532392ab
Waypoint bugfixes, location manager updates
2023-04-22 12:31:06 -07:00
Garth Vander Houwen
d4abfd7729
Remove location manager updates
2023-04-18 00:09:13 -07:00
Garth Vander Houwen
e28a970945
Waypoint bug fixes
2023-04-09 11:04:08 -07:00
Garth Vander Houwen
f9cf71ad4e
Tidy up some location things
2023-04-08 00:34:39 -07:00
Garth Vander Houwen
fdade220de
SwiftLint Whitespace fixes
2023-03-06 10:33:18 -08:00
Garth Vander Houwen
8970464fec
Speed 🏎️
2023-02-05 18:36:35 -08:00
Garth Vander Houwen
a6c4f0639e
More cleanup for maps and waypoints
2023-01-14 13:22:28 -08:00
Garth Vander Houwen
02801ab16e
Waypoint form mockup
...
Additional map fixes
Emoji only keyboard and validation for waypoint emoji
2023-01-11 13:53:50 -08:00
Garth Vander Houwen
98b5f925ff
Bump version, adjust estimated sats slightly
2022-11-16 19:04:22 -08:00
Garth Vander Houwen
e43b673c05
Message Cleanup, stop QR view crash, hook up messages to preferred node
2022-10-14 22:18:28 -07:00
Garth Vander Houwen
850fda3b2e
Clean up sats in view estimates
2022-10-04 18:47:12 -07:00
Garth Vander Houwen
34963ab1d6
Update sats in view estimate and send it from the phone to device
2022-10-04 16:48:49 -07:00
Garth Vander Houwen
cbf7d053f7
Share channels mockup
2022-09-29 22:24:05 -07:00
Garth Vander Houwen
e2dc8ed8ae
Rename Project to satisfy app review
2022-06-24 08:00:18 -07:00