Levi Notik
Levi Notik
@yukuku what is 2.3.7? I couldn't recreate this issue using 2.3.3...
Thanks @iNoles. Guess its not a release I can create an AVD for, huh? @yukuku Wanted onOptionsItemSelected to return true. He could have done without the brackets altogether, but either...
Bump. Can you push a new release to PyPI please?
@andrewsanchez do you by chance know how to specify a specific commit as a dependency when using a `requirements.in` file with `pip-tools`?
Any idea on when we might expect a non-beta/non-pre-release version based on v3?
:+1: great work
What should be used for logging? This project isn't exclusively for Android so the debugging shouldn't be through android.util.Log... But I'm ready to work on this, provided @kevinsawicki is cool...
Was thinking something as simple as: ``` java private static boolean debugEnabled; public static void setDebugEnabled(boolean enabled) { debugEnabled = enabled; } public HttpRequest(final CharSequence url, final String method) throws...
Yes, I was thinking the same thing. That makes the actual logging implementation independent, but I just don't know if @kevinsawicki is going to go for that.
Nice Jayden! Will check out the post a bit later, but this makes perfect sense!