mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-09 10:11:42 +00:00
7581713f02
- Wrong-QR alert is expected-aware for the verify screen too (Incorrect security code!), not only the server screen (Invalid server address!). - isSecurityCode now matches the real verificationCode shape (2+ space-separated decimal groups, 32+ digits) so a bare long number is no longer taken for a code; added a regression test for it. - iOS classifier trims newlines (parity with Kotlin .trim()); formatted string uses String.localizedStringWithFormat per apps/ios/LOCALIZATION.md. - Drop the dead address-name fallback: ConnectionLink.linkType is non-null on master (removes qr_type_simplex_address and the iOS else branch).