Releases: crisp-im/crisp-sdk-android
Releases · crisp-im/crisp-sdk-android
v1.0.3
v1.0.2
Issues planned & done
- Reduce overall padding of the Helpdesk search dialog and fix helpdesk page height,
- Fix Smiley/GIF toggle component,
- Reduce height of the GIF search field,
- Display the read status only for the last read message in the messages streak and display avatar only on the last message of a messages streak,
- Update default avatar,
- Added missing APIs:
setTokenID(String tokenID)
,setUserAvatar/Company/Phone(String userProperty)
,setSessionBool/Int/String(String key, Object value)
,pushSessionEvent(SessionEvent sessionEvent)
,setSessionSegment(String segment)
.
Issues not planned & done
- Fixed Helpdesk articles opened as external links & Helpdesk dialog back button height,
- Add/update pending messages in
session:joined$sync.messages
, - Save messages content/status with the
storage:sync:update
message on each update and restore them from thesession:joined$storage.message
, - Add new test cases in the app for all new missing APIs,
- Use
png
oversvg
format forfloating_cogs tile
, - Fixed external intents not handled in Android 11,
- Avoid sending
message:acknowledge
messages for system messages, - Fix pending messages not correctly cleared on
resetChatSession
API call.