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
Michael Kirk bd370f1de4 Fix cropped Chinese/Japanese messages
The earlier fix for the broken ios10 emoji font ended up breaking
messages for some users with a tall font.

Here we have a lighter touch - ensuring we don't touch messages that
don't use emoji.

Also, introduce a different approach to the fix, rather than trying to
compute the bounding rect of an appropriately attributed string, just
add an extra bit of height per line.

This approach isn't ideal for long messages with only one emoji line in
them, but the previous approach was incompatible with Chinese messages
that also contain emoji. See the new
`MesssagesBubblesSizeCalculatorTest.swift` for test cases considered.

// FREEBIE
9 years ago
..
Models Fix cropped Chinese/Japanese messages 9 years ago
Observers Read receipts remove lockscreen notifications 9 years ago
Storyboard Fix registration flow / Keep push tokens in sync 9 years ago
Storyboards Fix registration flow / Keep push tokens in sync 9 years ago
audio Fix registration flow / Keep push tokens in sync 9 years ago
call Fixes lingering interactions after removing thread (#1297) 9 years ago
contact Explain send failures for text and media messages 9 years ago
crypto Return immutable data from generateSecureRandomData:length and use OSStatus to check the status of SecRandomCopyBytes. (#1306) 9 years ago
environment Fix registration flow / Keep push tokens in sync 9 years ago
network Fix registration flow / Keep push tokens in sync 9 years ago
phone Fix registration flow / Keep push tokens in sync 9 years ago
profiling TextSecureKit Refactoring 10 years ago
util Merge branch 'mkirk/fix-registration-without-background-modes#1329' 9 years ago
view controllers Fix cropped Chinese/Japanese messages 9 years ago
views Fix registration flow / Keep push tokens in sync 9 years ago
AppDelegate.h Fix registration flow / Keep push tokens in sync 9 years ago
AppDelegate.m Fix registration flow / Keep push tokens in sync 9 years ago
NotificationTracker.h TextSecureKit Refactoring 10 years ago
NotificationTracker.m TextSecureKit Refactoring 10 years ago
Signal-Bridging-Header.h Fix registration flow / Keep push tokens in sync 9 years ago
UIColor+OWS.h Move colors into style class 9 years ago
UIColor+OWS.m Move colors into style class 9 years ago