mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 10:11:48 -04:00
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4748)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user