crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
55 stars 17 forks source link

Set custom placeholder/hint and default message feature #67

Closed nilevia closed 5 months ago

nilevia commented 2 years ago

is there any option to set custom placeholder or hint? i update to version 1.0.7 and there's less option to customize the layout. I cant embed chat fragment anymore on my activity and can't set default message.

Another problem is, the chat activity always asking for email even i've set it using Crisp.setUserEmail() Thanks.

baptistejamin commented 2 years ago

Currently, it's not possible to set a custom Placeholder.

About the setUserEmail, we will check about this :)

Doc1faux commented 2 years ago

Hi @nilevia and thanks for your feedback. Sorry for the late reply, I was working on the Crisp app rework :) The issue about the chat activity still asking the email even after being set programmatically has been addressed in the recently released 1.0.9. Let me know if you encounter it again.

Chat fragment has been in discussion and could come back in a future release (see #70 too) :)

For placeholder/hint and default message, I don't know if this even planned for the moment.

Doc1faux commented 5 months ago

Setting custom Placeholder/hint and Default message features are parts of #136 one which will be available in the next release. Closing this issue as duplicate.