mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Enhance validation and error handling across various screens
- Updated ConnectionProvider to track pending messages before sending to avoid race conditions. - Integrated ValidationService in DeviceConfigScreen for validating latitude, longitude, frequency, and TX power inputs. - Added bounds and zoom level validation in MapManagementScreen using ValidationService. - Refactored MapTab to utilize LocationTrackingService for location updates and removed deprecated location permission handling. - Replaced BackgroundLocationService with LocationTrackingService in SettingsScreen, improving location update management and error handling. - Enhanced SAR Update Sheet to validate coordinates, notes length, and location accuracy before sending SAR markers.
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"Bash(cat:*)",
|
||||
"Read(//Users/dz0ny/.pub-cache/hosted/pub.dev/**)",
|
||||
"Bash(find:*)",
|
||||
"Read(//Users/dz0ny/meshcore-sar/**)"
|
||||
"Read(//Users/dz0ny/meshcore-sar/**)",
|
||||
"Bash(git grep:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
Reference in New Issue
Block a user