Jonathan Pobst

Results 175 comments of Jonathan Pobst

Binding issue: ``` 13> BINDINGSGENERATOR : warning BG8800: Unknown parameter type L in method AddOnChangeListener in managed type Google.Android.Material.Slider.RangeSlider. 13> C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Bindings.Core.targets(61,5): message BG0000: warning BG8800: Unknown...

Moving my comment from #450 here: Ugh, this one is a mess. According to the [public documentation](https://developer.android.com/reference/com/google/android/material/slider/Slider) `Slider` is defined like this: ```java public class Slider extends View { public...

The packages look good, but we need to leave this on the branch and publish from there. Because there are existing stable versions of these packages, if we bump the...

This PR needs to only contain changes related to new bindings. Currently, this seems to include changes from many other open PRs. (144 files changed.) I think we should also...

This looks like it's probably in the Xamarin Forms stack, transferring there. Feel free to send it back if it's a Xamarin.Android issue.

Looking at the place where it is thrown, it definitely isn't thrown like I would expect. My random guess is that this mechanism of throwing has an issue with first...

My _opinion_ is that this is too risky a fix to debut in .NET 7 RC2. We should be good with `Mono.Android.dll` with the workaround. We currently have no plans...

Given that the new Configurations will not be visible in Visual Studio, maybe there is no benefit to messing with Configurations in the first place, given that they complicate the...

Yep, we should add support for these attributes for `const`'s and `enum`'s in `generator`.

Looks like in `androidx.core:core` version `1.9.0` the following was added to the included `AndroidManifest.xml`: ```xml ``` ([Source](https://maven.google.com/web/index.html#androidx.core:core:1.9.0)) If that doesn't allow an upper case application id then I'm not sure...