summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2015-06-27configure.ac: remove GLib optionMax Kellermann
Not used anymore.
2015-06-03{android,win32}/build.py: allow overriding shared path via environmentMax Kellermann
2015-06-03{android,win32}/build.py: move tarballs to subdirectory "download"Max Kellermann
2015-05-05{android,win32}/build.py: upgrade Boost to 1.58Max Kellermann
2015-05-05{android,win32}/build.py: upgrade libvorbis, FFmpeg, CURLMax Kellermann
2015-01-26Merge branch 'v0.19.x'Max Kellermann
2015-01-22android/build.py: use os.path.abspath() to build mpd_pathMax Kellermann
Fixes a bug that occurs when runing "build.py" from inside the "android" directory.
2015-01-16configure.ac: prepare for 0.19.9Max Kellermann
2015-01-14Merge tag 'v0.19.8'Max Kellermann
2015-01-09android/build.py: prepend "./" to "configure" if path is emptyMax Kellermann
Fixes in-tree build when the script is called as "android/build.py" and not "./android/build.py".
2015-01-01Copyright year 2015Max Kellermann
2014-12-23Merge branch 'v0.19.x'Max Kellermann
2014-12-23configure.ac: prepare for 0.19.8Max Kellermann
2014-12-23android: release v0.19.7Max Kellermann
2014-12-17{win32,android}/build.py: add the host triple to the lib pathsMax Kellermann
Allow multiple targets to share a library directory tree.
2014-12-08android/build: enable cpudetect for ffmpegThomas Guillem
2014-12-08Merge tag 'v0.19.6'Max Kellermann
2014-12-08release v0.19.6v0.19.6Max Kellermann
2014-12-08android/build.py: update FFmpeg to 2.5Max Kellermann
2014-12-04android/build.py: enable Vorbis and httpdMax Kellermann
These do not require GLib anymore.
2014-11-28android/build.py: update ffmpeg 2.4.3, curl 7.39Max Kellermann
2014-11-28android: update libFLAC to 1.3.1Max Kellermann
Due to security vulnerabilities.
2014-11-26release v0.19.5v0.19.5Max Kellermann
2014-11-24android: release v0.19.4Max Kellermann
Android releases were missing since 0.19.1.
2014-11-24android: switch to gcc 4.9 / llvm 3.5 (NDK r10c)Max Kellermann
2014-10-19release v0.19.1v0.19.1Max Kellermann
2014-10-10release v0.19v0.19Max Kellermann
2014-09-16android/Bridge: add shutdown()Thomas Guillem
Break the mainloop and terminate run call.
2014-07-30android build 5Max Kellermann
2014-07-30android/Main: indicate when the native code has quitMax Kellermann
Let the user know that MPD has failed. Not the best thing to do, but better than pretending it still runs.
2014-07-30android/Loader: fix indentMax Kellermann
2014-07-14Android: generate icon from SVGMax Kellermann
2014-06-21android build 4Max Kellermann
2014-06-21android/build.py: add BoostMax Kellermann
2014-06-21android/build.py: upgrade CURL to 7.37.0Max Kellermann
2014-06-21android/build.py: upgrade ffmpeg to 2.2.3Max Kellermann
2014-06-21android/build.py: upgrade libogg to 1.3.2Max Kellermann
2014-06-21android/build.py: remove unused parameter from class FfmpegProjectMax Kellermann
2014-03-02android build 3Max Kellermann
2014-03-02android/build.py: enable ffmpegMax Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
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 Kellermann
2014-03-01android: use "strip" from the Android NDKMax Kellermann
2014-03-01android: enable database pluginsMax Kellermann
2014-03-01android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGEMax Kellermann
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 Kellermann
2014-02-24android/build.py: add project parameter "cppflags"Max Kellermann
2014-02-24android/build.py: add parameter that specifies a subdirectoryMax Kellermann
2014-02-22android build 2Max Kellermann
2014-02-22android/build.py: add libopusMax Kellermann