xamarin / GooglePlayServicesComponents

Other
315 stars 148 forks source link

Add DontAnimate & DontTransform to RequestOptions & RequestBuilder #756

Closed tipa closed 1 year ago

tipa commented 1 year ago

Does this change any of the generated binding API's?

Yes, it adds methods for the Glide builder API

The auto-generated bindings create ..._T methods that return Java.Lang.Object. These can't be used in the builder pattern. The existing bindings contain methods that to the casting but DontAnimate & DontTransform were missing, These are added with this PR