chore: adopt source-available license and strengthen privacy disclosures

Replace MIT with a restrictive source-available license and align README/docs copy. Add cloud polish acknowledgment, privacy manifest updates, voice history disclosure, export compliance metadata, and support links for App Store readiness.
This commit is contained in:
Rocky
2026-06-21 16:45:29 +08:00
parent 993784d223
commit 5e5122f172
21 changed files with 429 additions and 64 deletions
+5
View File
@@ -42,6 +42,7 @@ struct SettingsView: View {
confirmActionTitle: "common.reset"
) {
config.reset()
SpeechHistoryStore.shared.clearAll()
}
if presentation == .sheet {
Button("common.done") { dismiss() }
@@ -301,6 +302,10 @@ struct SettingsView: View {
footerLinkRow(title: "settings.privacy.policy", url: url)
Divider().background(palette.divider)
}
if let url = LegalLinks.supportURL {
footerLinkRow(title: "settings.link.support", url: url)
Divider().background(palette.divider)
}
footerLinkRow(
title: "settings.link.github",
url: URL(string: "https://github.com/hkgood/OSGKeyboard")!