diff --git a/api/core/testing/org.meshtastic.core.testing/-robolectric-ble-bonding/index.html b/api/core/testing/org.meshtastic.core.testing/-robolectric-ble-bonding/index.html index 465f6f34cd..05a39fafc3 100644 --- a/api/core/testing/org.meshtastic.core.testing/-robolectric-ble-bonding/index.html +++ b/api/core/testing/org.meshtastic.core.testing/-robolectric-ble-bonding/index.html @@ -95,7 +95,7 @@

RobolectricBleBonding

-

Reusable Robolectric helpers for driving Android Bluetooth bonding logic in androidHostTest source sets.

These let a unit test exercise the real AndroidBluetoothRepository.bond() (and any future BLE bonding code) without an emulator and without a production seam. They rely on two Robolectric behaviors (verified against Robolectric 4.16.x):

Isolation note: because the device cache is static and survives across tests in the same JVM, give each test a distinct MAC so bond-state cannot bleed between tests.

+
object RobolectricBleBonding(source)

Reusable Robolectric helpers for driving Android Bluetooth bonding logic in androidHostTest source sets.

These let a unit test exercise the real AndroidBluetoothRepository.bond() (and any future BLE bonding code) without an emulator and without a production seam. They rely on two Robolectric behaviors (verified against Robolectric 4.16.x):

Isolation note: because the device cache is static and survives across tests in the same JVM, give each test a distinct MAC so bond-state cannot bleed between tests.

diff --git a/api/core/ui/org.meshtastic.core.ui.component/-inline-markdown-result/-inline-markdown-result.html b/api/core/ui/org.meshtastic.core.ui.component/-inline-markdown-result/-inline-markdown-result.html index ab362e6001..2f1c9399af 100644 --- a/api/core/ui/org.meshtastic.core.ui.component/-inline-markdown-result/-inline-markdown-result.html +++ b/api/core/ui/org.meshtastic.core.ui.component/-inline-markdown-result/-inline-markdown-result.html @@ -94,7 +94,7 @@

InlineMarkdownResult

-
constructor(displayText: String, styleSpans: List<StyleSpan>, linkSpans: List<LinkSpan>)(source)
+
constructor(displayText: String, styleSpans: List<StyleSpan>, linkSpans: List<LinkSpan>)(source)