Commit graph

112 commits

Author SHA1 Message Date
Garth Vander Houwen
7753c9fb89 Style touch ups 2024-07-18 22:18:40 -07:00
Garth Vander Houwen
f135519ac1 Color 2024-07-18 15:24:04 -07:00
Garth Vander Houwen
069bc1f11b Improved layout for phone single table cell 2024-07-18 11:26:17 -07:00
Garth Vander Houwen
2888eb341b Clean up weather view 2024-07-12 17:52:21 -07:00
Garth Vander Houwen
8c60e23fb9 fix up weather box layout 2024-07-12 17:42:21 -07:00
Garth Vander Houwen
386e7fa898 High and low pressure 2024-07-12 11:38:06 -07:00
Garth Vander Houwen
a221455b0c Improve padding and hot temperature font sizes 2024-07-12 11:22:39 -07:00
Garth Vander Houwen
152a449b9a Wind field, dewPoint calcuation, updated protos 2024-07-12 09:56:30 -07:00
Garth Vander Houwen
4e8fad74fd Additional cleanup 2024-07-12 08:31:28 -07:00
Garth Vander Houwen
2a5cb7bf77 Cleanup 2024-07-12 00:24:09 -07:00
Garth Vander Houwen
aea6fe045f Pressure and wind 2024-07-11 22:51:44 -07:00
Garth Vander Houwen
3e1c774738 fix dewPoint display 2024-07-11 17:43:05 -07:00
Garth Vander Houwen
6680b29409 Weatherkit weather widgets 2024-07-11 17:22:23 -07:00
Garth Vander Houwen
796c1abb31 Weatherkit widgets 2024-07-11 08:42:27 -07:00
Garth Vander Houwen
cdf260ea54 IAQ legend popower 2024-07-10 20:41:13 -07:00
Blake McAnally
6dd7d60b3c revert the last heard text changes on the list view, since that impacts performace 2024-07-09 21:14:48 -05:00
Blake McAnally
e4851769a1 adding first heard date too 2024-07-09 21:00:10 -05:00
Blake McAnally
3bf443884c Add Last Heard time to node details 2024-07-09 20:34:25 -05: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
Garth Vander Houwen
fe82f1c3df
Merge branch '2.3.10_Working_Changes' into main 2024-06-01 07:30:50 -07:00
Garth Vander Houwen
24d4475b27 More clrcle cleanup 2024-05-31 20:39:45 -07:00
Garth Vander Houwen
7341d0b32a Fix nag timeout dropdown
Fix up circle text view
2024-05-31 20:25:37 -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
6e7dc82098 Dont show the mqtt icon if you doint have either uplink or downlink enabled 2024-05-28 14:21:50 -07:00
Garth Vander Houwen
b7aa76564f Clean up the circle text a bit 2024-05-28 13:27:25 -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
5869a27369 Mute all channel message notifications 2024-04-26 18:06:23 -07:00
Garth Vander Houwen
52dd086e09 IAQ legend, basic AQI options. 2024-04-26 15:02:49 -07:00
Garth Vander Houwen
3aa924c954 Bump firmware version 2024-04-26 08:18:49 -07:00
Garth Vander Houwen
9fc3e0a8fb Show indoor air quality previews 2024-04-22 15:20:19 -07:00
Garth Vander Houwen
0aba48a447 Remove sponsor link 2024-04-22 13:22:16 -07:00
Garth Vander Houwen
9ce6ff2766 Compact popover 2024-04-11 21:47:14 -07:00
Garth Vander Houwen
5299e75f60 Compact mqtt popover 2024-04-11 19:30:05 -07:00
Garth Vander Houwen
8817cf7fe9 Pad lora meter a little
Auto dismiss trace route alert
2024-04-11 13:57:36 -07:00
Garth Vander Houwen
fc1cdc4d88 Indoor air quality
Add Compact signal strength back to the node list
2024-04-10 16:41:15 -07:00
Matthew Davies
3219ab6982
Better mqtt status icons, including up/down icons 2024-04-03 14:52:41 -07:00
Garth Vander Houwen
ad7594b643
Merge pull request #582 from ianmcorvidae/patch-1
Make yellow/Fair RSSI possible
2024-04-03 12:16:05 -07:00
Ian McEwen
186d4c542d
Make yellow/Fair RSSI possible
I'm guessing a bit, but I suspect this was the intent, but the inequalities are backwards (as clearly no number is both greater than -115 and less than -120).
2024-04-03 10:49:36 -07:00
Matthew Davies
769a35c485
Add mqtt status icon in channels with uplink/downlink enabled 2024-03-29 15:04:00 -07:00
Garth Vander Houwen
0758aaea56 Clean up the node list 2024-02-14 21:43:29 -08:00
Garth Vander Houwen
a5ae02978e Tidy up the node list 2024-02-10 18:03:13 -08:00
Garth Vander Houwen
5435b9e65e Comment out the slow long press gesture 2023-11-14 10:32:11 -08:00
Garth Vander Houwen
0ddb69cbf9 Add battery gauge to mesh map position detail sheet 2023-11-08 23:21:05 -08:00
Garth Vander Houwen
5b3d05651d Make battery gauge take a node 2023-11-08 22:01:24 -08:00
Garth Vander Houwen
fc658743bc Node map cleanup 2023-11-07 14:24:41 -08:00
Garth Vander Houwen
48369fcc04 Map Cleanup, show waypoints button 2023-10-21 15:33:00 -07:00
Garth Vander Houwen
7f1e2a2f5e Add unknown age to node list timestamp 2023-10-20 16:49:42 -07:00
Garth Vander Houwen
c1668577cc Increase text size on node details 2023-10-17 19:21:45 -07:00
Garth Vander Houwen
cafa394ee1 Move deleted file clean up node list a bit 2023-09-10 14:22:30 -07:00