You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Live location sharing: updating beacon state event content structure (#5814)
Improved Documentation π
Update the PR process doc with 2 reviewers and a new reviewer team. (#5836)
Improve documentation of the project and of the SDK (#5854)
SDK API changes β οΈ
Added registrationCustom into RegistrationWizard to send custom auth params for sign up
Moved terms converter into api package to make it accessible in sdk (#5575)
Move package org.matrix.android.sdk.api.pushrules to org.matrix.android.sdk.api.session.pushrules (#5812)
Some Session apis are now available by requesting the service first. For instance Session.updateAvatar(...) is now Session.profileService().updateAvatar(...)
The shortcut Room.search() has been removed, you have to use Session.searchService().search() (#5816)
Add return type to RoomApi.sendStateEvent() to retrieve the created event id (#5855)
Room apis are now available by requesting the service first. For instance Room.updateAvatar(...) is now Room.stateService().updateAvatar(...) (#5858)
Remove unecessary field eventId from EventAnnotationsSummary and ReferencesAggregatedSummary (#5890)
Replace usage of System.currentTimeMillis() by a Clock interface (#5907)
Other changes
Move "Ignored users" setting section into "Security & Privacy" (#5773)
Add a picto for ignored users in the room member list screen (#5774)