- 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 4 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
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1059
-
- 19 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 23 Sep, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Jul, 2020 1 commit
-
-
Max Kellermann authored
-
- 11 Jun, 2020 1 commit
-
-
Max Kellermann authored
-
- 10 Jun, 2020 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/891
-
- 27 May, 2020 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866
-
- 07 May, 2020 2 commits
-
-
Max Kellermann authored
Sync with the Android NDK build scripts.
-
Max Kellermann authored
This flag is used by the Android NDK build scripts as well, and this fixes a build failure (assembler error) with FFmpeg and NDK r21.
-
- 29 Apr, 2020 1 commit
-
-
Max Kellermann authored
-
- 14 Apr, 2020 1 commit
-
-
Max Kellermann authored
-
- 26 Mar, 2020 3 commits
-
-
Thomas Guillem authored
Using MPD from Android since quite some times now. I consider it very stable now.
-
Thomas Guillem authored
TODO: Not sure the app could be accepted on the play store without a valid banner.
-
Thomas Guillem authored
This seems to be required on recent Android versions (tested with Android 10). This is also required for android TV services (cf. next commit). This is done using Java reflection so that the project doesn't depend on android compat libs.
-
- 22 Mar, 2020 1 commit
-
-
Max Kellermann authored
-
- 16 Feb, 2020 1 commit
-
-
Max Kellermann authored
-
- 25 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 17 Jan, 2020 1 commit
-
-
Max Kellermann authored
Google Play refuses uploads with a lower targetSdkVersion.
-
- 12 Jan, 2020 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This flag doesn't appear to work, and since we never had a problem without the flag, implementing Google's recommendation is useless.
-
Max Kellermann authored
Don't export the symbols of all those static libraries. Most importantly, don't export the whole libc++ ABI.
-
Max Kellermann authored
-
Max Kellermann authored
These appear to be no longer necessary (tested with NDK r20b). Closes https://github.com/android/ndk/issues/951
-
Max Kellermann authored
This implicitly defines __ANDROID_API__, which means we can drop the "-D__ANDROID_API__=" parameter. This is recommended on https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md
-