mpd/android/app/src/main
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
..
aidl/org/musicpd android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
java/org/musicpd android: add next and previous track to the jni bridge 2024-01-05 18:21:46 -06:00
jnilibs android: Add github action 2023-12-19 17:25:25 -06:00
res android: Move settings to compose and material UI 3 2023-12-22 23:04:51 -06:00
AndroidManifest.xml Merge branch 'material' of https://github.com/DDRBoxman/MPD 2023-12-27 12:35:13 +01:00
ic_launcher-playstore.png android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00