1
0
Fork 0
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:
Felix Ableitner 2016-06-12 22:24:09 +02:00
parent d29b675a1e
commit b4e2c44ab2
2 changed files with 7 additions and 0 deletions

View file

@ -278,6 +278,8 @@ Please report any problems you encounter via Github.</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="syncthing_gui">Syncthing GUI</string>

View file

@ -93,6 +93,11 @@
android:persistent="false"
android:inputType="textNoSuggestions" />
<CheckBoxPreference
android:key="relaysEnabled"
android:title="@string/enable_relaying"
android:persistent="false" />
<CheckBoxPreference
android:key="urAccepted"
android:title="@string/usage_reporting"