mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(widget): Add Local Stats glance widget (#4642)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
692ad78c80
commit
9970d31520
23 changed files with 1256 additions and 24 deletions
|
|
@ -1199,10 +1199,17 @@
|
|||
<string name="local_stats_nodes">Nodes: %1$d online / %2$d total</string>
|
||||
<string name="local_stats_uptime">Uptime: %1$s</string>
|
||||
<string name="local_stats_utilization">ChUtil: %1$.2f%% | AirTX: %2$.2f%%</string>
|
||||
<string name="local_stats_traffic">Traffic: TX %1$d / RX %2$d (Dupes: %3$d)</string>
|
||||
<string name="local_stats_traffic">Traffic: TX %1$d / RX %2$d (D: %3$d)</string>
|
||||
<string name="local_stats_relays">Relays: %1$d (Canceled: %2$d)</string>
|
||||
<string name="local_stats_diagnostics_prefix">Diagnostics: %1$s</string>
|
||||
<string name="local_stats_noise">Noise %1$d dBm</string>
|
||||
<string name="local_stats_bad">Bad %1$d</string>
|
||||
<string name="local_stats_dropped">Dropped %1$d</string>
|
||||
<string name="local_stats_heap">Heap</string>
|
||||
<string name="local_stats_heap_value">%1$d / %2$d</string>
|
||||
<string name="local_stats_updated_at">%1$s</string>
|
||||
<string name="powered">Powered</string>
|
||||
<string name="meshtastic_stats">Meshtastic Stats</string>
|
||||
<string name="refresh">Refresh</string>
|
||||
<string name="updated">Updated</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue