Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated more samples (ResizableMKCircleOverlay, SpeakHere, LibGDX, SimpleChart) #4

Draft
wants to merge 10 commits into
base: moe-svm
Choose a base branch
from

Conversation

Berstanio
Copy link
Contributor

@Berstanio Berstanio commented Jun 12, 2021

This are the last samples I managed to update (with seeing the exceptions it was much easier). They both rely also on the extended reflection config collector. I forked LibGDX and integrated back the moe backend. The LibGDX sample uses now the newest LibGDX version.

I couldn't test the InAppPurchase sample because I have atm no paid Apple Developer Account. Maybe you can try them/get them running.

@Noisyfox Noisyfox added this to the 2.0 milestone Aug 9, 2021
@Berstanio Berstanio changed the title Updated more samples (ResizableMKCircleOverlay, SpeakHere, LibGDX) Updated more samples (ResizableMKCircleOverlay, SpeakHere, LibGDX, SimpleChart) Aug 20, 2021
Globals.dispatch_async(Globals.dispatch_get_main_queue(), () -> {
delegate.onRadiusChange(mapRadius);
if (delegate != null) {
Globals.dispatch_async(Globals.dispatch_get_main_queue(), new Globals.Block_dispatch_async() {
Copy link
Member

@Noisyfox Noisyfox Nov 7, 2021

Choose a reason for hiding this comment

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

This kind of workaround is no longer needed, lambda callbacks should be supported by the latest 2.0-SNAPSHOT version.

See multi-os-engine/multi-os-engine#146

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This kind of workaround is no longer needed, lambda callbacks should be supported by the latest 2.0-SNAPSHOT version.

Is it already published to sonatype?

Copy link
Member

Choose a reason for hiding this comment

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

This kind of workaround is no longer needed, lambda callbacks should be supported by the latest 2.0-SNAPSHOT version.

Is it already published to sonatype?

Yep

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm I tried it with the example and it crashes.
grafik

Copy link
Member

Choose a reason for hiding this comment

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

That's odd, it works fine on my machine. Are you sure you are using the latest snapshot plugin & sdk from sonatype instead of maven local or a local dev sdk?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahh yes, I cleared the gradle cache but I forgot to clear the local maven repo... I currently can't test it because my IPhone is not working, but it will probably work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

2 participants