Added link to Syncthing forum (ref #813)

This commit is contained in:
Felix Ableitner 2017-02-15 10:17:51 +09:00
parent 14d74c6421
commit 4a775728a5
2 changed files with 14 additions and 4 deletions

View File

@ -354,6 +354,10 @@ Please report any problems you encounter via Github.</string>
<!-- Summary for the log activity --> <!-- Summary for the log activity -->
<string name="open_log_summary">Open the Syncthing and Android log window</string> <string name="open_log_summary">Open the Syncthing and Android log window</string>
<string name="syncthing_forum_title">Syncthing Forum</string>
<string name="syncthing_forum_summary">Go to the Syncthing Forum</string>
<string name="syncthing_forum_url" translatable="false">https://forum.syncthing.net/</string>
<!-- Settings item that opens issue tracker --> <!-- Settings item that opens issue tracker -->
<string name="report_issue_title">Report Issue</string> <string name="report_issue_title">Report Issue</string>

View File

@ -198,6 +198,14 @@
<PreferenceScreen <PreferenceScreen
android:title="@string/category_about"> android:title="@string/category_about">
<Preference
android:title="@string/syncthing_forum_title"
android:summary="@string/syncthing_forum_summary">
<intent
android:action="android.intent.action.VIEW"
android:data="@string/syncthing_forum_url" />
</Preference>
<Preference <Preference
android:title="@string/report_issue_title" android:title="@string/report_issue_title"
android:summary="@string/report_issue_summary"> android:summary="@string/report_issue_summary">
@ -216,13 +224,11 @@
<Preference <Preference
android:key="syncthing_version" android:key="syncthing_version"
android:title="@string/syncthing_version_title" android:title="@string/syncthing_version_title" />
style="?android:preferenceInformationStyle" />
<Preference <Preference
android:key="app_version" android:key="app_version"
android:title="@string/app_version_title" android:title="@string/app_version_title" />
style="?android:preferenceInformationStyle" />
</PreferenceScreen> </PreferenceScreen>