[BREAKGLASS] A private messenger for iOS. https://signal.org
Go to file
Michael Kirk e585b9052e remove checks for other country codes since it's expensive
Unfortunately calls to `NBPhoneNumberUtil parse:defaultRegion:error` are
not cheap, calling it with a bunch of permutations on every contact is
too expensive to justify it's incremental value unless we can get
upstream optimized.

e.g. for US numbers this was 26 extra calls per phone number

// FREEBIE
2017-05-15 16:12:39 -04:00
Example MessageSender should be accessed as singleton 2017-03-30 12:48:36 -04:00
protobuf Respond to CR. 2017-05-09 11:43:25 -04:00
src remove checks for other country codes since it's expensive 2017-05-15 16:12:39 -04:00
tests MessageSender should be accessed as singleton 2017-03-30 12:48:36 -04:00
Utilities post commit which double checks for freebie presence 2017-03-28 21:09:19 -04:00
.clang-format Avoid deadlock while accepting new key (#17) 2016-07-18 16:00:59 -07:00
.gitignore Censorship circumvention in Egypt and UAE 2016-12-21 09:56:48 -06:00
.travis.yml Explain send failures for text and media messages 2016-10-24 09:36:51 -04:00
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 2016-05-18 11:32:10 -07:00
LICENSE Update license. 2017-04-11 17:16:04 -04:00
Makefile Explain send failures for text and media messages 2016-10-24 09:36:51 -04:00
README.md Get tests + ci running 2016-04-23 20:08:51 -07:00
SignalServiceKit.podspec Censorship circumvention in Egypt and UAE 2016-12-21 09:56:48 -06:00

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X