mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Remove auto-retry confirmation for messages (#4513)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
8167fdaa89
commit
bd8ff75787
20 changed files with 1020 additions and 636 deletions
|
|
@ -55,12 +55,6 @@
|
|||
<string name="message_status_queued">Queued for sending</string>
|
||||
<string name="message_status_sfpp_routing">Routing via SF++ chain…</string>
|
||||
<string name="message_status_sfpp_confirmed">Confirmed on SF++ chain</string>
|
||||
<string name="message_retry_count">Retries: %1$d / %2$d</string>
|
||||
<string name="retry_dialog_title">Message Failed to Send</string>
|
||||
<string name="retry_dialog_message">Retrying in %1$d seconds… (Attempt %2$d of %3$d)</string>
|
||||
<string name="retry_dialog_reaction_message">Retrying reaction in %1$d seconds… (Attempt %2$d of %3$d)</string>
|
||||
<string name="retry_dialog_confirm">Retry Now</string>
|
||||
<string name="retry_dialog_cancel">Cancel Retry</string>
|
||||
<string name="routing_error_none">Acknowledged</string>
|
||||
<string name="routing_error_no_route">No route</string>
|
||||
<string name="routing_error_got_nak">Received a negative acknowledgment</string>
|
||||
|
|
@ -657,7 +651,7 @@
|
|||
<string name="ipv4_mode">IPv4 mode</string>
|
||||
<string name="ip">IP</string>
|
||||
<string name="gateway">Gateway</string>
|
||||
<string name="subnet">Subnet</string>
|
||||
<string name="subnet">Subred</string>
|
||||
<string name="paxcounter_config">Paxcounter Config</string>
|
||||
<string name="paxcounter_enabled">Paxcounter enabled</string>
|
||||
<string name="status_message">Status Message</string>
|
||||
|
|
@ -940,7 +934,7 @@
|
|||
<string name="notifications_for_newly_discovered_nodes">Notifications for newly discovered nodes.</string>
|
||||
<string name="low_battery">Low Battery</string>
|
||||
<string name="notifications_for_low_battery_alerts">Notifications for low battery alerts for the connected device.</string>
|
||||
<string name="critical_alerts_description">Select packets sent as critical will ignore the mute switch and Do Not Disturb settings in the OS notification center.</string>
|
||||
<string name="critical_alerts_description">Select packets sent as critical will ignore the msg switch and Do Not Disturb settings in the OS notification center.</string>
|
||||
<string name="configure_notification_permissions">Configure notification permissions</string>
|
||||
<string name="phone_location">Phone Location</string>
|
||||
<string name="phone_location_description">Meshtastic uses your phone's location to enable a number of features. You can update your location permissions at any time from settings.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue