feat: Add privacy policy and link in about screen

This commit is contained in:
2025-11-05 21:52:27 +01:00
parent f2e5750269
commit 6e2b1945d2
2 changed files with 3 additions and 3 deletions

View File

@@ -34,8 +34,8 @@ This application does not contain any analytics, advertising, or tracking code.
Noteshop is fully open-source. You can review the source code to verify how the app works and how your data is handled. The source code is available at:
[**YOUR_GITEA_REPOSITORY_URL_HERE**](YOUR_GITEA_REPOSITORY_URL_HERE)
[**https://git.ilunix.de/punix/noteshop**](https://git.ilunix.de/punix/noteshop)
## Contact
If you have any questions about this privacy policy, please feel free to contact us at [**YOUR_EMAIL_OR_CONTACT_METHOD_HERE**].
If you have any questions about this privacy policy, please feel free to contact us at [**polunga40@unity-mail.de**].

View File

@@ -160,7 +160,7 @@ fun AboutScreen() {
color = MaterialTheme.colorScheme.primary,
textDecoration = TextDecoration.Underline
)
pushLink(LinkAnnotation.Url("https://www.example.com/privacy-policy")) // Placeholder URL
pushLink(LinkAnnotation.Url("https://git.ilunix.de/punix/noteshop/src/branch/master/PRIVACY.md"))
withStyle(linkStyle) {
append(stringResource(id = R.string.about_privacy_policy_link))
}