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.
session-ios/Signal
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
10 years ago
..
AudioFiles Fixes #244 11 years ago
Certificates TextSecureKit Refactoring 10 years ago
Images Multiple visual enhancements and repo cleanup. 11 years ago
Images.xcassets Fix smooshed launch image on iphone 6 by using storyboard instead of static launch image 10 years ago
src Unfork JSQMessagesViewController 10 years ago
test extract and test contact searcher 10 years ago
translations Fix crash on unknown attachment (#1249) 10 years ago
Signal-Info.plist bump release target to 2.3.6.0 (#1256) 10 years ago
Signal-Prefix.pch TextSecureKit Refactoring 10 years ago
Signal.entitlements initial commit 12 years ago
iTunesArtwork@3x.png Updated iTunes artwork 11 years ago
main.m Removing unused imported classes. 11 years ago