Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hotfix] Release v2.2.2 #50

Merged
merged 9 commits into from
Apr 25, 2021
Merged

[Hotfix] Release v2.2.2 #50

merged 9 commits into from
Apr 25, 2021

Conversation

PatilShreyas
Copy link
Owner

Summary

Added support for plain text (i.e. String) as well as Spanned text for dialog's message.

Earlier, in v2.2.1, there was only support for spanned formatted text for the message which was not generic. This fix now provides both the available configuration as per the need of the developer and use case.

For example,

  • To set plain text message for dialog:
    .setMessage("Lorem Ipsum") 
  • To Spanned text message for dialog:
    .setMessage(Html.fromText("<b>Lorem <i>Ipsum</i></b>")) 

Resolves: #49

@PatilShreyas PatilShreyas merged commit 1d907bd into master Apr 25, 2021
@PatilShreyas PatilShreyas deleted the hotfix/v2.2.2 branch April 25, 2021 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic Message support: Support for separate plain text and Spanned text
1 participant