Releases: qiscus/qiscus-sdk-android
Releases · qiscus/qiscus-sdk-android
2.26.1
- fix bug can't upload file or image
2.26.0
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
- 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
2.24.3
2.24.2
2.24.1
2.24.0
- 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