mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add notification for new node seen (#1316)
* Add notification for new node seen This change adds a new notification that is displayed when a new node is seen. The notification includes the node's name. It also updates the message notification to include the node name. * Show individual notification for each new node * Add new nodes notifications Adds a new notification channel for new nodes seen. This channel is set to high importance with sound and light.
This commit is contained in:
parent
af56fff216
commit
f6ec3e8bab
3 changed files with 68 additions and 0 deletions
|
|
@ -271,4 +271,5 @@
|
|||
<string name="encryption_error">Public key mismatch</string>
|
||||
<string name="encryption_error_text">The public key does not match the recorded key. You may remove the node and let it exchange keys again, but this may indicate a more serious security problem. Contact the user through another trusted channel, to determine if the key change was due to a factory reset or other intentional action.</string>
|
||||
<string name="request_userinfo">Request user info</string>
|
||||
<string name="meshtastic_new_nodes_notifications">New nodes notifications</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue