Alex Gilleran

Results 38 comments of Alex Gilleran

Yeah I seem to recall it's because it takes the speech system a while to start up - I think I tried mitigating this by initializing the speech system right...

No problems from me as long as it stays open source, good to see it get used 🙂

> is HIITMe still active? I'm afraid not - I've become so frustrated with Android that I don't even have an Android phone anymore.

Also on an Xperia Z3 Compact

No idea - maybe try keeping the entire jaxen library?

Maybe set the timeout really low and see what happens? Possibly you could put a breakpoint in https://github.com/AlexGilleran/IceSoap/blob/master/IceSoap/src/com/alexgilleran/icesoap/request/impl/HUCSOAPRequester.java and see what the status of the `connection` variable is?

Processors are for text nodes or attributes - what are you expecting it to do? I gather you want to have the processor get called with the raw serialized XML...

Not directly, that's not really how the xml pull parser works - possibly you could parse what's in that node and put it back together?

It's definitely not supported out of the box. The only way I can think of to do it is to create your own version of https://github.com/AlexGilleran/IceSoap/blob/master/IceSoap/src/com/alexgilleran/icesoap/request/impl/HUCSOAPRequester.java and include the code...

Egh, it's crap like this that made me give up Android development. Sorry - honestly I've no idea what Samsung are doing to cause this. GSON has the same issue:...