Phil Brown

Results 5 comments of Phil Brown

@kochis yes. If the apps use Kotlin, then it will be less noticeable, since initialization of Radar without a receiver will work, as it will default to null (which could...

@tjulien can you review?

There's not much documentation other than the javadocs for [Header.java](https://github.com/phil-brown/droidQuery/blob/master/droidQuery/src/self/philbrown/droidQuery/Headers.java). When constructing your `AjaxOptions` object, you need to pass the headers to it, and you can create those headers using...

Parsing Error caused by these lines (in `Ajax` and `AjaxTask`): ``` SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US); Date lastModified = format.parse(h.getValue()); ``` Looks like some...

I am setting this as a _bug_. It is a known issue that the swipe functionality can cause other touch events to not work properly. I will work on this...