Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3ac4925 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

WiP #40 Mention license, source code and call to contribution in the »About«...

WiP #40 Mention license, source code and call to contribution in the »About« section - Contributing Tab
parent 932b75ed
Loading
Loading
Loading
Loading
+26 −1
Original line number Diff line number Diff line
@@ -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>
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>