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

Android: Convert analytics dialog to Kotlin #11496

Merged
merged 2 commits into from Jan 28, 2023

Conversation

t895
Copy link
Contributor

@t895 t895 commented Jan 27, 2023

This converts the Analytics.java file to Kotlin and creates an Analytics dialog fragment.

Also a note for @JosJuice and anyone else writing JNI code. When creating static methods on the app side for JNI, you have to annotate them with @JvmStatic to be recognized. Kotlin tries to avoid static globals but this is provided for Java interoperability.

@JosJuice JosJuice merged commit 3e21ba5 into dolphin-emu:master Jan 28, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants