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/src/Models
Adam Stiles 52861a6ef5 Fix incorrect GIF message bubble sizing (#1300)
TSAnimatedAdapter is used when rendering GIFs. TSAnimatedAdapter
inherits from JSQMediaItem but does not provide a custom implementation
of the hash method. The default implementation of hash in JSQMediaItem
results in all messages of a given interaction type (incoming,
outgoing) sharing a cached bubble size. For this reason, JSQMediaItem
subclasses are required to implement hash (see
https://github.com/jessesquires/JSQMessagesViewController/issues/631).

This commit fixes issue #1275 by implementing hash in TSAnimatedAdapter
the same way TSPhotoAdapter does.
9 years ago
..
TSMessageAdapaters Fix incorrect GIF message bubble sizing (#1300) 9 years ago
OWSCall.h Modernize init, dealloc, dicts 9 years ago
OWSCall.m Post JSQMVC code cleanup 9 years ago
OWSDisplayedMessage.h Post JSQMVC code cleanup 9 years ago
OWSDisplayedMessage.m Modernize init, dealloc, dicts 9 years ago
OWSErrorMessage.h rename our custom JSQ classes to OWS so it's clear what is/not our code. 9 years ago
OWSErrorMessage.m fix compiler warnings 9 years ago
OWSInfoMessage.h Modernize init, dealloc, dicts 9 years ago
OWSInfoMessage.m fix compiler warnings 9 years ago
OWSMessagesBubblesSizeCalculator.h rename our custom JSQ classes to OWS so it's clear what is/not our code. 9 years ago
OWSMessagesBubblesSizeCalculator.m rename our custom JSQ classes to OWS so it's clear what is/not our code. 9 years ago