Relay 0.4.1
I just tagged and submitted Relay 0.4.1 for review. Hopefully lands in TestFlight soon!
- Modify the logic for converting incoming messages to message bubbles. Use the
formatted_bodyfield if present, otherwise fall back tobody. This ensures a single-path conversion of HTML toNSAttributedString. Also, eliminate the dual-path for converting SwiftAttributedStringtoNSAttributedString; everything goes directly toNSAttributedString. - When using colored message bubbles, outgoing messages are now colored using the same stable color algorithm that incoming messages use. You can now see your own color!
- Change the action for media (images and videos) from double-click to single-click. An overlay icon is rendered on the message to indicate that it can be interacted with.
- Rewrote the Compose bar to fix a few bugs, including a refactor of the mention pills. Both messages and the Composer use the same class for rendering mention pills.
