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