feat(v1.8.0): IMPL_07 About Screen - Add Changelog Link
- Add History icon import to AboutScreen - Add changelogUrl pointing to GitHub CHANGELOG.md - Add about_changelog_title and about_changelog_subtitle strings (DE + EN) - Insert AboutLinkItem for Changelog between License and Privacy sections Provides users easy access to full version history directly from the About screen. Link opens CHANGELOG.md on GitHub in external browser.
This commit is contained in:
@@ -438,6 +438,11 @@
|
||||
<string name="about_developer_subtitle">GitHub Profil: @inventory69</string>
|
||||
<string name="about_license_title">Lizenz</string>
|
||||
<string name="about_license_subtitle">MIT License - Open Source</string>
|
||||
|
||||
<!-- v1.8.0: Changelog Link in About -->
|
||||
<string name="about_changelog_title">Changelog</string>
|
||||
<string name="about_changelog_subtitle">Vollständige Versionshistorie</string>
|
||||
|
||||
<string name="about_privacy_title">🔒 Datenschutz</string>
|
||||
<string name="about_privacy_text">Diese App sammelt keine Daten. Alle Notizen werden nur lokal auf deinem Gerät und auf deinem eigenen WebDAV-Server gespeichert. Keine Telemetrie, keine Werbung.</string>
|
||||
|
||||
|
||||
@@ -438,6 +438,11 @@
|
||||
<string name="about_developer_subtitle">GitHub Profile: @inventory69</string>
|
||||
<string name="about_license_title">License</string>
|
||||
<string name="about_license_subtitle">MIT License - Open Source</string>
|
||||
|
||||
<!-- v1.8.0: Changelog Link in About -->
|
||||
<string name="about_changelog_title">Changelog</string>
|
||||
<string name="about_changelog_subtitle">Full version history</string>
|
||||
|
||||
<string name="about_privacy_title">🔒 Privacy</string>
|
||||
<string name="about_privacy_text">This app collects no data. All notes are stored only locally on your device and on your own WebDAV server. No telemetry, no ads.</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user