Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <dk.mailbox@gmx.net>2018-12-18 00:17:59 +0300
committerDaniel <dk.mailbox@gmx.net>2018-12-18 00:17:59 +0300
commitefc123c28fd23eabb456f135412a047cab415f03 (patch)
treea27464bf6942da348ee12e102f0fce0c8419edd3 /News-Android-App/src/main/res/xml
parent38681243b0b223f0ddb2f0f57414adc5f28cf316 (diff)
711 - add report-issue link to about prefs
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_about.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_about.xml b/News-Android-App/src/main/res/xml/pref_about.xml
index b736f029..fb63a8ee 100644
--- a/News-Android-App/src/main/res/xml/pref_about.xml
+++ b/News-Android-App/src/main/res/xml/pref_about.xml
@@ -11,6 +11,16 @@
</Preference>
<Preference
+ android:key="cb_reportIssue"
+ android:title="@string/pref_report_issue"
+ android:summary="@string/pref_report_issue_summary">
+
+ <intent
+ android:action="android.intent.action.VIEW"
+ android:data="https://github.com/nextcloud/news-android/issues" />
+ </Preference>
+
+ <Preference
android:key="cb_contribute"
android:title="@string/pref_contribute"
android:summary="@string/pref_contribute_summary">