This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix the bug that NSRange may cross the boundary When working with text that’s presented to the user, use the localizedCaseInsensitiveCompare(_:) method instead. Remove duplicate calls `setup`.
Memory leak fixed on Charset fix and tested please add to next release
Update CountryCodePickerViewController.swift
Metadata updates for release 8.12.43
Memory leak fixed Update RegexManager.swift
🔗 Callable URL and call() method to call on a device
remove nil value from carrier cellular provider
Fix the bug that NSRange may cross the boundary
tvOS Support: Bump to tvOS 10 and fix build issues
…g-when-text-is-set Update flag after pasting/auto-filling a phone number
* Replace use of NSMutableCharacterSet with CharacterSet This change fixes a crash when initializing PhoneNumberKit on Linux * Use designated constant for non-breaking space
* Metadata update: 8.12.47 * Updated tests Co-authored-by: Bruno Guidolim <bruno@pockid.com>
Makes Search bar input more explicit Co-authored-by: Rebecca Chin <rchin@league.com>
* Added modalPresentationStyle Property * Fixed optional type to modalPresentationStyle * Fixed Sample Project
Co-authored-by: runner <runner@Mac-1671752828078.local>
* Change references to ISO 639 language code into ISO 3166 region code * Add documentation for PhoneNumberError.ambiguousNumber * Add Equatable conformance for PhoneNumberError
Co-authored-by: runner <runner@Mac-1673265644046.local>
This reverts commit eddc377. Co-authored-by: Bruno Guidolim <bruno@ruuky.com>
Co-authored-by: runner <runner@Mac-1675092228380.local>
Co-authored-by: runner <runner@Mac-1682595728106.local>
georgenyame
approved these changes
May 9, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
iOS 16.4.1 introduces a breaking change for PhoneNumberKit, which has been resolved in the main repo.
merging latest changes from main