John Carlson

Results 91 comments of John Carlson
trafficstars

I was seeing this issue when I had the manifest intent filter set to the wrong `android:host` value. I have it set to the right thing now and it works...

Feel free to open a PR to address this. 😄

So something like this?: ``` public class Person { ArrayList groceryLists; } ```

Nice! We would want to really make sure this works with pre-23 devices before shipping, since I have seen cases where the code will compile and show no issues, but...

This is a pretty large API change that affects all downstream users, so @kaushikgopal would need to really think about if this is worth the "breaking" change. I do like...

Any thoughts @Docile-Alligator ?

I agree with that decision. It doesn't mean any of this would not still be needed, other than the applied `.gradle` file which you could then remove.

This really is a better way of doing the clear

Yeah, that is probably a good idea. Feel free to make a PR to change to this if you would like to see it done soon, I don't have much...