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:
@@ -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")!
|
||||
|
||||
Reference in New Issue
Block a user