Signal-iOS/SignalUI
Igor Solomennikov b5ee24febe
Fix an issue causing incorrect line wraps in media editor's text overlays.
When calculating layout size of the photo overlay text max width is capped at
how wide UITextView was during editing, with the purpose of preserving wrapping
between editor (UITextView) and overlay (CATextLayer).
Previously though, UITextView was set to auto-shrink its width to content size,
which caused max width to not be not enough after changing the font to a bolder variant.
The fix is to pin UITextView's width to view margins so that all available width
is always used when measuring text overlay height.
2022-08-30 10:36:41 -07:00
..
Appearance Add "Speak Message" accessibility feature 2022-08-29 16:25:04 -05:00
Categories Improved crop tool in media editor. 2022-07-26 14:11:03 -07:00
Environment Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments [Payments] Update the MobileCoin dependency to the latest 1.2.2 release 2022-08-22 13:08:40 -07:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Video Story muting/unmuting 2022-08-10 16:25:49 -07:00
Utils Durable jobs for leaving groups 2022-08-26 13:13:23 -07:00
ViewControllers Cleanup AttachmentMultisend 2022-08-19 14:23:59 -07:00
ViewModels Fix vertical_parameter_alignment SwiftLint violations 2022-08-18 10:37:09 -05:00
Views Fix an issue causing incorrect line wraps in media editor's text overlays. 2022-08-30 10:36:41 -07:00
Wallpapers Fix typo: "Gausian" -> "Gaussian". 2022-05-17 19:25:30 -07:00
SignalUI-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalUI.h Move dependencies needed for private story creation to SignalUI 2022-07-15 15:05:03 -07:00