This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
v0.12.7
Improvements:
- Upgrade MatrixSDK version (v0.16.6).
- DTCoreText: Update DTCoreText dependency to 1.6.23 minimum to be sure to not reference UIWebView.
- MXKCountryPickerViewController: Replace deprecated UISearchDisplayController by UISearchViewController.
- MXKLanguagePickerViewController: Replace deprecated UISearchDisplayController by UISearchViewController.
- MXKAppSettings: Add an option to hide un-decryptable events before joining the room.
- MXKRoomDataSource: Hide un-decryptable messages that were sent while the user was not in the room if needed.
Bug fix:
- MXKRoomDataSource: Wait for store data ready when finalizing initialization on data source (element-hq/element-ios/issues/3159).
- MXKLanguagePickerViewController: Fix selected cell reuse issue.
- MXKRoomDataSource: Wait for initial event existence if provided (element-hq/element-ios/issues/3290).
- MXKRoomDataSource: Convert one-time observers to block variables to avoid releasing (element-hq/element-ios/issues/3337).