Skip to content

Releases: matrix-org/matrix-android-sdk2

v1.6.10

05 Jul 09:38
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.6.10

Imported from Element 1.6.10. (https://github.com/vector-im/element-android/releases/tag/v1.6.10)

v1.5.30

11 Apr 10:57
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.30 (2023-04-11)

Imported from Element 1.5.30. (https://github.com/vector-im/element-android/releases/tag/v1.5.30)

v1.5.26

09 Mar 14:33
Compare
Choose a tag to compare

v1.5.25

16 Feb 14:20
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.25 (2023-02-16)

Imported from Element 1.5.25. (https://github.com/vector-im/element-android/releases/tag/v1.5.25)

SDK API changes ⚠️

  • [Poll] Adding PollHistoryService (#7864)
  • [Push rules] Call /actions api before /enabled api (#8005)

v1.5.22

30 Jan 13:50
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.22 (2023-01-30)

Imported from Element 1.5.22. (https://github.com/vector-im/element-android/releases/tag/v1.5.22)

SDK API changes ⚠️

v1.5.20

24 Jan 13:22
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.20 (2023-01-23)

Imported from Element 1.5.20. (https://github.com/vector-im/element-android/releases/tag/v1.5.20)

v1.5.18

10 Jan 11:12
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.18 (2023-01-10)

Imported from Element 1.5.18. (https://github.com/vector-im/element-android/releases/tag/v1.5.18)

SDK API changes ⚠️

  • [Sync] Sync Filter params are moved to MatrixConfiguration and will not be stored in session realm to avoid bug when session cache is cleared (#7843)
  • RoomDisplayNameFallbackProvider has been moved from org.matrix.android.sdk.api to org.matrix.android.sdk.api.provider

Full Changelog: v1.5.11...v1.5.18

v1.5.11

08 Dec 09:12
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.11 (2022-12-08)

Imported from Element 1.5.11. (https://github.com/vector-im/element-android/releases/tag/v1.5.11)

SDK API changes ⚠️

  • Added support for read receipts in threads. Now user in a room can have multiple read receipts (one per thread + one in main thread + one without threadId) (#6996)
  • Sync Filter now taking in account homeserver capabilities to not pass unsupported parameters.
    Sync Filter is now configured by providing SyncFilterBuilder class instance, instead of Filter to identify Filter changes related to homeserver capabilities (#7626)

v1.5.8

23 Nov 12:08
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.8 (2022-11-23)

Imported from Element 1.5.8. (https://github.com/vector-im/element-android/releases/tag/v1.5.8)

SDK API changes ⚠️

  • [Metrics] Add SpannableMetricPlugin to support spans within transactions. (#7514)
  • Fix a bug that caused messages with no formatted text to be quoted as "null". (#7530)
  • If message content has no formattedBody, default to body when editing. (#7574)

v1.5.7

16 Nov 13:35
Compare
Choose a tag to compare

Changes in Matrix-SDK v1.5.7 (2022-11-16)

Imported from Element 1.5.7. (https://github.com/vector-im/element-android/releases/tag/v1.5.7)

SDK API changes ⚠️

  • Add MetricPlugin interface to implement metrics in SDK clients. (#7438)