Commit Graph

8 Commits (1ee30023b9d06ae85be3af8b0698f596ecf3a7ee)

Author SHA1 Message Date
Michael Kirk 1ee30023b9 Reduce time between editing contacts and seeing those changes in the app
* Move a couple lib methods behind our own interface
* Cache parsing phone numbers since it's expensive
* I considered caching formatting as well since it's also a bit
  expensive, but generating an appropriate cache key was actually slower
  than the raw implementation.

// FREEBIE
8 years ago
Matthew Chen fb3e2557e0 Show example phone numbers.
// FREEBIE
8 years ago
Matthew Chen 6c2de6ed56 Fix a hotspot in the phone number parsing logic.
// FREEBIE
8 years ago
Thomas Guillet 478b5b247a Remove convoluted dependency
of PhoneNumberUtil to ContactsManagerProtocol

Also moved tests from Signal-iOS repository here.
8 years ago
Matthew Chen e12bd4773a Fix non-contact lookup for non-US users.
// FREEBIE
8 years ago
Matthew Chen d63a519c43 Fix filtering of country codes in registration flow.
// FREEBIE
8 years ago
Michael Kirk 7036c63392 Compatible with libphonenumber 0.9.1
// FREEBIE
9 years ago
Frederic Jacobs 5d91a5bd4f Init Commit 10 years ago