- 28 Aug, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Sometimes, the JVM returns a non-nullptr value with an exception pending (seen on Android 1.6, maybe a Dalvik bug?). Let's catch all such cases.
-
- 20 Aug, 2018 6 commits
-
-
Max Kellermann authored
MPD has minSdkVersion=21 which is above all the checks here.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Thomas Guillem authored
Since nfs_stat_async is deprecated.
-
Max Kellermann authored
This is the version in Debian Jessie (oldstable), a reasonable "old enough" version to keep support for.
-
- 19 Aug, 2018 6 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
add 2 preferences to: - enable Wakelock when MPD is running (prevent suspend) - run MPD on boot and display MPD logs
-
Thomas Guillem authored
- <uses-permission> must be before <application> - specify allowBackup (default)
-
Thomas Guillem authored
- add Settings: Activity to start / stop MPD Service (Main). - Main is a service that run in foreground with a notification. See Service.startForeground documentation for more details. - Main.Client is used to control the service: start or stop it and also receive callbacks when service encounters an error, is killed, is started or is stopped. - Main.start to start the service without any fallback.
-
Thomas Guillem authored
A Java object to send logs on the android side.
-
Max Kellermann authored
javah is deprecated.
-
- 18 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 17 Aug, 2018 17 commits
-
-
Joshua Wise authored
When using a database that was not created with a WebDAV music_directory (i.e., if using a remote database, on which updates happen locally) and using the Curl storage plugin, MPD would previously send GET requests that had unescaped spaces in them. This change uses Curl's URL-encode API to solve this.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
`$srcdir/.git` doesn't exist if `$srcdir` is a worktree.
-
Max Kellermann authored
-
Max Kellermann authored
This was missing in commit 8266ab55 for #69.
-
Max Kellermann authored
-
Max Kellermann authored
The number of MPD installs on Android < 5.0 is negligible, and that API version introduces lots of useful features for MPD.
-
Max Kellermann authored
-
Max Kellermann authored
Prevent Meson from running Android-x86 binaries. That will fail because the Android standard libraries are most likely not installed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Joshua Wise authored
The Curl plugin requires libexpat in order to work these days, so we should download and build it in order to get the plugin enabled on Windows.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes problems with the Windows build because `-DCURL_STATICLIB` was missing, causing error messages like: "undefined reference to `__imp_curl_slist_free_all'"
-
- 13 Aug, 2018 1 commit
-
-
Max Kellermann authored
According to http://wiki.hydrogenaud.io/index.php?title=Cue_sheet FLAC files should use the "WAVE" file type, but I recently encountered CUE files declared as "FLAC" which could not be read by MPD.
-
- 02 Aug, 2018 3 commits
-
-
Max Kellermann authored
Required according to RFC 3986: > An implementation should accept uppercase letters as equivalent to > lowercase in scheme names Closes #330
-
Max Kellermann authored
-
Max Kellermann authored
This typo was present since the option was added in commit ed001e0c
-
- 29 Jul, 2018 3 commits
-
-
Max Kellermann authored
-
skidoo23 authored
-
skidoo23 authored
-