Garth Vander Houwen
1b98ae97cd
2.7.3 Working Changes ( #1404 )
...
* Remove non functional module override button
* Remove stale keys
* Onboarding and lora config bug fixes
* Add Annotations view and try and simplify online annimations to improve performance.
* Bump version
* Fix proto bug
* Don't show ignored nodes on the mesh map
* More node annotation animation improvements
* Ham
* Remove liquid glass form icon
* Update MQTT config logic
* Liquid glass chirpy and ham on the watch
* Use Hops away value for DM's (#1409 )
* Set hopLimit for DM messages (DM's and Exchange position) to the hops away value for the node you are sending to.
* Update Meshtastic/Accessory/Accessory Manager/AccessoryManager+ToRadio.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Icons
* 🐰
* DataDog action logging (#1411 )
Co-authored-by: Jake-B <jake-b@users.noreply.github.com>
* Update location usage details
* Good doggo (#1414 )
* DataDog action logging
* Filter version hash
---------
Co-authored-by: Jake-B <jake-b@users.noreply.github.com>
* Update Meshtastic/Views/Nodes/Helpers/Map/MapContent/MeshMapContent.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Meshtastic/Helpers/LocationsHandler.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Meshtastic/Views/Nodes/Helpers/Map/MapContent/AnimatedNodePin.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jake-b <1012393+jake-b@users.noreply.github.com>
Co-authored-by: Jake-B <jake-b@users.noreply.github.com>
2025-09-18 13:19:45 -07:00
Manuel Spengler
e5bc161444
Add german translations ( #1383 )
...
* Fix title localization of user list view
* fix typo
* add translations for waypoint form
* add localization for user list group caption
* add localization for upper part of direct messages help
* revert commit
* add localization for user list group caption
* improve localization of help text
* add config localization
* improve translation of waypoint expire switch
* add localization for route management
* add map overlay localization
* change translation of map overlay localization
* add localization for route finish annotations on the maps
* add app settings localization
* add/change localization for app settings
* add user config localization
* add localization for device onboarding screens
* change notification translations
* add settings bundle localizations
* add localization for settings
* correct casings
* change translation for presettings
* replace spaces with tabs
2025-09-11 18:49:47 -07:00
Jacob Powers
11b95dca4d
swiftlint
2025-07-23 20:26:50 +00:00
Jacob Powers
8a41d11ec1
fix poi visibility
2025-07-23 20:24:55 +00:00
Jacob Powers
d33bbfc04f
display points of interest with names
2025-07-22 06:40:43 +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
64c96ccb94
updates - compressed overlay data
2025-07-18 01:48:18 +00:00
Jacob Powers
6adefdb3aa
updates
2025-07-18 01:28:21 +00:00
Jacob Powers
220a062114
fix labels, toggles, and localize
2025-07-17 21:37:49 +00:00
Jacob Powers
e03093f5e9
better map colors - wip
2025-07-16 03:36:42 +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
Benjamin Faershtein
350678c2b9
Added Favorites Only Map Option
2025-05-23 20:53:31 -07:00
Garth Vander Houwen
d40a4f0942
Only draw precision circles for the sizes that will be implemented in the firmware
2025-05-22 11:46:06 -07:00
Benjamin Faershtein
afa5789fdf
Fix taping node circles and waypoints
2025-05-05 22:06:08 -07:00
Benjamin Faershtein
bb4cd7b0b2
Fixed waypoints
2025-05-05 17:21:08 -07:00
Garth Vander Houwen
88e7c92f89
Switch to new locations handler
2025-01-21 09:19:14 -08:00
Garth Vander Houwen
d477de80c2
Remove ios 16 conditions
2024-10-05 10:44:46 -07:00
Garth Vander Houwen
e1ec14db2c
Upgrade to ios 17
2024-10-04 19:36:30 -07:00
Garth Vander Houwen
233518ebbf
Merge branch 'main' into app-routing
2024-07-17 09:15:46 -07:00
Blake McAnally
3a746af27e
Refactor the apps routing structure to enable app-wide navigation through a Router to improve how deep link URLs are handled
2024-07-15 15:57:42 -05:00
Blake McAnally
964d08098b
Run swiftlint --fix over the project
2024-07-09 20:03:40 -05:00
Garth Vander Houwen
84fb8c9b60
Hook position popower back up on the mesh map
2024-06-02 23:53:26 -07:00
Garth Vander Houwen
187acc7466
Update protobufs, tag for map circle
2024-06-01 23:02:06 -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
3046361dd0
Assorted changes
2024-05-24 18:15:53 -07:00
Garth Vander Houwen
0997cc7dba
Cleanup
2024-05-14 23:07:09 -07:00
Garth Vander Houwen
8bcf40f543
Deep Links
...
Updated position precision
2024-05-06 23:03:51 -07:00
Garth Vander Houwen
70fb1eb8d8
Don't add channels with the same name
...
Add additional precision options
2024-05-05 08:38:27 -07:00
Garth Vander Houwen
d64acccc3e
Remove VIP, clean up add channel method
2024-04-01 10:51:06 -07:00
Garth Vander Houwen
f38e61b0b2
Hook up favorites, clean up admin dropdown list
2024-03-29 14:37:09 -07:00
Garth Vander Houwen
170ec3b88b
Fix node map display bug
2024-03-29 10:54:30 -07:00
Garth Vander Houwen
496451c15c
Add node filters
2024-03-26 07:54:16 -07: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
7d00a5882b
Try and use less ram on the mesh map
2024-03-23 18:01:20 -07:00
Garth Vander Houwen
02cca19f26
Assorted updates
2024-03-23 09:01:44 -07:00