Skip to content

Releases: qiscus/qiscus-sdk-android

2.30.7

07 May 03:13
Compare
Choose a tag to compare
  • Add logger when failed take a picture
  • Fix upload image in background thread
  • Fix from AndroidSDKCore

Qiscus Chat SDK (core) v1.2.8

07 May 03:12
Compare
Choose a tag to compare

[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

16 Apr 04:03
Compare
Choose a tag to compare
  • 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

26 Mar 07:33
Compare
Choose a tag to compare
  • 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

19 Mar 07:09
Compare
Choose a tag to compare

-Handle double tap issue onTouch image zoom
-Prevent crash when start service in background

2.30.4

05 Mar 07:00
Compare
Choose a tag to compare

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

01 Mar 03:40
Compare
Choose a tag to compare
  • 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

12 Feb 09:11
Compare
Choose a tag to compare

Update QOS 1

2.30.1

07 Feb 03:58
Compare
Choose a tag to compare
  • 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

17 Jan 09:08
Compare
Choose a tag to compare
  • deprecated api search
  • change comment state mechanism
  • add api comment info
  • fix forward for file attachment