mpd/android
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
..
apk android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
app android: add next and previous track to the jni bridge 2024-01-05 18:21:46 -06:00
gradle/wrapper android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
include android/include/meson.build: remove custom "-I" flag 2023-12-22 17:07:50 +01:00
.gitignore android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
PrivacyPolicy.rst android/PrivacyPolicy.rst: add Privacy Policy 2022-08-18 18:53:10 +02:00
build.gradle.kts android: add dependencies for Material 3 and Compose 2023-12-22 13:30:43 -06:00
build.py subprojects: add id3tag 2023-12-22 18:15:25 +01:00
custom_rules.xml first Android release 2014-02-22 01:39:08 +01:00
gdb.sh android: add gdb.sh 2022-04-26 17:47:54 +02:00
gradle.properties android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
gradlew android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
gradlew.bat android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00
meson.build android/meson.build: move target `org_musicpd_Bridge.h` to include/meson.build 2023-12-22 16:39:13 +01:00
settings.gradle.kts android: migrate app build system to use gradle 2023-12-17 22:38:34 -06:00