Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-30 | android build 5 | Max Kellermann | 1 | -2/+2 | |
2014-07-30 | android/Main: indicate when the native code has quit | Max Kellermann | 1 | -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-30 | android/Loader: fix indent | Max Kellermann | 1 | -12/+12 | |
2014-07-14 | Android: generate icon from SVG | Max Kellermann | 1 | -0/+0 | |
2014-06-21 | android build 4 | Max Kellermann | 1 | -2/+2 | |
2014-06-21 | android/build.py: add Boost | Max Kellermann | 1 | -1/+34 | |
2014-06-21 | android/build.py: upgrade CURL to 7.37.0 | Max Kellermann | 1 | -2/+2 | |
2014-06-21 | android/build.py: upgrade ffmpeg to 2.2.3 | Max Kellermann | 1 | -2/+3 | |
2014-06-21 | android/build.py: upgrade libogg to 1.3.2 | Max Kellermann | 1 | -2/+2 | |
2014-06-21 | android/build.py: remove unused parameter from class FfmpegProject | Max Kellermann | 1 | -1/+0 | |
2014-03-02 | android build 3 | Max Kellermann | 1 | -2/+2 | |
2014-03-02 | android/build.py: enable ffmpeg | Max Kellermann | 1 | -0/+58 | |
2014-03-01 | db/Configured: store database file in cache directory | Max Kellermann | 2 | -2/+4 | |
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir(). | |||||
2014-03-01 | android/build.py: enable libid3tag | Max Kellermann | 1 | -0/+8 | |
2014-03-01 | android: use "strip" from the Android NDK | Max Kellermann | 1 | -1/+4 | |
2014-03-01 | android: enable database plugins | Max Kellermann | 1 | -1/+0 | |
2014-03-01 | android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGE | Max Kellermann | 1 | -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-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 1 | -0/+1 | |
2014-02-24 | android/build.py: add project parameter "cppflags" | Max Kellermann | 1 | -2/+5 | |
2014-02-24 | android/build.py: add parameter that specifies a subdirectory | Max Kellermann | 1 | -4/+8 | |
2014-02-22 | android build 2 | Max Kellermann | 1 | -2/+2 | |
2014-02-22 | android/build.py: add libopus | Max Kellermann | 1 | -0/+8 | |
2014-02-22 | android/build.py: add libmad | Max Kellermann | 1 | -1/+9 | |
2014-02-22 | android/build.py: add option "autogen" | Max Kellermann | 1 | -1/+9 | |
2014-02-22 | android/build.py: add -Iroot/include and -Lroot/lib | Max Kellermann | 1 | -2/+2 | |
Allow library auto-detection without pkg-config. | |||||
2014-02-22 | first Android release | Max Kellermann | 9 | -0/+469 | |
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe. |