Skip to content

Releases: qiscus/qiscus-sdk-android

Qiscus Chat SDK (core) v1.12.8

14 Apr 09:52

Choose a tag to compare

Changelog :

  • Fix Crash DB Lock
  • Fix Memory Leak

Qiscus Chat SDK (core) v1.12.7

10 Mar 23:02

Choose a tag to compare

Changelog :

  • Fix Crash
  • Fix retry upload & download mechanism
  • Add auth realtime

Qiscus Chat SDK (core) v1.12.5

22 Oct 06:09

Choose a tag to compare

Changelog :

  • update okhttp 5.2.1
  • add proguard lib jupuk, nirmana, and sdk
  • improve expired token flow

Qiscus Chat SDK (core) v1.12.4

08 Oct 04:09

Choose a tag to compare

Changelog :

  • Fix multiple header

Qiscus Chat SDK (core) v1.12.3

23 Sep 02:46

Choose a tag to compare

Changelog:

  • Handle 3x retry when RTO (Request Time Out)

Qiscus Chat SDK (core) v1.12.2

12 Sep 07:49

Choose a tag to compare

Changelog :

  • Fix issues refresh token

Qiscus Chat SDK (core) v1.12.1

25 Aug 09:24

Choose a tag to compare

Changelog :

  • Fix issue refresh token (re subcribe realtime)

Qiscus Chat SDK (core) v1.12.0

15 Jul 07:28

Choose a tag to compare

Qiscus Chat SDK (core) v1.11.0

17 Jun 09:19

Choose a tag to compare

Changelog :

  • implement feature new typing (for AI message)
  • Fix issue override token empty in local db after update api profile
 @Subscribe
    public void onChatRoomTypingAIEvent(QiscusChatRoomTypingAIEvent event) {
        if (event.isTyping()) {
            //show typing UI
        }else{
            //hide typing UI
        }
        QiscusLogger.print(event.toString());
    }

Qiscus Chat SDK (core) v1.10.1

20 May 09:58

Choose a tag to compare

Changelog :

  • Bugfix Crash and Update Library