You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Russ Shanahan 34ffce89f5 Only calculate fullName once, & sortable fullnames (#67)
1. Adds caching of the calculated fullName value
   (which will slightly improve performance)
2. Incorporates fullNames that respect the first-name-first
   rules of the currently unmerged PR #22
3. Adds two new fullName properties that can be used
   for sorting comparators
4. Move the comparator into the model object for easy testing

Includes tests to ensure that the first name first and last name
first sorts are behaving as expected.

// FREEBIE
9 years ago
Example Only calculate fullName once, & sortable fullnames (#67) 9 years ago
protobuf Remove phone numbers from scannable QR Code 9 years ago
src Only calculate fullName once, & sortable fullnames (#67) 9 years ago
tests Only calculate fullName once, & sortable fullnames (#67) 9 years ago
.clang-format Avoid deadlock while accepting new key (#17) 9 years ago
.gitignore Init Commit 9 years ago
.travis.yml Explain send failures for text and media messages 9 years ago
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 9 years ago
LICENSE Initial commit 10 years ago
Makefile Explain send failures for text and media messages 9 years ago
README.md Get tests + ci running 9 years ago
SignalServiceKit.podspec Ignore unknown group messages 9 years ago

README.md

SignalServiceKit

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