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

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@manuroe manuroe released this 16 Jun 15:48
· 2960 commits to develop since this release

Improvements:

  • Upgrade MatrixSDK version (v0.8.0).
  • Add read markers synchronisation across matrix clients.
  • Add support of MXRoomSummary.
  • Add directory server list data model (datasource, cellDataStoring protocol and its minimal implementation).
  • Add viewcontroller interactive animations to quit attachment viewer, thanks to @aramsargsyan (PR #259).
  • MXKRecentsViewController: Update the pull to kick mechanism to take into account some recents table view settings (used in inherited class).
  • MXKRecentListViewController: Add hideSearchBar: method.
  • MXKRecentsDataSource: Expose the current search pattern list to the inherited classes.
  • Chat screen: Recognise and make tappable phone numbers, address, etc.
  • Call: Play the right sounds during call life, thanks to @morozkin (PR #298) (element-hq/element-ios#1101).
  • Documentation: Updated example to display Recents List with correct datasource class, thanks to javierquevedo (PR #278).
  • Pods: Use bundle ressource to store assets, thanks to Samuel Gallet (PR #279).
  • Pods: Clean headers to be able to build MatrixKit pod as a module, thanks to Samuel Gallet (PR #282) and @morozkin (PR #286).

Bug fixes: