mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
NFC Tag contact (#1600)
* NFC Tag contact * Add Tools.swift to Xcode project file - fix missing file reference causing build failure Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/e3299e28-9ec0-4a23-98bc-5fc032750b4a Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> * Apply reviewer feedback: Catalyst guard, NDEF entitlement, nil guard, localized string, capacity check, preview fix Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/b86f9b74-5ee1-4144-87e5-3e4b6479ac44 Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> * Log tag NDEF capacity on query for debugging Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/b86f9b74-5ee1-4144-87e5-3e4b6479ac44 Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> * Fix formatting error * Linting fixes --------- Co-authored-by: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
This commit is contained in:
parent
316fc48737
commit
36c07ba685
10 changed files with 228 additions and 7 deletions
|
|
@ -13743,6 +13743,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Create Node Contact NFC Tag" : {
|
||||
"comment" : "A section header that instructs the user to create a contact NFC tag.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Create Waypoint" : {
|
||||
"localizations" : {
|
||||
"da" : {
|
||||
|
|
@ -35452,6 +35456,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Node Name: %@" : {
|
||||
"comment" : "A text label displaying the name of the connected node.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Node not heard recently. Shown without a pulsing ring on the map." : {
|
||||
"comment" : "A description of a node that is not heard by the user.",
|
||||
"isCommentAutoGenerated" : true
|
||||
|
|
@ -45333,6 +45341,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"RSSI %d dBm" : {
|
||||
"comment" : "A label displaying the RSSI of a message.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"RSSI %ddB" : {
|
||||
"localizations" : {
|
||||
"da" : {
|
||||
|
|
@ -56280,6 +56292,9 @@
|
|||
"Toggles the map legend" : {
|
||||
"comment" : "A hint for the user to toggle the map legend.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Tools" : {
|
||||
|
||||
},
|
||||
"Topic: %@" : {
|
||||
"extractionState" : "stale",
|
||||
|
|
@ -62114,6 +62129,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Write Contact to NFC Tag" : {
|
||||
"comment" : "A button that writes a contact to an NFC tag.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"x" : {
|
||||
"localizations" : {
|
||||
"da" : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue