aboutsummaryrefslogtreecommitdiffstats
path: root/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-013-3/+3
|
* Merge branch 'v0.19.x'Max Kellermann2014-12-231-2/+2
|\
| * configure.ac: prepare for 0.19.8Max Kellermann2014-12-231-2/+2
| |
| * android: release v0.19.7Max Kellermann2014-12-231-2/+2
| |
* | {win32,android}/build.py: add the host triple to the lib pathsMax Kellermann2014-12-171-12/+13
| | | | | | | | Allow multiple targets to share a library directory tree.
* | android/build: enable cpudetect for ffmpegThomas Guillem2014-12-081-1/+0
| |
* | Merge tag 'v0.19.6'Max Kellermann2014-12-082-8/+8
|\|
| * release v0.19.6Max Kellermann2014-12-081-2/+2
| |
| * android/build.py: update FFmpeg to 2.5Max Kellermann2014-12-081-2/+2
| |
| * android/build.py: update ffmpeg 2.4.3, curl 7.39Max Kellermann2014-11-281-4/+4
| |
| * android: update libFLAC to 1.3.1Max Kellermann2014-11-281-2/+2
| | | | | | | | Due to security vulnerabilities.
* | android/build.py: enable Vorbis and httpdMax Kellermann2014-12-041-4/+0
|/ | | | These do not require GLib anymore.
* release v0.19.5Max Kellermann2014-11-261-2/+2
|
* android: release v0.19.4Max Kellermann2014-11-241-2/+2
| | | | Android releases were missing since 0.19.1.
* android: switch to gcc 4.9 / llvm 3.5 (NDK r10c)Max Kellermann2014-11-241-2/+2
|
* release v0.19.1Max Kellermann2014-10-191-2/+2
|
* release v0.19Max Kellermann2014-10-101-2/+2
|
* android/Bridge: add shutdown()Thomas Guillem2014-09-161-0/+1
| | | | Break the mainloop and terminate run call.
* android build 5Max Kellermann2014-07-301-2/+2
|
* 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
|
* Android: generate icon from SVGMax Kellermann2014-07-141-0/+0
|
* android build 4Max Kellermann2014-06-211-2/+2
|
* android/build.py: add BoostMax Kellermann2014-06-211-1/+34
|
* android/build.py: upgrade CURL to 7.37.0Max Kellermann2014-06-211-2/+2
|
* android/build.py: upgrade ffmpeg to 2.2.3Max Kellermann2014-06-211-2/+3
|
* android/build.py: upgrade libogg to 1.3.2Max Kellermann2014-06-211-2/+2
|
* android/build.py: remove unused parameter from class FfmpegProjectMax Kellermann2014-06-211-1/+0
|
* android build 3Max Kellermann2014-03-021-2/+2
|
* android/build.py: enable ffmpegMax Kellermann2014-03-021-0/+58
|
* 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().
* android/build.py: enable libid3tagMax Kellermann2014-03-011-0/+8
|
* android: use "strip" from the Android NDKMax Kellermann2014-03-011-1/+4
|
* android: enable database pluginsMax Kellermann2014-03-011-1/+0
|
* android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGEMax Kellermann2014-03-011-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.
* SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-241-0/+1
|
* android/build.py: add project parameter "cppflags"Max Kellermann2014-02-241-2/+5
|
* android/build.py: add parameter that specifies a subdirectoryMax Kellermann2014-02-241-4/+8
|
* android build 2Max Kellermann2014-02-221-2/+2
|
* android/build.py: add libopusMax Kellermann2014-02-221-0/+8
|
* android/build.py: add libmadMax Kellermann2014-02-221-1/+9
|
* android/build.py: add option "autogen"Max Kellermann2014-02-221-1/+9
|
* android/build.py: add -Iroot/include and -Lroot/libMax Kellermann2014-02-221-2/+2
| | | | Allow library auto-detection without pkg-config.
* first Android releaseMax Kellermann2014-02-229-0/+469
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.