phase 2: add mDNS LAN discovery and server picker integration

This commit is contained in:
2026-03-03 08:00:31 -06:00
parent a350aa3982
commit b3f654fd49
5 changed files with 250 additions and 0 deletions
@@ -51,4 +51,12 @@
</LinearLayout>
<com.google.android.material.button.MaterialButton
android:id="@+id/btnDiscover"
style="@style/Widget.Material3.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="@string/scan_lan" />
</LinearLayout>