Daniel Stoch

Results 4 comments of Daniel Stoch

It looks like easy to implement by adding baseUri argument to Cleaner.isValidBodyHtml(...) and then to Jsoup.isValid(). :+1: from me :)

I don't know moneta features because in our app we use only a couple of simple standard classes/interfaces. I've looked into a code and there is already `LoaderService` interface with...

There are many HTTP clients implementation in Java world, OkHttp is one of them. So when you have some application you probably decide which one to use. If some additional...

I was trying different solutions (and hacks) found in net: - adding to this text-input: "-webkit-user-select: text; user-select: text;" in CSS - adding tabindex=0 - removing placeholder text - adding...