First of all thank you for the very nice library it really helped me a lot.
I have some small suggestions, first, I had to create another class extending the AREditText in order to modify getHtml() since the original method was printing with no option to turn that off.
Secondly, I noticed the Hyper Link can only have a link with no text ( you put the same link as its own text ) and in order to change that the Html class you have has to be modified.
First of all thank you for the very nice library it really helped me a lot.
I have some small suggestions, first, I had to create another class extending the
AREditText
in order to modifygetHtml()
since the original method was printing with no option to turn that off.Secondly, I noticed the Hyper Link can only have a link with no text ( you put the same link as its own text ) and in order to change that the
Html
class you have has to be modified.Again, thank you for your effort.