Stuart Kent
Stuart Kent
Currently, I don't believe the library will produce accurate representations of activities that contain multiple and/or overlapping `MapView` instances. The fix shouldn't be too hard, but the priority is probably...
This would mostly be for testing purposes, not for release to the store. This will help verify that configuration (esp. ProGuard) related to optional dependencies is working correctly.
Nick Butcher wrote [a blog post](https://medium.com/@crafty/playing-with-paths-3fbc679a6f77) that referenced a simpler way to round `Path` corners using [`CornerPathEffect`](https://developer.android.com/reference/android/graphics/CornerPathEffect.html). Investigate using this class to more simply round corners in this library.
``` /path/to/app: Error: Lint crashed because it is being invoked with the wrong version of Guava (the Android version instead of the JRE version, which is required in the Gradle...
FindBugs looks totally dead from here. SpotBugs is the "spiritual successor".
Since the linter is not wrapped by Gnag (unlike the other violation detectors), all configuration of Android lint rules must be done using the built-in mechanisms within the `android {...