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
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
..
AudioFiles Fixes #244 10 years ago
Certificates TextSecureKit Refactoring 9 years ago
Images Multiple visual enhancements and repo cleanup. 10 years ago
Images.xcassets Fix smooshed launch image on iphone 6 by using storyboard instead of static launch image 9 years ago
src Fix incorrect GIF message bubble sizing (#1300) 9 years ago
test Consistent and efficient media Delete/Copy/Save UX 9 years ago
translations 2.4 update translations (#1291) 9 years ago
Signal-Info.plist Orphan-data cleanup no longer causes timeout (#1303) 9 years ago
Signal-Prefix.pch TextSecureKit Refactoring 9 years ago
Signal.entitlements initial commit 11 years ago
iTunesArtwork@3x.png Updated iTunes artwork 10 years ago
main.m Removing unused imported classes. 10 years ago