Commit graph

132 commits

Author SHA1 Message Date
Garth Vander Houwen
fa4e000ceb Updates for new protos 2024-10-10 06:13:14 -07:00
Garth Vander Houwen
f3a23bb311 Take temp font down a couple of sizes 2024-09-22 07:12:53 -07:00
Jacob Powers
98c90d5290 fix signal quality display when rssi missing 2024-09-14 19:25:40 +00:00
Garth Vander Houwen
c19b4739e2
Merge pull request #888 from tekstrand/fix-885
reguires typo -> requires
2024-08-24 14:33:09 -07:00
Garth Vander Houwen
948d40e825 Update weather 2024-08-23 19:12:07 -07:00
Garth Vander Houwen
731036ccab Fix up weather widget frames 2024-08-21 15:37:04 -07:00
Garth Vander Houwen
eb18b61f03 Add wind to environment metrics 2024-08-21 14:13:16 -07:00
tekstrand
72ebe46d38 885 fix reguires typo -> requires 2024-08-21 08:55:48 -05:00
Garth Vander Houwen
aa1874cfd0 Moor padding 2024-08-20 20:18:19 -07:00
Garth Vander Houwen
af5f58af81 Padding and frame for environment widgets 2024-08-20 20:03:40 -07:00
Garth Vander Houwen
7657a2c669 Clean up secure input control 2024-08-20 07:37:02 -07:00
Garth Vander Houwen
e2f223b30a Initial validation 2024-08-19 21:50:28 -07:00
Garth Vander Houwen
fe9e0d73b8 Add firmware version requirement to encryption help 2024-08-17 15:36:23 -07:00
Garth Vander Houwen
b260b644e4 Fix node list battery level update bug 2024-08-17 15:31:35 -07:00
Garth Vander Houwen
bb4967fbf4 Use new set time method after want config is complete 2024-08-17 13:12:13 -07:00
Garth Vander Houwen
0ac32df941 Bump versions 2024-08-16 07:55:23 -07:00
Garth Vander Houwen
bbc6d4d40a Updated help text. 2024-08-15 20:20:59 -07:00
Garth Vander Houwen
ce3aacba63 Help! 2024-08-15 16:31:58 -07:00
Garth Vander Houwen
6926d857ff Add secure input view to handle key inputs 2024-08-12 14:42:47 -07:00
Garth Vander Houwen
30f111510a Remove some duplicate logic 2024-08-04 21:57:13 -07:00
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