mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Added "enable relaying option (fixes #616).
This commit is contained in:
parent
d29b675a1e
commit
b4e2c44ab2
2 changed files with 7 additions and 0 deletions
|
@ -278,6 +278,8 @@ Please report any problems you encounter via Github.</string>
|
||||||
|
|
||||||
<string name="global_announce_server">Global Discovery Server</string>
|
<string name="global_announce_server">Global Discovery Server</string>
|
||||||
|
|
||||||
|
<string name="enable_relaying">Enable Relaying</string>
|
||||||
|
|
||||||
<string name="usage_reporting">Anonymous Usage Reporting</string>
|
<string name="usage_reporting">Anonymous Usage Reporting</string>
|
||||||
|
|
||||||
<string name="syncthing_gui">Syncthing GUI</string>
|
<string name="syncthing_gui">Syncthing GUI</string>
|
||||||
|
|
|
@ -93,6 +93,11 @@
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:inputType="textNoSuggestions" />
|
android:inputType="textNoSuggestions" />
|
||||||
|
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:key="relaysEnabled"
|
||||||
|
android:title="@string/enable_relaying"
|
||||||
|
android:persistent="false" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="urAccepted"
|
android:key="urAccepted"
|
||||||
android:title="@string/usage_reporting"
|
android:title="@string/usage_reporting"
|
||||||
|
|
Loading…
Reference in a new issue