Alexandru Gologan

Results 94 comments of Alexandru Gologan

Not sure what your expectation is here. As far as I can tell from this thread, you get a typical network connection error which is surfaced in your app as...

Need to create your own ConnectionBuilder per https://github.com/openid/AppAuth-Android#customizing-the-connection-builder-for-http-requests The default one is here: https://github.com/openid/AppAuth-Android/blob/master/library/java/net/openid/appauth/connectivity/DefaultConnectionBuilder.java _Marking this as resolved for now. Feel free to reply if you need further help._

First of all, a rewrite should be done as a separate project and if successful we would recommend people to migrate to that. Secondly, in order to migrate to it,...

A rewrite is not a conversion, or a migration - it's a new product which would have a new structure both physical and logical and a new API surface. It...

Sorry, in regards to Java compatibility I guess I needed to be more explicit: yes **all** Kotlin could be callable from Java with some caveats: one being the required Jvm...

I don't mind it but I haven't seen anybody asking for this. It's probably because Kotlin vs Java semantics are so similar that you can just convert code in your...

There is a way though I don't know how easy it is to do today. The way it was designed to do this is by providing [ConnectionBuilder](https://github.com/openid/AppAuth-Android/blob/master/library/java/net/openid/appauth/connectivity/ConnectionBuilder.java) On paper at...

Not sure how this inquiry relates to the usage of this library.

Can you please provide the following: Android OS version: [major.min] Library version: [X.Y.Z] Identity Provider: [provider]

@SDemonUA Thank you for replying, although was expecting @ytanaka-skiyaki to provide more up to date information. There is no indication the issue reproduces in the latest versions of the lib,...