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

v0.16.5

Compare
Choose a tag to compare
@manuroe manuroe released this 08 Oct 15:03
· 198 commits to develop since this release

Changes in 0.16.5 (2021-10-08)

🙌 Improvements

  • Maintenance: Remove iOS 7 auto layout code paths. (#768)
  • Upgrade MatrixSDK version (v0.20.5).
  • MXKEventFormatter: Filter the last message events of the defaultRoomSummaryUpdater to only show messages, calls and stickers. (#4451)
  • Adds invalidateTextLayout method to MXKRoomBubbleCellData along with urlPreviewData and showURLPreview to MXKBubbleComponent (#4896)
  • Replaced localizable strings with generated ones throughout the code. Fixed various translation issues. (#4899)
  • MXKTools: Track an analytics value on accept/decline of contacts access. (#4955)

🐛 Bugfixes

  • MXKRoomDataSource: Invalidate the cell data's text layout when updating read receipts. (#4950)

🧱 Build

  • Bundler: Update CocoaPods and fastlane. (#4951)

Others

  • MXKAuthenticationViewController: Standardise spelling and casing of homeserver and identity server (#857)