This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
v0.9.27
/!\ Security:
- The homeserver access token was incorrectly included in requests sent to the Identity Server, a separate service.
The client should prompt the user to logout and login again to renew the token, unless the user is happy to trust the Identity Server provider with their access token (e.g. if the homeserver and identity server are operated by the same provider).
Features:
- Allow Matrix SDK client to configure the filter used for pagination (element-hq/riot-android#3237)
Improvements:
- Add a TermsManager (element-hq/riot-android#3225)
Bugfix:
- Stop sending the access token of the homeserver to the identity server
- VoIP: Stop falling back to Google for STUN (element-hq/riot-android#3223).
- EventIDs: Add regex to match eventIDs for v4 and v5 rooms
- Failed to send a message in a new joined room (invited by email)
Others:
- Remove useless log (element-hq/riot-android#3236)
Build:
- Migrate to androidx (following https://developer.android.com/jetpack/androidx/migrate)
- WebRTC: upgrade webrtc library, using the one build along with Jitsi