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/test
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
Supporting Files iOS 9 Support 10 years ago
audio Removing unused imported classes. 10 years ago
call Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE 11 years ago
contact extract and test contact searcher 9 years ago
network Fix registration flow / Keep push tokens in sync 9 years ago
phone Fixes #146 #147. 10 years ago
profiling Recursively added dot syntax, translating more terms when they were encountered in the dif 11 years ago
push Removing unused imported classes. 10 years ago
util More logging, scrub phone numbers from file logs (#1357) 9 years ago
view controllers/Signals/TSMessageAdapters Explain send failures for text and media messages 9 years ago
SignalTests-Bridging-Header.h Fix cropped Chinese/Japanese messages 9 years ago
TestUtil.h Goodbye OCTest, Hello XCTest 11 years ago
TestUtil.m Initial work to depend on external futures library instead of internal implementation 11 years ago