Riyaz Mohammed Ibrahim
Riyaz Mohammed Ibrahim
Try to use this plugin in my android project where I also use [Glide image library](https://github.com/bumptech/glide). Glide generates Java source (GlideApp) dynamically which is used in app, however plugin is...
Please bump play services version to 8.1.0 else users those who uses 8.1.0 along with proguard get build error. https://code.google.com/p/android/issues/detail?id=187483
I have wear and android module, every time I invoke adb-idea its prompts to select which module, it would be nice if it automatically selects based on current source, or...
Got below error in prod, its not always happening, i'm unable to reproduce but its happening in some devices, its crashing when getInstance is invoked ``` CredentialClient client = CredentialClient.getInstance(activity);...
When I try to auto-complete the classes most of the times it shows me same classes with two packages one is actual and another is protobuf class, this multiple package...
src - https://github.com/openid/OpenYOLO-Android/blob/master/api/proguard-rules.txt isn't this too broad? `-keep class org.hamcrest.** { *; }`
1. install the app 2. press back 3. enter email id and press tick button -> nothing happens Flow exits below, i.e no password, but no password filed, even error...
is there any helper method available to find out if there is any provider installed? My flow is simple, as soon as user visits the login screen based on this...
implemented enhancement http://code.google.com/p/android-xbmcremote/issues/detail?id=226
If your app exceeds 65K limit and you use new variant just for development purpose, Hugo might not work properly, reason being in [HugoPlugin.groovy](https://github.com/JakeWharton/hugo/blob/master/hugo-plugin/src/main/groovy/hugo/weaving/plugin/HugoPlugin.groovy#L32) only debugCompile is added as dependency....