Dean Ellis
Dean Ellis
Xamarin Android has a `InstallAndroidDependencies` target which can do that for us. This includes the NDK Via https://github.com/xamarin/xamarin-android/blob/master/src/Xamarin.Android.Build.Tasks/Tasks/CalculateProjectDependencies.cs#L64. Would this just be duplicating work?
Upstream MS will be supporting the old system for a while so that people have time to migrate. It should not be much effort (at the moment) to support both...
I'll chat with the author and see if it still works with Xamarin.iOS
This is an interesting idea. One of the scenarios I've been hitting is as follows. We have the following Java interface which we want to bind. ```java public interface SplitInstallStateUpdatedListener...
@Krumelur I think you are on the right track. In MG we only call base.PressesXXXX if we get a Menu press AND want to exit.. but that only really works...
Or issue a warning now, and then change in a few months along with a major version change? @kzu hope you are doing well btw :D
I can make the required changes for the warning if you like and do a PR.
We are hopefully going to change direction with regards to the Resource.designer.cs in Xamarin.Android. See https://github.com/xamarin/xamarin-android/pull/6427 and https://github.com/xamarin/xamarin-android/issues/6310. We are hopeful that by generating a designer assembly (which is just...
> That seems relevant to avoid too much work! > > I'm not sure of the scope of what they agreed on, but it can't harm to double check. @dellis1972...
> > The "permisison" was for the docs they specifically gave us access to was my understanding. > > Alright. For what I was suggesting we would need the generated...