Closed zsolt-szecsi closed 6 years ago
Thanks @zsolt-szecsi
@devendroid
You are welcome! Do you have the possibility to release a new version with a fixed version number which contains this fix? I would like to use your library in my project, but this feature is required and I cannot use dev version in our finalized implementation.
I released version 1.0.2 with this fix 👍
The currently released version does not support the displaying of the formatted text, for example if the text parameter contains html tags. I have changed the type of the incoming
text
parameter toCharSequence
, so currently it is compatible with the simpleString
(let say backward compatible) and it can support the formatted text as well. I made some small change in logic to support the new type. I adapted the example application as well, so currently every second line in the list contains a formatted text.