Skip to content

Conversation

@fedemkr
Copy link
Contributor

@fedemkr fedemkr commented Sep 18, 2019

Updated MvvmCross from 4.4.0 to 6.4.0, QuickLayout.Core target framework to NetStandard and QuickLayout.Touch to use PackageReference instead of packages.config.

@Cheesebaron
Copy link
Member

Looks good. Sample works when running here.

Copy link
Member

@gshackles gshackles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good! Definitely a lot to review as a single commit, but thanks for contributing! Gonna take a look at the build settings as well 😄

_generosity = Limit(value);
MvvmCross.Platform.Core.MvxAsyncDispatcher.BeginAsync(() => RaisePropertyChanged(() => Generosity));
InvokeOnMainThreadAsync(() => RaisePropertyChanged(() => Generosity));
//MvxAsyncDispatcher.BeginAsync();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming this can be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it can be removed. I've left that just in case there was a better way to call MvxAsyncDispatcher.BeginAsync() in the current version of MvvmCross that I was not aware of.

{
Debug.WriteLine(tag + ":" + level + ":" + message());
}
//namespace QuickLayout.Touch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I forgot to delete that file. Would you like me to do so?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MvvmCross will automatically marshal RaisePropertyChanged to the UI thread, unless you tell it not to.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we may as well just remove anything commented out/not needed. Can you also rebase on the latest in master? I just went ahead and fixed the build via #58 so want to get this on top of that. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sure. I'll do that as soon as I can.

Copy link
Member

@gshackles gshackles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! 🎉

@gshackles gshackles merged commit 3fc26e3 into FluentLayout:master Sep 24, 2019
@fedemkr fedemkr deleted the bump-mvx-6-4 branch September 24, 2019 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants