- UIKit fail to receive message when the app is in background #217
- Fix fail to load image when clicking preview in chat ui kit #215
- Fix app crash when open and close ConversationFragment quickly and frequently #211
- Upgrade Skygear SDK to v1.6.4 for websocket issue
- Upgrade Skygear SDK to v1.6.2 for websocket issue
- Add pagination support for get conversation API (#207)
- Fix record acl become public read after updating conversation
- API updates:
- Update getMessages api with cache support #94, #131
- Introduce message operation cache objects for fail operation handling #130, #131, #132
- Fetch participants api with cache support #153, #154
- Add `subscribeToConversation` and `subscribeToUserChannel` function #195
- UIKit updates:
- Support UI and Text customization support in ConversationView
- Update UIKit with local cache
- API updates:
- Update admin id option keys of chat:create_conversation SkygearIO/chat#192
- UIKit updates:
- Fix android 4 sending image from camera bug, grant Read & Write permission manually #162
- Fix bubble color in android 4, should not allow user send out empty
- Fix cannot load the image in image view in android 4 #163
- Fail trailing space username make the app crash bug #163
- Image rotation bug fix and refactor the message constructing in conversation view
- Voice message bug fix #152 #158
- API updates:
- Rename ChatUser to Participant #170
- Update API callback, rename function `onSucc` to `onSuccess` #121
- Support beforeMessageID parameter for query messages #140
- ChatContainer.editMessage() accepts metadata and asset #31
- Example updates:
- Update chat example with api test
- Improve admin and participant list display #164
- Separate UI Kit Classes from chat project