mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4683)
This commit is contained in:
parent
8c6bd8ab7a
commit
728c300315
4 changed files with 5 additions and 0 deletions
|
|
@ -311,6 +311,7 @@
|
|||
<string name="direct_message">Otsesõnum</string>
|
||||
<string name="nodedb_reset">NodeDB lähtestamine</string>
|
||||
<string name="delivery_confirmed">Kohale toimetatud</string>
|
||||
<string name="delivery_confirmed_reboot_warning">Seadete rakendamise ajal võib seadme ühendus katkeda ja taaskäivituda.</string>
|
||||
<string name="error">Viga</string>
|
||||
<string name="ignore">Eira</string>
|
||||
<string name="remove_ignored">Eemalda ignoreeritute hulgast</string>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ graph TB
|
|||
:core:service[service]:::android-library
|
||||
:core:service --> :core:api
|
||||
:core:service -.-> :core:common
|
||||
:core:service -.-> :core:data
|
||||
:core:service -.-> :core:database
|
||||
:core:service -.-> :core:model
|
||||
:core:service -.-> :core:prefs
|
||||
|
|
|
|||
|
|
@ -27,8 +27,10 @@ A security-focused utility that detects and transforms homoglyphs (visually simi
|
|||
graph TB
|
||||
:feature:messaging[messaging]:::android-feature
|
||||
:feature:messaging -.-> :core:analytics
|
||||
:feature:messaging -.-> :core:common
|
||||
:feature:messaging -.-> :core:data
|
||||
:feature:messaging -.-> :core:database
|
||||
:feature:messaging -.-> :core:domain
|
||||
:feature:messaging -.-> :core:model
|
||||
:feature:messaging -.-> :core:navigation
|
||||
:feature:messaging -.-> :core:prefs
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ graph TB
|
|||
:feature:settings -.-> :core:data
|
||||
:feature:settings -.-> :core:database
|
||||
:feature:settings -.-> :core:datastore
|
||||
:feature:settings -.-> :core:domain
|
||||
:feature:settings -.-> :core:model
|
||||
:feature:settings -.-> :core:navigation
|
||||
:feature:settings -.-> :core:nfc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue