For consistency with the Android and Desktop client behavior. * Show a placeholder avatar when no image, initials (#1512) If all we know about the user is their phone number, their avatar image is rendered as a placeholder. Previously, it would render the first few characters of their phone number as if they were initials (eg. "+") * Rename, extend OWSContactsManager methods (#1512) Rename from: nameStringForPhoneIdentifier to: displayNameForPhoneIdentifier Also, add: - (BOOL)nameExistsForPhoneIdentifier:(NSString *)identifier; Which reports whether there's any "name" for a contact. * Remove unused typedefs These aren't used in the project anymore, and they were causing compiling warnings due to a lack of nullability indication. * Resolve some OWSContactsManager nullability warnings Did a pass through all of the existing nullability warnings in OWSContactsManager. Tried to pick descriptors that best reflected the behavior of the methods. // FREEBIE |
9 years ago | |
---|---|---|
.github | 9 years ago | |
Carthage@859dc35d6a | 9 years ago | |
Libraries | 9 years ago | |
Scripts | 9 years ago | |
SettingsBundle | 10 years ago | |
Signal | 9 years ago | |
Signal.xcodeproj | 9 years ago | |
Signal.xcworkspace | 9 years ago | |
.clang-format | 9 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
.gitmodules | 9 years ago | |
.travis.yml | 9 years ago | |
BUILDING.md | 9 years ago | |
CONTRIBUTING.md | 10 years ago | |
Cartfile | 9 years ago | |
Cartfile.resolved | 9 years ago | |
Makefile | 9 years ago | |
Podfile | 9 years ago | |
Podfile.lock | 9 years ago | |
README.md | 9 years ago |
README.md
Signal for iOS 
Signal is a messaging app for simple private communication with friends.
Translation
Help us translate Signal! The translation effort happens on Transifex
Contributing Code
Instructions on how to setup your development environment and build Signal-iOS can be found in BUILDING.md. Other useful instructions for development can be found in the Development Guide wiki page
If you're new to the Signal-iOS codebase, we recommend going through our issues and picking out a simple bug to fix (check the "easy" label in our issues) in order to get yourself familiar.
For larger changes and feature ideas, we ask that you propose it on the unofficial Community Forum for a high-level discussion with the wider community before implementation.
This repository is set up with BitHub, so you can make money for committing to Signal-iOS. The current BitHub price for an accepted pull request is:
Contributing Ideas
Have something you want to say about Open Whisper Systems projects or want to be part of the conversation? Get involved in the community forum.
Cryptography Notice
This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
License
Copyright 2014-2016 Open Whisper Systems
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html