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
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
..
Models Fix incorrect GIF message bubble sizing (#1300) 9 years ago
Storyboard Fixes Call Error message text should adapt size to fit localized texts (#1164) (#1178) 9 years ago
audio small IOS9 Fixes (#1253) 9 years ago
call Fixes lingering interactions after removing thread (#1297) 9 years ago
contact extract and test contact searcher 9 years ago
crypto TextSecureKit Refactoring 10 years ago
environment Orphan-data cleanup no longer causes timeout (#1303) 9 years ago
network Fixes lingering interactions after removing thread (#1297) 9 years ago
phone namespace ContactsManager -> OWSContactsManager 9 years ago
profiling TextSecureKit Refactoring 10 years ago
util Send button disabled color and dynamically sized 9 years ago
view controllers Fixes lingering interactions after removing thread (#1297) 9 years ago
views Alternative solution for requiring direct taps for launching media view (#1235) (#1261) 9 years ago
AppDelegate.h TextSecureKit Refactoring 10 years ago
AppDelegate.m namespace ContactsManager -> OWSContactsManager 9 years ago
NotificationTracker.h TextSecureKit Refactoring 10 years ago
NotificationTracker.m TextSecureKit Refactoring 10 years ago
UIColor+OWS.h Move colors into style class 9 years ago
UIColor+OWS.m Move colors into style class 9 years ago