mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-14 17:55:17 -04:00
feat: add new remote admin routing errors
This commit is contained in:
@@ -21,6 +21,8 @@ val Routing.Error.stringRes: Int
|
||||
Routing.Error.NOT_AUTHORIZED -> R.string.routing_error_not_authorized
|
||||
Routing.Error.PKI_FAILED -> R.string.routing_error_pki_failed
|
||||
Routing.Error.PKI_UNKNOWN_PUBKEY -> R.string.routing_error_pki_unknown_pubkey
|
||||
Routing.Error.ADMIN_BAD_SESSION_KEY -> R.string.routing_error_admin_bad_session_key
|
||||
Routing.Error.ADMIN_PUBLIC_KEY_UNAUTHORIZED -> R.string.routing_error_admin_public_key_unauthorized
|
||||
else -> R.string.unrecognized
|
||||
}
|
||||
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
<string name="routing_error_not_authorized">Not Authorized</string>
|
||||
<string name="routing_error_pki_failed">Encrypted Send Failed</string>
|
||||
<string name="routing_error_pki_unknown_pubkey">Unknown Public Key</string>
|
||||
<string name="routing_error_admin_bad_session_key">Bad session key</string>
|
||||
<string name="routing_error_admin_public_key_unauthorized">Public Key unauthorized</string>
|
||||
|
||||
<string name="role_client">App connected or standalone messaging device.</string>
|
||||
<string name="role_client_mute">Device that does not forward packets from other devices.</string>
|
||||
|
||||
Reference in New Issue
Block a user