Commit graph

70 commits

Author SHA1 Message Date
Jake-B
bc4687953e Refactor to optional values for TelemetryEntity attributes 2025-02-21 18:23:03 -05:00
Garth Vander Houwen
52a69886bd
Merge pull request #1071 from daviesgeek/add-power-metrics
Add power metrics
2025-01-27 12:29:22 -08:00
Matthew Davies
bec24ba93c
Add power metrics widgets for node detail screen 2025-01-25 00:13:12 -08:00
Garth Vander Houwen
88e7c92f89 Switch to new locations handler 2025-01-21 09:19:14 -08:00
Garth Vander Houwen
abaa913d86 Fix device images for tloras 2025-01-01 11:20:46 -08:00
Garth Vander Houwen
628e3d11b7 Add images for additional project backers 2024-12-19 23:08:14 -08:00
Garth Vander Houwen
49c7bd7bef Add ignore node functionality to the node and user list 2024-12-16 14:43:59 -08:00
Garth Vander Houwen
1e63bfa85f Update hardware model extension 2024-12-13 09:49:03 -08:00
Garth Vander Houwen
909100b6d5 Additional device images 2024-12-13 09:34:32 -08:00
Garth Vander Houwen
940be1e88d Add Heltec as a backer 2024-12-12 22:44:39 -08:00
Garth Vander Houwen
0891a37a56 Backer device images 2024-12-12 16:06:48 -08:00
Garth Vander Houwen
3df5f9bd09 Update hardware section on node details. 2024-12-12 08:53:10 -08:00
Garth Vander Houwen
d9442d3b4e Device image updates 2024-12-10 20:34:25 -08:00
Garth Vander Houwen
f0838eace9 Update trace route list, only show traceroute icon if there are responses, temp layout test 2024-10-13 09:20:05 -07:00
Garth Vander Houwen
bb5320035b Fix potential traceroute position crashes 2024-09-29 10:25:37 -07:00
Garth Vander Houwen
5024272c0b Split trace route text into to and fro 2024-09-26 16:48:18 -07:00
Garth Vander Houwen
f757909aa4 remove local stats call 2024-08-26 22:53:12 -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
25f8e424ed Sync up isonline with the firmware add local stats extension 2024-08-25 10:08:32 -07:00
Garth Vander Houwen
4361a082c5 Sync up online timeframes with the stats at seen in the last 2 hours 2024-08-25 09:50:01 -07:00
Garth Vander Houwen
2bbaada3cc
Merge branch 'main' into pki 2024-08-19 16:06:23 -07:00
Garth Vander Houwen
dee96175bf Update admin drop down 2024-08-18 17:15:55 -07:00
Garth Vander Houwen
aad3bd4f89 Pass keys around better 2024-08-18 11:39:41 -07:00
Garth Vander Houwen
9b50626ebe Clean up admin drop down 2024-08-18 10:00:15 -07:00
Garth Vander Houwen
b260b644e4 Fix node list battery level update bug 2024-08-17 15:31:35 -07:00
Garth Vander Houwen
e7f6402e51 Hook ack errors up to the canRetry bool 2024-08-16 09:38:09 -07:00
Garth Vander Houwen
ee2313ff0d Throw out any time that is off by more than 10 seconds in either direction and use now for message timestamp 2024-08-08 19:17:05 -07:00
Garth Vander Houwen
d9547c4362 little feets 2024-08-04 15:53:59 -07:00
Garth Vander Houwen
f24a14bd19 Sort Descriptors 2024-08-03 07:02:51 -07:00
Garth Vander Houwen
33978592d3 Remove lightly used receivedTimestamp 2024-07-31 20:56:09 -07:00
ChDel
3032a4d4de Changes to support iOS 18 Beta 2024-07-31 18:11:15 -05:00
Garth Vander Houwen
4a8941242c
Merge branch 'main' into swiftlint-autocorrect 2024-07-16 09:14:37 -07:00
Blake McAnally
9fb3eedb9e Prune several duplicate images from the asset catalog, and update to use single scale assets for most cases 2024-07-15 22:48:26 -05:00
Garth Vander Houwen
787bf4ed38 Node filter for environment nodes 2024-07-12 01:28:56 -07:00
Garth Vander Houwen
796c1abb31 Weatherkit widgets 2024-07-11 08:42:27 -07:00
Blake McAnally
964d08098b Run swiftlint --fix over the project 2024-07-09 20:03:40 -05:00
Garth Vander Houwen
a8399f6148 Swiftlint updates 2024-06-28 19:41:17 -07:00
Blake McAnally
58da532d32 Extract the generated protobufs into its own Swift package
This change modifies the process for generating and integrating the Meshtastic protobufs into the client application.

* The generated Swift code is now in a local SPM package `MeshtasticProtobufs`
* An Xcode Workspace file `Meshtastic.xcworkspace` was created to more easily manage the new build targets.
* The code generation script for the protos was modified to generate the Swift code into the new location.
* The README.md was updated to reflect these changes.

NOTE: After merging this PR, do not open the project file `Meshtastic.xcodeproj`. You must use the workspace `Meshtastic.xcworkspace`

Extracting out the generated protobuf code into its own library enables several opportunities for the project. This is just a first step, but with some more modularization, a standalone Apple Watch app or other targets starts to become a little bit more achievable to implement.

After extracting the protobufs into a Swift package, I validate these changes by building and running the Meshtastic app to an iPhone 15 Pro Max, and tried changing some settings on a local node. I then messaged back and forth using two local nodes connected to two different iOS devices.
2024-06-28 11:11:01 -05:00
Garth Vander Houwen
b73b3864ea Delete admin message list 2024-06-23 12:25:08 -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
58e7a53c30 1000 node mesh map limit 2024-05-28 12:47:06 -07:00
Garth Vander Houwen
33d8f6bc1a add back other core data filters 2024-05-28 12:39:30 -07:00
Garth Vander Houwen
ba35e08309 Take off mesh map node limits, reduce max font size for circle text 2024-05-28 12:33:49 -07:00
Garth Vander Houwen
0b855a08bf Check node num length before making a new node info or user core data object 2024-05-26 12:15:50 -07:00
Garth Vander Houwen
60831f6e75 Mute channels 2024-04-30 11:09:04 -07:00
Garth Vander Houwen
59b9fa9581 Button to request updated device metadata for admin channels 2024-04-15 17:31:53 -07:00
Garth Vander Houwen
8a214d93eb Contact list filters 2024-04-02 11:16:32 -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
52c52ae1e6 100 node limit on the node map, remove 2500 mile distance filter 2024-03-31 12:38:17 -07:00
Garth Vander Houwen
6a7baf1ebe Add back 48 hour filter to the mesh map, add admin channel tip 2024-03-28 08:39:34 -07:00