Add biometric lock and rate limit handling

Biometric lock: opt-in Face ID/Touch ID/fingerprint app lock with toggle
in ProfileScreen. Locks on background, requires auth on foreground return.
Platform implementations: BiometricPrompt (Android), LAContext (iOS).

Rate limit: 429 responses parsed with Retry-After header, user-friendly
error messages in all 10 locales, retry plugin respects 429.
ErrorMessageParser updated for both iOS Swift and KMM.
This commit is contained in:
Trey T
2026-03-26 14:37:04 -05:00
parent 334767cee7
commit 0d80df07f6
31 changed files with 871 additions and 7 deletions
@@ -421,6 +421,8 @@
<string name="error_network">Erreur reseau. Verifiez votre connexion.</string>
<string name="error_timeout">Delai d\'attente depasse. Veuillez reessayer.</string>
<string name="error_server">Erreur serveur. Veuillez reessayer plus tard.</string>
<string name="error_rate_limit">Trop de requetes. Veuillez reessayer plus tard.</string>
<string name="error_rate_limit_with_delay">Trop de requetes. Veuillez reessayer dans %1$d secondes.</string>
<string name="error_unauthorized">Session expiree. Veuillez vous reconnecter.</string>
<string name="error_not_found">Non trouve</string>
<string name="error_invalid_input">Veuillez verifier vos donnees</string>