Releases: qiscus/qiscus-sdk-android
Releases · qiscus/qiscus-sdk-android
2.13.6
DONT USE THIS VERSION, THERE IS FORCE CLOSE BUG
- Add extras field to comment
- Add config to enable or disable permissions request
- Fix bug getChatRoomWithUniqueId
2.13.5
- Add sender name interceptor, to modify how displaying sender name on room
- Add method to config mqtt broker uri
- Add method to get is comment sender equal to current account (qiscusComment.isMyComment())
2.13.4
- Add local api to get room by unique id
- Deprecated room with title and subtitle (1-1 chat title will always the opponent user name, and to create subtitle, please use your own toolbar)
2.13.3
- Fix force close during forward file
3.0.0-beta1
- Initial v3 release, only contains core api
2.13.2
- Fix Get chat rooms api
- Fix typing not detected
- Increase http timeout to 60 seconds for uploading file
- Handle link click from image caption
- Fix comment can not be selected
2.13.0
- Send image with caption
- Add mention feature
2.12.0
- Save message draft
- Handle auto scroll to specific comment after start chat activity
- Fix infinite auto resend file
- Add utility class to wrap RxJava Observable
- Update Jupuk filepicker, file sorted by name
- Add api to get list of room
- Add method handler to update profile (for who login with JWT)
- Several bugs fix
2.11.0
- Add feature to setup user using jwt token
- Add API for searching messages
- Add API for getting list of room info
- Several bugs fix