Ryan Palmer

Results 8 comments of Ryan Palmer

Hi Matt, was there any progress on this? I'm still getting customers reporting crash-to-desktop whilst trying to download the expansion, some of them getting quite annoyed about it :/ Cheers,...

I tried downloading Swagger codegen 3.0.5 and that 'worked' with OpenApi 3 pretty much, although for some reason it misses out the names of properties in the model constructors and...

Anything to do with this change? Looking through it myself to try and spot anything. https://github.com/MvvmCross/MvvmCross-AndroidSupport/pull/159/files

It seems to be this which does the swapping: https://github.com/MvvmCross/MvvmCross-AndroidSupport/blob/18781217b9abba83db2d3d73008711b08d27a0e9/MvvmCross.Droid.Support.V7.AppCompat/MvxAppCompatActivityHelper.cs This is only used by Mvx when creating MvxAppCompatActivity or MvxCachingFragmentCompatActivity views. Should we be using it in the fragment's...

All the fragments inherit from MvxFragment if that's what you mean.

I tried doing `var et = FindViewById(R.id.blah)'`into`FindViewById` and it seemed to allow it, on both versions. EditText isn't in that MvxAppCompatActivityHelper switch though is it? Did you see that other...

Ok, i'll try and get one together when I get a moment, thanks for your help :)