Skip to content

Releases: qiscus/qiscus-sdk-android

2.13.6

20 Oct 09:40
Compare
Choose a tag to compare

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

18 Oct 06:12
Compare
Choose a tag to compare
  • 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

16 Oct 07:51
Compare
Choose a tag to compare
  • 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

13 Oct 03:42
Compare
Choose a tag to compare
  • Fix force close during forward file

3.0.0-beta1

03 Oct 02:58
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
  • Initial v3 release, only contains core api

2.13.2

03 Oct 02:57
Compare
Choose a tag to compare
  • 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.1

22 Sep 07:35
Compare
Choose a tag to compare

Fix caption text color

2.13.0

19 Sep 03:17
Compare
Choose a tag to compare
  • Send image with caption
  • Add mention feature

2.12.0

09 Sep 04:08
Compare
Choose a tag to compare
  • 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

30 Aug 15:37
Compare
Choose a tag to compare
  • Add feature to setup user using jwt token
  • Add API for searching messages
  • Add API for getting list of room info
  • Several bugs fix