diff --git a/app/README.md b/app/README.md index d61f3a418..1967019af 100644 --- a/app/README.md +++ b/app/README.md @@ -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 diff --git a/app/src/main/assets/firmware_releases.json b/app/src/main/assets/firmware_releases.json index 7c86c7b35..40a8b1de3 100644 --- a/app/src/main/assets/firmware_releases.json +++ b/app/src/main/assets/firmware_releases.json @@ -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" } ] } \ No newline at end of file diff --git a/core/data/README.md b/core/data/README.md index 7e2450e30..15f6623d8 100644 --- a/core/data/README.md +++ b/core/data/README.md @@ -18,17 +18,7 @@ Internal components that handle raw data fetching from APIs or disk. ```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; diff --git a/core/datastore/README.md b/core/datastore/README.md index 38b767533..9db0b8839 100644 --- a/core/datastore/README.md +++ b/core/datastore/README.md @@ -18,8 +18,7 @@ Uses **Kotlin Serialization** to convert between Protobuf/JSON and the underlyin ```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; diff --git a/core/di/README.md b/core/di/README.md index 3afb99378..d83fd8c50 100644 --- a/core/di/README.md +++ b/core/di/README.md @@ -19,7 +19,7 @@ Exposes the application's global process lifecycle as a Hilt binding, enabling c ```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; diff --git a/core/network/README.md b/core/network/README.md index f826c2723..ad17bcc5e 100644 --- a/core/network/README.md +++ b/core/network/README.md @@ -17,11 +17,7 @@ The module uses **Ktor** as its primary HTTP client for high-performance, asynch ```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; diff --git a/core/prefs/README.md b/core/prefs/README.md index ea99a70f8..38795efdb 100644 --- a/core/prefs/README.md +++ b/core/prefs/README.md @@ -18,8 +18,7 @@ Uses Kotlin property delegates to simplify reading and writing preferences. ```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; diff --git a/core/resources/src/commonMain/composeResources/values-bg/strings.xml b/core/resources/src/commonMain/composeResources/values-bg/strings.xml index ec95233ae..4846fcabc 100644 --- a/core/resources/src/commonMain/composeResources/values-bg/strings.xml +++ b/core/resources/src/commonMain/composeResources/values-bg/strings.xml @@ -886,11 +886,14 @@ Възли: %1$d онлайн / %2$d общо Време на работа: %1$s Трафик: TX %1$d / RX %2$d (D: %3$d) + Диагностика: %1$s %1$d / %2$d + %1$s Опресняване Добавяне на мрежов слой Опресняване на слоя + TAK (ATAK) Конфигурация на TAK Цвят на екипа Роля на члена diff --git a/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml b/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml index a87e8a84e..34ad7baae 100644 --- a/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml +++ b/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml @@ -308,6 +308,7 @@ 直通訊息 重設節點資料庫 已確認送達 + 在設定套用的過程中,您的裝置可能會斷開連線並重新啟動。 錯誤 忽略 從忽略清單中移除 diff --git a/feature/map/README.md b/feature/map/README.md index bb70f56c2..61f4aeb4d 100644 --- a/feature/map/README.md +++ b/feature/map/README.md @@ -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; diff --git a/feature/messaging/README.md b/feature/messaging/README.md index c323ea7a2..1498703b9 100644 --- a/feature/messaging/README.md +++ b/feature/messaging/README.md @@ -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