Releases: qiscus/qiscus-sdk-android
Releases · qiscus/qiscus-sdk-android
2.30.7
- Add logger when failed take a picture
- Fix upload image in background thread
- Fix from AndroidSDKCore
Qiscus Chat SDK (core) v1.2.8
[Please use 1.2.9. instead, there's a null result after fetching getChatRoom()]
- Fix crash when access db from func getChatRoom()
- Prevent crash when start pusher service
- Prevent crash when taking a picture and when URI is null
Qiscus Chat SDK (core) v1.2.7
- Prevent crash null object on MQTT while in reconnecting process
- Make broadcast receiver can only receive events sent by the same application
2.30.6
- Improve handling mqtt connection
- Implement getUsers feature,
for example :
QiscusApi.getInstance().getUsers(1, 20, "")
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(new Action1<List<QiscusAccount>>() {
@Override
public void call(List<QiscusAccount> qiscusAccounts) {
}
}, new Action1<Throwable>() {
@Override
public void call(Throwable throwable) {
throwable.printStackTrace();
}
})
2.30.5
-Handle double tap issue onTouch image zoom
-Prevent crash when start service in background
2.30.4
Bug fix save messages to the local database when do load message and load more message
NOTE :
*We will deprecate method QiscusApi.getInstance().getCommentInfo() , and change using local data not using REST API in next release
2.30.3
- Bug fix cannot open Image while file is not found in localdata
- Improvement handle deadlock issue (you need to kill your app and re-launch again if you are using the previous version)
2.30.2
Update QOS 1
2.30.1
- Update Docs for SDKCore
- Prevent Crash when load getMember in localDB
- Prevent Crash when open file using depedency JUPUK
- Update QOS 0
2.30.0
- deprecated api search
- change comment state mechanism
- add api comment info
- fix forward for file attachment