Commit Graph

2 Commits

Author SHA1 Message Date
Nik Clayton d84ab2b2a3
change: Mark markdown-plugin as a distinct project (#160)
Create a settings.gradle file so it is treated as a separate project.
2023-10-13 14:23:28 +02:00
Nik Clayton 802cdd4c46
feat: Embed the privacy policy in the app (#139)
Instead of linking to the privacy policy embed it in the app as a string
of HTML.

The string is created with a new `markdown2resource` plugin, which
converts `PRIVACY.md` to HTML and generates a Java class with the HTML
content.

Create `PrivacyPolicyActivity` to display the HTML in a `WebView`, and
link to it from `AboutActivity`.
2023-10-03 12:56:30 +02:00