chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4737)

This commit is contained in:
James Rich
2026-03-06 16:39:05 -06:00
committed by GitHub
parent f663866d53
commit 182ad933f4
11 changed files with 16 additions and 23 deletions

View File

@@ -25,7 +25,6 @@ The module primarily serves as a "glue" layer, connecting:
```mermaid
graph TB
:app[app]:::android-application
:app -.-> :core:analytics
:app -.-> :core:ble
:app -.-> :core:common
:app -.-> :core:data

View File

@@ -211,6 +211,12 @@
"title": "Add VL53L0 distance sensor.",
"page_url": "https://github.com/meshtastic/firmware/pull/9706",
"zip_url": "https://discord.com/invite/meshtastic"
},
{
"id": "9675",
"title": "add FromRadioSync BLE characteristic",
"page_url": "https://github.com/meshtastic/firmware/pull/9675",
"zip_url": "https://discord.com/invite/meshtastic"
}
]
}

View File

@@ -18,17 +18,7 @@ Internal components that handle raw data fetching from APIs or disk.
<!--region graph-->
```mermaid
graph TB
:core:data[data]:::android-library
:core:data --> :core:repository
:core:data -.-> :core:analytics
:core:data -.-> :core:common
:core:data -.-> :core:database
:core:data -.-> :core:datastore
:core:data -.-> :core:di
:core:data -.-> :core:model
:core:data -.-> :core:network
:core:data -.-> :core:prefs
:core:data -.-> :core:proto
:core:data[data]:::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;

View File

@@ -18,8 +18,7 @@ Uses **Kotlin Serialization** to convert between Protobuf/JSON and the underlyin
<!--region graph-->
```mermaid
graph TB
:core:datastore[datastore]:::android-library
:core:datastore -.-> :core:proto
:core:datastore[datastore]:::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;

View File

@@ -19,7 +19,7 @@ Exposes the application's global process lifecycle as a Hilt binding, enabling c
<!--region graph-->
```mermaid
graph TB
:core:di[di]:::android-library
:core:di[di]:::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;

View File

@@ -17,11 +17,7 @@ The module uses **Ktor** as its primary HTTP client for high-performance, asynch
<!--region graph-->
```mermaid
graph TB
:core:network[network]:::android-library
:core:network --> :core:repository
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:network -.-> :core:proto
:core:network[network]:::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;

View File

@@ -18,8 +18,7 @@ Uses Kotlin property delegates to simplify reading and writing preferences.
<!--region graph-->
```mermaid
graph TB
:core:prefs[prefs]:::android-library
:core:prefs -.-> :core:repository
:core:prefs[prefs]:::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;

View File

@@ -886,11 +886,14 @@
<string name="local_stats_nodes">Възли: %1$d онлайн / %2$d общо</string>
<string name="local_stats_uptime">Време на работа: %1$s</string>
<string name="local_stats_traffic">Трафик: TX %1$d / RX %2$d (D: %3$d)</string>
<string name="local_stats_diagnostics_prefix">Диагностика: %1$s</string>
<string name="local_stats_heap_value">%1$d / %2$d</string>
<string name="local_stats_updated_at">%1$s</string>
<string name="refresh">Опресняване</string>
<!-- Network Map Layers -->
<string name="add_network_layer">Добавяне на мрежов слой</string>
<string name="refresh_layer">Опресняване на слоя</string>
<string name="tak">TAK (ATAK)</string>
<string name="tak_config">Конфигурация на TAK</string>
<string name="tak_team">Цвят на екипа</string>
<string name="tak_role">Роля на члена</string>

View File

@@ -308,6 +308,7 @@
<string name="direct_message">直通訊息</string>
<string name="nodedb_reset">重設節點資料庫</string>
<string name="delivery_confirmed">已確認送達</string>
<string name="delivery_confirmed_reboot_warning">在設定套用的過程中,您的裝置可能會斷開連線並重新啟動。</string>
<string name="error">錯誤</string>
<string name="ignore">忽略</string>
<string name="remove_ignored">從忽略清單中移除</string>

View File

@@ -38,6 +38,7 @@ graph TB
:feature:map -.-> :core:service
:feature:map -.-> :core:resources
:feature:map -.-> :core:ui
:feature:map -.-> :core:di
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;

View File

@@ -26,7 +26,6 @@ A security-focused utility that detects and transforms homoglyphs (visually simi
```mermaid
graph TB
:feature:messaging[messaging]:::android-feature
:feature:messaging -.-> :core:analytics
:feature:messaging -.-> :core:common
:feature:messaging -.-> :core:data
:feature:messaging -.-> :core:database