Kenny Goers

Results 27 issues of Kenny Goers

The SNAPSHOT pull of the new version is not working as documented in the README. Android Studio is unable to pull, even with the repo and compile directives as stated.

Seeing the follow stacktrace in Fabric, using the latest Okio and AppUpdater. Android 4 only. Maybe we don't think it's hugely important :) Fatal Exception: java.lang.RuntimeException: An error occured while...

possible bug

My application uses either a light or dark theme, the dialogs don't follow that theme, could you follow the theming in the supplied context instead of your own? It especially...

I was working on converting a project to use your very nice dialogs, the problem I have is that they are largely compatible concept wise to calling AlertDialog.Builder, but all...

In using your library I've found it doesn't work with Square's Picasso, I believe they use a custom drawable and it leaves the bits thats aren't in the circle black....

When using the fragment usage, what is the behavior? IS the behavior dependent on whether on a tablet (float offset from lower left corner) or small device (against bottom, pushing...

My vector image has a gradient but it isn't painted when using the VectorMasterDrawable, is this expected? I realize this is a v24+ feature.

I wrote a Location Provider for finding the geolocation based on IP in case the user has turned off location or for other reasons. When I use the oneFix() method...

Is there a way to hook into the skeleton view factory? It would be nice to add or exclude view types (for example I have a MPAndroidChat)

enhancement

I noticed that depending on colors chosen and time spent waiting, showOriginal() can be quite jarring. Thoughts on how hard or easy it would be to add a fade in...

enhancement