mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
WiP #40 Mention license, source code and call to contribution in the »About« section - Contributing Tab
This commit is contained in:
parent
932b75ed27
commit
c3ac4925c1
3 changed files with 34 additions and 1 deletions
|
@ -10,8 +10,33 @@
|
|||
android:padding="@dimen/activity_horizontal_margin">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_source_title"
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Contribute on Github.com"/>
|
||||
android:text="@string/about_source_title"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_source"
|
||||
style="?android:attr/editTextPreferenceStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp"
|
||||
android:text="@string/about_source"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_issues_title"
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/about_issues_title"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/about_issues"
|
||||
style="?android:attr/editTextPreferenceStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp"
|
||||
android:text="@string/about_issues"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
|
@ -70,6 +70,10 @@
|
|||
<string name="about_translators">pejakm (Serbian)</string>
|
||||
<string name="about_testers_title">Tester</string>
|
||||
<string name="about_testers">Jan C. Borchardt</string>
|
||||
<string name="about_source_title">Quellcode</string>
|
||||
<string name="about_source">Dieses Projekt ist auf GitHub gehosted: <a href="https://github.com/stefan-niedermann/OwnCloud-Notes/">https://github.com/stefan-niedermann/OwnCloud-Notes/</a></string>
|
||||
<string name="about_issues_title">Tickets</string>
|
||||
<string name="about_issues">Sie können Fehler, Verbesserungsvorschläge oder Wünsche für neue Funktionen im GitHub Ticket-System erfassen: <a href="https://github.com/stefan-niedermann/OwnCloud-Notes/issues">https://github.com/stefan-niedermann/OwnCloud-Notes/issues</a></string>
|
||||
<string name="about_app_license_title">App Lizenz</string>
|
||||
<string name="about_app_license">Diese Applikation ist lizenziert unter der GNU GENERAL PUBLIC LICENSE v2.</string>
|
||||
<string name="about_app_license_button">Lizenz ansehen</string>
|
||||
|
|
|
@ -71,6 +71,10 @@
|
|||
<string name="about_translators">pejakm (Serbian)</string>
|
||||
<string name="about_testers_title">Testers</string>
|
||||
<string name="about_testers">Jan C. Borchardt</string>
|
||||
<string name="about_source_title">Source Code</string>
|
||||
<string name="about_source">This project is hosted on GitHub: <a href="https://github.com/stefan-niedermann/OwnCloud-Notes/">https://github.com/stefan-niedermann/OwnCloud-Notes/</a></string>
|
||||
<string name="about_issues_title">Issues</string>
|
||||
<string name="about_issues">You can report bugs, enhancement proposals and feature requests at the GitHub issue tracker: <a href="https://github.com/stefan-niedermann/OwnCloud-Notes/issues">https://github.com/stefan-niedermann/OwnCloud-Notes/issues</a></string>
|
||||
<string name="about_app_license_title">App License</string>
|
||||
<string name="about_app_license">This application is licensed under the GNU GENERAL PUBLIC LICENSE v2.</string>
|
||||
<string name="about_app_license_button">View License</string>
|
||||
|
|
Loading…
Reference in a new issue