Repopulate node cache from pending

This commit is contained in:
stopflock
2025-12-02 19:16:33 -06:00
parent d902495312
commit 5043ef3e34
17 changed files with 335 additions and 54 deletions
+6 -2
View File
@@ -2,9 +2,13 @@
"1.5.4": {
"content": [
"• OSM message notifications - dot appears on Settings button and OSM Account section when you have unread messages on OpenStreetMap",
"• Download area max zoom level is now limited to the currently selected tile provider's maximum zoom level",
"• Download area max zoom level is now limited to the currently selected tile provider's maximum zoom level",
"• Navigation route planning now prevents selecting start and end locations that are too close together",
"• Cleaned up internal 'maxCameras' references to use 'maxNodes' terminology consistently"
"• Cleaned up internal 'maxCameras' references to use 'maxNodes' terminology consistently",
"• FIXED: Proximity warnings now consider pending nodes - prevents submitting multiple nodes at the same location without warning",
"• FIXED: Deleting queue items now only removes that specific item, not all pending nodes at the same location",
"• FIXED: Pending nodes now reappear on the map after app restart - queue items repopulate the visual cache on startup",
"• NEW: Upload queue screen shows when processing is paused (offline mode or manually paused)"
]
},
"1.5.3": {