Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@manuroe manuroe released this 17 Apr 16:48
· 1595 commits to develop since this release

Improvements:

  • Upgrade MatrixSDK version (v0.16.0).
  • MXKRoomBubbleTableViewCell: Handle content view tap and long press when there is no messageTextView or attachmentView properties.
  • MXKRoomBubbleComponent: Add a property to indicate if an encryption badge should be shown.
  • MXKRoomBubbleCellData: Add a property to indicate if a bubble component needs to show encryption badge.
  • MXKEventFormatter: E2E, hide duplicate message warnings (element-hq/element-ios#2910).
  • MXKEventFormatter: E2E, hide the algo used when turning on encryption (element-hq/element-ios#2939).
  • Push notifications: Implement logic to use also a secondary appId for VoIP pusher on debug builds, like for APNS pusher.
  • SwiftUTI: Remove the no more maintained pod. Embed code instead.

API break:

  • MXKRoomBubbleComponent: Add session parameter to init and update method.

Bug fix:

  • MXKImageView: Consider safe area insets when displayed fullscreen (PR #649).