Skip to content

Releases: qiscus/qiscus-sdk-android

2.26.1

06 Jul 08:18
Compare
Choose a tag to compare
  • fix bug can't upload file or image

2.26.0

04 Jul 04:38
Compare
Choose a tag to compare

DO NOT USE THIS VERSION, THERE IS CAN NOT UPLOAD FILE OR IMAGE

  • Add function to block user
QiscusApi.getInstance().blockUser("[email protected]");
  • Add function to unblock user
QiscusApi.getInstance().unblockUser("[email protected]");
  • fix bug trailing slash
  • fix back button #55

2.25.0

30 May 08:23
Compare
Choose a tag to compare
  • Add function to add room participants
QiscusApi.getInstance().addRoomMember(roomId, Arrays.asList("[email protected]", "[email protected]"));
  • Add function to remove room participants
QiscusApi.getInstance().removeRoomMember(roomId, Arrays.asList("[email protected]", "[email protected]"));
  • Additional data in request header

2.24.4

22 May 08:44
Compare
Choose a tag to compare
  • Change get room by id to using room info
  • Parse unix timestamp as comment time instead of create_at string

2.24.3

07 May 08:10
Compare
Choose a tag to compare
  • Handle click upload icon in message bubble

2.24.2

24 Apr 09:33
Compare
Choose a tag to compare
  • Fix not realtime comment in channel room
  • Fix deleted comment showing again after sync
  • Fix wrong comment state when get room with show member false
  • Allow subclass override handle forward method in QiscusBaseChatFragment

2.24.1

20 Apr 08:13
Compare
Choose a tag to compare
  • Add function to get total unread count
  • Order comment by created time

2.24.0

17 Apr 08:51
Compare
Choose a tag to compare
  • Refine channel room type handling
  • Better database migration handling
  • Add api to search message in local database
  • Several bugs fix 2.23.2...2.24.0

2.23.2

10 Apr 07:21
Compare
Choose a tag to compare
  • Fix offline comment not sent
  • Update jupuk library to fix not showing folders
  • Update android support library to 27.1.1
  • Update play services and firebase to 12.0.1

2.23.1

02 Apr 03:32
Compare
Choose a tag to compare
  • Fix offline comment not sent
  • Update jupuk file picker library to 1.0.2
  • Several bugs fix