Files
simplex-chat/apps/multiplatform/common
Narasimha-sc 7581713f02 address PR review: verify-screen message, security-code shape, localization, dead code
- 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).
2026-06-22 16:23:06 +00:00
..