Releases: qiscus/qiscus-sdk-android
Releases · qiscus/qiscus-sdk-android
Qiscus Chat SDK (core) v1.12.8
Changelog :
- Fix Crash DB Lock
- Fix Memory Leak
Qiscus Chat SDK (core) v1.12.7
Changelog :
- Fix Crash
- Fix retry upload & download mechanism
- Add auth realtime
Qiscus Chat SDK (core) v1.12.5
Changelog :
- update okhttp 5.2.1
- add proguard lib jupuk, nirmana, and sdk
- improve expired token flow
Qiscus Chat SDK (core) v1.12.4
Changelog :
- Fix multiple header
Qiscus Chat SDK (core) v1.12.3
Changelog:
- Handle 3x retry when RTO (Request Time Out)
Qiscus Chat SDK (core) v1.12.2
Changelog :
- Fix issues refresh token
Qiscus Chat SDK (core) v1.12.1
Changelog :
- Fix issue refresh token (re subcribe realtime)
Qiscus Chat SDK (core) v1.12.0
Changelog :
- Support 16 Page sizes
- Fix Crash
Qiscus Chat SDK (core) v1.11.0
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
Changelog :
- Bugfix Crash and Update Library