Signal-iOS/SignalServiceKit/src
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 Remove unnecessary NotificationCenter.removeObserver calls 2022-08-02 17:43:52 -07:00
Contacts Improve phone number parsing. 2022-08-23 11:56:06 -07:00
Devices Support remote delete of stories 2022-08-19 14:23:59 -07:00
groups Avoid intermediate copies when using dictionary keys as collections 2022-08-23 10:42:11 -07:00
Messages Avoid intermediate copies when using dictionary keys as collections 2022-08-23 10:42:11 -07:00
Network Avoid intermediate copies when using dictionary keys as collections 2022-08-23 10:42:11 -07:00
Payments [Payments] Update the MobileCoin dependency to the latest 1.2.2 release 2022-08-22 13:08:40 -07:00
Protocols Index name components if available 2022-08-02 11:52:20 -07:00
Protos Support remote delete of stories 2022-08-19 14:23:59 -07:00
Remote Attestation Update to LibSignalClient v0.15.0 2022-03-24 11:55:45 -07:00
Security Fix vertical_parameter_alignment SwiftLint violations 2022-08-18 10:37:09 -05:00
Storage Fix stories tab badging 2022-08-20 15:01:03 -07:00
TestUtils Support remote delete of stories 2022-08-19 14:23:59 -07:00
Util Avoid intermediate copies when using dictionary keys as collections 2022-08-23 10:42:11 -07:00
SignalServiceKit.h Use durable job for sending badge gifts 2022-07-01 17:10:31 -05:00
SSKEnvironment.h Support two SignalProtocolStores in SSKEnvironment 2022-03-16 14:31:06 -07:00
SSKEnvironment.m Initial story sending support 2022-06-10 22:28:03 -04:00
TSConstants.swift Update server params for LibSignalClient upgrade 2022-08-08 11:23:29 -05:00