moca_matrix_sdk 0.16.15
moca_matrix_sdk: ^0.16.15 copied to clipboard
Dart Matrix SDK wrapper for Moca App. This library gives the developer methods for interacting with a matrix server
0.1.0 #
- Initial version.
- Get, invite and accept rooms
- Send message
- Login, logout, register
- No binaries included
0.2.0 #
- Added methods for session handling
- Includes windows binaries
- Added support for local storage with SQLite and IndexedDB
0.3.0 #
- Added iOS binaries
0.4.0 #
- Added room participants to getRooms method
0.5.0 #
- Added optional parameter deviceId to login method
- Added method to manually refresh tokens
0.6.0 #
- Added method to search for user
0.7.0 #
- Added invitedId param for m.room.meber events
0.8.0 #
- Added getLeftRooms
- Refactored matrix rust functions into helpers
0.9.0 #
- Fixed issues related to error handling
0.10.0 #
- Refactored rust code
- Added linux binaries and plugin
- Added delete room method
- Added support for android binaries
0.11.0 #
- Added read receipts to getJoinedRooms method
- Added method to update public read receipt
- iOS binaries compiled on build process
0.12.0 #
- Added method to register an http notifications
0.13.0 #
- Client refactor to create in every function
0.14.0 #
- Fixed client syncronization issues
0.15.0 #
- Send attachments to conversations
- Methods for handling payments on conversations
- Set global display name
- Set profile picture
0.15.1 #
- Added missing method for send attachments
0.16.0 #
- Added method for getting image bytes
0.16.2 #
- Added support for handling video, audio and generic files
- Added cache support for media files
0.16.3 #
- Added Android binaries
0.16.4 #
- Added handling for receipt events to the matrix sync listener
0.16.5 #
- Added flag to enable serverside backups
- Updated matrix rust sdk version to 0.8.0 from 0.7.1
0.16.6 #
- Minor bug fixes
0.16.7 #
- Enabled serverside backups via the recovery module from the matrix rust sdk
- Added methods to write and read secrets to the user's matrix secret_store
- Enabled get joined room
0.16.8 #
- Get display name on login response
0.16.9 #
- Changed get_room function for custom _get_room_by_id function
0.16.11 #
- Added method to send reactions to an event
- Modified get_room_data to append reaction to parent event
0.16.12 #
- Mapped reactions property to events
0.16.13 #
- Added clearReaction method
0.16.14 #
- Added method to send forwarded annotations
- Modified get_room_data to append forwardedCount to parent event
0.16.15 #
- Returned Media object for get media method
- Added dimensions for images