- 18 Jan, 2019 1 commit
-
-
Yuri N. Sedunov authored
-
- 29 Oct, 2018 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The compile-time calculation for `factor` overflows because `1<<31` cannot be represented by `int`. By casting to `uintmax_t` first, we can avoid this overflow. Closes #380
-
Max Kellermann authored
-
Max Kellermann authored
This assertion currently fails for S32 due to integer overflow (#380).
-
Max Kellermann authored
This emits the event even if PlayerControl::Play() is used to replay the current song, which emits the missing "player" idle event. Closes #381
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the workaround from commit 751fff07 which fixed only one of many crash locations. See: https://github.com/MusicPlayerDaemon/MPD/issues/373 https://github.com/android-ndk/ndk/issues/831 https://bugs.llvm.org/show_bug.cgi?id=32611
-
Max Kellermann authored
-
- 23 Oct, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes #373
-
Max Kellermann authored
The flag `-stdlib=libc++` doesn't appear to work because it attempts to load `libc++` and not `libc++_static`, and it omits `libc++abi`.
-
Max Kellermann authored
-
Max Kellermann authored
Closes #360
-
- 22 Oct, 2018 15 commits
-
-
Max Kellermann authored
Closes #366
-
Max Kellermann authored
In this new order, a filter 'AlbumArtist ""' matches only on songs which neither have `AlbumArtist` nor `Artist`.
-
Max Kellermann authored
Grouping in the "list" command was completely broken from the start, unlike "count group". I have no idea what I have been thinking when I wrote commit ae178c77, but it didn't make any sense. This commit is a rewrite of the feature. For clients to be able to detect this feature, this commit also increments the protocol version.
-
Max Kellermann authored
Be consistent with "list" responses.
-
Max Kellermann authored
-
Max Kellermann authored
Just like AlbumArtist falls back to Artist, AlbumArtistSort should fall back tom AlbumArtist, ArtistSort and finally Artist. Closes #355
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This improves the workaround from commit b5ba94f1 and actually gives a useful result for "list" with a disabled tag.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Sep, 2018 2 commits
-
-
Aleksei Nikiforov authored
- Updated to upstream version 0.20.21.
-
Aleksei Nikiforov authored
release v0.20.21
-
- 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 5 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.
-