Garth Vander Houwen
5b1061503d
Update map controls to use standard swiftui controls without manual spacing and sizing
2025-07-27 22:31:57 -07:00
Garth Vander Houwen
78ec81ca92
Make map upload match existing settings form and fit on smaller screens
2025-07-27 17:19:31 -07:00
Jacob Powers
11b95dca4d
swiftlint
2025-07-23 20:26:50 +00:00
Jacob Powers
abe0144d48
fixes
2025-07-22 04:13:54 +00:00
Jacob Powers
1e95694c7b
remove some print statements
2025-07-22 02:18:00 +00:00
Jacob Powers
e07277410f
wip multiple file uploads - geojson files
2025-07-22 02:03:36 +00:00
Jacob Powers
909ec06fd9
wip
2025-07-22 00:48:50 +00:00
Jacob Powers
7e0d37d76f
remove some burning man references
2025-07-21 21:42:36 +00:00
Jacob Powers
220a062114
fix labels, toggles, and localize
2025-07-17 21:37:49 +00:00
Jacob Powers
f09fcd82f7
wip
...
map renders streets
fix files
2025-07-16 02:45:17 +00:00
Garth Vander Houwen
73f1f65553
Clean up map settings form a bit
2025-05-24 00:19:00 -07:00
Garth Vander Houwen
4584d5f5ce
Merge pull request #1234 from RCGV1/Favorite-Only-Map-Filter
...
Added Favorites Only Map Option
2025-05-23 23:45:37 -07:00
Garth Vander Houwen
b4d4bde3ee
capitalize
2025-05-23 23:41:32 -07:00
Benjamin Faershtein
350678c2b9
Added Favorites Only Map Option
2025-05-23 20:53:31 -07:00
Garth Vander Houwen
00a7d83c4d
More translation keys, delete unused file
2025-04-27 11:26:23 -07:00
Garth Vander Houwen
a4d5aefca3
Bossy linter
2024-10-05 15:50:57 -07:00
Garth Vander Houwen
e1ec14db2c
Upgrade to ios 17
2024-10-04 19:36:30 -07:00
Garth Vander Houwen
78df35cae4
Sheet improvements
2024-07-17 21:43:06 -07:00
Garth Vander Houwen
2a7752c0b8
fix app log version discrepancy
2024-07-07 14:11:29 -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
525b1b2509
More map cleanup
2024-03-25 19:20:36 -07:00
Garth Vander Houwen
80103ebda2
Revert user default updates, move everything to the map settings form
2024-03-25 18:43:03 -07:00
Garth Vander Houwen
7eb6659c0c
Move fetch requests to mapcontent
2024-03-25 15:21:38 -07:00
Garth Vander Houwen
b0101ab4ce
A little more map cleanup
2024-03-24 23:13:35 -07:00
Garth Vander Houwen
f3f126da38
Add node history and route lines back to the mesh map for favorites
2024-03-24 22:56:38 -07:00
Garth Vander Houwen
c372a8e940
Shorten label for mesh map node distance
2024-03-24 22:37:50 -07:00
Garth Vander Houwen
554fe9a3ca
Node distance filter for the mesh map
2024-03-24 22:23:55 -07:00
Garth Vander Houwen
d59eb07326
Turn of node history and route lines on the mesh map
2024-02-17 15:37:28 -08:00
Garth Vander Houwen
24868b4a28
Assorted updates
2023-11-26 10:45:03 -08:00
Garth Vander Houwen
f6cb21d6d8
Routes
2023-11-21 22:39:42 -08:00
Garth Vander Houwen
97a711cf73
Clean up the code for the history pins
2023-11-14 21:43:26 -08:00