softwaremaverick
softwaremaverick
Actually, further investigation indicates that it does support a class hierarchy search but it does not seem to include java.lang.Object. I'm guessing that because class.getSuperClass() returns null for a class...
Well, you'd have to decide how you want to do it, how often to keep retrying, what interval to do it at etc etc. Personally I think the "keep trying...
Are you running it in Spring? Could it be an autowire type issue if so? On 12 May 2015 17:17:07 BST, dilloncc [email protected] wrote: > Im seeing the same issue...
This could be related to the hack done to not require an icon when it runs in the background. Try setting an application icon for the notification and see if...
Yeah I'll pop into the code at some point to see what commits can be merged. I just don't need anything additional from it right now. On 4 May 2016...
I believe there's been a recent change to make setRequestRunner to be a protected method. As such you may be able to add a custom request runner which for network...
In fact maybe request runner could do with refactoring into a Base class which would allow the network checkers to be done only in the default request runner from within...
But all you need to do is modify a request runner to say if the request instanceof nonetwirkrequest then do non network request runner call. Or you modify the request...
There's a pending pull request https://github.com/stephanenicolas/robospice/pull/407 which makes it protected. However, you could go for the previously suggested approach of overriding createRequestProcessor with a new request runner. > On 27...
It's pending a merge request I believe. I'm more then willing to manage pull requests to get some quick fixes in. But I need the permissions. On 14 July 2015...