Iain McGinniss

Results 62 comments of Iain McGinniss

I think this is a frustratingly complex issue. In the ideal case, OpenYOLO and form-fill would never conflict because OpenYOLO retrieve and hint calls would happen _before_any actual form would...

I'm still unconvinced by the argument to require platform level support for OpenYOLO. We were able to build everything we needed based on what is provided by the platform in...

So, there are some shorter term issues to resolve, like what we can do in the library to suppress auto-fill save prompts if OpenYOLO is used in the context of...

OK, I'm covering this at DroidCon London (briefly) and I'll give your recommendation, which is typically in line with the UX guidance we've been giving for Smart Lock for Passwords....

There's not a lot we can do about this, the protocol buffer messages have the same name as the "utility" wrappers that we defined for programmer convenience by design. If...

It is, but we also only depend on hamcrest-core rather than the full library, so the impact is fairly small. If you have a suggestion for a narrower keep rule...

Apologies for this Riyaz, I have a pending PR from last week which fixes a number of small issues in the demo app, this one included. I'll get it out...

@dxslly can you check we're not depending on any additional props being set in the Play Services implementation?

There is no support yet for this RFC, we (the AppAuth maintainers) will have to decide if and how to add support consistently across the three platform implementations (Android, iOS,...

Looks like support library 27.0.0 has been released, and the new class ([TrustedWebUtils](https://developer.android.com/reference/android/support/customtabs/TrustedWebUtils.html)) is available. Will experiment with this when I have time.