Add forum and privacy policy links to Settings/About (#1389)
This commit is contained in:
parent
3987ce5e9a
commit
c8a0256049
BIN
app/res.lnk
Normal file
BIN
app/res.lnk
Normal file
Binary file not shown.
@ -723,6 +723,17 @@
|
||||
|
||||
<!-- Summary for the log activity -->
|
||||
<string name="open_log_summary">Open the Syncthing and Android log window</string>
|
||||
|
||||
<!-- Menu item linking support forum -->
|
||||
<string name="syncthing_forum_title">Syncthing Forum</string>
|
||||
<string name="syncthing_forum_summary">Go to the Syncthing Forum and get support</string>
|
||||
<string name="syncthing_forum_url" translatable="false">https://forum.syncthing.net/</string>
|
||||
|
||||
<!-- Menu item linking privacy policy -->
|
||||
<string name="privacy_title">Privacy Policy</string>
|
||||
<string name="privacy_summary">Open syncthing-android\'s privacy policy, which covers usage (if any) of personal data, e.g. location.</string>
|
||||
<string name="privacy_policy_url" translatable="false">https://syncthing.net/android-privacy-policy</string>
|
||||
|
||||
<!-- Settings item that opens issue tracker -->
|
||||
<string name="report_issue_title">Report Issue</string>
|
||||
|
||||
|
||||
@ -472,6 +472,22 @@
|
||||
android:title="@string/os_open_file_limit"
|
||||
android:singleLineTitle="false" />
|
||||
|
||||
<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
|
||||
android:title="@string/privacy_title"
|
||||
android:summary="@string/privacy_summary">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="@string/privacy_policy_url" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:persistent="false"
|
||||
android:key="open_source_licenses"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user