Daniel Lew
Daniel Lew
It turns out the issue is that the picture frame widget depends on the Bitmap being passed as a Parcelable extra called "data" in order to work. If that doesn't...
Due to my actions in #45, this is now open again. I deemed #45 much more important than this bug. However, if I can ever find a way to get...
I understand that part - I expect it to freeze the UI **temporarily**. However, the above code freezes the UI **permanently**, even though everything inside of it finishes execution. In...
No, I simply decided not to go this route.
The source of this issue is that `View.getBaseline()` returns -1 by default. This causes the initial layout to have a marginTop of 1 instead of 0. That extra margin results...
Yes, it's the same one - I forgot to mention that. You just need to modify the layout params in the project to reproduce either #388 or #389.
Based on Android's [SimpleDateFormat](http://developer.android.com/reference/java/text/SimpleDateFormat.html) examples, it seems like they are identical to the non-standalone versions. Though maybe that's in English only?
What was the motivation behind including core in the JAR? You could still write one import statement (in maven/gradle/etc) since it'll get picked up with transitive dependencies.
I am a Trello Android developer and can confirm that we're using it quite a bit. We're getting more and more reliant on it each month. :)
> When ever request fails, SDK is invoking exponential backoff strategy to determine time when next try is gonna happen. So it can go something like 1min, 6min, 15min, etc,...