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
Michael Kirk 4d320d6015 Unfork JSQMessagesViewController
Geting back on upstream fixes a couple bugs (see ##Bugfixes), and also
will make future updates easier.

The unforking process was basically this:

* move custom message types (Calls and DisplayedMessages) classes from our
  custom JSQMVC fork into Signal-iOS.
* Move any method customization into our subclass. Including
  ColletionView stuff, bubble sizing, and gesture behavior

Bug Fixes
---------
* Fix mis-sized incoming media bubbles.

Bubble size was being cached by interaction id. Which broke when
receiving an attachment. The problem is that incoming media messages
were initially the height of a "Downloading Attachment" info message.
Instead we use the mediaHash for media messages to expire the bubble
size when the media changes.

* fix missized bubble when MVC did appear

The MessagesViewController isn't sized correctly until ViewWillAppear.
This caused the first round of bubbles to be rendered incorrectly (they
assumed a larger container than they had).  I think is reflected in the
current version of the app by a reflow occurring shortly after the view
appears.

Chores
------
* bump travis to build with xcode8
* specify RQV development team for device build. required by xcode 8 beta

Cleanup
------
* Refactor messageing XIB so that elements are hangning outside of
  the views frame
* Fix compiler warning with explicit cast
* delete deprecated lineBreakmode, it's the default value anyway.

// FREEBIE
9 years ago
.github crash reporting instructions in issue template (#1235) 9 years ago
Libraries small IOS9 Fixes (#1253) 9 years ago
Scripts Fix unused_string.py uses python interpreter. 9 years ago
SettingsBundle Adding support for animated gifs 9 years ago
Signal Unfork JSQMessagesViewController 9 years ago
Signal.xcodeproj Unfork JSQMessagesViewController 9 years ago
Signal.xcworkspace Fix crash after deleting message (#1219) 9 years ago
.clang-format TextSecureKit Refactoring 9 years ago
.gitattributes Supporting diffing of localizablestrings. 10 years ago
.gitignore TextSecureKit Refactoring 9 years ago
.travis.yml Get back on upstream SocketRocket (#1241) 9 years ago
BUILDING.md Adding building instructions + TextSecure in README 10 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 10 years ago
Podfile Unfork JSQMessagesViewController 9 years ago
Podfile.lock Unfork JSQMessagesViewController 9 years ago
README.md Update README.md 9 years ago

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