Signal-iOS/SignalServiceKit/Messages/BodyRanges
Igor Solomennikov 77fd1345f8
Updates to Chat, Calls and Stories views.
• use UIBackgroundConfiguration to configure background colors (normal, selected) for list rows in Chats, Calls, Stories;
this allows us to use background with rounded corners on iPads, as design team wanted;
• in Chats, use secondaryLabel color to show last message text, timestamp etc. instead of older color.
• in Chats, use system-provided horizontal layout margins for content instead of fixed 16 dp.
• update to use dynamic colors in all of those lists: assign color values just once, don't reload UI on light/dark mode change;
• switch to using UIColor.Signal.background for all those lists; this results in those views getting proper "elevated" background color when displayed in the Split View controller.
• use UIButton (instead of OWSButton) in Stories ("Save" and "Context Menu") buttons.
2025-10-24 18:50:55 -07:00
..
EditableMessageBody.swift Deleting mentions before existing mentions shifts mention range incorrectly 2025-08-11 12:20:47 -07:00
HydratedMessageBody.swift Updates to Chat, Calls and Stories views. 2025-10-24 18:50:55 -07:00
MentionAttribute.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
MentionHydrator.swift remove Dependencies protocol entirely 2024-10-12 00:26:22 -05:00
MessageBody.swift One transaction type to rule them all and in the darkness bind them 2025-03-13 21:43:35 -07:00
MessageBodyRanges.swift Add some support for binary service IDs 2025-10-24 17:38:58 -05:00
MessageBodyStyle.swift Backup integration tests for more chat items 2024-09-16 11:44:32 -07:00
NSRangedValue.swift Fix a few build warnings 2024-04-17 19:11:13 -05:00
SpoilerRevealState.swift enable internal imports by default 2024-09-29 20:03:17 -05:00
StyleAttribute.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
StyleOnlyMessageBody.swift remove unused objc compat 2025-02-07 05:30:56 -06:00
TextCheckingDataItem.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00