aboutsummaryrefslogtreecommitdiffstats
path: root/android (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-02android build 3Max Kellermann1-2/+2
2014-03-02android/build.py: enable ffmpegMax Kellermann1-0/+58
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-03-01android/build.py: enable libid3tagMax Kellermann1-0/+8
2014-03-01android: use "strip" from the Android NDKMax Kellermann1-1/+4
2014-03-01android: enable database pluginsMax Kellermann1-1/+0
2014-03-01android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGEMax Kellermann1-1/+1
We're not using external storage yet, but as soon as we will, we only need to read music files, not write them.
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann1-0/+1
2014-02-24android/build.py: add project parameter "cppflags"Max Kellermann1-2/+5
2014-02-24android/build.py: add parameter that specifies a subdirectoryMax Kellermann1-4/+8
2014-02-22android build 2Max Kellermann1-2/+2
2014-02-22android/build.py: add libopusMax Kellermann1-0/+8
2014-02-22android/build.py: add libmadMax Kellermann1-1/+9
2014-02-22android/build.py: add option "autogen"Max Kellermann1-1/+9
2014-02-22android/build.py: add -Iroot/include and -Lroot/libMax Kellermann1-2/+2
Allow library auto-detection without pkg-config.
2014-02-22first Android releaseMax Kellermann9-0/+469
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.