Temporary Wi-Fi hotspot for bypassing tethering limits (#18)

* First draft of temporary hotspot
* Refactor with LocalOnlyInterfaceManager
* Refactor LocalOnlyHotspotService
* Localize
* Update strict summary
This commit is contained in:
Mygod
2018-05-02 17:53:06 -07:00
committed by GitHub
parent 0a47cfdf1c
commit 2fe7703d6d
15 changed files with 420 additions and 185 deletions

View File

@@ -35,7 +35,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@{data.iface.name}"
android:text="@{data.title}"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textIsSelectable="true"
tools:text="wlan0"/>
@@ -43,7 +43,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@{data.iface.addresses}"
android:text="@{data.text}"
tools:text="192.168.43.1/24\n01:23:45:ab:cd:ef"/>
</LinearLayout>