mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Initial implementation of adding nodes to favorites (#1520)
* Implement initial support for adding and removing nodes from favorites * Make favorite nodes' names show up bold in the node list * Forgot to add this here when I was fixing the previous merge conflicts. Whoops! * Make detekt happy --------- Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
584fe8d6f8
commit
e15ad23c46
7 changed files with 70 additions and 1 deletions
|
|
@ -313,6 +313,9 @@
|
|||
<string name="unknown_age">Unknown Age</string>
|
||||
<string name="copy">Copy</string>
|
||||
<string name="alert_bell_text">Alert Bell Character!</string>
|
||||
<string name="favorite">Favorite</string>
|
||||
<string name="favorite_add">Add \'%s\' as a favorite node?</string>
|
||||
<string name="favorite_remove">Remove \'%s\' as a favorite node?</string>
|
||||
<string name="power_metrics_log">Power Metrics Log</string>
|
||||
<string name="channel_1">Channel 1</string>
|
||||
<string name="channel_2">Channel 2</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue