-
Notifications
You must be signed in to change notification settings - Fork 24
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
base: moe-svm
Are you sure you want to change the base?
Conversation
Reflection config is maybe just temporary if it get's included into the base file.
…currently just available for metalangle as opengl implementation.
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() { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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.