A private messenger for iOS.
Go to file
Michael Kirk df15c904bc Rework push registration
== Account Registration ==

Not complete until push tokens are uploaded

== Remote Notifications Registration ==

Extracted from PushManager

- wait for notification-settings registration to complete before
  requesting push tokens, otherwise it's possible token requests will
  be ignored.

- Less state required for push notification callbacks, specifically, we
  no longer need to ensure we've created a promise before the
  registration delegate methods get called.

- no more TOCFuture in Signal-iOS (still in SSK for now). It's not in
  cases of inexplicable behavior - one a recently, push notification
  premature free, in redphone, and more popular use, and I've seen two
  futures inexplicably being nil.  Instead, let's consolidate around
  PromiseKit for popularly used, maintained, strongly-typed futures.

- separate logic for registering for vanilla push/voip notifications
  (few dependencies) from responding to UILocalNotifications (lots of
  dependencies). Ultimately I'd like to consolidate the remaining
  UILocalNotifications logic with the existing NotificationsManager

== Misc ==

more debug logging
more uniform logging
remove stale logic around newly registered user

// FREEBIE
2017-10-12 12:02:22 -04:00
.github crash reporting instructions in issue template (#1235) 2016-06-27 16:14:14 -07:00
Carthage@4c73f1a2f0 update third party dependencies 2017-10-06 17:56:29 -04:00
Libraries/iRate Remove FLAnimatedImage. 2017-10-10 09:50:13 -04:00
Scripts Fix commit messages written by build number script. 2017-09-01 18:44:39 -04:00
SettingsBundle Remove SCWaveformView. 2017-05-03 17:05:27 -04:00
Signal Rework push registration 2017-10-12 12:02:22 -04:00
Signal.xcodeproj Rework push registration 2017-10-12 12:02:22 -04:00
Signal.xcworkspace Modify TSStorageManager to use separate shared read and write connections. 2017-07-05 17:01:28 -04:00
SignalServiceKit Rework push registration 2017-10-12 12:02:22 -04:00
fastlane update ci to use latest XCode / fastlane 2017-07-11 16:36:50 -04:00
protobuf WIP: WebRTC calling 2017-01-12 09:56:05 -05:00
.clang-format format objc. 2016-07-14 23:15:06 -07:00
.gitattributes Supporting diffing of localizablestrings. 2015-09-14 12:26:47 +02:00
.gitignore TextSecureKit Refactoring 2015-12-22 23:41:10 +01:00
.gitmodules Fix tests on CI 2017-02-27 18:58:34 -05:00
.travis.yml CI runs SSK tests 2017-07-21 13:58:57 -04:00
BUILDING.md clarify build instructions 2017-07-21 15:38:27 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-04-23 12:31:48 +02:00
Cartfile Move PureLayout back to cocoapods for now 2017-03-23 21:48:59 -04:00
Cartfile.resolved update third party dependencies 2017-10-06 17:56:29 -04:00
Gemfile update ci to use latest XCode / fastlane 2017-07-11 16:36:50 -04:00
Gemfile.lock update third party dependencies 2017-10-06 17:56:29 -04:00
LICENSE Update license. 2017-04-11 18:09:16 -04:00
MAINTAINING.md Update WebRTC to M59 + signal patches 2017-07-10 11:15:57 -05:00
Makefile Fix up some tests 2017-08-09 12:17:03 -04:00
Podfile update third party dependencies 2017-10-06 17:56:29 -04:00
Podfile.lock update third party dependencies 2017-10-06 17:56:29 -04:00
README.md Instructions, how to use SignalServiceKit 2017-07-21 16:21:49 -04:00
SignalServiceKit.podspec aes-gcm via openssl 2017-08-21 16:37:16 -04:00

README.md

Signal for iOS Build Status

Signal is a messaging app for simple private communication with friends.

Available on the AppStore

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

We recommend going through our issues and picking out something with the help wanted label.

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:

Current BitHub Price

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.

SignalServiceKit

Check out the SignalServiceKit README for details about using SignalServiceKit in your own app.

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-2017 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html