Skip to content

Releases: qiscus/qiscus-sdk-android

Qiscus Chat SDK (core) v1.3.22

12 Oct 03:16
Compare
Choose a tag to compare

Changelog :

  • Fix crash null when getToken and getEmail

Qiscus Chat SDK (core) v1.3.21

09 Oct 10:22
Compare
Choose a tag to compare

Changelog :

  • Implement api getRoomUnreadCount()
  • Prevent failed login mechanism

Qiscus Chat SDK (core) v1.3.20

23 Sep 10:07
Compare
Choose a tag to compare

ChangeLog :

  • Add param room_type in searchMessage (from 1.3.20-rc.1)
  • Prevent sendMessage type reply from system_event (from 1.3.20-rc.2)
  • Fix crash in timer QiscusSyncJobService

Qiscus Chat SDK (core) v1.3.19

04 Aug 08:33
Compare
Choose a tag to compare

Changelog :

  • Implement param fileType in func getFileList (fileType can "media", "link", "doc", or "others")
  • Implement extras in participant from api room_info

***Note

file_type can be used when a user (client who implement chat SDK) sends extras in post_comment API , for example:

{
..
extras:  { "file_type":  "media"}
..
}

later on you can search in file_list API by passing the file_type: "media", then you get only media category

Qiscus Chat SDK (core) v1.3.18

29 Jul 08:48
Compare
Choose a tag to compare

Changelog

  • Fix user presence timestamp

Qiscus Chat SDK (core) v1.3.17

20 Jul 04:43
Compare
Choose a tag to compare

Changelog

  • Fix db migration for user extras
  • Implement a search message feature
  • Implement a get file list feature

*** Note :

  • Contact us if you want using feature searchMessage() and getFileList()

Qiscus Chat SDK (core) v1.3.16

16 Jun 15:09
Compare
Choose a tag to compare

Changelog

  • Implement userExtras in QiscusComment()
  • Prevent crash when connect to realtime in some device

Note:
Please use 1.3.15 instead, there's crash on DB, will release another version to fix this

Qiscus Chat SDK (core) v1.3.15

09 Jun 09:37
Compare
Choose a tag to compare

Changelog

  • Improve enable realtime flow

***Note : If you want using sdk 28, please use version 1.3.15-beta3

Qiscus Chat SDK (core) v1.3.14

21 Apr 20:18
Compare
Choose a tag to compare

Changelog

  • Implement getUserPresence() API
  • Improve mechanism getUserAccount() from local data

Qiscus Chat SDK (core) v1.3.13

15 Apr 06:12
Compare
Choose a tag to compare

ChangeLog

  • Update default BrokerRealtimeURL
  • Implement Feature Join and Leave Channels
  • Update library okHttp for fix crash issue