Stuart Kent

Results 28 issues of 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...

code
difficulty-medium
enhancement

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.

code
difficulty-medium
discussion
documentation
enhancement

code
difficulty-hard
enhancement

code
difficulty-hard
enhancement

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.

enhancement

enhancement
code
difficulty-hard

``` /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...

bug

For the love of God, let there be TYPES!

question

FindBugs looks totally dead from here. SpotBugs is the "spiritual successor".

enhancement
code
difficulty-hard

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 {...

enhancement
documentation
difficulty-easy