- 06 Sep, 2022 1 commit
-
-
Max Kellermann authored
-
- 08 Aug, 2022 1 commit
-
-
Max Kellermann authored
Avoid excessive buffering if run by CI.
-
- 12 Jul, 2022 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Required by Google Play.
-
Max Kellermann authored
This is required for targetSdkVersion=30. apksigner requires running zipalign first.
-
- 26 Apr, 2022 2 commits
-
-
Thomas Guillem authored
This script setup a dummy android native app folder and call ndk-gdb from it. It needs a modification in ANDROID_NDK since ndk-gdb may attach to the wrong pid, cf. comments in the script.
-
Thomas Guillem authored
This debuggable flag should not be set with release builds. Generally, graddle is taking care of that.
-
- 14 Mar, 2022 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1379
-
- 26 Jan, 2022 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2022 1 commit
-
-
Sam Bazley authored
Improves the changes made in 57687779 by using AudioManager.ACTION_AUDIO_BECOMING_NOISY rather than listening for wired headset unplug events or Bluetooth headset disconnect events. This method is more flexible, allowing the feature to work on other types of audio output device, as well as Bluetooth devices that don't set their device class correctly. This change also has the benefit of being more responsive, pausing the audio before it is rerouted to the built-in speaker. https://developer.android.com/guide/topics/media-apps/volume-and-earphones
-
- 11 Nov, 2021 1 commit
-
-
Max Kellermann authored
-
- 31 Oct, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2021 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Oct, 2021 1 commit
-
-
Max Kellermann authored
This reverts commit 6ed4aff4. The Meson wrap is broken on non-x86, because it unconditionally includes <cpuid.h> which is an x86 only header.
-
- 21 Sep, 2021 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Sep, 2021 1 commit
-
-
Max Kellermann authored
Let cmake know that we're cross-crompiling.
-
- 23 Aug, 2021 1 commit
-
-
Max Kellermann authored
-
- 17 Aug, 2021 1 commit
-
-
Max Kellermann authored
-
- 06 Aug, 2021 1 commit
-
-
Max Kellermann authored
-
- 26 Jul, 2021 1 commit
-
-
Sam Bazley authored
-
- 16 Jul, 2021 1 commit
-
-
Max Kellermann authored
-
- 31 May, 2021 1 commit
-
-
Max Kellermann authored
Fixes the error: IllegalStateException: Not allowed to start service Intent { cmp=org.musicpd/.Main (has extras) }: app is in background
-
- 24 May, 2021 1 commit
-
-
Max Kellermann authored
-
- 22 May, 2021 1 commit
-
-
Max Kellermann authored
-
- 17 Feb, 2021 1 commit
-
-
Max Kellermann authored
-
- 16 Feb, 2021 1 commit
-
-
Max Kellermann authored
-
- 15 Feb, 2021 2 commits
-
-
Max Kellermann authored
Needed for `requestLegacyExternalStorage` (commit ca02fb77).
-
Max Kellermann authored
This is a workaround for the new scoped storage design in Android 11: https://developer.android.com/about/versions/11/privacy/storage This needs a proper solution eventually, but this quick fix will do until we change "targetSdkVersion" to 30. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1061
-
- 21 Jan, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The Google overlords require me to change to 29 or else I can't upload new releases to Google Play. https://developer.android.com/distribute/best-practices/develop/target-sdk
-