kalemontes

Results 3 issues of kalemontes

As pointed by @asinel the configuration wiki is empty and needs to be completed soon https://github.com/kalemontes/OIDCAndroidLib/wiki/2.-Configure .

AsyncTasks are not the best way to [handle async network requests](https://raw.githubusercontent.com/stephanenicolas/robospice/master/gfx/RoboSpice-InfoGraphics.png). We should migrate [AuthenticatorActivity.ImplicitFlowTask](https://github.com/kalemontes/OIDCAndroidLib/blob/master/oidclib/src/main/java/com/lnikkila/oidc/authenticator/AuthenticatorActivity.java#L661) , [AuthenticatorActivity.HybridFlowTask](https://github.com/kalemontes/OIDCAndroidLib/blob/master/oidclib/src/main/java/com/lnikkila/oidc/authenticator/AuthenticatorActivity.java#L717), [AuthenticatorActivity.CodeFlowTask](https://github.com/kalemontes/OIDCAndroidLib/blob/master/oidclib/src/main/java/com/lnikkila/oidc/authenticator/AuthenticatorActivity.java#L760), [AuthenticatorActivity.PasswordFlowTask](https://github.com/kalemontes/OIDCAndroidLib/blob/master/oidclib/src/main/java/com/lnikkila/oidc/authenticator/AuthenticatorActivity.java#L787) to a IntentService oriented handler.

Hello, can you deploy a new release ? There are some blocking issues (ie https://github.com/nilsmagnus/wsdl2java/pull/102) that have been resolved. Thx.