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) (#4748)
This commit is contained in:
parent
e3e010e3db
commit
b1070321fe
5 changed files with 2 additions and 40 deletions
|
|
@ -31,6 +31,7 @@ graph TB
|
|||
:app -.-> :core:database
|
||||
:app -.-> :core:datastore
|
||||
:app -.-> :core:di
|
||||
:app -.-> :core:domain
|
||||
:app -.-> :core:model
|
||||
:app -.-> :core:navigation
|
||||
:app -.-> :core:network
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ navController.navigate(MessagingRoutes.Chat(nodeId = 12345))
|
|||
<!--region graph-->
|
||||
```mermaid
|
||||
graph TB
|
||||
:core:navigation[navigation]:::android-library
|
||||
:core:navigation[navigation]:::kmp-library
|
||||
|
||||
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
|
|
|
|||
|
|
@ -6,19 +6,6 @@
|
|||
```mermaid
|
||||
graph TB
|
||||
:feature:firmware[firmware]:::android-feature
|
||||
:feature:firmware -.-> :core:ble
|
||||
:feature:firmware -.-> :core:common
|
||||
:feature:firmware -.-> :core:data
|
||||
:feature:firmware -.-> :core:database
|
||||
:feature:firmware -.-> :core:datastore
|
||||
:feature:firmware -.-> :core:model
|
||||
:feature:firmware -.-> :core:navigation
|
||||
:feature:firmware -.-> :core:network
|
||||
:feature:firmware -.-> :core:prefs
|
||||
:feature:firmware -.-> :core:proto
|
||||
:feature:firmware -.-> :core:service
|
||||
:feature:firmware -.-> :core:resources
|
||||
:feature:firmware -.-> :core:ui
|
||||
|
||||
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
|
|
|
|||
|
|
@ -23,18 +23,6 @@ Provides a compass interface to show the relative direction and distance to othe
|
|||
```mermaid
|
||||
graph TB
|
||||
:feature:node[node]:::android-feature
|
||||
:feature:node -.-> :core:common
|
||||
:feature:node -.-> :core:data
|
||||
:feature:node -.-> :core:database
|
||||
:feature:node -.-> :core:datastore
|
||||
:feature:node -.-> :core:di
|
||||
:feature:node -.-> :core:model
|
||||
:feature:node -.-> :core:proto
|
||||
:feature:node -.-> :core:service
|
||||
:feature:node -.-> :core:resources
|
||||
:feature:node -.-> :core:ui
|
||||
:feature:node -.-> :core:navigation
|
||||
:feature:node -.-> :feature:map
|
||||
|
||||
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
|
|
|
|||
|
|
@ -25,20 +25,6 @@ Displays version information, licenses, and project links.
|
|||
```mermaid
|
||||
graph TB
|
||||
:feature:settings[settings]:::android-feature
|
||||
:feature:settings -.-> :core:common
|
||||
: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
|
||||
:feature:settings -.-> :core:prefs
|
||||
:feature:settings -.-> :core:proto
|
||||
:feature:settings -.-> :core:service
|
||||
:feature:settings -.-> :core:resources
|
||||
:feature:settings -.-> :core:ui
|
||||
:feature:settings -.-> :core:barcode
|
||||
|
||||
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue