Tomáš Procházka
Tomáš Procházka
It looks that migration to 9.0.0 version will be quite complicated because the code generated by version 8.8.1 (by its annotation processor) is not compatible with 9.0.0 runtime dependency. So...
I try to run all test and doesn't understand one thing. MailQueTest test failed on last assertion: assertTrue(que.getQueueSize() == 0); Mail was successfully send, received and checked on server, but...
Plugin now allows just checkout or cherry pick but PULL is missing. Will be great allows also this.
ESP8266 support multiple incoming connection which is recognizable by "id" in "+IPD,id,length" string. Problem is that main class directly import Stream interface which is designed handle only one stream. Related...
I think that getConnectedStations() should have return at the end.
I tried to solve problem with mixing +IPD blocks with different id to one stream. The most easiest solution is limit all read() method to only one +IPD block, then...
I tested your library and I found that reaction on ANR is much bigger than the value set in constructor by `new ANRWatchDog(10000 /*timeout*/).start();` I found that it is caused...
Hard to say now if it is an Android bug or this library issue. But when I use it with HEIC it always crashes on Android 11, I tested the...
Anko is an interesting library, but I don't understand the purpose of `runOnUiThread()` method defined on support Fragment by Anko. It brings just confusion to users of the library. It...
Would be great to have the possibility to setup own `crashHandler `and default `Executor `for all `doAsync `calls. Not it requires to put it to all the calls if you...