aboutsummaryrefslogtreecommitdiffstats
path: root/android/src/Main.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
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-03-01db/Configured: store database file in cache directoryMax Kellermann1-1/+1
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
2014-02-22first Android releaseMax Kellermann1-0/+62
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.