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

v0.11.2

Compare
Choose a tag to compare
@SBiOSoftWhare SBiOSoftWhare released this 07 Nov 10:50
· 1671 commits to develop since this release

Improvements:

  • Upgrade MatrixSDK version (v0.15.0).
  • MXKEventFormatter: In the case of "in reply to" event, replace the user Matrix ID by his display name when available (element-hq/element-ios/issues/2154).
  • Groups: Load them only after the session got sync'ed with the homeserver (element-hq/element-ios/issues/2793).
  • MXKRoomViewController: Add possibility to prevent bubblesTableView scroll using contentOffset.
  • MXKAccount: Handle updated MXBackgroundModeHandler and now use MXBackgroundTask.

Bug fix:

  • MXKRoomBubbleCellData: Fix a crash in shouldHideSenderName method.
  • Pasteboard: Fix a crash when passing a nil object to UIPasteboard.
  • MXKImageView: UI API called from background thread (#517).