Signal-iOS/SignalServiceKit/tests
george-signal 87533d2b67
Improve phone number parsing.
* Improve phone number parsing.

Previously, if you entered a phone number
including a country code during registration you'd
have a duplicate country code. Signal on Android
did not have this bug because it uses a different
API inlibphonenumber. This diff changes iPhone to
use the same API, which is smart enough to remove
the country code from the phone number the user
entered if needed.

Co-authored-by: Evan Hahn <evanhahn@signal.org>
2022-08-23 11:56:06 -07:00
..
Account Move pre-key culling logic from TSPreKeyManager to the stores 2022-04-07 10:23:39 -07:00
Contacts Improve phone number parsing. 2022-08-23 11:56:06 -07:00
Devices Add "urgent" boolean to outgoing messages 2022-08-18 07:35:41 -05:00
Groups Prevent empty group updates from clobbering that a member joined via invite link 2022-08-03 15:04:31 -05:00
Messages Add "urgent" boolean to outgoing messages 2022-08-18 07:35:41 -05:00
Network Add "urgent" boolean to outgoing messages 2022-08-18 07:35:41 -05:00
Security Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
Storage Persist quoted replies 2022-08-11 13:44:50 -07:00
Util Convert OWSAnalyticsTests to Swift 2022-07-28 13:03:09 -05:00
SSKBaseTestObjC.h Respond to CR. 2021-10-21 09:21:31 -03:00
SSKBaseTestObjC.m SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
SSKBaseTestSwift.swift Test phone number sharing modes for sealed sender 2022-05-18 10:21:53 -07:00
SSKSwiftTests.swift Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00