Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/src/main/kotlin/app/hypostats/ui/about/AboutScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ fun AboutScreen() {

HorizontalDivider()

AboutLinkItem(
text = stringResource(R.string.about_support_app),
onClick = {
uriHandler.openUri("https://buymeacoffee.com/psfinaki")
},
)

HorizontalDivider()

AboutFooter()
}
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="about_source_code">Zdrojový kód</string>
<string name="about_report_issue">Nahlásit chybu</string>
<string name="about_contact_dev">Kontaktovat vývojáře</string>
<string name="about_support_app">Podpořit aplikaci</string>
<string name="about_open_link">Otevřít odkaz</string>
<string name="about_version">v%1$s</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<string name="about_source_code">Source Code</string>
<string name="about_report_issue">Report an Issue</string>
<string name="about_contact_dev">Contact the Developer</string>
<string name="about_support_app">Support the App</string>
<string name="about_open_link">Open link</string>
<string name="about_version">v%1$s</string>
</resources>