aboutsummaryrefslogtreecommitdiffstats
path: root/android/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann3-3/+3
2014-09-16android/Bridge: add shutdown()Thomas Guillem1-0/+1
Break the mainloop and terminate run call.
2014-07-30android/Main: indicate when the native code has quitMax Kellermann1-5/+18
Let the user know that MPD has failed. Not the best thing to do, but better than pretending it still runs.
2014-07-30android/Loader: fix indentMax Kellermann1-12/+12
2014-03-01db/Configured: store database file in cache directoryMax Kellermann2-2/+4
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
2014-02-22first Android releaseMax Kellermann3-0/+128
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.