A private messenger for iOS.
Go to file
Michael Kirk 1dd06a5e6c Fix registration flow / Keep push tokens in sync
* Separate registering an account from registering for push notifications
  * Allows us to complete registration without prompting user for
    notification settings.

UX Changes
----------
* Automatically keep push tokens in sync on startup.
  Push tokens *can* change, though they rarely do. It happens more often
  for people switching between appstore/beta builds.

  fixes #1174

* Show alert with registration failure
  * add secret 8-tap debug log gesture to registration flow

* Move registration to separate flow
  * don't see flash of inbox when first launching

* show useful error messages when given wrong code / no code

* remove background fetch
  We werent using it, but only relying on a side effect of it which is
  no longer necessary.

Code Changes
------------

* More registration logging.

* Install PromiseKit with carthage

  Our dependencies are not yet framework compatible, so we can't use
  cocoapods.

* Merge preferences util "category" into superclass.

  The immediate reason for this is Swift interop was assuming optional
  types were not optional, and exploding when a value was nil.

  This is clearer anyway, since we were treating it like a subclass, and
  it was the only thing using the class anyway.

* auto-genstrings now searches *.swift (and *.h, which was previously
  broken) for translateable strings.

// FREEBIE
2016-11-03 16:13:49 -04:00
.github crash reporting instructions in issue template (#1235) 2016-06-27 16:14:14 -07:00
Carthage@859dc35d6a Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
Libraries Don't prompt for feedback if user hasn't completed registration 2016-11-03 16:12:27 -04:00
Scripts Fix unused_string.py uses python interpreter. 2016-03-27 20:10:22 +02:00
SettingsBundle Adding support for animated gifs 2015-11-29 12:59:34 +01:00
Signal Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
Signal.xcodeproj Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
Signal.xcworkspace Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04: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 registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
.travis.yml Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
BUILDING.md Consistent and efficient media Delete/Copy/Save UX 2016-07-18 09:20:48 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-04-23 12:31:48 +02:00
Cartfile Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
Cartfile.resolved Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
Makefile Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
Podfile [JSQMVC] Fix crash on delete when under load. 2016-10-31 10:38:20 -04:00
Podfile.lock Fix registration flow / Keep push tokens in sync 2016-11-03 16:13:49 -04:00
README.md Update README.md 2016-04-08 11:35:29 +02: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.

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:

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.

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