gh-XcodesOrg-XcodesApp/Xcodes
Shuhari a2628edceb fix: improve paste support for PIN code input fields
- Add support for pasting multi-digit verification codes
- Filter pasted content to alphanumeric characters only
- Always start filling from the first field when pasting
- Optimize performance by updating all fields at once
- Support both numeric and alphanumeric codes (e.g., 123456, A1B2C3)

Fixes the issue where pasting a 6-digit code like '123456' would only
show the last digit '6' in the first field. Now all digits are correctly
distributed across all input fields.

This improvement benefits both SignInSMSView and SignIn2FAView since they
share the same PinCodeTextField component.
2025-11-12 15:28:03 +08:00
..
AcknowledgementsGenerator Remove newline from derived data path returned by defaults 2024-01-10 13:44:02 -05:00
AppleAPI comment 2024-11-04 21:21:12 -05:00
Backend fix: xcode 26 check for Apple Silicon installs 2025-09-15 22:08:49 -05:00
Frontend fix: improve paste support for PIN code input fields 2025-11-12 15:28:03 +08:00
Preview Content/Preview Assets.xcassets Rename the project and directories 2020-11-24 21:11:25 -07:00
Resources Merge pull request #756 from neetrath/main 2025-09-17 22:55:26 -05:00
XcodesKit fix how platforms are architecture filtered 2025-09-17 22:37:19 -05:00
XcodesApp.swift Add TerminateAfterLastWindowClosed toggle support in Misc 2024-10-16 14:02:55 +08:00