change: Refer to Pachli as a Nivenly project in AboutFragment (#785)

This commit is contained in:
Nik Clayton 2024-06-26 23:40:10 +02:00 committed by GitHub
parent 30ec3982ff
commit 6f1aaaa884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View File

@ -106,7 +106,7 @@
app:layout_constraintTop_toBottomOf="@+id/accountInfo" />
<app.pachli.core.ui.ClickableSpanTextView
android:id="@+id/aboutLicenseInfoTextView"
android:id="@+id/aboutNivenlyFoundation"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
@ -118,6 +118,22 @@
app:layout_constraintEnd_toEndOf="@+id/copyDeviceInfo"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/about_powered_by"
android:text="@string/about_nivenly_foundation" />
<app.pachli.core.ui.ClickableSpanTextView
android:id="@+id/aboutLicenseInfoTextView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:hyphenationFrequency="full"
android:lineSpacingMultiplier="1.2"
android:textIsSelectable="true"
android:layout_marginStart="@dimen/text_content_margin"
android:layout_marginEnd="@dimen/text_content_margin"
app:layout_constraintEnd_toEndOf="@+id/copyDeviceInfo"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/aboutNivenlyFoundation"
tools:text="@string/about_pachli_license" />
<app.pachli.core.ui.ClickableSpanTextView

View File

@ -64,4 +64,5 @@
<string name="notification_log_download_failed">Download failed: %1$s</string>
<string name="notitication_log_filter_dialog_title">Show log priorities</string>
<string name="action_refresh">Refresh</string>
<string name="about_nivenly_foundation">Pachli is a <a href="https://nivenly.org">Nivenly Foundation</a> project.</string>
</resources>