1.6.0 #10 ocultar saldos + Face ID · #11 widget interactivo + Siri

#10 Ocultar saldos: BalancePrivacyManager (balancesHidden + requireBiometricToReveal),
modifier .hiddenBalance() (blur + máscara de bullets, ancho estable), botón ojo en Dashboard,
revelar con Face ID vía AppLockService, sección Privacidad en Settings. Aplicado a total
portfolio, forecast, sources, goals, monthly summary.

#11 Siri/App Intents: NetWorthIntent ('¿cuál es mi patrimonio?' → 'Tu patrimonio es X'),
StreakIntent, 5 AppShortcuts con frases. Widget interactivo iOS 17: botón Refresh
(Button(intent:) → reloadAllTimelines, in-process) en medium/large, gated #available(iOS 17).
Reader read-only del AppGroup. Dialogs Siri refactorizados a String(localized:).

Localización: strings de #10 y de Siri en los 7 idiomas.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01L2p3gUZRNWW388rWFRjiU7
This commit is contained in:
alexandrev-tibco
2026-07-25 17:52:09 +02:00
parent 648c2bd805
commit 326be6db04
20 changed files with 587 additions and 8 deletions
@@ -629,3 +629,20 @@
"Weekly" = "Weekly";
"Monthly" = "Monthly";
"Last auto backup" = "Last auto backup";
/* 1.6.0 hide balances */
"Hide balances" = "Hide balances";
"Show balances" = "Show balances";
"Balance hidden" = "Balance hidden";
"Reveal your balances" = "Reveal your balances";
"Privacy" = "Privacy";
"Hide Balances" = "Hide Balances";
"Require Face ID to Reveal" = "Require Face ID to Reveal";
"Hide all monetary amounts behind a blur. Great for using the app in public or taking screenshots. Optionally require Face ID to reveal them." = "Hide all monetary amounts behind a blur. Great for using the app in public or taking screenshots. Optionally require Face ID to reveal them.";
/* 1.6.0 Siri intents */
"intent_networth_empty" = "You don't have any portfolio value recorded yet.";
"intent_networth_dialog" = "Your net worth is %@.";
"intent_streak" = "You're on a %d-month streak.";
"intent_streak_with_date" = "You're on a %d-month streak. Your last check-in was %@.";
"intent_streak_none" = "You don't have an active streak yet. Log a value to start one.";