mpd/android/app
Colin Edwards e086f09d48 android: add next and previous track to the jni bridge
This will allow the android client to directly make calls to the mpd process to change tracks

I went with camel case on the function names here, if you use an underscore
javac generates a function tht looks like this:
 JNIEXPORT void JNICALL Java_org_musicpd_Bridge_play_1previous

I figured what we ended up with looks a little nicer:
JNIEXPORT void JNICALL Java_org_musicpd_Bridge_playPrevious
2024-01-05 18:21:46 -06:00
..
src/main android: add next and previous track to the jni bridge 2024-01-05 18:21:46 -06:00
.gitignore android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
build.gradle.kts android: set kotlin target to 9 2023-12-27 13:34:37 -06:00